@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

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

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

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

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

/* 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]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
img {
  max-width: 100%;
  display: block;
  width: 100%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.05" /><feFuncG type="linear" slope="1.05" /><feFuncB type="linear" slope="1.05" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}

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

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

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

textarea {
  resize: vertical;
}

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

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

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

.button {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 10px 32px;
  padding: 0.625rem 2rem;
  border: 1px solid #6e6e6e;
  border-radius: 2.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 240px;
  width: 15rem;
}
.button:hover {
  background-color: #333;
  color: #ffffff;
}

.button.button--red {
  background-color: #c21d20;
  color: #fff;
  border: 1px solid #c21d20;
  width: 210px;
  width: 13.125rem;
}

.button::before {
  content: "";
  width: 5px;
  width: 0.3125rem;
  height: 5px;
  height: 0.3125rem;
  border-top: solid 1px #6e6e6e;
  border-right: solid 1px #6e6e6e;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  top: 52%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .button::before {
    width: 0.3125rem;
    right: 0.75rem;
    height: 0.3125rem;
  }
}

.button.button--red::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button:hover::before {
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}

.button:hover {
  opacity: 1;
}

body.active {
  position: relative;
  height: 100%;
  overflow: hidden;
}
body.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}

.drawer {
  cursor: pointer;
}

.drawer__icon {
  display: block;
  position: fixed;
  top: 17px;
  top: 1.0625rem;
  right: 19px;
  right: 1.1875rem;
  width: 30px;
  width: 1.875rem;
  height: 2px;
  height: 0.125rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 1000;
  padding: 14px 8px 33px;
  padding: 0.875rem 0.5rem 2.0625rem;
  border-radius: 5px;
  border: 1px solid white;
}
@media screen and (min-width: 768px) {
  .drawer__icon {
    right: 1.75rem;
    top: 1.9375rem;
    padding: 1rem 1.25rem 3rem;
  }
}

.drawer__icon.is-open {
  z-index: 900;
}
.drawer__icon.is-open .drawer__icon-bar1 {
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
  top: 10px;
  top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .drawer__icon.is-open .drawer__icon-bar1 {
    top: 1.125rem;
  }
}
.drawer__icon.is-open .drawer__icon-bar2 {
  display: none;
}
.drawer__icon.is-open .drawer__icon-bar3 {
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
  top: 10px;
  top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .drawer__icon.is-open .drawer__icon-bar3 {
    top: 1.125rem;
  }
}

.page-drawer .drawer__icon {
  border: 1px solid #333333;
  background-color: #fff;
}

.drawer__icon-bars {
  position: relative;
  width: 21px;
  width: 1.3125rem;
  height: 27px;
  height: 1.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .drawer__icon-bars {
    width: 1.875rem;
  }
}

.drawer__icon-bar1,
.drawer__icon-bar2,
.drawer__icon-bar3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .drawer__icon-bar1,
  .drawer__icon-bar2,
  .drawer__icon-bar3 {
    height: 0.125rem;
  }
}

.page-drawer .drawer__icon-bar1,
.page-drawer .drawer__icon-bar2,
.page-drawer .drawer__icon-bar3 {
  background: #333333;
}

.drawer__icon-bar1 {
  top: 4px;
  top: 0.25rem;
  border-radius: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .drawer__icon-bar1 {
    top: 0.5rem;
  }
}

.drawer__icon-bar2 {
  top: 10px;
  top: 0.625rem;
  border-radius: 0.9375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .drawer__icon-bar2 {
    top: 1.0625rem;
  }
}

.drawer__icon-bar3 {
  top: 17px;
  top: 1.0625rem;
  border-radius: 0.9375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .drawer__icon-bar3 {
    top: 1.625rem;
  }
}

.drawer__content {
  overflow-y: auto;
  position: fixed;
  top: 117px;
  top: 7.3125rem;
  right: 0;
  background: #ffffff;
  width: 300px;
  width: 18.75rem;
  z-index: 800;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  width: 80%;
  max-width: 335px;
  max-width: 20.9375rem;
  text-align: left;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  max-height: calc(100vh - 7.3125rem);
}
@media screen and (min-width: 768px) {
  .drawer__content {
    width: 18.75rem;
    max-height: calc(100vh - 7.3125rem);
  }
}

.drawer__content.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: block;
}
@media screen and (min-width: 768px) {
  .drawer__content.is-open {
    margin-right: 1.875rem;
  }
}

.drawer__content-items {
  color: #333333;
  line-height: 2;
  position: relative;
  list-style: none;
}

.drawer__content-item {
  position: relative;
  text-align: center;
}

.drawer__content-item a {
  position: relative;
  display: block;
  color: #333333;
}

.drawer__content-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  bottom: 0;
  left: 0;
}

.drawer__content-item {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.drawer__content-item a {
  display: block;
  padding: 20px 32px;
  padding: 1.25rem 2rem;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.drawer__content-item:not(.drawer__content-item--cta) a:hover,
.drawer__content-item:not(.drawer__content-item--cta) a:focus {
  background: #5E0F10;
  color: #fff;
}

/* WEB予約ボタン用 */
.drawer__content-item--cta a {
  background: #333333;
  color: #ffffff;
  border-radius: 2rem;
  font-weight: 500;
  padding: 16px 32px;
  padding: 1rem 2rem;
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  text-align: center;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.drawer__content-item--cta a:hover,
.drawer__content-item--cta a:focus {
  background: #555555;
  color: #ffffff;
}

.follow-button {
  position: fixed;
  bottom: 22px;
  bottom: 1.375rem;
  right: 22px;
  right: 1.375rem;
  width: 122px;
  width: 7.625rem;
  height: 122px;
  height: 7.625rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: #5E0F10;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.8;
  z-index: 100;
  -webkit-transition: translate 0.6s, visibility 0.4s, opacity 0.4s;
  transition: translate 0.6s, visibility 0.4s, opacity 0.4s;
}
@media screen and (min-width: 768px) {
  .follow-button {
    bottom: 2.25rem;
    right: 2.8125rem;
    width: 10.625rem;
    height: 10.625rem;
    font-size: 0.9375rem;
  }
}
.follow-button.is-hidden {
  visibility: hidden;
  opacity: 0;
}
@media (any-hover: hover) {
  .follow-button:hover {
    opacity: 1;
    translate: 0 -0.5rem;
  }
}

.footer {
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer__inner.inner {
    max-width: 90rem;
  }
}

.footer__content {
  position: relative;
  background-image: url("../images/common/img_footer_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.footer__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(54, 41, 1, .4);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .footer__content {
    background-image: url("../images/common/img_footer_bg_pc.jpg");
  }
}

.footer__inner {
  position: relative;
  padding: 64px 10px 50px;
  padding: 4rem 0.625rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 4.375rem 0.625rem 3.5rem;
  }
}

.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
  gap: 4.5rem;
}
@media screen and (min-width: 768px) {
  .footer__main {
    gap: 4.5rem;
  }
}

.footer__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__title-wrap {
    gap: 2rem;
  }
}

.footer__title {
  width: 90%;
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer__title {
    font-size: 3.5rem;
    width: 50%;
    line-height: 1.23;
  }
}

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

.footer__btn {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 17px 24.48px;
  padding: 1.0625rem 1.53rem;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  width: 309px;
  width: 19.3125rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 308px;
  width: 19.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer__btn {
    padding: 1.5rem 2rem;
    width: 25.25rem;
  }
}
.footer__btn:hover {
  background: #fff;
  color: #333;
}

.footer__btn-icon svg,
.footer__btn-icon svg rect,
.footer__btn-icon svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__btn:hover .footer__btn-icon svg {
  fill: #fff;
}

.footer__btn:hover .footer__btn-icon svg rect {
  stroke: #333;
}

.footer__btn:hover .footer__btn-icon svg path {
  stroke: #333;
}

.footer__btn-text {
  font-size: 15.3px;
  font-size: 0.95625rem;
  line-height: 1.45;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .footer__btn-text {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.footer__btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 14px;
  right: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}
@media screen and (min-width: 768px) {
  .footer__btn-icon {
    width: 2.5rem;
    height: 2.5rem;
    right: 1.25rem;
  }
}
.footer__btn-icon svg {
  width: 100%;
  height: 100%;
}

.footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  gap: 1.5rem;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__nav-list {
    max-width: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem 2.9375rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer__nav-list {
    max-width: unset;
    gap: 2.9375rem;
  }
}

.footer__nav-item {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .footer__nav-item {
    width: auto;
    white-space: normal;
    white-space: initial;
  }
}

.footer__nav-item a {
  width: 100%;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__nav-item a:hover {
  opacity: 0.7;
}
.footer__nav-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  bottom: -0.125rem;
  width: 100%;
  height: 1px;
  background: #ffffff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer__nav-item a:hover::after, .footer__nav-item a:focus-visible::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media screen and (min-width: 768px) {
  .footer__nav-item a {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.footer__copy {
  display: block;
  text-align: center;
  padding: 20px 0;
  padding: 1.25rem 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #666666;
  background: #ffffff;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  max-width: 100%;
  z-index: 900;
}

.active__header {
  background: #333;
  -webkit-transition: background 0.7s ease;
  transition: background 0.7s ease;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 13px;
  padding-left: 0.8125rem;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 2.6875rem;
  }
}

.header__logo {
  width: 102px;
  width: 6.375rem;
  height: inherit;
  padding-top: 20px;
  padding-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 8.25rem;
    padding-top: 1.9375rem;
  }
}
@media screen and (min-width: 1440px) {
  .header__logo {
    width: 12.875rem;
  }
}
.header__logo svg {
  width: 100%;
  height: auto;
}

body:not(.home):not(.page-template-front-page) .header__logo {
  display: none;
}

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

.sec-title {
  margin-inline: auto;
  width: 44%;
}
@media screen and (min-width: 768px) {
  .sec-title {
    width: 16%;
  }
}

.test {
  font-size: 100px;
  font-size: 6.25rem;
  background-color: #333;
  color: #fff;
}

.news-detail {
  color: #333;
  padding: 93px 10px 54px;
  padding: 5.8125rem 0.625rem 3.375rem;
}
@media screen and (min-width: 768px) {
  .news-detail {
    padding: 6.625rem 0.625rem 9rem;
  }
}

.news-detail__inner.inner {
  padding-right: 14px;
  padding-left: 14px;
}
@media screen and (min-width: 768px) {
  .news-detail__inner.inner {
    max-width: 807px;
  }
}

.news-detail__date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0;
  color: #6e6e6e;
  font-weight: 300;
  display: block;
  text-align: center;
}

.news-detail__title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 500;
  text-align: left;
  width: 100%;
  margin-top: 11px;
  margin-top: 0.6875rem;
  position: relative;
  padding-bottom: 46px;
  padding-bottom: 2.875rem;
}
@media screen and (min-width: 768px) {
  .news-detail__title {
    text-align: center;
  }
}

.news-detail__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e4e4e4;
  height: 1px;
  width: 100%;
}

.news-detail__title span {
  display: block;
  max-width: 807px;
  padding-left: 14px;
  padding-right: 14px;
}
@media screen and (min-width: 768px) {
  .news-detail__title span {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.news-detail__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 65px;
  margin-top: 4.0625rem;
  width: 100%;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .news-detail__text {
    margin-top: 5rem;
    padding-bottom: 2rem;
  }
}

.news-detail__text p {
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
}

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

.news-detail__text img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  margin-inline: auto;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news-detail__text img {
    max-width: 562px;
  }
}

.news-detail__text > .wp-block-image img {
  padding-top: 0;
}

.wp-block-column img {
  margin-inline: auto;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-column img {
    margin-top: 0;
    padding-top: 0;
  }
}

.news-detail__text h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 2;
  font-weight: 400;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .news-detail__text h2 {
    margin-top: 7.125rem;
  }
}

.news-detail__text h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 400;
  position: relative;
  padding-left: 13px;
  padding-left: 0.8125rem;
}

.news-detail__text h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  top: 0.625rem;
  background: #6e6e6e;
  height: 1em;
  width: 3px;
}

.news-detail__text h4,
.news-detail__text h5,
.news-detail__text h6 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #212121;
  font-weight: 600;
  margin: 24px 0 12px 0;
  margin: 1.5rem 0 0.75rem 0;
}

.news-detail__text h2:first-child,
.news-detail__text h3:first-child,
.news-detail__text h4:first-child,
.news-detail__text h5:first-child,
.news-detail__text h6:first-child {
  margin-top: 0;
}

.news-detail__text ul,
.news-detail__text ol {
  margin: 16px 0;
  margin: 1rem 0;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.news-detail__text ul li,
.news-detail__text ol li {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.news-detail__text ul li:last-child,
.news-detail__text ol li:last-child {
  margin-bottom: 0;
}

.news-detail__text blockquote {
  border-left: 4px solid #6e6e6e;
  border-left: 0.25rem solid #6e6e6e;
  padding-left: 16px;
  padding-left: 1rem;
  margin: 16px 0;
  margin: 1rem 0;
  font-style: italic;
  color: #666666;
}

.news-detail__text a {
  color: #6e6e6e;
  text-decoration: underline;
}

.news-detail__text a:hover {
  color: #212121;
}

.news-detail__navigation {
  border-top: 1px solid #e4e4e4;
  padding-top: 48px;
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news-detail__navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.8125rem;
  }
}

.news-detail__nav-item {
  width: 240px;
  width: 15rem;
}

@media screen and (min-width: 768px) {
  .news-detail__nav-item--next {
    margin-left: auto;
  }
}

.news-detail__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  gap: 0.625rem;
  padding: 9px 32px;
  padding: 0.5625rem 2rem;
  border: 1px solid #6e6e6e;
  border-radius: 2.5rem;
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.news-detail__nav-link:hover {
  background: #333;
  color: #fff;
}
.news-detail__nav-link:hover .news-detail__nav-icon {
  stroke: #fff;
}
.news-detail__nav-link:hover .news-detail__nav-icon path {
  stroke: #fff;
}

.news-detail__nav-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  font-weight: 400;
}

.news-detail__nav-icon {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  position: absolute;
  right: 12px;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-detail__nav-item--prev .news-detail__nav-icon {
  left: 6px;
  left: 0.375rem;
  right: auto;
}

.news-detail__nav-item--next .news-detail__nav-icon {
  right: 6px;
  right: 0.375rem;
  left: auto;
}

.wp-block-button__link {
  background-color: #fff;
  color: #333 !important;
  border: 1px solid #333;
  text-decoration: none !important;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-inline: 32px 31px;
  padding-inline: 2rem 1.9375rem;
}
@media screen and (min-width: 768px) {
  .wp-block-button__link {
    line-height: 2;
    padding-block: 0.5625rem;
    padding-inline: 2rem 1.9375rem;
  }
}

.wp-block-button__link::before {
  content: "";
  width: 5px;
  width: 0.3125rem;
  height: 5px;
  height: 0.3125rem;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  right: 13px;
  right: 0.8125rem;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (min-width: 768px) {
  .wp-block-button__link::before {
    width: 0.3125rem;
    height: 0.3125rem;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    position: absolute;
    right: 0.8125rem;
  }
}

.pattern-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 48px;
  padding-top: 3rem;
}
.pattern-title__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 22px;
  font-size: 1.375rem;
  padding-right: 34px;
  padding-right: 2.125rem;
}
.pattern-title__line {
  display: block;
  width: 100%;
  background: #6e6e6e;
  height: 1px;
}

@media screen and (min-width: 768px) {
  .wp-block-columns {
    margin-block: 2.5rem;
  }
}

.wp-block-buttons > .wp-block-button {
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-left: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .wp-block-buttons > .wp-block-button {
    margin-top: 0.5rem;
  }
}

.wp-block-buttons > .wp-block-button:hover {
  opacity: 0.7;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 24px;
  gap: 1.5rem;
}
.pattern-image--large img {
  max-width: 100%;
}

.wp-block-image.size-full + .wp-block-image.size-full img {
  padding-top: 0;
}

.news-page {
  padding: 105px 0 140px;
  padding: 6.5625rem 0 8.75rem;
}
@media screen and (min-width: 768px) {
  .news-page {
    padding: 8.125rem 0 8.75rem;
  }
}

.news-page__title {
  width: 120px;
  width: 7.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .news-page__title {
    width: 12.75rem;
  }
}

@media screen and (min-width: 768px) {
  .news-page__inner.inner {
    max-width: 1248px;
  }
}

.news-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  gap: 3.5rem;
  position: relative;
  margin-top: 37px;
  margin-top: 2.3125rem;
  padding-top: 56px;
  padding-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .news-page__content {
    margin-top: 3rem;
    padding-top: 3.625rem;
  }
}

.news-page__content::after {
  content: "";
  position: absolute;
  left: -10%;
  top: 0;
  background: #e4e4e4;
  height: 1px;
  width: 120%;
}

.news-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  gap: 3.5rem;
}
@media screen and (min-width: 768px) {
  .news-page__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
    row-gap: 3.625rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  text-decoration: none;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.news-page__item:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .news-page__item {
    width: 31.8%;
  }
}

.news-page__item-image {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
.news-page__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  aspect-ratio: 327/207;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .news-page__item-image img {
    aspect-ratio: 380/240;
  }
}

.news-page__item:hover .news-page__item-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.news-page__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}

.news-page__item-date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0;
  color: #6e6e6e;
  font-weight: 300;
}

.news-page__item-title {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333333;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-page__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 29px;
  gap: 1.8125rem;
}

.news-page__pagination-prev,
.news-page__pagination-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  border: 1px solid #333333;
  border-radius: 0.3125rem;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.news-page__pagination-prev:hover,
.news-page__pagination-next:hover {
  background: #f5f5f5;
}
.news-page__pagination-prev svg,
.news-page__pagination-next svg {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}
.news-page__pagination-prev.news-page__pagination-disabled,
.news-page__pagination-next.news-page__pagination-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.news-page__pagination-prev.news-page__pagination-disabled:hover,
.news-page__pagination-next.news-page__pagination-disabled:hover {
  background: #ffffff;
}

.news-page__pagination-current,
.news-page__pagination-number {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  text-decoration: none;
}
.news-page__pagination-current:hover,
.news-page__pagination-number:hover {
  color: #6e6e6e;
}

.news-page__pagination-current {
  color: #6e6e6e;
}
.news-page__pagination-current::after {
  content: "";
  position: absolute;
  bottom: 2px;
  bottom: 0.125rem;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #6e6e6e;
}

.fv {
  position: relative;
  overflow: hidden;
}

.fv__img {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-animation: fadeInScale 2s ease-out 0.5s forwards;
          animation: fadeInScale 2s ease-out 0.5s forwards;
}
.fv__img img {
  width: 100%;
  height: auto;
  display: block;
}

@-webkit-keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fv__title {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  -webkit-animation: fadeInTitle 1.5s ease-out 1.7s forwards;
          animation: fadeInTitle 1.5s ease-out 1.7s forwards;
}
@media screen and (min-width: 768px) {
  .fv__title {
    width: 60%;
    top: 53%;
    left: 45%;
  }
}
.fv__title img {
  width: 100%;
  height: auto;
  display: block;
}

@-webkit-keyframes fadeInTitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInTitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about {
  padding-top: 86px;
  padding-top: 5.375rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
}

@media screen and (min-width: 768px) {
  .about::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e4e4e4;
    height: 1px;
    width: 100%;
  }
}

.about__inner {
  padding-left: 24px;
  padding-right: 24px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about__inner {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1228px;
  }
}

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .about__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .about__image {
    width: 66%;
  }
}
.about__image img {
  aspect-ratio: 327/232;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .about__image img {
    aspect-ratio: 601/426;
  }
}

.about__text-wrap {
  margin-top: 60px;
  margin-top: 3.75rem;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
@media screen and (min-width: 768px) {
  .about__text-wrap {
    margin-top: 0;
  }
}
.about__text-wrap.is-animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.about__title {
  width: 89%;
}
@media screen and (min-width: 768px) {
  .about__title {
    width: 67%;
  }
}

.about__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .about__text {
    line-height: 1.85;
    margin-top: 2.875rem;
    letter-spacing: 0.07em;
  }
}

@media screen and (min-width: 768px) {
  .about__text span {
    display: block;
    margin-top: 0.5rem;
    line-height: 2;
  }
}

.good {
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
  padding-top: 86px;
  padding-top: 5.375rem;
  overflow-x: clip;
  position: relative;
}
@media screen and (min-width: 768px) {
  .good {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
}

.good::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e4e4e4;
  height: 1px;
  width: 100%;
}

.good__inner {
  position: relative;
}

.good__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .good__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.good__text-wrap {
  padding-left: 10px;
  padding-left: 0.625rem;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
@media screen and (min-width: 768px) {
  .good__text-wrap {
    width: 48%;
    padding-left: 0;
  }
}
.good__text-wrap.is-animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.good__title {
  width: 79%;
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .good__title {
    margin-top: 0;
    font-size: 2.375rem;
    line-height: 1.23;
    letter-spacing: -0.07125rem;
    width: 65%;
  }
}

.good__text {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .good__text {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0;
    margin-top: 2.5rem;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

.good__image {
  margin-left: calc(50% - 50vw);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .good__image {
    margin-right: calc(50% - 50vw);
    margin-left: 0;
    width: 44.3125rem;
  }
}

.good__image img {
  aspect-ratio: 327/219;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .good__image img {
    aspect-ratio: 709/475;
  }
}

.good_cut-img {
  content: "";
  position: absolute;
  bottom: -55px;
  bottom: -3.4375rem;
  width: 87px;
  width: 5.4375rem;
  right: -9px;
  right: -0.5625rem;
}
@media screen and (min-width: 768px) {
  .good_cut-img {
    right: auto;
    width: 4rem;
    left: -8%;
    bottom: -6.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .good_cut-img {
    width: 6rem;
    bottom: -9.1875rem;
    left: -8%;
  }
}
@media screen and (min-width: 1440px) {
  .good_cut-img {
    left: -44%;
    bottom: -13.3125rem;
    width: 9rem;
  }
}
.good_cut-img.is-animated {
  -webkit-animation: scissorCut 2s ease-in-out both;
          animation: scissorCut 2s ease-in-out both;
}

@-webkit-keyframes scissorCut {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  20% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  30% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  40% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  60% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  70% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  90% {
    -webkit-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes scissorCut {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  20% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  30% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  40% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  60% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  70% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  90% {
    -webkit-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.headspa {
  padding-top: 86px;
  padding-top: 5.375rem;
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .headspa {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
}

.headspa__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .headspa__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .headspa__text-wrap {
    width: 43%;
  }
}

.headspa__title {
  margin-top: 103px;
  margin-top: 6.4375rem;
  width: 89%;
}
@media screen and (min-width: 768px) {
  .headspa__title {
    width: 86%;
    margin-top: 0;
  }
}

.headspa__text {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0;
  padding-left: 4px;
  padding-left: 0.25rem;
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .headspa__text {
    font-size: 0.9375rem;
    margin-top: 2.5rem;
    padding-left: 0;
  }
}

.headspa__button {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .headspa__button {
    margin-top: 1.875rem;
    text-align: left;
    text-align: initial;
  }
}

.headspa__btn {
  padding: 10px 26px;
  padding: 0.625rem 1.625rem;
}
@media screen and (min-width: 768px) {
  .headspa__btn {
    padding: 0.625rem 1.625rem;
  }
}

.headspa__image-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .headspa__image-wrap {
    width: 46%;
  }
}

.headspa__image {
  width: 83%;
  margin-inline: auto;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
@media screen and (min-width: 768px) {
  .headspa__image {
    margin-inline: none;
    width: 100%;
  }
}
.headspa__image.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.headspa__image-bg {
  content: "";
  position: absolute;
  right: 14px;
  right: 0.875rem;
  bottom: -66px;
  bottom: -4.125rem;
  width: 104px;
  width: 6.5rem;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
  transition: opacity 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
}
@media screen and (min-width: 768px) {
  .headspa__image-bg {
    height: 18.6875rem;
    width: 8.75rem;
    bottom: -9.875rem;
    right: clamp(-1.4375rem, 6.9910714286rem + -17.5595238095vw, -8.8125rem);
  }
}
@media screen and (min-width: 1024px) {
  .headspa__image-bg {
    width: 11.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .headspa__image-bg {
    width: 12.6875rem;
    right: -8.8125rem;
    bottom: -9rem;
  }
}
.headspa__image-bg.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.headspa__image img {
  aspect-ratio: 271/295;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .headspa__image img {
    aspect-ratio: 437/475;
  }
}

.news {
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .news {
    padding-top: 6.75rem;
    padding-bottom: 10.75rem;
  }
}

.news__title {
  width: 143px;
  width: 8.9375rem;
}
@media screen and (min-width: 768px) {
  .news__title {
    width: 9.5625rem;
  }
}

.news__list {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .news__list {
    margin-top: 0.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.news__item {
  display: block;
  border-bottom: 1px solid #d9d9d9;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 24px 6px 8px;
  padding: 1.5rem 0.375rem 0.5rem;
  gap: 10px;
  gap: 0.625rem;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease-out, opacity 0.3s ease, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, opacity 0.3s ease, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, opacity 0.3s ease;
  transition: opacity 1s ease-out, transform 1s ease-out, opacity 0.3s ease, -webkit-transform 1s ease-out;
}
.news__item.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.news__item:hover {
  opacity: 0.6;
}

.news__date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0;
  color: #6e6e6e;
  font-weight: 300;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .news__date {
    margin-left: 0;
  }
}

.news__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .news__text {
    margin-top: 0.5625rem;
    margin-left: 0;
  }
}

.news__more {
  padding: 0 15px;
  padding: 0 0.9375rem;
  text-align: right;
  color: #6e6e6e;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .news__more {
    padding: 0 0.1875rem;
  }
}

.news__more-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0;
  color: #6e6e6e;
}

.news__button {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news__button {
    margin-top: 1.5625rem;
  }
}

.news__button a {
  width: 240px;
  width: 15rem;
}
.slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
}

/* スライド3枚のグループ */
.slider {
  -webkit-animation: scroll-left 20s infinite linear 0.5s both;
          animation: scroll-left 20s infinite linear 0.5s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* スライド3枚を横並び */
}

/* スライド */
.slide {
  width: 50vw; /* 3はスライドの枚数 */
}
@media screen and (min-width: 768px) {
  .slide {
    width: 25vw; /* 3はスライドの枚数 */
  }
}

/* スライドの画像 */
.slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* CSSアニメーション */
@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.staff {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .staff {
    padding-top: 10.375rem;
    padding-bottom: 8.25rem;
  }
}

.staff__title.sec-title {
  width: 102px;
  width: 6.375rem;
}

.staff__list {
  margin-top: 45px;
  margin-top: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .staff__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5rem;
    margin-top: 2.9375rem;
  }
}

.staff__card {
  width: 327px;
  width: 20.4375rem;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
@media screen and (min-width: 768px) {
  .staff__card {
    width: 17.5rem;
  }
}
.staff__card.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.staff__card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 18px;
  gap: 1.125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .staff__card-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    gap: 0.625rem;
  }
}

.staff__image {
  width: 120px;
  width: 7.5rem;
  height: auto;
  aspect-ratio: 119/158;
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .staff__image {
    width: 100%;
    aspect-ratio: 280/373;
  }
}
.staff__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.staff__img-default {
  opacity: 1;
}

.staff__img-hover {
  opacity: 0;
}

.staff__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 58%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .staff__content {
    width: auto;
  }
}

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

.staff__position {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0;
}

.staff__name {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
}

.staff__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0;
  color: #333333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.staff__button {
  text-align: center;
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .staff__button {
    text-align: right;
    margin-top: auto;
  }
}

.staff__button a {
  padding-block: 3px;
  padding-block: 0.1875rem;
  text-align: center;
  width: 144px;
  width: 9rem;
}
@media screen and (min-width: 768px) {
  .staff__button a {
    padding: 0.3125rem 1.75rem;
  }
}

.staff__button a.button::before {
  right: 12px;
  right: 0.75rem;
}
.banner {
  padding-bottom: 55px;
  padding-bottom: 3.4375rem;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (min-width: 768px) {
  .banner {
    padding-bottom: 7.5rem;
  }
}

.banner__inner {
  position: relative;
}

.banner__image {
  position: relative;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .banner__image {
    margin-inline: auto;
    width: 80%;
  }
}
@media screen and (min-width: 1440px) {
  .banner__image {
    width: 100%;
  }
}
.banner__image img {
  height: auto;
}

.banner__mirrow {
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  bottom: -41px;
  bottom: -2.5625rem;
  z-index: 1;
  width: 32%;
}
@media screen and (min-width: 768px) {
  .banner__mirrow {
    right: -5.125rem;
    width: 23%;
    bottom: -2rem;
  }
}
@media screen and (min-width: 1024px) {
  .banner__mirrow {
    right: -5.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .banner__mirrow {
    right: -6.875rem;
    width: 23%;
    bottom: -3rem;
  }
}

.banner__button {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .banner__button {
    text-align: left;
    text-align: initial;
    position: absolute;
    left: 17%;
    bottom: 14%;
  }
}

.banner__btn {
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, .25);
  padding-block: 4px;
  padding-block: 0.25rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid #c21d20;
}
@media screen and (min-width: 768px) {
  .banner__btn {
    margin-top: 0;
    padding: 0.3125rem 2rem;
    -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
            box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
    width: 13.125rem;
  }
}

.banner__btn:hover {
  background-color: #fff;
  color: #c21d20;
}

.banner__btn:hover::before {
  border-top: solid 1px #c21d20;
  border-right: solid 1px #c21d20;
}

.original {
  padding-top: 54px;
  padding-top: 3.375rem;
  padding-bottom: 52px;
  padding-bottom: 3.25rem;
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .original {
    padding-top: 6.0625rem;
    padding-bottom: 5.75rem;
  }
}

@media screen and (min-width: 768px) {
  .original__inner.inner {
    max-width: 1168px;
  }
}

.original__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .original__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.original__text-wrap {
  margin-top: 70px;
  margin-top: 4.375rem;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
@media screen and (min-width: 768px) {
  .original__text-wrap {
    width: 42%;
    margin-top: 0;
  }
}
.original__text-wrap.is-animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.original__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.23;
  letter-spacing: -0.96px;
  letter-spacing: -0.06rem;
}
@media screen and (min-width: 768px) {
  .original__title {
    font-size: 2.375rem;
    line-height: 1.23;
    letter-spacing: -0.07125rem;
  }
}

.original__text {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 43px;
  margin-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .original__text {
    margin-top: 2.5rem;
  }
}

.original__button {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .original__button {
    margin-top: 1.875rem;
    text-align: left;
    text-align: initial;
  }
}

.original__image {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .original__image {
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    width: 57.375rem;
  }
}
@media screen and (min-width: 1441px) {
  .original__image {
    margin-left: 0;
  }
}
.original__image img {
  aspect-ratio: 414/280;
}
@media screen and (min-width: 768px) {
  .original__image img {
    aspect-ratio: 805/460;
  }
}

.aboutHeadspa {
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .aboutHeadspa {
    padding-top: 7.375rem;
  }
}

.aboutHeadspa__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .aboutHeadspa__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.5625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1440px) {
  .aboutHeadspa__content {
    gap: 2.5rem;
  }
}

.aboutHeadspa__text-wrap {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
@media screen and (min-width: 768px) {
  .aboutHeadspa__text-wrap {
    width: 44%;
  }
}
.aboutHeadspa__text-wrap.is-animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.aboutHeadspa__title {
  width: 67%;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .aboutHeadspa__title {
    width: 15.9375rem;
    margin-top: 0;
  }
}

.aboutHeadspa__text {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .aboutHeadspa__text {
    margin-top: 2.6875rem;
  }
}

.aboutHeadspa__button {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .aboutHeadspa__button {
    margin-top: 1.875rem;
    text-align: left;
    text-align: initial;
  }
}

@media screen and (min-width: 768px) {
  .aboutHeadspa__image {
    width: 31.25rem;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1440px) {
  .aboutHeadspa__image {
    width: 44.3125rem;
  }
}
@media screen and (min-width: 1441px) {
  .aboutHeadspa__image {
    margin-right: 0;
  }
}
.aboutHeadspa__image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 327/219;
}
@media screen and (min-width: 768px) {
  .aboutHeadspa__image img {
    aspect-ratio: 709/475;
  }
}

.menu {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .menu {
    padding-top: 1.75rem;
    padding-bottom: 8.75rem;
  }
}

.menu__inner.inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .menu__inner.inner {
    max-width: 1098px;
  }
}

.menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 52px;
  gap: 3.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .menu__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8.9375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.menu__image {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .menu__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 37%;
    margin: 0;
  }
}
.menu__image img {
  aspect-ratio: 375/266;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu__text-wrap {
  width: 327px;
  width: 20.4375rem;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
@media screen and (min-width: 768px) {
  .menu__text-wrap {
    width: auto;
  }
}
.menu__text-wrap.is-animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu__title {
  width: 66%;
}
@media screen and (min-width: 768px) {
  .menu__title {
    width: 51%;
  }
}

.menu__text {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .menu__text {
    margin-top: 2.375rem;
  }
}

.menu__bg {
  position: absolute;
  width: 52px;
  right: 25px;
  right: 1.5625rem;
  bottom: -71px;
  bottom: -4.4375rem;
}
@media screen and (min-width: 768px) {
  .menu__bg {
    width: 7%;
    right: 0.875rem;
    bottom: -5.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .menu__bg {
    width: 8%;
    right: -3.875rem;
    bottom: -2.625rem;
  }
}

.products {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .products {
    padding-top: 3.375rem;
    padding-bottom: 2.125rem;
  }
}

@media screen and (min-width: 768px) {
  .products__inner.inner {
    max-width: 64.375rem;
  }
}

.products__title {
  width: 155px;
  width: 9.6875rem;
}

.products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
  gap: 2.0625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .products__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .products__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70%;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.625rem;
  }
}

.products__image {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .products__image {
    width: 100%;
  }
}
.products__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 100/100;
  object-fit: cover;
}

.products__item-title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
}

.products__button {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products__button {
    margin-top: 1.5rem;
  }
}

.products__btn {
  width: 210px;
  width: 13.125rem;
}
.access {
  padding-top: 54px;
  padding-top: 3.375rem;
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .access {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
}

@media screen and (min-width: 768px) {
  .access__inner.inner {
    max-width: 1228px;
  }
}

.access__title {
  width: 120px;
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .access__title {
    width: 7.5rem;
  }
}

.access__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  gap: 3.5rem;
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .access__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .access__map__wrap {
    width: 51%;
  }
}

.access__map__access {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 78%;
}
@media screen and (min-width: 768px) {
  .access__map__access {
    padding-top: 79%;
  }
}

.access__map__access iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.access__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  padding: 24px 10px;
  padding: 1.5rem 0.625rem;
  border-top: 1px solid #d9d9d9;
  margin-bottom: -1px;
  margin-bottom: -0.0625rem;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
@media screen and (min-width: 768px) {
  .access__info-item {
    padding: 1.4375rem 0.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.0625rem;
  }
}
.access__info-item:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.access__info-item.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.access__info-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #333333;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .access__info-title {
    width: 18%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1440px) {
  .access__info-title {
    width: 13%;
  }
}

.access__info-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #333333;
  font-weight: 400;
  margin: 0;
}
/*# sourceMappingURL=styles.css.map */
