@charset "UTF-8";
.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.u-visually-hidden {
  display: none;
}

/* 画像の中央寄せ */
.aligncenter {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

/* figureタグで囲まれた画像の中央寄せ */
.aligncenter img {
  height: auto;
  max-width: 100%;
}

/* 画像右寄せ */
.alignright {
  height: auto;
  margin-left: auto;
  max-width: 100%;
}

/* figureタグで囲まれた画像右寄せ */
.alignright img {
  height: auto;
  max-width: 100%;
}

/* 位置指定のない画像 */
.alignnone {
  height: auto;
  max-width: 100%;
}

/* figureタグで囲まれた位置指定のない画像 */
.alignnone img {
  height: auto;
  max-width: 100%;
}

/* 自動折り返し有効化 */
pre {
  white-space: pre-wrap;
}

body.is-fixed {
  height: 100%;
  overflow: hidden !important;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.075em;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* Safari */
  background-color: #EDEBE6;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    letter-spacing: 0;
  }
}
/* 初期状態: 非表示で下に少し移動 */
.fadeup {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
}

/* 表示状態: フェードアップ完了 */
.fadeup.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

*,
*::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 */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

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

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: 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;
}

fieldset,
legend,
button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  margin: 0;
  padding: 4px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 16px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=number],
input[type=datetime],
input[type=week],
textarea,
select {
  margin-right: 0;
  margin-left: 0;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  background: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  width: 100%;
  height: 100px;
  overflow: auto;
}

select {
  padding-right: 30px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALJJREFUeNrslssNgCAQRCmB0ijBEuyEEijBEijBEizBEnAPy0UBWVj8JDvJJB5w3gsXVUoikXwsBrpAPdRCNcOmxi2P2yZ3cIKGU9dOCY0b590pdXhPHOyRyMEDsi4JhVIlSvBYTRGgSNTAQ+pFyyBRC7e5AdchUQt3d1fYIsEGb5Fgh1MktlFwisQwOIeE4/pGuDfhLRLscIrEMHiNxHB4SeIxeMyMPxkenyUSyT9zCDAAj5btZ4c3zaUAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right 8px center;
}

.select {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.select select {
  width: 100%;
  padding-right: 24px;
  border: 1px solid #ccc;
  background: none;
  text-overflow: "";
  cursor: pointer;
}

.select::before {
  position: absolute;
  top: 13px;
  right: 8px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
}

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

input[type=radio] + span,
input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  padding: 10px 20px;
  color: #555;
  font-size: 22.4px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

input[type=radio] + span::before,
input[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: -8px;
  width: 16px;
  height: 16px;
  content: "";
  margin-top: -8px;
  border: 1px solid #ccc;
  background: #fff;
}

/* fieldset */
fieldset {
  padding: 8px 16px;
  border: 1px solid #ccc;
}

legend {
  padding: 0 8px;
}

/* button */
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  margin: 0;
  padding: 10px 30px;
  border: 1px solid #999;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  background: #efefef;
  color: #000;
  font-size: 20px;
  cursor: pointer;
}

/* ブラウザ対策
---------------------------------------------------------------------------- */
/* Firefox */
/* IE */
select::-ms-expand {
  display: none;
}

/* webkit */
/* iOS */
input[type=submit]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  background: none;
  outline: none;
  font-size: 16px;
}

/* 挙動
---------------------------------------------------------------------------- */
/* hover */
input:hover,
textarea:hover,
select:hover {
  border-color: #666;
}

input[type=radio] + span:hover,
input[type=checkbox] + span:hover {
  color: #000;
}

input[type=radio] + span:hover::before,
input[type=checkbox] + span:hover::before {
  border-color: #000;
}

input[type=radio] + span:hover::after,
input[type=checkbox] + span:hover::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #ccc;
}

/* checked */
input[type=radio]:checked + span,
input[type=checkbox]:checked + span {
  color: #3498db;
}

input[type=radio]:checked + span::before,
input[type=checkbox]:checked + span::before {
  border-color: #3498db;
}

input[type=radio]:checked + span::after,
input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #3498db;
}

/* radio */
input[type=radio] + span::before,
input[type=radio] + span:hover::after,
input[type=radio]:checked + span::after {
  border-radius: 50%;
}

/* button */
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  border-color: #3498db;
  background: #3498db;
  color: #fff;
}

/* focus */
input:focus,
textarea:focus {
  border-color: #3498db;
}

input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus,
input[type=search]:focus {
  outline-offset: -2px;
}

/* disabled */
input:disabled,
input:disabled:hover,
textarea:disabled,
textarea:disabled:hover {
  border-color: #ccc;
  background: #eee;
  cursor: not-allowed;
}

input[type=radio]:disabled + span,
input[type=checkbox]:disabled + span {
  color: #ccc;
  cursor: not-allowed;
}

input[type=radio]:disabled + span::before,
input[type=checkbox]:disabled + span::before {
  border-color: #ccc;
  cursor: not-allowed;
}

/* バリデーション */
/* placeholder */
.c-bgGreen {
  padding-top: 95px;
  padding-top: 5.9375rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  background-color: #717A5B;
}
@media screen and (max-width: 767px) {
  .c-bgGreen {
    padding-top: 4.375rem;
    padding-bottom: 5rem;
  }
}

.c-bgGreen.--arch {
  border-radius: 0 6.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-bgGreen.--arch {
    padding-top: 4.375rem;
    padding-bottom: 3.875rem;
  }
}

/* -----------------------------------------------------------------
  共通ボタン
----------------------------------------------------------------- */
.c-buttonForm {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  padding: 16px 30px 16px;
  padding: 1rem 1.875rem 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  background-color: #717A5B;
  border-radius: 3.125rem;
  border: 1px solid #717A5B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .c-buttonForm {
    font-size: 0.9375rem;
    padding: 0.875rem 1.875rem 1rem;
  }
}

.c-buttonForm span {
  display: inline-block;
  -webkit-mask: url(../images/common/icon-anchor.svg) no-repeat center center/contain;
          mask: url(../images/common/icon-anchor.svg) no-repeat center center/contain;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  width: 1.1875rem;
  height: 19px;
  height: 1.1875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-buttonForm:hover {
  background-color: #EDEBE6;
  color: #000;
  border: 1px solid #717A5B;
}

.c-buttonForm:hover span {
  background-color: #717A5B;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.c-buttonForm.--thanks span {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.c-buttonForm.--thanks:hover span {
  -webkit-transform: translateX(-5px) scaleX(-1);
          transform: translateX(-5px) scaleX(-1);
}

.c-buttonForm.--back {
  background-color: #fff;
  color: #4A4A32;
  border: 1px solid #fff;
}

.c-buttonForm.--back span {
  -webkit-mask: url(../images/common/icon-anchor.svg) no-repeat center center/contain;
          mask: url(../images/common/icon-anchor.svg) no-repeat center center/contain;
  background-color: #000;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.c-buttonForm.--back:hover {
  background-color: none;
  color: #000;
  border: 1px solid #fff;
  opacity: 0.7;
}

.c-buttonForm.--back:hover span {
  background-color: none;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  opacity: 0.7;
  -webkit-transform: translateX(-5px) scaleX(-1);
          transform: translateX(-5px) scaleX(-1);
}

/* -----------------------------------------------------------------
  共通ボタン
----------------------------------------------------------------- */
.c-buttonMore {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  padding: 16px 30px 16px;
  padding: 1rem 1.875rem 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  background-color: #717A5B;
  border-radius: 3.125rem;
  border: 1px solid #717A5B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .c-buttonMore {
    font-size: 0.9375rem;
    padding: 0.875rem 1.875rem 1rem;
  }
}

.c-buttonMore span {
  display: inline-block;
  -webkit-mask: url(../images/common/icon-anchor.svg) no-repeat center center/contain;
          mask: url(../images/common/icon-anchor.svg) no-repeat center center/contain;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  width: 1.1875rem;
  height: 19px;
  height: 1.1875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-buttonMore:hover {
  background-color: #EDEBE6;
  color: #000;
  border: 1px solid #717A5B;
}

.c-buttonMore:hover span {
  background-color: #717A5B;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.c-buttonMore.--white {
  background-color: #fff;
  color: #4A4A32;
  border: 1px solid #fff;
}

.c-buttonMore.--white span {
  -webkit-mask: url(../images/common/icon-anchor.svg) no-repeat center center/contain;
          mask: url(../images/common/icon-anchor.svg) no-repeat center center/contain;
  background-color: #000;
}

.c-buttonMore.--white:hover {
  background-color: none;
  color: #000;
  border: 1px solid #fff;
  opacity: 0.7;
}

.c-buttonMore.--white:hover span {
  background-color: none;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  opacity: 0.7;
}

.c-date {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, .3);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-date {
    font-size: 0.625rem;
  }
}

.c-fixButton-reserve {
  width: 160px;
  width: 10rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  background-color: #FE8F2E;
  border-radius: 3.125rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-fixButton-reserve {
    display: none;
  }
}

/* ハンバーガーボタン
------------------------------------------------ */
.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: #717A5B;
    border-radius: 50%;
    z-index: 10;
    padding: 0 0;
  }
}

.c-hamburger span {
  position: relative;
  display: block;
  width: 11px;
  height: 2px;
  height: 0.125rem;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.c-hamburger.open {
  background-color: #fff;
}

.c-hamburger.open span {
  background-color: #717A5B;
  width: 14x;
}

.c-hamburger span:nth-child(1) {
  top: 0;
}

.c-hamburger span:nth-child(2) {
  margin: 4px 0;
  margin: 0.25rem 0;
}

.c-hamburger span:nth-child(3) {
  top: 0;
}

.c-hamburger.open span:nth-child(1) {
  top: 6px;
  top: 0.375rem;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.c-hamburger.open span:nth-child(2) {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-hamburger.open span:nth-child(3) {
  top: -6px;
  top: -0.375rem;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.c-sectionBorder {
  padding-top: 160px;
  padding-top: 10rem;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .c-sectionBorder {
    padding-top: 4.375rem;
  }
}

/* トップ セクションタイトル
------------------------------------------------ */
.c-sectionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
}
.en-US .c-sectionTitle {
  text-transform: capitalize;
}
.c-sectionTitle.--row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  row-gap: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-sectionTitle.--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .c-sectionTitle.--spcolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 1.25rem;
  }
}

.c-sectionTitle h2 {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-sectionTitle h2 {
    font-size: 1.875rem;
  }
}

.c-sectionTitle.--copy h2 {
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-sectionTitle.--copy h2 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sectionTitle.--spsm h2 {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sectionTitle.--spcolumn h2 {
    line-height: 1.5;
  }
}

.c-sectionTitle span {
  text-transform: uppercase;
  color: rgba(0, 0, 0, .3);
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .c-sectionTitle span {
    font-size: 0.875rem;
  }
}

.c-sectionTitle.--white h2 {
  color: #fff;
}

.c-sectionTitle.--white span {
  color: rgba(255, 255, 255, .5);
}

.c-tag {
  display: inline-block;
  padding: 5px 14px;
  padding: 0.3125rem 0.875rem;
  background-color: #FE8F2E;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 1.125rem;
  text-align: center;
  color: #fff;
}

.c-tag.--lg {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  border-radius: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-tag.--lg {
    font-size: 0.875rem;
    padding: 0.3125rem 0.875rem;
    border-radius: 1.125rem;
  }
}

.c-tag.--lg:not(.is-active) {
  background-color: rgba(0, 0, 0, .1);
  color: #000;
}

.l-archiveList {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .l-archiveList {
    margin-top: 3.9375rem;
  }
}

.l-bottomContact {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-bottomContact {
    margin-top: 4.8125rem;
  }
}

.l-contact {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .l-contact {
    margin-top: 3.75rem;
  }
}

.l-contents {
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .l-contents {
    margin-top: 5.625rem;
  }
}

.l-footer {
  margin-top: 90px;
  margin-top: 5.625rem;
}

.l-hero {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .l-hero {
    margin-top: 2.875rem;
  }
}

.l-inner {
  width: 100%;
  max-width: 1300px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-inner.--medium {
  max-width: 1170px;
}

.l-inner.--post {
  max-width: 1040px;
}

.l-investment {
  margin-top: 170px;
  margin-top: 10.625rem;
}
@media screen and (max-width: 767px) {
  .l-investment {
    margin-top: 5rem;
  }
}

.l-policy {
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .l-policy {
    margin-top: 3.9375rem;
  }
}

.l-policy + .l-policy {
  margin-top: 150px;
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .l-policy + .l-policy {
    margin-top: 4.8125rem;
  }
}

.l-post {
  margin-top: 107px;
  margin-top: 6.6875rem;
}
@media screen and (max-width: 767px) {
  .l-post {
    margin-top: 4.1875rem;
  }
}

.l-reserveBanner {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-reserveBanner {
    margin-top: 5.5625rem;
  }
}

.l-brandConcept {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .l-brandConcept {
    margin-top: 5.5625rem;
  }
}

.l-brandMessage {
  margin-top: 134px;
  margin-top: 8.375rem;
}
@media screen and (max-width: 767px) {
  .l-brandMessage {
    margin-top: 3.9375rem;
  }
}

.l-companyAccess {
  margin-top: 158px;
  margin-top: 9.875rem;
}
@media screen and (max-width: 767px) {
  .l-companyAccess {
    margin-top: 5.5625rem;
  }
}

.l-companyMessage {
  margin-top: 92px;
  margin-top: 5.75rem;
}
@media screen and (max-width: 767px) {
  .l-companyMessage {
    margin-top: 4.5625rem;
  }
}

.l-companyMeta {
  margin-top: 150px;
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .l-companyMeta {
    margin-top: 5.5625rem;
  }
}

.l-investmentBenefit {
  margin-top: 162px;
  margin-top: 10.125rem;
}
@media screen and (max-width: 767px) {
  .l-investmentBenefit {
    margin-top: 5rem;
  }
}

.l-investmentCase {
  margin-top: 150px;
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .l-investmentCase {
    margin-top: 5.5625rem;
  }
}

.l-investmentConcept {
  margin-top: 162px;
  margin-top: 10.125rem;
}
@media screen and (max-width: 767px) {
  .l-investmentConcept {
    margin-top: 5.5625rem;
  }
}

.l-investmentFlow {
  margin-top: 150px;
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .l-investmentFlow {
    margin-top: 5.5625rem;
  }
}

.l-investmentFuture {
  margin-top: 162px;
  margin-top: 10.125rem;
}
@media screen and (max-width: 767px) {
  .l-investmentFuture {
    margin-top: 5.5625rem;
  }
}

.l-investmentMessage {
  margin-top: 135px;
  margin-top: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .l-investmentMessage {
    margin-top: 3.125rem;
  }
}

.l-investmentModel {
  margin-top: 110px;
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .l-investmentModel {
    margin-top: 5.5625rem;
  }
}

.l-investmentVoice {
  margin-top: 153px;
  margin-top: 9.5625rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-investmentVoice {
    padding-bottom: 5.5625rem;
  }
}

.l-recruitFlow {
  margin-top: 110px;
  margin-top: 6.875rem;
}

.l-recruitJob {
  margin-top: 125px;
  margin-top: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .l-recruitJob {
    margin-top: 5.5625rem;
  }
}

.l-recruitMember {
  margin-top: 175px;
  margin-top: 10.9375rem;
}
@media screen and (max-width: 767px) {
  .l-recruitMember {
    margin-top: 5.5625rem;
  }
}

.l-recruitPhilosophy {
  margin-top: 148px;
  margin-top: 9.25rem;
}
@media screen and (max-width: 767px) {
  .l-recruitPhilosophy {
    margin-top: 3.125rem;
  }
}

.l-stayAccess {
  margin-top: 124px;
  margin-top: 7.75rem;
}

.l-stayArchive {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .l-stayArchive {
    margin-top: 4.125rem;
  }
}

.l-stayConcept {
  margin-top: 164px;
  margin-top: 10.25rem;
}
@media screen and (max-width: 767px) {
  .l-stayConcept {
    margin-top: 5rem;
  }
}

.l-stayExperience {
  margin-top: 164px;
  margin-top: 10.25rem;
}
@media screen and (max-width: 767px) {
  .l-stayExperience {
    margin-top: 5rem;
  }
}

.l-stayFacilities {
  margin-top: 152px;
  margin-top: 9.5rem;
}
@media screen and (max-width: 767px) {
  .l-stayFacilities {
    margin-top: 3.25rem;
  }
}

.l-stayHead {
  margin-top: 180px;
  margin-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-stayHead {
    margin-top: 3.125rem;
  }
}

.l-staySpace {
  margin-top: 198px;
  margin-top: 12.375rem;
}
@media screen and (max-width: 767px) {
  .l-staySpace {
    margin-top: 5rem;
  }
}

.l-topAbout {
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .l-topAbout {
    margin-top: 3.125rem;
  }
}

.l-topNews {
  margin-top: 125px;
  margin-top: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .l-topNews {
    margin-top: 5.625rem;
  }
}

.l-topStay {
  margin-top: 145px;
  margin-top: 9.0625rem;
}
@media screen and (max-width: 767px) {
  .l-topStay {
    margin-top: 4.125rem;
  }
}

/* アーカイブページのページ送り */
.p-pagenavi {
  position: relative;
  min-width: 280px;
  min-width: 17.5rem;
  text-align: center;
  margin-top: 100px;
  margin-top: 6.25rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-pagenavi {
    margin-top: 3.75rem;
    font-size: 0.875rem;
  }
}

.current {
  display: inline-block;
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.p-pagenavi a:not(.previouspostslink):not(.nextpostslink) {
  display: inline-block;
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  color: #000;
  border: 1px solid #000;
}
.extend {
  display: inline-block;
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  color: #000;
  border: 1px solid #000;
}

.current,
.larger,
.smaller,
.extend {
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.larger:nth(:last-of-type) {
  margin-right: 34px;
  margin-right: 2.125rem;
}
@media screen and (max-width: 767px) {
  .larger:nth(:last-of-type) {
    margin-right: 1.25rem;
  }
}

.previouspostslink {
  margin-right: 34px;
  margin-right: 2.125rem;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 10px 17px;
  padding: 0.625rem 1.0625rem;
  border: 1px solid #EAEAEA;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .previouspostslink {
    margin-right: 1.25rem;
    padding: 0.25rem 0.625rem;
  }
}

.nextpostslink {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 10px 17px;
  padding: 0.625rem 1.0625rem;
  border: 1px solid #EAEAEA;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .nextpostslink {
    padding: 0.25rem 0.625rem;
  }
}

.p-topNews__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-topNews__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-topNews__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 20%;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-topNews__head {
    display: contents;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-topNews__headButton {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-topNews__headButton {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 2.5rem;
  }
}

.p-topNews__list {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-topNews__list {
    margin-top: 2.5625rem;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-topNews__item + .p-topNews__item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-topNews__item + .p-topNews__item {
    margin-top: 1.125rem;
  }
}

.p-topNews__item a {
  display: block;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}
@media screen and (max-width: 767px) {
  .p-topNews__item a {
    padding-bottom: 1rem;
  }
}

.p-topNews__itemHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-topNews__itemTitle {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-topNews__itemTitle {
    margin-top: 0.8125rem;
    font-size: 0.9375rem;
  }
}

/* -----------------------------------------------------------------
  swiper カスタマイズ
----------------------------------------------------------------- */
/* スライダー（通常スライドショー用） */
.swiper {
  position: relative;
}

/* 前ページ、次ページボタン共通のスタイル */
.lwptoc {
  text-align: center;
}

.lwptoc:first-child {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.lwptoc_i {
  padding: 40px 30px !important;
  padding: 2.5rem 1.875rem !important;
}

.lwptoc_item a {
  line-height: 2;
}

.p-archiveList__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  gap: 0.9375rem;
}

.p-archiveList__items {
  margin-top: 91px;
  margin-top: 5.6875rem;
}
@media screen and (max-width: 767px) {
  .p-archiveList__items {
    margin-top: 4.875rem;
  }
}

.p-archiveList__item + .p-archiveList__item {
  margin-top: 52px;
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-archiveList__item + .p-archiveList__item {
    margin-top: 2.1875rem;
  }
}

.p-archiveList__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  padding-bottom: 52px;
  padding-bottom: 3.25rem;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-archiveList__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.1875rem;
    padding-bottom: 2.5625rem;
  }
}

.p-archiveList__item a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -5px;
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  padding: 10px;
  padding: 0.625rem;
  background-image: url(../images/common/icon-anchor-blk.svg);
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-archiveList__item a:after {
    display: none;
  }
}

.p-archiveList__item a:hover:after {
  right: -5px;
}

.p-archiveList__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  width: 22%;
}
@media screen and (max-width: 767px) {
  .p-archiveList__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.p-archiveList__tag {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-archiveList__date {
  color: rgba(0, 0, 0, .3);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}

.p-archiveList__title {
  width: 70%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-archiveList__title {
    width: 100%;
    font-size: 1.0625rem;
  }
}

.p-archiveList__button {
  margin-top: 77px;
  margin-top: 4.8125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-archiveList__button {
    margin-top: 3.125rem;
  }
}

.p-contact__lead {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    font-size: 0.9375rem;
  }
}

.p-contact__lead.--en {
  letter-spacing: 0px;
}

.p-contact__lead span {
  font-weight: 500;
  color: #FF0000;
}

.p-contact__formWrap {
  margin-top: 130px;
  margin-top: 8.125rem;
  max-width: 950px;
  max-width: 59.375rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__formWrap {
    margin-top: 5.5rem;
  }
}

.p-contact__formWrap.--check {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__formWrap.--check {
    margin-top: 3.75rem;
  }
}

.p-contact.--thanks h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact.--thanks h2 {
    font-size: 1.25rem;
  }
}

.p-contact__lead.--thanks {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-contact__thanksWrap {
  max-width: 950px;
  max-width: 59.375rem;
  margin-left: auto;
  margin-right: auto;
}

.p-contact__thanksButton {
  margin-top: 80px;
  margin-top: 5rem;
}

/* 記事詳細
------------------------------------------------ */
.p-post__inner {
  max-width: 800px;
  max-width: 50rem;
}

.p-post__title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-post__title {
    font-size: 1.4375rem;
  }
}

.p-post__thumbnail {
  margin-top: 53px;
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-post__thumbnail {
    margin-top: 2.5625rem;
  }
}

.p-post__thumbnail img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.p-post__wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  word-wrap: break-word;
}

.p-post__wrap h2 {
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding-left: 16px;
  padding-left: 1rem;
  border-left: 2px solid #FF9B44;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-post__wrap h2 {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    padding-left: 0.625rem;
    border-left: 2px solid #FF9B44;
  }
}

.p-post__wrap h3 {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-post__wrap h3 {
    margin-top: 3.125rem;
    padding-bottom: 0.625rem;
    font-size: 1rem;
  }
}

.p-post__wrap h4 {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-post__wrap h4 {
    margin-top: 3.125rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
  }
}

.p-post__wrap p {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-post__wrap p {
    font-size: 0.9375rem;
  }
}

.p-post__wrap a {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #007CFF;
  border-bottom: 1px solid #007CFF;
  border-bottom: 0.0625rem solid #007CFF;
}
@media screen and (max-width: 767px) {
  .p-post__wrap a {
    font-size: 0.875rem;
  }
}

.p-post__wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-post__wrap ol {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  list-style: decimal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-post__wrap ol {
    font-size: 0.9375rem;
  }
}

.p-post__wrap ul {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-post__wrap ul {
    font-size: 0.9375rem;
  }
}

.p-post__wrap ul li {
  position: relative;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-post__wrap ul li {
    padding-left: 0.625rem;
  }
}

.p-post__wrap ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  /* テキストの一行目の中央付近に来るよう調整 */
  width: 4px;
  width: 0.25rem;
  /* 4px */
  height: 4px;
  height: 0.25rem;
  /* 4px */
  background-color: #FE8F2E;
  display: block;
}

.p-post__wrap ul li + li {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-post__wrap .u-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, rgba(254, 143, 46, .24)));
  background: linear-gradient(transparent 65%, rgba(254, 143, 46, .24) 65%);
  padding: 2px 0;
  display: inline;
  /* 途中で改行されても綺麗に色が乗るように */
}

.p-post__pagination {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-post__pagination {
    margin-top: 3.125rem;
  }
}

/* 記事詳細ページのページ送り */
.p-postPagination__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-postPagination__link.--placeholder {
  visibility: hidden;
}

.p-postPagination__link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  padding: 16px 30px 16px;
  padding: 1rem 1.875rem 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  background-color: #717A5B;
  border-radius: 3.125rem;
  border: 1px solid #717A5B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.p-postPagination__link a span {
  display: inline-block;
  -webkit-mask: url(../images/common/icon-anchor.svg) no-repeat center center/contain;
          mask: url(../images/common/icon-anchor.svg) no-repeat center center/contain;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  width: 1.1875rem;
  height: 19px;
  height: 1.1875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-postPagination__link a:hover {
  background-color: #EDEBE6;
  color: #000;
  border: 1px solid #717A5B;
}

.p-postPagination__link a:hover span {
  background-color: #717A5B;
  -webkit-transform: translateX(-5px) scaleX(-1);
          transform: translateX(-5px) scaleX(-1);
}

/* プライバシーポリシー
------------------------------------------------ */
.p-policy__description {
  margin-top: 68px;
  margin-top: 4.25rem;
  margin-bottom: 99px;
  margin-bottom: 6.1875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-policy__description {
    margin-top: 0;
    margin-bottom: 3.75rem;
    font-size: 0.9375rem;
  }
}

.p-policy__list li + .p-policy__list li {
  margin-top: 68px;
  margin-top: 4.25rem;
}

.p-policy h2 {
  margin-bottom: 68px;
  margin-bottom: 4.25rem;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-policy h2 {
    margin-bottom: 2.3125rem;
    font-size: 1.625rem;
  }
}

.p-policy h3 {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  color: #717A5B;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}
@media screen and (max-width: 767px) {
  .p-policy h3 {
    font-size: 1.0625rem;
    margin-bottom: 1.25rem;
  }
}

.p-policy p,
.p-policy ul {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-policy p,
.p-policy ul {
    font-size: 0.9375rem;
  }
}

.p-policy dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-policy__subList {
  padding-left: 16px;
  padding-left: 1rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-access__map {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    margin-top: 2.5625rem;
  }
}

.p-access__map iframe {
  border-radius: 0.625rem;
  width: 100%;
  height: 100%;
  aspect-ratio: 125/42;
}
@media screen and (max-width: 767px) {
  .p-access__map iframe {
    border-radius: 1.25rem;
    aspect-ratio: 167/111;
  }
}

.p-access__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-access__info {
    margin-top: 1.5625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5625rem;
  }
}

.p-access__infoTitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-access__infoTitle {
    font-size: 1.0625rem;
  }
}

.p-access__infoText {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-access__infoText {
    font-size: 0.9375rem;
  }
}

.p-bottomContact {
  padding-top: 80px;
  padding-top: 5rem;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-bottomContact {
    padding-top: 4.375rem;
  }
}

.p-bottomContact__wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .p-bottomContact__wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.p-bottomContact__body.--left {
  padding-right: 80px;
  padding-right: 5rem;
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-bottomContact__body.--left {
    padding-right: 0;
    border-right: 0;
  }
}

.p-bottomContact__body.--right {
  padding-left: 80px;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-bottomContact__body.--right {
    padding-left: 0;
    margin-top: 3.125rem;
    padding-top: 4.375rem;
    border-top: 1px solid #000;
  }
}

.p-bottomContact__title {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-bottomContact__text {
  margin-top: 19px;
  margin-top: 1.1875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0;
}

.p-bottomContact__button {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.p-bottomContact__button span {
  display: inline-block;
  padding: 13px;
  padding: 0.8125rem;
  background-color: #717A5B;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-bottomContact__button span img {
  width: 19px;
  width: 1.1875rem;
  height: 19px;
  height: 1.1875rem;
}

.p-bottomContact__body a:hover .p-bottomContact__button span {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/* パンくず
------------------------------------------------ */
.p-breadclumb {
  width: 100%;
  padding: 18px 0;
  padding: 1.125rem 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  overflow-x: hidden;
  /* 必要に応じて親要素にも設定 */
}
@media screen and (max-width: 767px) {
  .p-breadclumb {
    padding: 1.25rem 0;
    font-size: 0.875rem;
  }
}

.p-breadclumb__wrap {
  overflow-x: auto;
  /* 横スクロールを有効にする */
  white-space: nowrap;
  /* 子要素を横一列に並べる */
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}

.p-breadclumb__wrap a {
  display: inline-block;
  /* 子要素のアンカーをインラインブロックにする */
}

/* -----------------------------------------------------------------
  ドロワーメニュー
----------------------------------------------------------------- */
.p-drawer {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #717A5B;
}

.p-drawer__wrap {
  padding: 20px 18px 50px;
  padding: 1.25rem 1.125rem 3.125rem;
}

.p-drawer__logo {
  width: 135px;
  width: 8.4375rem;
}

.p-drawer__navigation-items {
  margin-top: 65px;
  margin-top: 4.0625rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.p-drawer__navigation-item {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.03em;
}

.p-drawer__navigation-item + .p-drawer__navigation-item {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-drawer__navigation-item a {
  display: block;
}

.p-drawer__lgbutton {
  margin-top: 25px;
  margin-top: 1.5625rem;
  text-align: right;
}

.p-drawer__lgbutton a {
  display: inline-block;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  color: #717A5B;
  background-color: #fff;
  text-transform: uppercase;
  border-radius: 3.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}

.p-drawer__bottom {
  margin-top: 26px;
  margin-top: 1.625rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, .3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-drawer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
}

.p-drawer__sns a {
  width: 35px;
  width: 2.1875rem;
  height: auto;
}

.p-drawer__privacy {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #fff;
}

.p-drawer.open {
  visibility: visible;
  opacity: 1;
}

.p-footer {
  padding-top: 53px;
  padding-top: 3.3125rem;
  padding-bottom: 63px;
  padding-bottom: 3.9375rem;
  background-color: rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}

.p-footer__inner {
  width: 100%;
  max-width: 1350px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__left {
  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 (max-width: 767px) {
  .p-footer__left {
    display: contents;
  }
}

.p-footer__logo {
  width: 100%;
  max-width: 200px;
  max-width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    max-width: 12.1875rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-footer__snsList {
  margin-top: 150px;
  margin-top: 9.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__snsList {
    margin-top: 4.375rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-footer__snsItem {
  width: 100%;
  max-width: 35px;
  max-width: 2.1875rem;
  height: auto;
}

.p-footer__nav {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 3.125rem;
  }
}

.p-footer__nav-list {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  gap: 0.625rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.p-footer__nav-item {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
}

.p-footer__copyright {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-footer__nav-reserveButton {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-reserveButton {
    display: none;
  }
}

.p-footer__nav-reserveButton a {
  display: block;
  width: 160px;
  width: 10rem;
  margin-left: auto;
  margin-right: 0;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  background-color: #FE8F2E;
  border-radius: 3.125rem;
  line-height: 1;
  text-align: center;
}

.p-form input[type=radio],
.p-form input[type=checkbox] {
  display: block;
  opacity: 0;
  position: absolute;
  z-index: -100;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.p-form input[type=radio] + span,
.p-form input[type=checkbox] + span {
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-form input[type=radio] + span,
.p-form input[type=checkbox] + span {
    font-size: 1.0625rem;
  }
}
.p-form input[type=radio] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  background: none;
}
.p-form input[type=radio] + span:hover::after {
  width: 8px;
  height: 8px;
  top: 50%;
  left: -4px;
}
.p-form input[type=radio]:checked + span:after {
  width: 8px;
  height: 8px;
  top: 50%;
  left: -4px;
  background: #FE8F2E;
}
.p-form input[type=checkbox] + span::before {
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  background: none;
  border-radius: 0.125rem;
}
.p-form input[type=checkbox]:checked + span:after {
  background: #FE8F2E;
}
.p-form input[type=checkbox] + span:hover::after {
  background-color: #FE8F2E;
}
.p-form input[type=checkbox] + span.privacy:hover {
  pointer-events: none;
  cursor: none;
}
.p-form input[type=text], .p-form input[type=password], .p-form input[type=email], .p-form input[type=tel], .p-form input[type=url], .p-form input[type=search], .p-form input[type=number], .p-form input[type=datetime], .p-form input[type=week], .p-form select {
  width: 100%;
  background-color: #fff;
  padding: 19px 18px;
  padding: 1.1875rem 1.125rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-form input[type=text], .p-form input[type=password], .p-form input[type=email], .p-form input[type=tel], .p-form input[type=url], .p-form input[type=search], .p-form input[type=number], .p-form input[type=datetime], .p-form input[type=week], .p-form select {
    font-size: 1.125rem;
  }
}
.p-form textarea {
  padding: 19px 18px;
  padding: 1.1875rem 1.125rem;
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-form textarea {
    font-size: 1.125rem;
  }
}

.p-form__field + .p-form__field {
  margin-top: 51px;
  margin-top: 3.1875rem;
}
.p-form__label {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    font-size: 1.125rem;
  }
}

.p-form__radioGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.p-form__checkboxGroup {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-form__input {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-form__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .4);
}

.p-form__input::-moz-placeholder {
  color: rgba(0, 0, 0, .4);
}

.p-form__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .4);
}

.p-form__input::placeholder {
  color: rgba(0, 0, 0, .4);
}

.p-form__textarea {
  margin-top: 15px;
  margin-top: 0.9375rem;
  min-height: 300px;
  min-height: 18.75rem;
}

.p-form__textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .4);
}

.p-form__textarea::-moz-placeholder {
  color: rgba(0, 0, 0, .4);
}

.p-form__textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, .4);
}

.p-form__textarea::placeholder {
  color: rgba(0, 0, 0, .4);
}

.p-form__field.--checkbox {
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-form__checkbox.--agree input[type=checkbox] + span {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  margin-left: 0;
}

.p-form__privacyLink {
  color: #007CFF;
  text-decoration: underline;
}

.p-form__confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  row-gap: 1.875rem;
  background-color: #EDEBE6;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-form__confirm {
    row-gap: 1.25rem;
  }
}

.p-form__confirmItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .p-form__confirmItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.625rem;
    padding-bottom: 0.9375rem;
  }
}

.p-form__confirmItem:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-form__confirmTerm {
  min-width: 200px;
  min-width: 12.5rem;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-form__confirmTerm {
    min-width: auto;
    font-size: 0.9375rem;
  }
}

.p-form__confirmTerm.--en {
  min-width: 300px;
  min-width: 18.75rem;
}

.p-form__confirmDesc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .p-form__confirmDesc {
    font-size: 0.9375rem;
  }
}

.p-form__confirmActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__confirmActions {
    max-width: 15.625rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.9375rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.p-form__required {
  position: relative;
}

.p-form__required:after {
  content: "※";
  position: absolute;
  right: -15px;
  top: -3px;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  color: red;
}

.p-form__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__btn {
    margin-top: 3.125rem;
  }
}

/* -----------------------------------------------------------------
  ヘッダー
----------------------------------------------------------------- */
.p-header {
  position: relative;
  z-index: 10;
}
.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  width: 100%;
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 50px;
  padding-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-header__logo {
  width: 190px;
  width: 11.875rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 7.1875rem;
  }
}

.p-header__logo a {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 38px;
  padding-top: 2.375rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo a {
    padding-top: 1.625rem;
  }
}

.p-header__nav {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    margin-left: auto;
    margin-right: 2.625rem;
  }
}

.p-header__navItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  height: 100%;
}

.p-header__navItem {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__navItem {
    display: none;
  }
}

.p-header__navItem.--buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-header__navItem.--buttons {
    display: block;
    position: fixed;
    top: 1.375rem;
    right: 4.375rem;
    z-index: 10;
    height: auto;
  }
}

.p-header__navItem a:not(.p-header__navButton) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  padding-top: 38px;
  padding-top: 2.375rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.p-header__navButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  width: 10rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  color: #fff;
  background-color: #FE8F2E;
  border-radius: 3.125rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-header__navButton {
    width: 7.5rem;
    font-size: 0.875rem;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
}

.p-header__navButton.--lg {
  color: #000;
  border: 1px solid #000;
  background-color: inherit;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-header__navButton.--lg {
    display: none;
    width: 6.25rem;
    font-size: 0.875rem;
    padding-top: 0.46875rem;
    padding-bottom: 0.46875rem;
  }
}

.p-header__navButton.--lg:hover {
  color: #fff;
  border: 1px solid #717A5B;
  background-color: #717A5B;
}

.p-header__hamburger {
  position: fixed;
  top: 20px;
  top: 1.25rem;
  right: 23px;
  right: 1.4375rem;
  z-index: 10;
}

.p-hero__title {
  font-weight: 500;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-hero__title {
    font-size: 2rem;
  }
}
.en-US .p-hero__title {
  text-transform: capitalize;
}
.p-hero__image {
  margin-left: calc(50% - 50vw);
  margin-top: 33px;
  margin-top: 2.0625rem;
  overflow: hidden;
  border-radius: 0 6.25rem 6.25rem 0;
  aspect-ratio: 3.5/1;
}
@media screen and (max-width: 767px) {
  .p-hero__image {
    aspect-ratio: 37/30;
  }
}

.p-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 78%;
     object-position: center 78%;
}
@media screen and (max-width: 767px) {
  .p-hero__image img {
    -o-object-position: 81%;
       object-position: 81%;
    -webkit-transform: translateY(-38%) scale(2.4);
            transform: translateY(-38%) scale(2.4);
  }
}

.p-hero__title.--top {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-hero__title.--top {
    font-size: 1.875rem;
  }
}

.p-hero.--stay {
  position: relative;
}

.p-hero__title.--stay {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-hero__title.--stay {
    font-size: 1.875rem;
  }
}

.p-hero__title.--stay span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-hero__image.--stay {
  position: relative;
}

.p-hero__image.--stay img {
  -o-object-position: center 58%;
     object-position: center 58%;
}
@media screen and (max-width: 767px) {
  .p-hero__image.--stay img {
    -webkit-transform: scale(1.5) translateX(12%);
            transform: scale(1.5) translateX(12%);
  }
}

.p-hero__stayText-image {
  position: absolute;
  width: max(890px, 20vw);
  width: max(55.625rem, 20vw);
  bottom: -28px;
  left: 3vw;
}
@media screen and (max-width: 767px) {
  .p-hero__stayText-image {
    width: min(21.875rem, 80vw);
    left: 10px;
    bottom: -10px;
  }
}

.p-hero__image.--brand img {
  -webkit-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
  -o-object-position: center 58%;
     object-position: center 58%;
}

.p-hero__image.--recruit img {
  -o-object-position: center 63%;
     object-position: center 63%;
}
@media screen and (max-width: 767px) {
  .p-hero__image.--recruit img {
    -webkit-transform: scale(1.4) translateX(3%);
            transform: scale(1.4) translateX(3%);
  }
}

.p-hero__image.--investment img {
  -webkit-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
}

.p-investment {
  position: relative;
  border-radius: 0 6.25rem 0 0;
  background-image: url(../images/bg-investment.jpg);
  background-position: 10% 40%;
  background-size: 140%;
  background-repeat: no-repeat;
  padding-top: 98px;
  padding-top: 6.125rem;
  padding-bottom: 135px;
  padding-bottom: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .p-investment {
    padding-top: 4.375rem;
    padding-bottom: 7rem;
    background-size: 200%;
    background-position: 56% 25%;
  }
}
@media screen and (max-width: 500px) {
  .p-investment {
    background-size: 500%;
    background-position: 56% 25%;
  }
}

.p-investment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 0 6.25rem 0 0;
}

.p-investment__wrap {
  position: relative;
  width: 100%;
  max-width: 750px;
  max-width: 46.875rem;
}

.p-investment__wrap.--en {
  max-width: 900px;
  max-width: 56.25rem;
}

.p-investment__copy {
  margin-top: 48px;
  margin-top: 3rem;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-investment__copy {
    font-size: 1.5rem;
  }
}

.p-investment__text {
  margin-top: 48px;
  margin-top: 3rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-investment__text {
    margin-top: 1.4375rem;
    font-size: 0.9375rem;
  }
}

.p-investment__button {
  margin-top: 40px;
  margin-top: 2.5rem;
}

/* -----------------------------------------------------------------
  ローディング
----------------------------------------------------------------- */
.p-loading {
  width: 100vw;
  height: 100vh;
  background-color: #676767;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.p-loading__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.p-loading__img {
  width: 280px;
  width: 17.5rem;
  height: 280px;
  height: 17.5rem;
  margin: auto;
  -webkit-animation: fade 3s ease-in;
          animation: fade 3s ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-loading__img {
    max-width: 12.5rem;
  }
}

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

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-loading__imgMain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-memberList {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-memberList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.875rem 0.9375rem;
  }
}

.p-memberList__image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-memberList__image img {
    border-radius: 0.625rem;
  }
}

.p-memberList__body {
  margin-top: 27px;
  margin-top: 1.6875rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-memberList__body {
    margin-top: 0.625rem;
  }
}

.p-memberList__position {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-memberList__position {
    font-weight: 500;
    font-size: 0.75rem;
  }
}

.p-memberList__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-memberList__name {
    margin-top: 0.375rem;
    font-weight: 500;
    font-size: 1.25rem;
  }
}

.p-memberList__name span {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, .3);
}
@media screen and (max-width: 767px) {
  .p-memberList__name span {
    display: none;
  }
}

.p-ownerMessage__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.6875rem;
     -moz-column-gap: 4.6875rem;
          column-gap: 4.6875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 51px;
  margin-top: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-ownerMessage__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.5625rem;
    margin-top: 1.6875rem;
  }
}

.p-ownerMessage__image {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .p-ownerMessage__image {
    width: 100%;
  }
}

.p-ownerMessage__image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1.25rem;
}
.en-US .p-ownerMessage__image img {
  height: 100%;
}
.p-ownerMessage__body {
  width: 64%;
  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 (max-width: 767px) {
  .p-ownerMessage__body {
    width: 100%;
  }
}

.p-ownerMessage__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-ownerMessage__text {
    font-size: 0.9375rem;
  }
}

.p-ownerMessage__text + .p-ownerMessage__text {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-ownerMessage__text + .p-ownerMessage__text {
    margin-top: 0.625rem;
  }
}

.p-ownerMessage__sign {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-ownerMessage__sign {
    margin-top: 2.5rem;
  }
}
.en-US .p-ownerMessage__sign {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .en-US .p-ownerMessage__sign {
    margin-top: 2.5rem;
  }
}

.p-ownerMessage__position {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-ownerMessage__position {
    font-size: 0.75rem;
  }
}

.p-ownerMessage__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-ownerMessage__name {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    font-size: 1.25rem;
  }
}

.p-ownerMessage__name span {
  font-size: 16px;
  font-size: 1rem;
  color: rgba(0, 0, 0, .3);
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-ownerMessage__name span {
    font-size: 0.75rem;
  }
}

.p-reserveBanner {
  overflow: hidden;
}

.p-reserveBanner__inner {
  padding-left: 60px;
  padding-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-reserveBanner__inner {
    padding-left: 1.875rem;
  }
}

.p-reserveBanner__inner a {
  position: relative;
  display: block;
  margin-right: calc(50% - 50vw);
  padding-top: 110px;
  padding-top: 6.875rem;
  padding-bottom: 125px;
  padding-bottom: 7.8125rem;
  padding-left: 155px;
  padding-left: 9.6875rem;
  background-image: url(../images/reserve-banner.jpg);
  background-position: left 72%;
  background-size: 300% auto;
  background-repeat: no-repeat;
  border-radius: 6.25rem 0 0 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-reserveBanner__inner a {
    padding-top: 5.9375rem;
    padding-bottom: 6.6875rem;
    padding-left: 4.5625rem;
  }
}

.p-reserveBanner__inner a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6.25rem 0 0 6.25rem;
  background-color: rgba(0, 0, 0, .5);
}

.p-reserveBanner__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.p-reserveBanner__title h2 {
  color: #fff;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-reserveBanner__title h2 {
    font-size: 2rem;
  }
}

.p-reserveBanner__title span {
  color: rgba(255, 255, 255, .7);
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-reserveBanner__title span {
    font-size: 0.875rem;
  }
}

.p-steps {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.p-steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 45px;
  padding-right: 2.8125rem;
  background-color: #717A5B;
  color: #fff;
  border-radius: 0.625rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .p-steps__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 0.625rem;
  }
}

.p-steps__item + .p-steps__item {
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-steps__item + .p-steps__item {
    margin-top: 1.375rem;
  }
}

.p-steps__head {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-steps__head {
    width: 100%;
  }
}

.p-steps__number {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-steps__number {
    font-size: 0.8125rem;
  }
}

.p-steps__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-steps__title {
    font-size: 1.125rem;
  }
}

.p-steps__caption {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-steps__caption {
    font-size: 0.8125rem;
  }
}

.p-steps__body {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-steps__body {
    width: 100%;
  }
}

.p-steps__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-steps__text {
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
}

.p-steps__text-caption {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-steps__text-caption {
    margin-top: 1.25rem;
    font-size: 0.625rem;
    color: #717A5B;
    letter-spacing: 0;
  }
}

.p-steps.--rightside {
  max-width: inherit;
  margin-left: 0;
  margin-right: auto;
}

.p-steps.--rightside .p-steps__item + .p-steps__item {
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-steps.--rightside .p-steps__item + .p-steps__item {
    margin-top: 0.9375rem;
  }
}

.p-steps.--rightside .p-steps__item {
  border-radius: 0.625rem 0 0 0.625rem;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}
@media screen and (max-width: 767px) {
  .p-steps.--rightside .p-steps__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    padding-top: 0.9375rem;
    padding-bottom: 1.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .p-steps.--rightside .p-steps__head {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .p-steps.--rightside .p-steps__text {
    margin-top: 0.75rem;
    text-align: center;
  }
}

.p-steps.--shadow .p-steps__item {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}
@media screen and (max-width: 767px) {
  .p-steps.--shadow .p-steps__item {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.p-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0;
  }
}

.p-table__row + .p-table__row {
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding-top: 48px;
  padding-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, .3);
}
@media screen and (max-width: 767px) {
  .p-table__row + .p-table__row {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }
}

.p-table.--company .p-table__row + .p-table__row {
  margin-top: 22px;
  margin-top: 1.375rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-table__title {
  width: 15%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-table__title {
    width: 100%;
    font-size: 1.0625rem;
  }
}

.p-table__content {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .p-table__content {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.p-table__mdTitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-table__mdTitle {
    font-size: 0.9375rem;
    font-weight: 700;
  }
}

.p-table__text {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-table__text {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

dd.p-table__text {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  dd.p-table__text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-table__text.--indent {
  padding-left: 35px;
  padding-left: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-table__text.--indent {
    padding-left: 0;
  }
}

.p-table__list {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  padding-left: 16px;
  padding-left: 1rem;
  text-indent: -16px;
  text-indent: -1rem;
}
@media screen and (max-width: 767px) {
  .p-table__list {
    font-size: 0.9375rem;
    padding-left: 0.9375rem;
    text-indent: -0.9375rem;
  }
}

.p-brandConcept__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-brandConcept__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.5rem;
  }
}
.en-US .p-brandConcept__wrap {
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}
.p-brandConcept__body {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-brandConcept__body {
    width: 100%;
  }
}
.en-US .p-brandConcept__body {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .en-US .p-brandConcept__body {
    width: 100%;
  }
}

.p-brandConcept__text {
  margin-top: 65px;
  margin-top: 4.0625rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-brandConcept__text {
    margin-top: 2.5625rem;
    font-size: 0.9375rem;
  }
}

.p-brandConcept__text + .p-brandConcept__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.p-brandConcept__image {
  width: 45%;
  margin-top: 76px;
  margin-top: 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-brandConcept__image {
    width: 100%;
    margin-top: 0rem;
  }
}
.en-US .p-brandConcept__image {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .en-US .p-brandConcept__image {
    width: 100%;
  }
}

.p-brandConcept__image img {
  aspect-ratio: 551/465;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-brandConcept__image img {
    aspect-ratio: 167/112;
  }
}

.p-brandConcept__wrap.--bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 148px;
  margin-top: 9.25rem;
}
@media screen and (max-width: 767px) {
  .p-brandConcept__wrap.--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.8125rem;
  }
}

.p-brandConcept__wrap.--bottom .p-brandConcept__body {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .p-brandConcept__wrap.--bottom .p-brandConcept__body {
    width: 100%;
  }
}

.p-brandConcept__wrap.--bottom .p-brandConcept__image {
  width: 40%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-brandConcept__wrap.--bottom .p-brandConcept__image {
    width: 100%;
  }
}

.p-brandConcept__wrap.--bottom .p-brandConcept__image img {
  aspect-ratio: 500/518;
}
@media screen and (max-width: 767px) {
  .p-brandConcept__wrap.--bottom .p-brandConcept__image img {
    aspect-ratio: 167/112;
  }
}

.p-brandMessage__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.6875rem;
     -moz-column-gap: 4.6875rem;
          column-gap: 4.6875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 51px;
  margin-top: 3.1875rem;
}

.p-brandMessage__image {
  width: 36%;
}

.p-brandMessage__image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1.25rem;
}

.p-brandMessage__body {
  width: 64%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-brandMessage__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

.p-brandMessage__text + .p-brandMessage__text {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-brandMessage__sign {
  margin-top: auto;
}

.p-brandMessage__position {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.p-brandMessage__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.p-brandMessage__name span {
  font-size: 16px;
  font-size: 1rem;
  color: rgba(0, 0, 0, .3);
}

.p-companyMeta__tableWrap {
  margin-top: 138px;
  margin-top: 8.625rem;
}
@media screen and (max-width: 767px) {
  .p-companyMeta__tableWrap {
    margin-top: 2.8125rem;
  }
}

.p-investmentBenefit__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 3.5625rem;
     -moz-column-gap: 3.5625rem;
          column-gap: 3.5625rem;
  row-gap: 50px;
  row-gap: 3.125rem;
  max-width: 1120px;
  max-width: 70rem;
  margin-top: 95px;
  margin-top: 5.9375rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-investmentBenefit__list {
    grid-template-columns: 1fr;
    row-gap: 3.8125rem;
    margin-top: 4.0625rem;
  }
}

.p-investmentBenefit__itemImage img {
  border-radius: 1.25rem;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-investmentBenefit__itemTitle h3 {
  margin-top: 35px;
  margin-top: 2.1875rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-investmentBenefit__itemTitle h3 {
    margin-top: 1.5625rem;
  }
}

.p-investmentBenefit__itemText {
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-investmentBenefit__itemText {
    margin-top: 0.8125rem;
    font-size: 0.9375rem;
    letter-spacing: 0;
  }
}

.p-investmentCase__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-investmentCase__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.125rem;
  }
}

.p-investmentCase__body {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .p-investmentCase__body {
    width: 100%;
  }
}

.p-investmentCase__text.--head {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-investmentCase__text.--head {
    margin-top: 2.5625rem;
  }
}

.p-investmentCase__text {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-investmentCase__text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.p-investmentCase__stayName {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-investmentCase__stayName {
    font-size: 0.9375rem;
  }
}

.p-investmentCase__lists {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-investmentCase__lists {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
  }
}

.p-investmentCase__image {
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-investmentCase__image {
    width: 100%;
    margin-top: 0;
  }
}

.p-investmentCase__image img {
  aspect-ratio: 571/381;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.625rem;
}

.p-investmentConcept__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 5.625rem;
     -moz-column-gap: 5.625rem;
          column-gap: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-investmentConcept__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.4375rem;
  }
}

.p-investmentConcept__body {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-investmentConcept__body {
    width: 100%;
  }
}

.p-investmentConcept__title {
  font-size: 48px;
  font-size: 3rem;
}

.p-investmentConcept__text {
  margin-top: 67px;
  margin-top: 4.1875rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-investmentConcept__text {
    margin-top: 2.75rem;
    font-size: 0.9375rem;
  }
}

.p-investmentConcept__button {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-investmentConcept__button {
    margin-top: 2.5rem;
  }
}

.p-investmentConcept__diagram {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-investmentConcept__diagram {
    width: 100%;
  }
}

.p-investmentConcept__diagram figcaption {
  margin-top: 50px;
  margin-top: 3.125rem;
  font-size: 16px;
  font-size: 1rem;
  color: #717A5B;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-investmentConcept__diagram figcaption {
    margin-top: 1.4375rem;
    font-size: 0.875rem;
  }
}

.p-investmentFlow__steps {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-investmentFlow__steps {
    margin-top: 2.5625rem;
  }
}

.p-investmentFuture__lead {
  margin-top: 93px;
  margin-top: 5.8125rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-investmentFuture__lead {
    margin-top: 2.5625rem;
    font-size: 0.9375rem;
  }
}

.p-investmentFuture__blocks {
  margin-top: 114px;
  margin-top: 7.125rem;
}
@media screen and (max-width: 767px) {
  .p-investmentFuture__blocks {
    margin-top: 2.6875rem;
  }
}

.p-investmentFuture__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.4375rem;
     -moz-column-gap: 3.4375rem;
          column-gap: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-investmentFuture__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

.p-investmentFuture__block + .p-investmentFuture__block {
  margin-top: 93px;
  margin-top: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-investmentFuture__block + .p-investmentFuture__block {
    margin-top: 2.6875rem;
  }
}

.p-investmentFuture__label {
  position: relative;
  padding-right: 13px;
  padding-right: 0.8125rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  width: 4%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #717A5B;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-investmentFuture__label {
    width: 100%;
    margin-bottom: 0.625rem;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    padding-right: inherit;
    padding-left: inherit;
    padding-bottom: 0.625rem;
    font-size: 0.75rem;
  }
}

.p-investmentFuture__label::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  width: 0.0625rem;
  height: 90%;
  background-color: #717A5B;
}
@media screen and (max-width: 767px) {
  .p-investmentFuture__label::before {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

.p-investmentFuture__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-investmentFuture__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.5rem;
    padding-top: 0;
  }
}

.p-investmentFuture__text {
  width: 58%;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-investmentFuture__text {
    margin-bottom: 0;
    width: 100%;
  }
}

.p-investmentFuture__mdTitle {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-investmentFuture__mdTitle {
    font-size: 1.5rem;
  }
}

.p-investmentFuture__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 43px;
  margin-top: 2.6875rem;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-investmentFuture__list {
    width: 80%;
    margin-top: 1.5rem;
    row-gap: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .en-US .p-investmentFuture__list.--jp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .en-US .p-investmentFuture__list.--jp + .p-investmentFuture__list.--jp {
    margin-top: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .en-US .p-investmentFuture__list.--last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 0.625rem;
  }
}

.p-investmentFuture__list li {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-investmentFuture__list li {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .en-US .p-investmentFuture__list.--jp li {
    min-width: 5.3125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-investmentFuture__description {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-investmentFuture__description {
    margin-top: 1.5rem;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-investmentFuture__image {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .p-investmentFuture__image {
    width: 100%;
  }
}

.p-investmentFuture__image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1.25rem;
}

.p-investmentMessage__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-investmentMessage__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.4375rem;
    margin-top: 2.5rem;
  }
}

.p-investmentMessage__body {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .p-investmentMessage__body {
    width: 100%;
  }
}

.p-investmentMessage__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-investmentMessage__text {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
  }
}

.p-investmentMessage__text + .p-investmentMessage__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-investmentMessage__text + .p-investmentMessage__text {
    margin-top: 0.625rem;
  }
}

.p-investmentMessage__button {
  margin-top: 86px;
  margin-top: 5.375rem;
}
@media screen and (max-width: 767px) {
  .p-investmentMessage__button {
    margin-top: 2.5rem;
  }
}

.p-investmentMessage__image {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-investmentMessage__image {
    width: 100%;
  }
}

.p-investmentMessage__image img {
  aspect-ratio: 191/223;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-investmentMessage__image img {
    aspect-ratio: 335/222;
  }
}

.p-investmentModel {
  overflow: hidden;
}

.p-investmentModel__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.4375rem;
     -moz-column-gap: 3.4375rem;
          column-gap: 3.4375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: calc(50% - 50vw);
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-investmentModel__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.5rem;
    margin-right: 0;
    margin-top: 2.5rem;
  }
}

.p-investmentModel__left {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .p-investmentModel__left {
    width: 100%;
    display: contents;
  }
}

.p-investmentModel__lead {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-investmentModel__lead {
    font-size: 0.9375rem;
  }
}

.p-investmentModel__items {
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-investmentModel__items {
    margin-top: 1.875rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-investmentModel__item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-investmentModel__item {
    font-size: 0.9375rem;
  }
}

.p-investmentModel__item + .p-investmentModel__item {
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-investmentModel__item + .p-investmentModel__item {
    margin-top: 1.5625rem;
  }
}

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

.p-investmentModel__right {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .p-investmentModel__right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-investmentVoice__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-investmentVoice__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.125rem;
  }
}

.p-investmentVoice__body {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .p-investmentVoice__body {
    width: 100%;
  }
}

.p-investmentVoice__copy {
  margin-top: 70px;
  margin-top: 4.375rem;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-investmentVoice__copy {
    font-size: 1.25rem;
  }
}

.p-investmentVoice__text {
  margin-top: 26px;
  margin-top: 1.625rem;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-investmentVoice__text {
    font-size: 0.9375rem;
  }
}

.p-investmentVoice__text.--sign {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-investmentVoice__text.--sign {
    margin-top: 1.875rem;
  }
}

.p-investmentVoice__image {
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 34%;
}
@media screen and (max-width: 767px) {
  .p-investmentVoice__image {
    width: 100%;
    margin-top: 0;
  }
}

.p-investmentVoice__image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-investmentVoice__image img {
    aspect-ratio: 334/222;
    border-radius: 1.25rem;
  }
}

.p-recruitFlow__steps {
  margin-top: 93px;
  margin-top: 5.8125rem;
}

.p-recruitJob__lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  margin-top: 84px;
  margin-top: 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruitJob__lead {
    margin-top: 2.5625rem;
    font-size: 0.9375rem;
  }
}

.p-recruitJob__tableWrap {
  margin-top: 130px;
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruitJob__tableWrap {
    margin-top: 4.5rem;
  }
}

.p-recruitMember__list {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruitMember__list {
    margin-top: 2.5rem;
  }
}

.p-recruitPhilosophy__title {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-recruitPhilosophy__title {
    font-size: 1.75rem;
  }
}

.p-recruitPhilosophy__subTitle {
  margin-top: 70px;
  margin-top: 4.375rem;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-recruitPhilosophy__subTitle {
    margin-top: 2.5rem;
    font-size: 1.25rem;
  }
}

.p-recruitPhilosophy__text {
  margin-top: 44px;
  margin-top: 2.75rem;
  width: 60%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-recruitPhilosophy__text {
    width: 100%;
    margin-top: 1.875rem;
    font-size: 0.9375rem;
  }
}

.p-recruitPhilosophy__text + .p-recruitPhilosophy__text {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitPhilosophy__text + .p-recruitPhilosophy__text {
    margin-top: 1.125rem;
  }
}

.p-recruitPhilosophy__list {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-recruitPhilosophy__list {
    margin-top: 5.625rem;
  }
}

.p-recruitPhilosophy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitPhilosophy__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.875rem;
  }
}

.p-recruitPhilosophy__item.--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-recruitPhilosophy__item + .p-recruitPhilosophy__item {
  margin-top: 80px;
  margin-top: 5rem;
  padding-top: 70px;
  padding-top: 4.375rem;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-recruitPhilosophy__item + .p-recruitPhilosophy__item {
    margin-top: 2.5rem;
    padding-top: 1.875rem;
  }
}

.p-recruitPhilosophy__term {
  width: 40%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .p-recruitPhilosophy__term {
    width: 100%;
  }
}

.p-recruitPhilosophy__mvvTitle {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1.5;
  color: #717A5B;
}
@media screen and (max-width: 767px) {
  .p-recruitPhilosophy__mvvTitle {
    font-size: 1.875rem;
  }
}

.p-recruitPhilosophy__content {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-recruitPhilosophy__content {
    width: 100%;
  }
}

.p-recruitPhilosophy__lead {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-recruitPhilosophy__lead {
    font-size: 1.25rem;
  }
}

.p-recruitPhilosophy__value + .p-recruitPhilosophy__value {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruitPhilosophy__value + .p-recruitPhilosophy__value {
    margin-top: 1.875rem;
  }
}

.p-recruitPhilosophy__valueText {
  margin-top: 21px;
  margin-top: 1.3125rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-recruitPhilosophy__valueText {
    margin-top: 0.625rem;
    font-size: 0.8125rem;
  }
}

.p-stayArchive__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  gap: 0.9375rem;
  max-width: 500px;
  max-width: 31.25rem;
}
.p-stayArchive__list {
  margin-top: 91px;
  margin-top: 5.6875rem;
}
@media screen and (max-width: 767px) {
  .p-stayArchive__list {
    margin-top: 4.125rem;
  }
}

.p-stayConcept__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 3.5625rem;
     -moz-column-gap: 3.5625rem;
          column-gap: 3.5625rem;
  row-gap: 50px;
  row-gap: 3.125rem;
  max-width: 1120px;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 95px;
  margin-top: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-stayConcept__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 3.9375rem;
  }
}

.p-stayConcept__itemImage img {
  border-radius: 1.25rem;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-stayConcept__itemTitle {
  margin-top: 35px;
  margin-top: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-stayConcept__itemTitle {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-stayConcept__itemTitle h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-stayConcept__itemTitle span {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, .3);
  text-transform: capitalize;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-stayConcept__itemTitle span {
    font-size: 1rem;
  }
}

.p-stayConcept__itemText {
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-stayConcept__itemText {
    margin-top: 0.8125rem;
  }
}

.p-stayExperience__tableWrap {
  margin-top: 105px;
  margin-top: 6.5625rem;
  width: 66%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-stayExperience__tableWrap {
    width: 100%;
    margin-top: 1.875rem;
  }
}

.p-stayFacilities__tableWrap {
  margin-top: 105px;
  margin-top: 6.5625rem;
  width: 66%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-stayFacilities__tableWrap {
    width: 100%;
    margin-top: 3.125rem;
  }
}

.p-stayHead__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-stayHead__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-stayHead__body {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-stayHead__body {
    width: 100%;
  }
}

.p-stayHead__image {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-stayHead__image {
    width: 100%;
    margin-top: 2.5rem;
  }
}

.p-stayHead__text {
  margin-top: 63px;
  margin-top: 3.9375rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-stayHead__text {
    margin-top: 1.4375rem;
    font-size: 0.9375rem;
  }
}

.p-stayHead__image img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.625rem;
}

.p-stayList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 3.5625rem;
     -moz-column-gap: 3.5625rem;
          column-gap: 3.5625rem;
  row-gap: 50px;
  row-gap: 3.125rem;
  max-width: 1120px;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-stayList {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 2.375rem;
  }
}

.p-stayList__itemImage img {
  border-radius: 1.25rem;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-stayList__itemTitle {
  margin-top: 35px;
  margin-top: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-stayList__itemTitle {
    margin-top: 1.5625rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-stayList__itemTitle h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-stayList__itemTitle span {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, .3);
  text-transform: capitalize;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-stayList__itemTitle span {
    font-size: 1rem;
  }
}

.p-stayList__itemText {
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-stayList__itemText {
    margin-top: 0.9375rem;
  }
}

.p-staySpace__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-staySpace__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-staySpace__body {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-staySpace__body {
    width: 100%;
  }
}

.p-staySpace__text {
  margin-top: 63px;
  margin-top: 3.9375rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-staySpace__text {
    margin-top: 1.875rem;
    font-size: 0.875rem;
  }
}

.p-staySpace__image {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-staySpace__image {
    width: 100%;
    margin-top: 1.875rem;
  }
}

.p-staySpace__image img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.625rem;
}

/* Swiper Gallery スタイル */
.p-staySpace__gallery {
  margin-top: 150px;
  margin-top: 9.375rem;
  position: relative;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 80px;
  padding-bottom: 50px;
  --swiper-navigation-color: #0000004d;
  --swiper-pagination-color: #0000004d;
}
@media screen and (max-width: 767px) {
  .p-staySpace__gallery {
    margin-top: 2.5rem;
    padding: 0 50px;
    padding-bottom: 40px;
  }
}

.p-staySpace__gallery .swiper-slide img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}

/* ナビゲーション矢印のサイズ・位置（画像の外側に配置） */
.p-staySpace__gallery .swiper-button-prev,
.p-staySpace__gallery .swiper-button-next {
  width: 30px;
  height: 30px;
  top: calc(50% - 25px); /* ページネーション分の余白を考慮して中央配置 */
}
.p-staySpace__gallery .swiper-button-prev::after,
.p-staySpace__gallery .swiper-button-next::after {
  font-size: 24px;
  font-weight: bold;
  /* 矢印の形だけを縁取る効果（影で輪郭を強調） */
  text-shadow:
    -3px -3px 0 #edebe6,
     3px -3px 0 #edebe6,
    -3px  3px 0 #edebe6,
     3px  3px 0 #edebe6,
    -3px  0   0 #edebe6,
     3px  0   0 #edebe6,
     0   -3px 0 #edebe6,
     0    3px 0 #edebe6;
}
.p-staySpace__gallery .swiper-button-prev {
  left: 25px;
  right: auto;
}
.p-staySpace__gallery .swiper-button-next {
  right: 25px;
  left: auto;
}
.p-staySpace__gallery .swiper-button-prev:hover,
.p-staySpace__gallery .swiper-button-next:hover {
  color: #00000099;
}

/* ページネーション（ドット）を画像の外側下に配置 */
.p-staySpace__gallery .swiper-pagination {
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
}

/* ページネーションの各ドットに縁取り効果 */
.p-staySpace__gallery .swiper-pagination-bullet {
  box-shadow:
    -1px -1px 0 #edebe6,
     1px -1px 0 #edebe6,
    -1px  1px 0 #edebe6,
     1px  1px 0 #edebe6,
    -1px  0   0 #edebe6,
     1px  0   0 #edebe6,
     0   -1px 0 #edebe6,
     0    1px 0 #edebe6,
     0    0   3px #edebe6;
}

@media screen and (max-width: 767px) {
  .p-staySpace__gallery .swiper-button-prev,
  .p-staySpace__gallery .swiper-button-next {
    width: 24px;
    height: 24px;
    top: calc(50% - 20px);
  }
  .p-staySpace__gallery .swiper-button-prev::after,
  .p-staySpace__gallery .swiper-button-next::after {
    font-size: 18px;
  }
  .p-staySpace__gallery .swiper-button-prev {
    left: 13px;
  }
  .p-staySpace__gallery .swiper-button-next {
    right: 13px;
  }
  .p-staySpace__gallery .swiper-pagination {
    bottom: 8px;
  }
}

.p-topAbout__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 5.625rem;
     -moz-column-gap: 5.625rem;
          column-gap: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-topAbout__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-topAbout__body {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-topAbout__body {
    width: 100%;
  }
}

.p-topAbout__title {
  font-weight: 500;
  font-size: 48px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-topAbout__title {
    font-size: 1.75rem;
  }
}

.p-topAbout__text {
  margin-top: 67px;
  margin-top: 4.1875rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-topAbout__text {
    margin-top: 1.4375rem;
    font-size: 0.9375rem;
    letter-spacing: 0;
  }
}

.p-topAbout__button {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-topAbout__button {
    margin-top: 2.5rem;
  }
}

.p-topAbout__diagram {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .p-topAbout__diagram {
    width: 100%;
    margin-top: 3.4375rem;
  }
}

.p-topAbout__diagram figcaption {
  margin-top: 50px;
  margin-top: 3.125rem;
  font-size: 16px;
  font-size: 1rem;
  color: #717A5B;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topAbout__diagram figcaption {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}

.p-topCompany__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-topCompany__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-topCompany__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-topCompany__body {
    width: 100%;
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p-topCompany__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-topCompany__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-topCompany__text {
    font-size: 0.9375rem;
    letter-spacing: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-topCompany__button {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-topCompany__button {
    margin-top: 2.5rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.p-topCompany__image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-topCompany__image {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 2.5rem;
  }
}

.p-topCompany__image img {
  aspect-ratio: 570/382;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.625rem;
  object-view-box: inset(20% 5% 6% 5%);
}

.p-topStay__list {
  margin-top: 105px;
  margin-top: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .p-topStay__list {
    margin-top: 2.5625rem;
  }
}

.p-topStay__button {
  margin-top: 75px;
  margin-top: 4.6875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topStay__button {
    margin-top: 1.875rem;
    text-align: left;
  }
}

/* -----------------------------------------------------------------
  猪原さん用
----------------------------------------------------------------- */
/*# sourceMappingURL=style.css.map */
