@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

picture, img {
  display: block;
  width: 100%;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff");
}
@keyframes fadeinTop {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeinBottom {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeinRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
}
@keyframes fadeinLeft {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
}
@keyframes fadeoutBottom {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #231815;
  font-family: "maru-maru-gothic-blr-stdn", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.68;
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

/*——————————————————————
コンテンツ幅
——————————————————————*/
.l-container {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  width: min(100vw - min(5.3781512605vw, 32px), 100rem);
}
.l-container02 {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  width: min(100vw - min(5.3781512605vw, 32px), 110rem);
}
.l-container03 {
  margin: 0 auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: min(100vw - min(5.3781512605vw, 32px), 125rem);
}

.l-header {
  --height: 95px;
  align-items: center;
  background: #fff;
  box-shadow: none;
  display: flex;
  height: var(--height);
  left: 0;
  justify-content: space-between;
  padding: 0 16px;
  position: sticky;
  top: 0;
  width: 100%;
  /*
  &-hamburger {

    &__btn {
      align-items: center;
      background: $c-main;
      display: flex;
      flex-direction: column;
      gap: 8px;
      height: 6rem;
      justify-content: center;
      padding-top: 4px;
      position: relative;
      width: 6rem;
      z-index: 2;
      @include mq() {
        height: 7rem;
        width: 7rem;
      }

      &::after {
        color: #fff;
        content: "MENU";
        font-size: 11px;
        font-weight: 500;
        line-height: 1;
      }

      div {
        height: 20px;
        position: relative;
        width: 35px;
        @include mq() {
          width: 40px;
        }

        &::before,
        &::after {
          content: "";
          display: block;
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          transition: $hover-transition;
          width: 100%;
        }
        &::before {
          background: linear-gradient(180deg, #fff 0%, #fff 5%, transparent 5%, transparent 47%, #fff 47%, #fff 52%, transparent 52%, transparent 95%, #fff 95%, #fff 100%);
        }
        &::after {
          background: linear-gradient(45deg,transparent 0%,transparent 49%,#fff 49%,#fff 51%,transparent 51%,transparent 100%),linear-gradient(-45deg,transparent 0%,transparent 49%,#fff 49%,#fff 51%,transparent 51%,transparent 100%);
          opacity: 0;
        }
      }

      &.open {
        background: transparent;

        div {

          &::before {
            opacity: 0;
          }
          &::after {
            opacity: 1;
          }
        }
      }
    }

  }
  */
}
@media screen and (min-width: 744px) {
  .l-header {
    --height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header {
    --height: 130px;
  }
}
@media screen and (min-width: 1280px) {
  .l-header {
    --height: auto;
    align-items: flex-end;
    background: none;
    padding: 0 2rem 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .l-header {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-header.--fix {
    position: fixed;
  }
}
.l-header-inner {
  display: contents;
}
@media screen and (min-width: 1280px) {
  .l-header-inner {
    align-items: center;
    background: #fff;
    border-radius: 0 0 4rem 0;
    display: flex;
    gap: 22px;
    padding: 16px 3rem 8px 2rem;
    position: relative;
  }
}
.l-header-branding__logo {
  width: min(50vw, 260px);
}
.l-header-pcnav {
  border-left: 2px solid #dcdddd;
  flex-grow: 1;
}
@media screen and (max-width: 1279px) {
  .l-header-pcnav {
    display: none;
  }
}
.l-header-pcnav-primary {
  padding: 0 0 20px 22px;
}
.l-header-pcnav-primary__tel {
  display: block;
  width: 23rem;
}
.l-header-pcnav-primary-links {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  position: absolute;
  right: 3rem;
  top: 0;
}
.l-header-pcnav-primary-links__item {
  color: #fff;
  font-size: 0.75em;
  line-height: 1.3;
  padding: 1rem 0;
  text-align: center;
  width: 13rem;
}
.l-header-pcnav-primary-links__item.--blue {
  background: #423884;
}
.l-header-pcnav-primary-links__item.--green {
  background: #19923d;
}
.l-header-pcnav-primary-links__item.--pink {
  background: #d21277;
}
.l-header-pcnav-primary-links__item span {
  font-size: 0.833em;
}
.l-header-pcnav-links {
  border-top: 2px solid #dcdddd;
  display: flex;
  gap: 2rem;
  padding: 17px 0 11px 22px;
}
@media screen and (min-width: 1440px) {
  .l-header-pcnav-links {
    gap: 3rem;
  }
}
.l-header-pcnav-links__item {
  font-size: 0.875em;
  position: relative;
}
.l-header-pcnav-links__item::after {
  background: currentColor;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 100%;
  transition: 0.4s;
  width: 0;
}
.l-header-pcnav-links__item:hover::after {
  width: 100%;
}
.l-header-sun {
  display: flex;
  gap: 8px;
}
.l-header-sun__item {
  width: min(64px, 16.5vw);
}
@media screen and (min-width: 1024px) {
  .l-header-sun__item {
    width: 10rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-header-sun__menu {
    display: none;
  }
}
.l-header-hamburger-nav {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: calc(100dvh - var(--height));
  left: 0;
  opacity: 0;
  overflow: scroll;
  padding: 16px;
  position: fixed;
  top: var(--height);
  transition: 0.4s;
  visibility: hidden;
  width: 100%;
}
.l-header-hamburger-nav__item {
  align-items: center;
  border-bottom: 1px solid;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  padding: 1em 1rem;
}
@media screen and (max-width: 375px) {
  .l-header-hamburger-nav__item {
    font-size: 15px;
  }
}
.l-header-hamburger-nav__item::after {
  background: url(../images/common/angle.svg) no-repeat center right/contain;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
}
.l-header-hamburger.is-open .l-header-hamburger-nav {
  opacity: 1;
  visibility: visible;
}
.l-header a {
  transition: 0.4s;
}
.l-header a:hover {
  opacity: 0.7;
}

.l-footer {
  margin-top: min(16.8067226891vw, 100px);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-footer {
    margin-top: 0;
  }
}
.l-footer__pagetop {
  bottom: min(3.8655462185vw, 23px);
  position: absolute;
  right: min(3.025210084vw, 18px);
  width: min(10.0840336134vw, 60px);
}
@media screen and (min-width: 744px) {
  .l-footer__pagetop {
    display: none;
  }
}
.l-footer-contact {
  display: grid;
  gap: 7rem;
  padding: 8rem 0 6rem;
}
@media screen and (max-width: 1023px) {
  .l-footer-contact {
    display: none;
  }
}
.l-footer-contact-content {
  align-items: center;
  display: grid;
  gap: 0;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
.l-footer-contact-content__title {
  align-items: center;
  border-right: 2px solid #9fa0a0;
  display: flex;
  font-size: 19px;
  height: 100%;
  padding: 1rem 5rem 1rem 0;
}
.l-footer-contact-content__article {
  padding-left: 5rem;
}
.l-footer-contact-tel {
  align-items: flex-end;
  display: flex;
  gap: 16px;
}
.l-footer-contact-tel__num {
  width: min(24.1379310345vw, 350px);
}
.l-footer-contact-tel__txt {
  font-size: min(1.1034482759vw, 16px);
  line-height: 1;
}
.l-footer-contact-form {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.l-footer-contact-form__item {
  background: #fff16a;
  border: 2px solid #fff16a;
  border-radius: 13px;
  color: #000;
  font-size: 19px;
  line-height: 1;
  padding: 2rem 0;
  text-align: center;
  transition: 0.4s;
}
.l-footer-contact-form__item:hover {
  background: #fff;
  border-color: #f3cc20;
}
.l-footer__credit {
  background: #f3cc20;
  display: block;
  font-size: min(2.5210084034vw, 15px);
  line-height: 1;
  padding: 16px 0;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .l-footer__credit {
    font-size: 15px;
    padding: 24px;
  }
}

.l-main {
  overflow: hidden;
}

.c-form {
  display: grid;
  font-family: "Noto Sans JP", sans-serif;
  gap: 5rem;
  margin: 0 auto;
  max-width: 59rem;
}
@media screen and (min-width: 744px) {
  .c-form {
    gap: 7rem;
  }
}
.c-form input:not([name*=tel]):not([name*=zip]):not([type=radio]):not([type=checkbox]),
.c-form textarea,
.c-form select {
  width: 100%;
}
.c-form input[name*=tel],
.c-form input[name*=zip] {
  width: 5em;
}
.c-form input,
.c-form select,
.c-form textarea {
  background: #fff;
  border: 2px solid #ccd5dc;
  font-family: inherit;
  padding: 1.25em 1.5em;
}
.c-form input::placeholder,
.c-form select::placeholder,
.c-form textarea::placeholder {
  color: #ccd5dc;
}
.c-form input,
.c-form select,
.c-form textarea,
.c-form input[type=radio] + span {
  font-size: 1em;
}
@media screen and (min-width: 744px) {
  .c-form input,
  .c-form select,
  .c-form textarea,
  .c-form input[type=radio] + span {
    font-size: 27px;
  }
}
.c-form-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-form-content__title {
  color: #6f7e86;
  font-size: clamp(2.2rem, 2vw + 1rem, 2.7rem);
  font-weight: 700;
}
.c-form-content .wpcf7-radio {
  display: grid;
  gap: 2rem;
}
.c-form-content .wpcf7-radio > span {
  margin: 0;
}
.c-form-content .wpcf7-radio > span input {
  display: none;
}
.c-form-content .wpcf7-radio > span .wpcf7-list-item-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 15px;
  position: relative;
}
.c-form-content .wpcf7-radio > span .wpcf7-list-item-label::before {
  aspect-ratio: 1/1;
  border: 2px solid #cbd4db;
  border-radius: 50%;
  content: "";
  display: block;
  width: 4rem;
}
@media screen and (min-width: 744px) {
  .c-form-content .wpcf7-radio > span .wpcf7-list-item-label::before {
    width: 5rem;
  }
}
.c-form-content .wpcf7-radio > span .wpcf7-list-item-label::after {
  background: #e4803f;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: 2rem;
  left: 2rem;
  margin: auto;
  position: absolute;
  top: 0;
  transform: translateX(-50%) scale(0);
  transition: 0.4s;
  width: 2rem;
}
@media screen and (min-width: 744px) {
  .c-form-content .wpcf7-radio > span .wpcf7-list-item-label::after {
    height: 3rem;
    left: 2.5rem;
    width: 3rem;
  }
}
.c-form-content .wpcf7-radio > span input:checked + .wpcf7-list-item-label::after {
  transform: translateX(-50%) scale(1);
}
.c-form-privacy {
  align-items: center;
  display: flex;
  font-size: 1.25em;
  gap: 1rem;
}
.c-form-privacy .wpcf7-list-item {
  display: block;
  line-height: 1;
  margin: 0;
  position: relative;
}
.c-form-privacy .wpcf7-list-item::after {
  aspect-ratio: 27/18;
  background: url(../images/common/check.svg) no-repeat center/contain;
  bottom: 0;
  content: "";
  display: block;
  left: 2rem;
  margin: auto;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%) scale(0);
  transition: 0.4s;
  width: 27px;
}
@media screen and (min-width: 744px) {
  .c-form-privacy .wpcf7-list-item::after {
    left: 2.5rem;
  }
}
.c-form-privacy .wpcf7-list-item:has(input:checked)::after {
  transform: translateX(-50%) scale(1);
}
.c-form-privacy input {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 2px solid #cbd4db;
  cursor: pointer;
  display: inline-block;
  height: 4rem;
  margin: 0;
  padding: 0;
  position: relative;
  width: 4rem;
}
@media screen and (min-width: 744px) {
  .c-form-privacy input {
    height: 5rem;
    width: 5rem;
  }
}
.c-form-privacy .wpcf7-list-item-label {
  display: none;
}
.c-form-privacy a {
  color: inherit;
  display: inline-block;
}
.c-form-btns {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
}
.c-form-btns__btn {
  width: min(387px, 100%);
}
.c-form-btns__btn input {
  background: #e4803f;
  border: 2px solid #e4803f;
  border-radius: 10rem;
  color: #fff;
  cursor: pointer;
  font-size: 1.25em;
  font-weight: 700;
  padding: 0.8em 1rem;
  transition: 0.4s;
}
.c-form-btns__btn input:not(:disabled):hover {
  background: #fff;
  color: #e4803f;
}
.c-form-btns__btn input:disabled, .c-form-btns__btn input[class*=back] {
  filter: grayscale(1);
}
.c-form-btns .wpcf7-spinner {
  display: none;
}

.wp-pagenavi {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 3rem;
}
.wp-pagenavi > * {
  background: #fff;
  border-radius: 50%;
  display: grid;
  font-size: 1.2em;
  font-weight: 700;
  height: clamp(2.9rem, 8vw, 3.8rem);
  line-height: 1;
  place-items: center;
  transition: 0.4s;
  width: clamp(2.9rem, 8vw, 3.8rem);
}
.wp-pagenavi > *:not(.current):not(.extend) {
  cursor: pointer;
}
.wp-pagenavi > *:not(.current):not(.extend):hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.wp-pagenavi .current {
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: transparent;
  position: relative;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  bottom: 0;
  content: "\f105";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  font-weight: 700;
  height: 1em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6em;
}
.wp-pagenavi .previouspostslink::before {
  transform: scale(-1, 1);
}

.c-breadcrumbs {
  font-size: 0.75em;
}
.c-breadcrumbs a {
  color: var(--color_link);
  text-decoration: underline;
}

.c-pages .wp-block-column > * {
  margin: 0;
}
.c-pages .wp-block-image {
  width: 100%;
}
.c-pages-heading01 {
  font-size: clamp(min(5.0420168067vw, 30px), 2vw + 1rem, 3.7rem);
  margin-bottom: 1em;
  text-align: center;
}
.c-pages-heading01::after {
  background: #e4803f;
  border-radius: 9px;
  content: "";
  display: block;
  height: 9px;
  margin: 0.2em auto 0;
  width: 3em;
}
.c-pages img {
  display: inline-block;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .c-pages__txt {
    font-size: 1.375em;
  }
}
.c-pages-border {
  max-width: 100%;
  padding: 1em 2em;
  width: max-content;
}
.c-pages-border--radius {
  border-radius: 2rem;
}
@media screen and (min-width: 744px) {
  .c-pages-border--radius {
    border-radius: 2em;
  }
}
@media screen and (max-width: 1023px) {
  .c-pages-flex {
    align-items: center;
  }
}
.c-pages-flex__shrink {
  flex-basis: auto !important;
  flex-grow: initial !important;
  flex-shrink: 0;
}
.c-pages-flex__grow {
  flex-basis: auto !important;
  flex-grow: 1 !important;
}
.c-pages-gmap {
  aspect-ratio: 16/9;
  margin: 0 auto;
  max-width: 62rem;
}
.c-pages-gmap iframe {
  height: 100%;
  width: 100%;
}
.c-pages-dining .l-container {
  width: 100%;
}
.c-pages-dining__address {
  margin: 3em auto 0;
  max-width: 62rem;
}
.c-pages-acc {
  margin-left: auto;
  margin-right: auto;
  max-width: 62rem;
}
.c-pages-acc__title summary {
  background: none;
  border: 1px solid #e4803f;
  color: #e4803f;
  font-size: min(4.2016806723vw, 25px);
  justify-content: center;
  padding: 1em;
}
.c-pages-acc__title .swell-block-accordion__label {
  flex: initial;
  padding: 0;
}
.c-pages-recruit-wrapper {
  max-width: 62rem;
  margin: 0 auto;
}
.c-pages-recruit-content {
  margin: 0;
}
.c-pages-recruit-content__title {
  border-bottom: 3px solid;
  color: #e4803f;
  font-size: 1.25em;
  margin-bottom: 0;
  margin-left: 2.6em;
  position: relative;
}
@media screen and (min-width: 744px) {
  .c-pages-recruit-content__title {
    font-size: 1.875em;
  }
}
.c-pages-recruit-content__title::before {
  background: no-repeat center/contain;
  content: "";
  display: block;
  height: 2.2em;
  left: -2.6em;
  position: absolute;
  top: 0;
  width: 2.2em;
}
.c-pages-recruit-content__title.--01::before {
  background-image: url(../images/pages/recruit/recruit_num01.svg);
}
.c-pages-recruit-content__title.--02::before {
  background-image: url(../images/pages/recruit/recruit_num02.svg);
}
.c-pages-recruit-content__title.--03::before {
  background-image: url(../images/pages/recruit/recruit_num03.svg);
}
.c-pages-recruit-content__title.--04::before {
  background-image: url(../images/pages/recruit/recruit_num04.svg);
}
.c-pages-recruit-content-box {
  align-items: center;
  border: solid #e4803f;
  border-width: 0 3px 3px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0;
  padding: 32px;
}
@media screen and (min-width: 744px) {
  .c-pages-recruit-content-box {
    display: grid;
    grid-template-columns: 186px 1fr;
  }
}
.c-pages-recruit-content-box::before {
  aspect-ratio: 186/176;
  background: no-repeat center/contain;
  content: "";
  display: block;
  width: 15rem;
}
.c-pages-recruit-content-box.--01::before {
  background-image: url(../images/pages/recruit/recruit_icon01.svg);
}
.c-pages-recruit-content-box.--02::before {
  background-image: url(../images/pages/recruit/recruit_icon02.svg);
}
.c-pages-recruit-content-box.--03::before {
  background-image: url(../images/pages/recruit/recruit_icon03.svg);
}
.c-pages-recruit-content-box.--04::before {
  background-image: url(../images/pages/recruit/recruit_icon04.svg);
}
.c-pages-recruit-content-box-article {
  margin-bottom: 0;
}
.c-pages-recruit-content-box-article .swell-block-button {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .c-pages-faq-btns .wp-block-group__inner-container {
    display: flex;
    gap: 32px;
  }
}
.c-pages-faq-btns .wp-block-group__inner-container .swell-block-button {
  flex-grow: 1;
}
.c-pages-faq__title {
  background: url(../images/pages/faq/title_bg.png) no-repeat left bottom/contain;
  color: #80420e;
  font-size: 1.125em;
  font-weight: 700;
  padding: 0 0 0.7em 1.8em;
}
@media screen and (min-width: 1024px) {
  .c-pages-faq__title {
    font-size: 1.375em;
  }
}
.c-pages a:not([class]) {
  color: var(--color_link);
  text-decoration: underline;
}

.u-fadein {
  opacity: 0;
  visibility: hidden;
}
.u-fadein--top.is-active {
  animation-name: fadeinTop;
  transform: translateY(20px);
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
  opacity: 0;
  visibility: hidden;
}
.u-fadein--bottom.is-active {
  animation-name: fadeinBottom;
  transform: translateY(-20px);
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
  opacity: 0;
  visibility: hidden;
}
.u-fadein--left.is-active {
  animation-name: fadeinLeft;
  transform: translateX(20px);
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
  opacity: 0;
  visibility: hidden;
}
.u-fadein--right.is-active {
  animation-name: fadeinRight;
  transform: translateX(-20px);
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
  opacity: 0;
  visibility: hidden;
}

.p-top-kv {
  position: relative;
}
.p-top-kv-links {
  align-items: flex-end;
  bottom: min(1.6806722689vw, 10px);
  display: flex;
  gap: min(0.8403361345vw, 5px);
  position: absolute;
  right: min(1.6806722689vw, 10px);
}
@media screen and (min-width: 1280px) {
  .p-top-kv-links {
    bottom: min(1.9310344828vw, 28px);
    gap: min(1.0344827586vw, 15px);
    right: min(2.9655172414vw, 43px);
  }
}
.p-top-kv-links__item {
  transition: 0.4s;
  width: 11.9327731092vw;
}
@media screen and (min-width: 1280px) {
  .p-top-kv-links__item {
    width: 10.6896551724vw;
  }
}
.p-top-kv-links__item:hover {
  opacity: 0.7;
}
.p-top-copy {
  margin-top: min(5.3781512605vw, 32px);
}
@media screen and (min-width: 744px) {
  .p-top-copy {
    margin-top: min(3.4482758621vw, 50px);
  }
}
.p-top-copy__txt {
  margin: 0 auto;
  transform: translateX(1.5%);
  width: min(76.974789916vw, 458px);
}
@media screen and (min-width: 1024px) {
  .p-top-copy__txt {
    width: min(45.7931034483vw, 664px);
  }
}
.p-top-copy__img {
  margin-top: -12.7vw;
}
.p-top-vr {
  margin-top: min(2.8571428571vw, 17px);
}
@media screen and (min-width: 1024px) {
  .p-top-vr {
    margin-top: -3vw;
  }
}
.p-top-vr__message {
  width: min(55.9663865546vw, 333px);
}
@media screen and (min-width: 744px) {
  .p-top-vr__message {
    width: min(33.3103448276vw, 483px);
  }
}
.p-top-vr__iframe {
  aspect-ratio: 3/2;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-top-vr__iframe {
    aspect-ratio: 16/9;
  }
}
.p-top-vr__iframe iframe {
  height: 100%;
  width: 100%;
}
.p-top-service {
  background: #fff16a;
  margin-top: min(9.7478991597vw, 58px);
  padding: 6rem 0;
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-top-service {
    background: linear-gradient(to bottom, transparent 0%, transparent 13%, #fff16a 13%, #fff16a 100%);
    margin-top: 6rem;
    padding: 0 0 75px;
  }
}
.p-top-service::before {
  aspect-ratio: 145/218;
  background: url(../images/pages/top/service_deco.png) no-repeat center/contain;
  content: "";
  display: block;
  position: absolute;
  right: min(5.0420168067vw, 30px);
  top: max(-7.2268907563vw, -43px);
  width: min(24.3697478992vw, 145px);
}
@media screen and (min-width: 744px) {
  .p-top-service::before {
    right: min(1.8620689655vw, 27px);
    top: max(-10.275862069vw, -149px);
    width: min(10vw, 145px);
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .p-top-service::before {
    display: none;
  }
}
.p-top-service-wrapper {
  display: grid;
  gap: 3rem;
  margin: 0 auto;
  max-width: min(58.8235294118vw, 350px);
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-top-service-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    max-width: none;
  }
}
.p-top-service-content {
  display: grid;
  gap: 1rem;
}
.p-top-service-content__img {
  align-items: center;
  background: #fff;
  border: 3px solid #231815;
  display: flex;
  height: min(42.0168067227vw, 250px);
  justify-content: center;
  transition: 0.4s;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .p-top-service-content__img {
    height: 25rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .p-top-service-content__img {
    aspect-ratio: 3/2;
    height: auto;
  }
}
.p-top-service-content__img img {
  width: min(52.7731092437vw, 314px);
}
@media screen and (min-width: 744px) {
  .p-top-service-content__img img {
    width: 314px;
  }
}
.p-top-service-content:hover .p-top-service-content__img {
  border-color: #dcdddd;
}
.p-top-service-content__txt {
  font-size: 19px;
  transition: 0.4s;
}
.p-top-service-content:hover .p-top-service-content__txt {
  transform: translateX(1em);
}

.p-staff-archive-list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 744px) {
  .p-staff-archive-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-staff-archive-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-staff-archive-list__item {
  transition: 0.4s;
}
.p-staff-archive-list__item:hover {
  opacity: 0.7;
}
.p-staff-single-wrapper {
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-staff-single-wrapper {
    align-items: center;
    grid-template-columns: auto 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .p-staff-single-wrapper {
    gap: 7rem;
  }
}
.p-staff-single__img {
  display: flex;
  justify-content: center;
}
.p-staff-single__back {
  background: #e4803f;
  border: 2px solid #e4803f;
  color: #fff;
  display: block;
  margin: 5rem auto 0;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  transition: 0.4s;
  width: min(397px, 100%);
}
@media screen and (min-width: 744px) {
  .p-staff-single__back {
    margin-top: 10rem;
  }
}
.p-staff-single__back:hover {
  background: #fff;
  color: #e4803f;
}