@charset "UTF-8";
@media (max-width: 767px) {
  .u-pcDb {
    display: none;
  }
}
@media (min-width: 768px) {
  .u-pcDb {
    display: block;
  }
}

@media (max-width: 767px) {
  .u-spDb {
    display: block;
  }
}
@media (min-width: 768px) {
  .u-spDb {
    display: none;
  }
}

.changing-text {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #C4BCE8), to(#B6DBDE));
  background: linear-gradient(to right, #C4BCE8 30%, #B6DBDE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(to right, #C4BCE8 30%, #B6DBDE 100%);
}
@media (max-width: 767px) {
  .changing-text {
    font-size: 5.4666666667vw;
    line-height: 1;
  }
}

.fade-out {
  opacity: 0;
}

.fade-in {
  opacity: 1;
}

/*!
Coding style from FLOCSS
https://github.com/hiloki/flocss
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, dialog {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

picture {
  font-size: 0;
}

sub, sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 50%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #3d4d5c;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden !important;
  }
}
body.enPage {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .companyPage body {
    overflow-x: hidden;
  }
}
.hotelsPage body {
  overflow-x: hidden;
}

.home main {
  margin-top: 4.6296296296vw;
}

img {
  width: 100%;
  height: auto;
}

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

figure {
  display: inline-block;
}

figure img {
  vertical-align: bottom;
}

.l-footer {
  background: #3d4d5c;
}
@media (max-width: 767px) {
  .l-footer {
    margin-top: 20vw;
  }
}
.companyPage .l-footer {
  margin-top: 0;
}
.l-footer__inner {
  width: 86.8vw;
  margin: auto;
  padding: 3.472vw 0 4.62962vw;
}
@media (max-width: 767px) {
  .l-footer__inner {
    width: 92vw;
    padding: 9vw 0 16vw;
  }
}
.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2.5462vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 1.852vw;
}
@media (max-width: 767px) {
  .l-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
    gap: 13.33vw;
    padding-bottom: 0;
    margin-bottom: min(15vw, 50px);
  }
}
.l-footer__item:first-child {
  width: 5vw;
}
@media (max-width: 767px) {
  .l-footer__item:first-child {
    width: 10.6vw;
  }
}
.l-footer__item:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .l-footer__item:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-footer__item:last-child {
    display: none;
  }
}
.l-footer__ttl {
  font-size: min(1.3888888889vw, 20px);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: white;
  font-weight: 600;
  opacity: 0.6;
  margin-bottom: 0.868vw;
  display: block;
}
.l-footer__txt {
  font-size: min(1.0416666667vw, 16px);
  line-height: 200%;
  font-weight: 400;
  color: white;
}
.l-footer__bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .l-footer__bottom__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 13.33vw;
  }
}
.l-footer__bottom__list small {
  color: white;
  font-family: "Outfit", sans-serif;
  font-size: min(0.8101851852vw, 14px);
  line-height: 1;
  font-weight: normal;
  font-size: min(8vw, 12px);
}
@media (max-width: 767px) {
  .l-footer__bottom__list small {
    font-size: min(8vw, 12px);
    text-align: center;
    line-height: 1.6em;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 4vw;
  }
}
.enPage .l-footer__bottom__list small {
  font-size: 0.8101851852vw;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  .enPage .l-footer__bottom__list small {
    font-size: 3.2vw;
  }
}
.l-footer__bottom__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.38vw;
}
@media (max-width: 767px) {
  .l-footer__bottom__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(10vw, 50px);
  }
}
.l-footer__bottom__items a {
  color: white;
  font-size: min(0.8101851852vw, 14px);
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .l-footer__bottom__items a {
    font-size: min(8vw, 16px);
  }
}
.enPage .l-footer__bottom__items a {
  font-size: 0.8101851852vw;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .l-footer__bottom__items a {
    font-size: 4.2666666667vw;
  }
}

.l-header {
  position: relative;
  height: 85svh;
}
.l-header::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.confirmPage .l-header::after {
  display: none;
}
.post-type-archive-news .l-header::after {
  display: none;
}
.policyPage .l-header::after, .thanksPage .l-header::after, .termsPage .l-header::after, .accommodation-termsPage .l-header::after {
  z-index: -1;
}
.l-header__inner {
  height: 100%;
}
.l-header-kv__slider {
  position: absolute;
  inset: 0;
}
.l-header-kv__slider .swiper {
  height: 100%;
}
.l-header-kv__slider figure {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .l-header-kv__slider figure img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home .l-header::after {
  background: url("../images/top/kv-01.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .home .l-header::after {
    background: url("../images/top/kv_bg_01_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.companyPage .l-header::after {
  background: url("../images/company/kv-01.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .companyPage .l-header::after {
    background: url("../images/company/kv-01-sp.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.hotelsPage .l-header::after {
  background: url("../images/hotels/kv-01.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .hotelsPage .l-header::after {
    background: url("../images/hotels/kv-01-sp.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.recruitPage .l-header::after {
  background: url("../images/recruit/kv-01.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .recruitPage .l-header::after {
    background: url("../images/recruit/kv-01-sp.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 20%;
  }
}
.contactPage .l-header::after {
  background: url("../images/contact/kv_img_01.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .contactPage .l-header::after {
    background: url("../images/contact/kv_img_01_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.post-type-archive-news .l-header, .single-news .l-header, .termsPage .l-header, .policyPage .l-header, .post-type-archive-hotel_news .l-header, .single-hotel_news .l-header, .error404 .l-header, .accommodation-termsPage .l-header, .confirmPage .l-header, .thanksPage .l-header {
  height: 8.1018518519vw;
}
@media (max-width: 767px) {
  .post-type-archive-news .l-header, .single-news .l-header, .termsPage .l-header, .policyPage .l-header, .post-type-archive-hotel_news .l-header, .single-hotel_news .l-header, .error404 .l-header, .accommodation-termsPage .l-header, .confirmPage .l-header, .thanksPage .l-header {
    height: 28vw;
  }
}
.l-header__label {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3d4d5c;
  width: 5.9027vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2.315vw;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.l-header__label.is-active {
  border-radius: 2.315vw 0 0 2.315vw;
}
.l-header__label.is-active a {
  font-size: min(1.0416666667vw, 18px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 181%;
}
.l-header__label a {
  display: block;
  width: 100%;
  font-family: "Outfit", sans-serif;
  height: 100%;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  font-size: min(1.2731481481vw, 22px);
  line-height: 140%;
  font-weight: normal;
  color: white;
  text-align: center;
}
.l-header-nav__inner {
  height: 100%;
  gap: 0.23148148vw;
  cursor: pointer;
}
.l-header-nav__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav__content {
  background-color: #3d4d5c;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
  height: 100%;
  opacity: 0;
  border-radius: 0 2.315vw 2.315vw 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform, opacity;
  display: none;
}
@media (max-width: 767px) {
  .l-header__nav__content {
    height: auto;
    position: fixed;
    top: 20vw;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    background-color: transparent;
    z-index: 100;
    width: 92vw;
  }
}
.l-header__nav__content.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: block;
  opacity: 1;
}
.l-header__nav__content.is-open .l-header__bottom__list {
  z-index: -1;
}
.l-header__nav__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5vw;
}
@media (max-width: 767px) {
  .l-header__nav__content ul {
    background-color: #C4BCE8;
    border-radius: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-left: auto;
    width: 55.4666666667vw;
    max-width: 30vw;
  }
}
.l-header__nav__content li {
  padding: 0 1vw;
}
@media (max-width: 767px) {
  .l-header__nav__content li {
    padding: 0;
    width: 100%;
  }
}
.l-header__nav__content li:last-child {
  padding-right: 2.5vw;
}
@media (max-width: 767px) {
  .l-header__nav__content li:last-child {
    padding-right: 0;
  }
}
.l-header__nav__content li:not(:first-child) > a {
  padding-top: 0;
}
.l-header__nav__content a {
  font-size: min(1.0416666667vw, 18px);
  line-height: 181%;
  font-weight: 500;
  color: white;
  text-align: center;
}
@media (max-width: 767px) {
  .l-header__nav__content a {
    font-size: min(3.2vw, 24px);
    display: block;
    padding: 6.6666666667vw 0;
  }
}
.l-header__nav__content.u-menu {
  height: 2.9513888889vw;
  background-color: #C4BCE8;
}
.l-header__nav__content .c-btn {
  margin-top: 2.6666666667vw;
}
@media (max-width: 767px) {
  .l-header__nav__content .c-btn {
    max-width: 30vw;
  }
}
.l-header__nav__content .c-btn p {
  font-size: min(3.2vw, 24px);
  width: 100%;
  padding-bottom: 6.6666666667vw;
  padding: 2.6666666667vw 0;
}
.l-header__nav__overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #1f2123;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  z-index: -1;
}
.l-header__nav__overlay.is-active {
  display: block;
  opacity: 1;
  z-index: 99;
}
.l-header__list {
  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;
  width: 100%;
  margin: 0 auto;
  left: 5.0925925926vw;
  right: 5.0925925926vw;
  width: 89.8148148148vw;
  z-index: 100;
  top: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 767px) {
  .l-header__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static;
  }
}
.l-header__list.is-stuck {
  position: absolute;
  top: auto;
  bottom: 0;
}
@media (max-width: 767px) {
  .l-header__item {
    width: 53.33vw;
  }
}
.l-header__item:first-child {
  height: 2.9513vw;
  position: relative;
  z-index: 100;
  margin-top: 3.2135416667vw;
}
.l-header__item:nth-child(2) {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 3.7615740741vw;
}
@media (max-width: 767px) {
  .l-header__item:nth-child(2) {
    margin-top: 0;
    top: 17.3333333333vw;
    max-width: 300px;
  }
  .policyPage .l-header__item:nth-child(2), .termsPage .l-header__item:nth-child(2), .accommodation-termsPage .l-header__item:nth-child(2), .confirmPage .l-header__item:nth-child(2), .thanksPage .l-header__item:nth-child(2), .post-type-archive-news .l-header__item:nth-child(2) {
    top: 22.6666666667vw;
    z-index: 10;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .l-header__item:nth-child(2) {
    top: 60px;
  }
}
.home .l-header__item:nth-child(2) {
  z-index: 1;
}
.l-header__item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.85vw;
  margin-top: 3.2135416667vw;
}
@media (max-width: 767px) {
  .l-header__item:last-child {
    display: none;
  }
}
.l-header__item:last-child .u-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5462vw;
}
.home .l-header__item:last-child {
  z-index: 1;
}
.l-header__item .c-btn {
  height: 100%;
}
.l-header__item .c-btn span {
  display: block;
  width: 2.89351vw;
  height: 2.89351vw;
}
@media (max-width: 767px) {
  .l-header .c-btn a {
    background: transparent;
  }
}
.l-header .c-btn.is-open span {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.l-header__ttl__box {
  position: absolute;
  z-index: 1;
  bottom: 4.6296296296vw;
  left: 6.9444444444vw;
}
@media (max-width: 767px) {
  .l-header__ttl__box {
    bottom: 26.6666666667vw;
    left: 7.66vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .l-header__ttl__box {
    bottom: 17.3333333333vw;
  }
}
.l-header__ttl {
  font-size: min(6.9444444444vw, 80px);
  color: #fff;
  font-weight: 400;
  line-height: 100%;
  font-family: "pragmatica", sans-serif;
  letter-spacing: 0.02em;
}
.l-header__ttl.u-japanese {
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .l-header__ttl {
    font-size: min(10vw, 75px);
    line-height: 134%;
  }
}
.l-header__sub__ttl {
  font-size: min(2.3148148148vw, 36px);
  line-height: 130%;
  font-weight: 500;
  color: #fff;
  font-family: "pragmatica", sans-serif;
  margin-top: 0.8vw;
}
@media (max-width: 767px) {
  .l-header__sub__ttl {
    font-size: min(5.3333333333vw, 40px);
  }
}
@media (max-width: 767px) {
  .l-header__bottom__list {
    position: absolute;
    bottom: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 92vw;
    left: 50%;
    z-index: 100;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__bottom__list.is-fixed {
  position: fixed;
  top: 4vw;
  bottom: auto;
}
.confirmPage .l-header__bottom__list.is-fixed {
  bottom: auto !important;
}
.thanksPage .l-header__bottom__list.is-fixed {
  bottom: auto !important;
}
@media (max-width: 767px) {
  .policyPage .l-header__bottom__list, .termsPage .l-header__bottom__list, .accommodation-termsPage .l-header__bottom__list, .confirmPage .l-header__bottom__list, .thanksPage .l-header__bottom__list,
  .l-header__bottom__list .post-type-archive-news {
    bottom: 10vw;
  }
}
.l-header__bottom__fig {
  width: 10.6vw;
}

.l-contact__inner {
  max-width: 1280px;
  width: 86.8vw;
  margin: auto;
}
@media (max-width: 767px) {
  .l-contact__inner {
    max-width: none;
    width: 100%;
    padding: 0 4vw;
  }
}
.l-contact__ttl {
  font-size: min(8vw, 34px);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 130%;
  color: #3d4d5c;
}
@media (max-width: 767px) {
  .l-contact__ttl {
    font-size: 8vw;
    line-height: 115%;
  }
}
.enPage .l-contact__ttl {
  font-size: min(8vw, 60px);
  font-family: "pragmatica", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .l-contact__ttl {
    font-size: min(8vw, 60px);
  }
}
.l-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.8935185185vw;
}
@media (max-width: 767px) {
  .l-contact__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-contact__item:first-child {
  width: 42.534vw;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .l-contact__item:first-child {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    aspect-ratio: 500/300;
  }
}
@media (max-width: 767px) {
  .l-contact__item:first-child img {
    aspect-ratio: 500/300;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.l-contact__item:last-child {
  width: 47.5115740741vw;
  margin: 4.62vw auto 0;
}
@media (max-width: 767px) {
  .l-contact__item:last-child {
    width: 92vw;
    margin: 13.33vw auto 0;
  }
}
.l-contact__content.u-hidden {
  display: none;
}
.l-contact__content.is-active {
  display: block;
}
.l-contact__dropDown__btn {
  position: relative;
}
.l-contact__dropDown__btn::after {
  content: "";
  display: inline-block;
  background: url("../images/common/arrow-icon-bottom.svg") no-repeat center center;
  background-size: cover;
  width: 3.84vw;
  height: 3.84vw;
  position: absolute;
  right: 1.902vw;
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.l-contact .c-txt {
  margin-bottom: min(3.2vw, 24px);
}
@media (max-width: 767px) {
  .l-contact .c-txt {
    font-size: min(3.2vw, 16px);
    margin-bottom: 6.6666666667vw;
  }
}
.l-contact .c-txt.u-mt30 {
  margin-top: 1.736vw;
}
@media (max-width: 767px) {
  .l-contact .c-txt.u-mt30 {
    margin-top: 9.3vw;
    font-size: 3.2vw;
  }
}
.l-contact__check__flex {
  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;
}
@media (max-width: 767px) {
  .l-contact__check__flex {
    -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;
    gap: 6.6666666667vw;
  }
}
.l-contact__check__flex__txt {
  font-size: 1.0416666667vw;
  font-weight: normal;
  line-height: 140%;
}
@media (max-width: 767px) {
  .l-contact__check__flex__txt {
    font-size: min(3.2vw, 24px);
  }
}
.l-contact__btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2.6vw auto 1.73vw;
}
@media (max-width: 767px) {
  .l-contact__btns.u-pcDb {
    display: none;
  }
}
@media (min-width: 768px) {
  .l-contact__btns.u-pcDb {
    display: -ms-grid;
    display: grid;
  }
}
@media (max-width: 767px) {
  .l-contact__btns.u-spDb {
    display: block;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .l-contact__btns.u-spDb {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-contact__btns {
    position: relative;
    display: inline-block;
    margin: 8vw 0 9.33vw;
  }
}
.l-contact__btn__list {
  display: none;
  position: absolute;
  padding: 0;
  list-style: none;
  background: #f0f0f0;
  border: 1px solid #ccc;
  width: 150px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .l-contact__btn__list {
    border: none;
    width: 100%;
  }
}
.l-contact__btn__list.is-open {
  display: block;
}
@media (max-width: 767px) {
  .l-contact__btn__list li {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: height 0.4s ease, opacity 0.4s ease;
    transition: height 0.4s ease, opacity 0.4s ease;
  }
}
@media (max-width: 767px) {
  .l-contact__btn__list li.is-animating {
    opacity: 1;
  }
}
.l-contact__btn__list button {
  display: block;
  width: 100%;
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  text-align: left;
  cursor: pointer;
}
.l-contact .radio-line-group {
  margin-bottom: 1.7361111111vw;
  margin-top: 2.8935185185vw;
}
@media (max-width: 767px) {
  .l-contact .radio-line-group {
    margin-top: 8vw;
    margin-bottom: 9.3333333333vw;
  }
}
.l-contact .radio-line-group input[type=radio] {
  display: none;
}
.l-contact .radio-line-group .mwform-radio-field-text {
  position: relative;
  padding-bottom: 8px;
  cursor: pointer;
}
.l-contact .radio-line-group .mwform-radio-field:first-of-type .mwform-radio-field-text::before {
  content: "（10室未満のご宿泊）";
  font-size: min(2.6666666667vw, 14px);
  font-weight: normal;
}
@media (max-width: 767px) {
  .l-contact .radio-line-group .mwform-radio-field:first-of-type .mwform-radio-field-text::before {
    font-size: min(2.6666666667vw, 20px);
  }
}
.l-contact .radio-line-group .mwform-radio-field:nth-of-type(2) .mwform-radio-field-text::before {
  content: "（10室以上のご宿泊）";
  font-size: min(2.6666666667vw, 14px);
  font-weight: normal;
}
@media (max-width: 767px) {
  .l-contact .radio-line-group .mwform-radio-field:nth-of-type(2) .mwform-radio-field-text::before {
    font-size: min(2.6666666667vw, 20px);
  }
}
.l-contact .radio-line-group .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #3d4d5c;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-contact .radio-line-group input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.l-contact .radio-line-group input[type=radio]:checked + .mwform-radio-field-text {
  opacity: 1;
  color: #3d4d5c;
}
.l-contact .radio-line-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.l-contact .radio-line-group label {
  width: 100%;
  display: block;
  height: 100%;
}
.l-contact .u-visible {
  display: none;
}
.l-contact .radio-line-group .mwform-radio-field-text {
  font-size: min(1.3888888889vw, 24px);
  line-height: 150%;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: rgba(61, 77, 92, 0.3);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
  padding-bottom: 0.694vw;
  border-top: none;
  border-right: none;
  border-left: none;
  background: transparent;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .l-contact .radio-line-group .mwform-radio-field-text {
    width: 100%;
    font-size: min(3.2vw, 18px);
    text-align: left;
    padding-bottom: 4vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.enPage .l-contact .radio-line-group .mwform-radio-field-text {
  font-size: min(1.3888888889vw, 24px);
  font-family: "pragmatica", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .l-contact .radio-line-group .mwform-radio-field-text {
    font-size: min(5.0666666667vw, 38px);
  }
}
.l-contact .radio-line-group .mwform-radio-field-text.is-active {
  opacity: 1;
}
.l-contact .radio-line-group .mwform-radio-field-text span {
  display: block;
  font-size: 0.8vw;
  line-height: 1;
  font-weight: normal;
  margin-top: 0.17vw;
}
@media (max-width: 767px) {
  .l-contact .radio-line-group .mwform-radio-field-text span {
    font-size: 3.2vw;
    margin-top: 0.66vw;
  }
}
.enPage .l-contact .radio-line-group .mwform-radio-field-text span {
  font-size: 1.3888888889vw;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  .enPage .l-contact .radio-line-group .mwform-radio-field-text span {
    font-size: 3.2vw;
  }
}
.l-contact__form__ttl {
  font-size: min(1.0416666667vw, 18px);
  line-height: 140%;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1.38vw;
  margin-top: 1.38vw;
}
@media (max-width: 767px) {
  .l-contact__form__ttl {
    font-size: min(8vw, 20px);
    margin-bottom: 2.6666666667vw;
    margin-top: 6.66vw;
  }
}
@media (max-width: 767px) {
  .l-contact__form__ttl {
    font-size: 4.26vw;
    font-size: min(8vw, 20px);
    margin-bottom: 4vw;
    line-height: 150%;
  }
}
.enPage .l-contact__form__ttl {
  font-size: 1.8518518519vw;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .l-contact__form__ttl {
    font-size: 4.2666666667vw;
  }
}
.l-contact__form__ttl.u-mt {
  margin-top: 1.8518518519vw;
}
@media (max-width: 767px) {
  .l-contact__form__ttl.u-mt {
    margin-top: 6.6666666667vw;
  }
}
.l-contact__input__box.hidden_etc04 {
  display: none;
}
.l-contact__input__box.hidden_etc {
  display: none;
}
.l-contact__input__box.hidden_etc02 {
  display: none;
}
.l-contact__input__box.hidden_etc03 {
  display: none;
}
.l-contact__input__box select {
  width: 100%;
  height: 2.256vw;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #959697;
  font-size: min(1.0416666667vw, 18px);
  padding-bottom: 0.462vw;
  font-family: "Noto Sans JP", sans-serif;
  color: #3d4d5c;
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none;
  text-overflow: ellipsis;
  outline: none !important;
  padding-left: 0;
  position: relative;
  color: #a7adb5;
}
@media (max-width: 767px) {
  .l-contact__input__box select {
    height: 10vw;
    font-size: 4.26vw;
  }
}
.l-contact__input__box select:focus {
  outline: none;
}
.l-contact__input__box select option {
  padding: 0;
  text-indent: 0;
}
.l-contact__input__box input,
.l-contact__input__box textarea {
  font-family: "Noto Sans JP", sans-serif;
  border-top: none;
  border-right: none;
  border-left: none;
  width: 100%;
  border-bottom: 1px solid #959697;
  padding-bottom: 0.462vw;
  min-height: 2.3726851852vw;
  font-size: min(1.0416666667vw, 18px);
  padding-left: 0;
  resize: vertical;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.5;
  padding-top: 1.5vw;
  line-height: 1.1;
  padding-top: 2vw;
}
@media (max-width: 767px) {
  .l-contact__input__box input,
  .l-contact__input__box textarea {
    height: 10vw;
    font-size: min(3.2vw, 16px);
    padding: 3vw 0 0 0;
    padding-bottom: 0.6944444444vw;
    line-height: 100%;
  }
}
.enPage .l-contact__input__box input,
.enPage .l-contact__input__box textarea {
  font-size: 1.8518518519vw;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .l-contact__input__box input,
  .enPage .l-contact__input__box textarea {
    font-size: 4.2666666667vw;
  }
}
.l-contact__input__box input::-webkit-input-placeholder, .l-contact__input__box textarea::-webkit-input-placeholder {
  font-size: min(1.0416666667vw, 18px);
  font-weight: normal;
  opacity: 0.5;
  color: #3d4d5c;
  line-height: 0.1;
}
.l-contact__input__box input::-moz-placeholder, .l-contact__input__box textarea::-moz-placeholder {
  font-size: min(1.0416666667vw, 18px);
  font-weight: normal;
  opacity: 0.5;
  color: #3d4d5c;
  line-height: 0.1;
}
.l-contact__input__box input:-ms-input-placeholder, .l-contact__input__box textarea:-ms-input-placeholder {
  font-size: min(1.0416666667vw, 18px);
  font-weight: normal;
  opacity: 0.5;
  color: #3d4d5c;
  line-height: 0.1;
}
.l-contact__input__box input::-ms-input-placeholder, .l-contact__input__box textarea::-ms-input-placeholder {
  font-size: min(1.0416666667vw, 18px);
  font-weight: normal;
  opacity: 0.5;
  color: #3d4d5c;
  line-height: 0.1;
}
.l-contact__input__box input::placeholder,
.l-contact__input__box textarea::placeholder {
  font-size: min(1.0416666667vw, 18px);
  font-weight: normal;
  opacity: 0.5;
  color: #3d4d5c;
  line-height: 0.1;
}
@media (max-width: 767px) {
  .l-contact__input__box input::-webkit-input-placeholder, .l-contact__input__box textarea::-webkit-input-placeholder {
    font-size: min(3.2vw, 24px);
    line-height: 150%;
  }
  .l-contact__input__box input::-moz-placeholder, .l-contact__input__box textarea::-moz-placeholder {
    font-size: min(3.2vw, 24px);
    line-height: 150%;
  }
  .l-contact__input__box input:-ms-input-placeholder, .l-contact__input__box textarea:-ms-input-placeholder {
    font-size: min(3.2vw, 24px);
    line-height: 150%;
  }
  .l-contact__input__box input::-ms-input-placeholder, .l-contact__input__box textarea::-ms-input-placeholder {
    font-size: min(3.2vw, 24px);
    line-height: 150%;
  }
  .l-contact__input__box input::placeholder,
  .l-contact__input__box textarea::placeholder {
    font-size: min(3.2vw, 24px);
    line-height: 150%;
  }
}
.enPage .l-contact__input__box input::-webkit-input-placeholder, .enPage .l-contact__input__box textarea::-webkit-input-placeholder {
  font-size: 1.8518518519vw;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.enPage .l-contact__input__box input::-moz-placeholder, .enPage .l-contact__input__box textarea::-moz-placeholder {
  font-size: 1.8518518519vw;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.enPage .l-contact__input__box input:-ms-input-placeholder, .enPage .l-contact__input__box textarea:-ms-input-placeholder {
  font-size: 1.8518518519vw;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.enPage .l-contact__input__box input::-ms-input-placeholder, .enPage .l-contact__input__box textarea::-ms-input-placeholder {
  font-size: 1.8518518519vw;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.enPage .l-contact__input__box input::placeholder,
.enPage .l-contact__input__box textarea::placeholder {
  font-size: 1.8518518519vw;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .l-contact__input__box input::-webkit-input-placeholder, .enPage .l-contact__input__box textarea::-webkit-input-placeholder {
    font-size: 4.2666666667vw;
  }
  .enPage .l-contact__input__box input::-moz-placeholder, .enPage .l-contact__input__box textarea::-moz-placeholder {
    font-size: 4.2666666667vw;
  }
  .enPage .l-contact__input__box input:-ms-input-placeholder, .enPage .l-contact__input__box textarea:-ms-input-placeholder {
    font-size: 4.2666666667vw;
  }
  .enPage .l-contact__input__box input::-ms-input-placeholder, .enPage .l-contact__input__box textarea::-ms-input-placeholder {
    font-size: 4.2666666667vw;
  }
  .enPage .l-contact__input__box input::placeholder,
  .enPage .l-contact__input__box textarea::placeholder {
    font-size: 4.2666666667vw;
  }
}
.l-contact__input__box input:focus,
.l-contact__input__box textarea:focus {
  outline: none;
}
.l-contact__input__box.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.89351vw;
  margin-top: 1.2731vw;
}
@media (max-width: 767px) {
  .l-contact__input__box.u-flex {
    margin: 0;
    display: block;
  }
}
.l-contact__input__box.u-after {
  position: relative;
}
.l-contact__input__box.u-after::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/common/arrow-icon-bottom.svg") no-repeat center center;
  background-size: cover;
  width: 1.94884287%;
  aspect-ratio: 1/1;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (max-width: 767px) {
  .l-contact__input__box.u-after::after {
    width: 3%;
    top: 50%;
    right: 1vw;
  }
}
.l-contact__input__box .error {
  font-size: min(1.0416666667vw, 18px) !important;
}
.l-contact__select__box {
  position: relative;
  margin-top: 1.3888888889vw;
}
@media (max-width: 767px) {
  .l-contact__select__box {
    margin-top: 12vw;
  }
}
.l-contact__select__box::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/common/arrow-icon-bottom.svg") no-repeat center center;
  position: absolute;
  background-size: cover;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .l-contact__select__box::after {
    width: 3.84vw;
    height: 3.84vw;
    top: 1.3333333333vw;
  }
}
.l-contact select {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #3d4d5c;
  padding-bottom: 0.6944444444vw;
  font-size: min(1.0416666667vw, 18px);
  line-height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
@media (max-width: 767px) {
  .l-contact select {
    font-size: min(3.2vw, 16px);
  }
}
.enPage .l-contact select {
  font-size: 1.8518518519vw;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .l-contact select {
    font-size: 4.2666666667vw;
  }
}
.l-contact select:focus {
  outline: none;
}
.l-contact__check__flex__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8518518519vw;
}
@media (max-width: 767px) {
  .l-contact__check__flex__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6666666667vw;
  }
}
.l-contact .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.l-contact .mwform-checkbox-field.horizontal-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6944444444vw;
}
@media (max-width: 767px) {
  .l-contact .mwform-checkbox-field.horizontal-item label {
    gap: 2.6666666667vw;
  }
}
.l-contact .mwform-checkbox-field input,
.l-contact .mwform-radio-field input {
  margin: 0;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  margin-top: 0.1736111111vw;
}
@media (max-width: 767px) {
  .l-contact .mwform-checkbox-field input,
  .l-contact .mwform-radio-field input {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.l-contact .mwform-checkbox-field-text {
  font-size: min(1.0416666667vw, 18px);
}
@media (max-width: 767px) {
  .l-contact .mwform-checkbox-field-text {
    font-size: min(3.2vw, 24px);
  }
}
.l-contact .c-btn.u-216 span::after {
  background: url("../images/common/arrow-icon-purple.svg") no-repeat center center !important;
  background-size: cover !important;
}

.c-inner {
  width: 86.8vw;
  margin: auto;
  max-width: 1280px;
}
@media (max-width: 767px) {
  .c-inner {
    width: 100%;
    padding: 0 4vw;
  }
}

.c-menu {
  position: relative;
  margin-top: 3.0092592593vw;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 767px) {
  .c-menu {
    display: none;
  }
}
.c-menu.fix {
  position: fixed;
  margin-top: 3vw;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.c-menu .c-inner {
  position: absolute;
  left: 50%;
  max-width: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-menu-nav__inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 2.9513888889vw;
}
.c-menu-nav__inner span {
  width: 2.8935vw;
  height: 2.8935vw;
  display: inline-block;
  opacity: 1;
  background: url("../images/common/arrow-icon-purple.svg") no-repeat center center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-size: contain;
}
.c-menu-nav__inner.is-open span {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.c-menu__label {
  background-color: #C4BCE8;
  display: block;
  height: 2.9513888889vw;
}
.c-menu__label a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-menu__btn__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  .c-menu__btn__list {
    display: none;
  }
}
.c-menu__fig {
  width: 4.6296296296vw;
  height: 4.6296296296vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.85vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  height: 2.9513888889vw;
}
.c-menu__item__link {
  position: relative;
  width: 2.5462vw;
  height: 2.5462vw;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.c-menu__item__link::after {
  content: "";
  display: block;
  background: url("/public/common/lang-logo.svg") no-repeat center center;
  background-size: contain;
  width: 2.5462vw;
  height: 2.5462vw;
  inset: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.c-menu__item__link:hover::after {
  opacity: 1;
}
.c-menu__height {
  height: 5.787037037vw;
}
@media (max-width: 767px) {
  .c-menu__height {
    display: none;
  }
}

.l-news {
  margin: -15vw auto 6.9444444444vw auto;
}
@media (max-width: 767px) {
  .l-news {
    margin-top: 11.5740740741vw !important;
  }
}
.l-news.hotels {
  margin: 13.8888888889vw auto 6.9444444444vw;
}
@media (max-width: 767px) {
  .l-news {
    margin: 26.66vw auto 0;
  }
}
.home .l-news {
  margin-top: 0;
}
.post-type-archive-news .l-news .single-news .l-news {
  margin-top: 5.787037037vw;
}
.l-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .l-news__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-news__list .c-btn {
  position: static;
  margin-top: 2.8935185185vw;
}
@media (max-width: 767px) {
  .l-news__list .c-btn {
    position: static;
    margin: 6.66vw 0;
  }
}
.l-news__item:first-child {
  width: 30.4398148148vw;
}
@media (max-width: 767px) {
  .l-news__item:first-child {
    width: 100%;
  }
}
.l-news__item:last-child {
  width: 52.662037037vw;
}
@media (max-width: 767px) {
  .l-news__item:last-child {
    width: 100%;
  }
}
.l-news__content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-news__content__list a {
  border-bottom: 2px solid #3d4d5c;
}
.l-news__content__list a:first-child {
  border-top: 2px solid #3d4d5c;
}
.l-news__content__list dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9.54861vw 1fr;
  grid-template-columns: 9.54861vw 1fr;
  position: relative;
}
@media (max-width: 767px) {
  .l-news__content__list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
}
.home .l-news__content__list dl {
  padding: 2.025462963vw 0;
}
@media (max-width: 767px) {
  .home .l-news__content__list dl {
    padding: 6.6666666667vw 0;
  }
}
.l-news__content__list dl::after {
  content: "";
  display: block;
  background: url("../images/common/arrow-icon-purple.svg") no-repeat center center;
  background-size: contain;
  width: 2.8935vw;
  height: 2.8935vw;
  position: absolute;
  right: 0;
  top: 1.3vw;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1;
}
@media (max-width: 767px) {
  .l-news__content__list dl::after {
    width: 11.7653vw;
    height: 11.7653vw;
    top: 7vw;
  }
}
.l-news__content__list dl dt {
  font-size: min(1.0416666667vw, 18px);
  line-height: 181%;
  font-weight: normal;
  font-family: "Outfit", sans-serif;
  color: #3d4d5c;
}
@media (max-width: 767px) {
  .l-news__content__list dl dt {
    font-size: 4.2666666667vw;
  }
}
.enPage .l-news__content__list dl dt {
  font-size: min(1.2731481481vw, 22px);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .l-news__content__list dl dt {
    font-size: min(4.2666666667vw, 32px);
  }
}
.l-news__content__list dl dd {
  font-size: min(1.3888888889vw, 24px);
  left: 150%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding-right: 4.62962vw;
}
@media (max-width: 767px) {
  .l-news__content__list dl dd {
    font-size: 5.066vw;
    padding-right: 18.6986vw;
  }
}
.l-news__content__list dl dd .c-txt {
  display: block;
  margin-top: 0.5787037037vw;
}
@media (max-width: 767px) {
  .l-news__content__list dl dd .c-txt {
    padding-top: 2.6666666667vw;
    margin-top: 0;
  }
}
.enPage .l-news__content__list dl dd {
  font-size: min(1.3888888889vw, 24px);
  font-weight: 500;
  font-family: "pragmatica", sans-serif;
}
@media (max-width: 767px) {
  .enPage .l-news__content__list dl dd {
    font-size: min(4.5333333333vw, 34px);
  }
}

.c-btn {
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.c-btn.u-151 {
  width: 8.7384259259vw;
}
@media (max-width: 767px) {
  .c-btn.u-151 {
    width: 35.8986666667vw;
  }
}
.c-btn.u-151 a p {
  width: 5.6134259259vw;
}
@media (max-width: 767px) {
  .c-btn.u-151 a p {
    width: 22.8vw;
  }
}
.c-btn.u-152 {
  width: 8.7962vw;
  display: block;
}
.c-btn.u-152 a {
  display: block;
}
.c-btn.u-156 {
  width: 9.0642361vw;
  height: 2.9513vw;
}
.c-btn.u-156 p {
  width: 5.9027vw;
}
.c-btn.u-156.is-open span {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.c-btn.u-156.is-open p {
  font-size: min(1.0416666667vw, 18px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 181%;
}
.c-btn.u-171 {
  width: 9.8958333333vw;
  margin-left: auto;
}
@media (max-width: 767px) {
  .c-btn.u-171 {
    width: 40.5333333333vw;
    margin-left: auto;
  }
}
.c-btn.u-172 {
  width: 9.9537037037vw;
}
@media (max-width: 767px) {
  .c-btn.u-172 {
    width: 40.5333333333vw;
  }
}
.c-btn.u-172 p {
  width: 6.5972222222vw;
}
@media (max-width: 767px) {
  .c-btn.u-172 p {
    width: 26.8vw;
  }
}
.c-btn.u-178 {
  width: 10.3009259259vw;
}
@media (max-width: 767px) {
  .c-btn.u-178 {
    width: 42.2986666667vw;
  }
}
.c-btn.u-178 p {
  width: 7.1759259259vw;
}
@media (max-width: 767px) {
  .c-btn.u-178 p {
    width: 29.2vw;
  }
}
.c-btn.u-179 {
  width: 23.8666666667vw;
}
.c-btn.u-179 p {
  width: 100%;
}
.c-btn.u-216 {
  width: 12.5vw;
}
@media (max-width: 767px) {
  .c-btn.u-216 {
    width: 51.216vw;
  }
}
.c-btn.u-216 p {
  width: 9.375vw;
}
@media (max-width: 767px) {
  .c-btn.u-216 p {
    width: 38.1173333333vw;
  }
}
.c-btn.u-216 input {
  cursor: pointer;
  background-color: #C4BCE8;
  width: 9.375vw;
  line-height: 140%;
  border-radius: 2.3148148148vw;
  font-weight: normal;
  font-family: "Outfit", sans-serif;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 0.5787vw 0;
  opacity: 1;
  border-bottom: 0;
  font-size: min(1.2731481481vw, 22px);
  border: none !important;
}
@media (max-width: 767px) {
  .c-btn.u-216 input {
    width: 26.8vw;
    padding: 2.8vw 0;
    border-radius: 6vw;
    font-size: min(4.2666666667vw, 32px);
  }
}
.enPage .c-btn.u-216 input {
  font-size: min(1.8518518519vw, 32px);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .c-btn.u-216 input {
    font-size: 4.2666666667vw;
  }
}
.home .c-btn.u-216 {
  margin-left: auto;
}
.confirmPage .c-btn.u-216 {
  margin-left: auto;
}
.c-btn.u-416 {
  width: 55.4666666667vw;
  margin-left: auto;
}
.c-btn.u-416:hover p {
  background-color: #C4BCE8 !important;
}
.c-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration: none;
  border-radius: 2.315vw;
}
.c-btn a p {
  line-height: 140%;
  border-radius: 2.31481vw;
  font-weight: normal;
  font-family: "Outfit", sans-serif;
  font-size: min(1.2731481481vw, 22px);
  color: #fff;
  background-color: #C4BCE8;
  padding: 0.5787vw 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-align: center;
}
@media (max-width: 767px) {
  .c-btn a p {
    font-size: min(4.2666666667vw, 24px);
    border-radius: 6vw;
    line-height: 150%;
    padding: 2.66vw 0;
  }
}
.enPage .c-btn a p {
  font-size: 1.2731481481vw;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .c-btn a p {
    font-size: 4.2666666667vw;
  }
}
.c-btn a span {
  background: url("../images/common/arrow-icon-gray.svg") no-repeat center center;
  background-size: contain;
  width: 2.8935vw;
  height: 2.8935vw;
  display: inline-block;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 767px) {
  .c-btn a span {
    width: 11.7653vw;
    height: 11.7653vw;
  }
}
.c-btn a span::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  background: url("../images/common/arrow-icon-purple.svg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-btn a span::after {
    width: 11.7653vw;
    height: 11.7653vw;
  }
}
.c-btn.u-gray a p {
  background-color: #3d4d5c;
}
.c-btn.u-purple a p {
  background-color: #C4BCE8;
}
.c-btn.u-purple a span {
  background: url("../images/common/arrow-icon-purple.svg") no-repeat center center;
  background-size: contain;
}
.c-btn.u-purple a span::after {
  background: url("../images/common/arrow-icon-gray.svg") no-repeat center center;
  background-size: cover;
}
.c-btn.u-white a p {
  color: #3d4d5c;
  background-color: #fff;
}
.c-btn.u-white a span {
  background: url("../images/common/arrow-icon-white.svg") no-repeat center;
  background-size: contain;
}
.c-btn.u-afterNone a span {
  display: none;
}
.c-btn.u-afterNone a span::after {
  display: none;
}
.c-btn:hover a {
  opacity: 1 !important;
}
.c-btn:hover a p {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #C4BCE8;
}
.c-btn:hover a span::after {
  width: 2.8935vw;
  height: 2.8935vw;
  background-size: cover;
  opacity: 1;
}
@media (max-width: 767px) {
  .c-btn:hover a span::after {
    width: 11.7653vw;
    height: 11.7653vw;
  }
}
.c-btn.u-purple:hover a {
  opacity: 1;
}
.c-btn.u-purple:hover a p {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #3d4d5c;
}
.c-btn.u-purple:hover a span::after {
  width: 2.8935vw;
  height: 2.8935vw;
  background-size: contain;
  opacity: 1;
}
@media (max-width: 767px) {
  .c-btn.u-purple:hover a span::after {
    width: 11.7653vw;
    height: 11.7653vw;
  }
}
.c-btn.u-purple:hover a span::after {
  width: 2.8935vw;
  height: 2.8935vw;
  background-size: contain;
  opacity: 1;
}
@media (max-width: 767px) {
  .c-btn.u-purple:hover a span::after {
    width: 11.7653vw;
    height: 11.7653vw;
  }
}
.c-btn.u-white:hover a {
  opacity: 1;
}
.c-btn.u-white:hover a p {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #C4BCE8;
  color: #fff;
}
.c-btn.u-header span {
  background: url("../images/common/arrow-icon-gray.svg") no-repeat center center;
  background-size: contain;
  width: 2.9513888889vw;
  height: 2.9513888889vw;
  display: inline-block;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 767px) {
  .c-btn.u-header span {
    width: 11.7653vw;
    height: 11.7653vw;
  }
}
.c-btn.u-header span::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  background: url("../images/common/arrow-icon-purple.svg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-btn.u-header span::after {
    width: 11.7653vw;
    height: 11.7653vw;
  }
}

.confirmPage .l-contact__input__box {
  font-size: min(1.0416666667vw, 18px);
}
.confirmPage .c-txt {
  display: none;
}

.c-txt {
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 181%;
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-txt {
    font-size: min(3.2vw, 16px);
  }
}
.enPage .c-txt {
  font-size: min(1.2731481481vw, 22px);
  font-family: "Outfit", sans-serif;
}
@media (max-width: 767px) {
  .enPage .c-txt {
    font-size: min(4.2666666667vw, 32px);
  }
}

.c-ttl {
  font-size: min(1.3888888889vw, 24px);
  color: #C4BCE8;
  font-weight: 400;
  font-family: "pragmatica", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-ttl {
    font-size: min(4.5333333333vw, 34px);
  }
}
.c-ttl.u-gray {
  color: #B1B8BE;
}
.enPage .c-ttl {
  font-size: min(1.3888888889vw, 24px);
}
@media (max-width: 767px) {
  .enPage .c-ttl {
    font-size: min(5.0666666667vw, 38px);
  }
}

.c-sub__ttl {
  font-size: min(8vw, 44px);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4em;
  margin: 0.5787vw auto 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-sub__ttl {
    font-size: min(8vw, 44px);
    line-height: 1.4em;
  }
}
.enPage .c-sub__ttl {
  font-size: min(3.4722222222vw, 60px);
  font-family: "pragmatica", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .c-sub__ttl {
    font-size: min(8vw, 60px);
  }
}

.c-bottom__banner {
  margin: 6.944vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .c-bottom__banner {
    position: relative;
  }
}
.c-bottom__banner.u-top {
  background: url("../images/top/banner-01.jpg") no-repeat center center;
  aspect-ratio: 1728/718;
  background-size: cover;
  margin-top: 0;
}
@media (max-width: 767px) {
  .c-bottom__banner.u-top {
    background: url("../images/top/banner-01-sp.jpg") no-repeat center center;
    background-size: cover;
    aspect-ratio: 750/1316;
    margin-top: 13.3333333333vw;
    max-width: 48em;
  }
}
.c-bottom__banner.u-company {
  background: url("../images/company/banner-01.jpg") no-repeat center center;
  aspect-ratio: 1728/658;
  background-size: cover;
  margin-top: 13.0208333333vw;
}
@media (max-width: 767px) {
  .c-bottom__banner.u-company {
    background: url("../images/company/banner-01-sp.jpg") no-repeat center center;
    background-size: cover;
    aspect-ratio: 750/1316;
  }
}
.c-bottom__banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.7037vw;
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
@media (max-width: 767px) {
  .c-bottom__banner__content {
    display: block;
    position: absolute;
    bottom: 15vw;
    width: 92vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-bottom__banner__content .c-ttl {
  font-size: min(3.0092592593vw, 52px);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 130%;
  color: #3d4d5c;
}
@media (max-width: 767px) {
  .c-bottom__banner__content .c-ttl {
    font-size: 8vw;
    line-height: 115%;
    margin-bottom: 6.66vw;
  }
}

.p-top-menu__ttl {
  font-size: min(4.3402777778vw, 75px);
  font-family: "pragmatica", sans-serif;
  font-weight: 400;
  line-height: 110%;
  color: #3d4d5c;
  text-align: center;
  margin: 5.787vw auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-menu__ttl {
    font-size: 10vw;
    margin: 13.33vw auto 0;
    line-height: 0.9;
  }
}
.p-top-menu__ttl img {
  width: 16.0300925926vw;
}
@media (max-width: 767px) {
  .p-top-menu__ttl img {
    width: 29.6vw;
  }
}
.p-top-menu__sub__ttl {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #C4BCE8), to(#b6dbde));
  background: linear-gradient(to right, #C4BCE8 30%, #b6dbde 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
  font-size: min(4.3402777778vw, 75px);
  font-family: "pragmatica", sans-serif;
}
@media (max-width: 767px) {
  .p-top-menu__sub__ttl {
    font-size: 9.6vw;
  }
}
.p-top-menu__fig {
  margin: 0 auto 6vw;
  display: block;
  max-width: 700px;
}
@media (max-width: 767px) {
  .p-top-menu__fig {
    margin: 6.67vw auto 29.33vw;
    width: 100%;
  }
}
.p-top-about {
  position: relative;
}
.p-top-about::before {
  content: "";
  background-color: #e8e9eb;
  display: block;
  height: min(43.9236111111vw, 580px);
  width: 66.8402vw;
  position: absolute;
  z-index: -1;
  top: 17vw;
  right: 0;
}
@media (max-width: 767px) {
  .p-top-about::before {
    display: none;
  }
}
.p-top-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.8935185185vw;
}
@media (max-width: 767px) {
  .p-top-about__list.u-spDb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-top-about__list.u-spDb {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-top-about__list.u-pcDb {
    display: none;
  }
}
@media (min-width: 768px) {
  .p-top-about__list.u-pcDb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .p-top-about__list {
    margin: 6vw auto 6.67vw;
  }
}
.p-top-about__list.u-reverse {
  margin: -10vw auto 0;
  gap: 1.7361111111vw;
}
.p-top-about__list.u-reverse .p-top-about__item:first-child {
  width: 49%;
}
.p-top-about__list.u-reverse .p-top-about__item:last-child {
  margin: auto 0 3.472vw 0;
}
@media (max-width: 767px) {
  .p-top-about__fig {
    width: 80vw;
    margin-left: calc(50% - 50vw);
  }
}
@media (max-width: 767px) {
  .p-top-about .u-first {
    margin: 11.2vw auto 6.67vw;
    width: 80vw;
    margin-right: calc(50% - 50vw);
  }
}
@media (max-width: 767px) {
  .p-top-about .u-first::before {
    content: "";
    background-color: #e8e9eb;
    display: block;
    aspect-ratio: 690/1194;
    width: 92vw;
    position: absolute;
    z-index: -1;
    top: 77vw;
    height: 74%;
    right: 0;
  }
}
.p-top-about .c-btn {
  margin-left: auto;
  margin-top: -1.1vw;
}
@media (max-width: 767px) {
  .p-top-about .c-btn {
    margin-top: 0;
  }
}
.p-top-about__item:last-child {
  width: 49%;
}
@media (max-width: 767px) {
  .p-top-about__item:last-child {
    width: 80vw;
    margin-left: auto;
  }
}
.p-top-about__item:last-child {
  margin-top: 4.62962vw;
  width: 45%;
}
@media (max-width: 767px) {
  .p-top-about__item:last-child {
    margin-top: 0;
    width: 74.4vw;
  }
}
.p-top-portfolio {
  margin-top: 12vw;
}
@media (max-width: 767px) {
  .p-top-portfolio {
    margin-top: 33.3333333333vw;
  }
}
.p-top-portfolio__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .p-top-portfolio__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-portfolio__hotels {
  position: absolute;
  top: 10vw;
}
@media (max-width: 767px) {
  .p-top-portfolio__hotels {
    position: static;
  }
}
.p-top-portfolio__hotels__ttl {
  font-size: min(1.3888888889vw, 24px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-top-portfolio__hotels__ttl {
    font-size: min(4.5333333333vw, 24px);
  }
}
.enPage .p-top-portfolio__hotels__ttl {
  font-size: min(3.4722222222vw, 60px);
  font-family: "pragmatica", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .p-top-portfolio__hotels__ttl {
    font-size: min(8vw, 60px);
  }
}
.p-top-portfolio__hotels__list {
  display: -ms-grid;
  display: grid;
  margin-top: 2.3148148148vw;
  -ms-grid-columns: 1fr 0vw 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0vw;
     -moz-column-gap: 0vw;
          column-gap: 0vw;
  row-gap: 0.5787037037vw;
  -webkit-box-align: anchor-center;
      -ms-flex-align: anchor-center;
          align-items: anchor-center;
}
@media (max-width: 767px) {
  .p-top-portfolio__hotels__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
    margin-top: 6.6666666667vw;
  }
}
.p-top-portfolio__hotels__list.u-pcDb {
  display: -ms-grid !important;
  display: grid !important;
}
@media (max-width: 767px) {
  .p-top-portfolio__hotels__list.u-pcDb {
    display: none !important;
  }
}
.p-top-portfolio__hotels__list.u-spDb {
  display: none !important;
}
@media (max-width: 767px) {
  .p-top-portfolio__hotels__list.u-spDb {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.p-top-portfolio__hotels__txt {
  width: 15.0462962963vw;
}
@media (max-width: 767px) {
  .p-top-portfolio__hotels__txt {
    width: 100%;
  }
}
.p-top-portfolio__hotels__txt:nth-of-type(9) {
  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;
}
@media (max-width: 767px) {
  .p-top-portfolio__hotels__txt:nth-of-type(9) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.3333333333vw;
  }
}
.p-top-portfolio__hotels__txt a {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 767px) {
  .p-top-portfolio__hotels__txt a {
    font-size: min(3.2vw, 16px);
  }
}
.enPage .p-top-portfolio__hotels__txt a {
  font-size: min(1.2731481481vw, 22px);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .p-top-portfolio__hotels__txt a {
    font-size: min(4.2666666667vw, 32px);
  }
}
.p-top-portfolio__hotels__txt span {
  font-size: 0.8101851852vw;
  line-height: 160%;
  font-weight: normal;
  display: inline-block;
  background-color: #3d4d5c;
  color: #fff;
  width: 5.4398148148vw;
  text-align: center;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-top-portfolio__hotels__txt span {
    margin-left: 0;
    font-size: min(2.6666666667vw, 14px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 2.6666666667vw;
  }
}
.enPage .p-top-portfolio__hotels__txt span {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.p-top-portfolio__item {
  margin-left: calc(50% - 50vw);
  width: 50vw;
}
@media (max-width: 767px) {
  .p-top-portfolio__item {
    margin: 0;
    width: 80vw;
    position: absolute;
    z-index: -1;
    margin-top: 17.3333333333vw;
    right: 0;
  }
}
.p-top-portfolio__item figure {
  width: 80%;
  margin-left: 17vw;
}
@media (max-width: 767px) {
  .p-top-portfolio__item figure {
    width: 100%;
    margin-left: 0;
  }
}
.p-top-portfolio__item:last-child {
  width: 45%;
  margin: 10vw 0 0 0;
}
@media (max-width: 767px) {
  .p-top-portfolio__item:last-child {
    margin: 16vw 0 0 0;
    width: 100%;
    position: static;
    z-index: 0;
  }
}
.p-top-portfolio__item:last-child .c-txt {
  margin-top: 1.7361vw;
}
@media (max-width: 767px) {
  .p-top-portfolio__item:last-child .c-txt {
    margin-top: 3vw;
  }
}
.p-top-portfolio__item:last-child .c-btn {
  margin-left: auto;
}
.p-top-portfolio__num__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 3.7037vw 0;
}
@media (max-width: 767px) {
  .p-top-portfolio__num__list {
    margin: 8.53vw 0;
  }
}
.p-top-portfolio__num__item {
  display: -ms-grid;
  display: grid;
  gap: 2.8935185185vw;
  -ms-grid-columns: 18.5185185185vw 2.8935185185vw 1fr;
  grid-template-columns: 18.5185185185vw 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-top-portfolio__num__item {
    -ms-grid-columns: 42.6666666667vw 1fr;
    grid-template-columns: 42.6666666667vw 1fr;
  }
}
.p-top-portfolio__num__item .c-txt {
  font-size: min(1.0416666667vw, 18px);
  margin: 0 !important;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-top-portfolio__num__item .c-txt {
    font-size: min(3.2vw, 24px);
    line-height: 130%;
  }
}
.p-top-portfolio__num__item:first-child {
  border-top: 2px solid #3d4d5c;
  border-bottom: 2px solid #3d4d5c;
}
.p-top-portfolio__num__item:nth-of-type(n + 2) {
  border-bottom: 2px solid #3d4d5c;
}
.p-top-portfolio__num__txt {
  font-size: min(5.787037037vw, 100px);
  font-family: "pragmatica", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0;
  background-color: white;
  -webkit-text-stroke: 1px #3d4d5c;
  color: white;
  display: inline-block;
  padding: 1.7361111111vw 0 1.7361111111vw 1.8518518519vw;
  text-align: right;
}
@media (max-width: 767px) {
  .p-top-portfolio__num__txt {
    font-size: 13.3333333333vw;
    padding: 3vw 0 3vw 2.6666666667vw;
    text-align: left;
    line-height: 100%;
  }
}
.p-top-portfolio__num__txt img {
  vertical-align: middle;
}
.p-top-portfolio__num__txt .u-first {
  aspect-ratio: 245/68;
  max-width: 285px;
}
@media (max-width: 767px) {
  .p-top-portfolio__num__txt .u-first {
    max-width: 265px;
    width: 35.3333333333vw;
  }
}
.p-top-portfolio__num__txt .u-second {
  aspect-ratio: 35/23;
  max-width: 103.3px;
}
@media (max-width: 767px) {
  .p-top-portfolio__num__txt .u-second {
    max-width: 110px;
    width: 14.6666666667vw;
  }
}
.p-top-portfolio__num__txt .u-third {
  aspect-ratio: 49/57;
  max-width: 58.5px;
}
@media (max-width: 767px) {
  .p-top-portfolio__num__txt .u-third {
    max-width: 75px;
    width: 8.4533333333vw;
  }
}

.companyPage {
  overflow-x: clip;
}

.p-company-vision {
  margin: 5.787vw auto 13.88vw;
}
@media (max-width: 767px) {
  .p-company-vision {
    margin: 13.33vw auto 32vw;
  }
}
.p-company-vision__fig {
  margin: 4.62962vw auto;
}
@media (max-width: 767px) {
  .p-company-vision__fig {
    margin: 6.66vw auto;
  }
}
.p-company-vision__fig.u-first {
  margin: 6.66vw auto 0 calc(50% - 50vw);
  width: 96vw;
}
.p-company-vision__fig.u-second {
  margin: 9.33vw calc(50% - 50vw) auto auto;
  width: 88vw;
}
.p-company-vision__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 2.8935185185vw;
}
@media (max-width: 767px) {
  .p-company-vision__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-company-vision__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 75.752vw;
  top: -21vw;
  height: 204%;
  background: #E8E9EB;
  z-index: -1;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .p-company-vision__list::before {
    width: 92vw;
    left: 0;
    top: -27vw;
    height: 104%;
  }
}
@media (max-width: 767px) {
  .p-company-vision__list.u-pcDb {
    display: none;
  }
}
@media (min-width: 768px) {
  .p-company-vision__list.u-spDb {
    display: none;
  }
}
.p-company-vision__item:first-child {
  width: 41.6vw;
  margin-top: 7.5231vw;
}
@media (max-width: 767px) {
  .p-company-vision__item:first-child {
    width: 100%;
    margin-top: 0;
  }
}
.u-reverse .p-company-vision__item:first-child {
  margin-top: -4vw;
}
.p-company-vision__item:last-child {
  width: 41.6vw;
}
.p-company-portfolio {
  position: relative;
}
@media (max-width: 767px) {
  .p-company-portfolio {
    overflow-x: hidden;
  }
}
.p-company-portfolio__slider {
  margin: 2.78vw calc(50% - 50vw) 2.78vw 0 !important;
  width: calc(100vw - (100vw - 1280px) / 2);
  position: relative !important;
  left: calc((100vw - 1280px) / 2);
}
@media (max-width: 767px) {
  .p-company-portfolio__slider {
    margin: 22.4vw calc(50% - 50vw) 6.66vw 4vw !important;
    width: 92vw;
    overflow: visible !important;
    position: static !important;
  }
}
.p-company-portfolio__slider:nth-child(4) p {
  color: #3d4d5c;
}
.p-company-portfolio__slider .swiper-wrapper {
  margin-left: 0 !important;
  overflow: visible;
}
.p-company-portfolio__slider .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-right: 3.01vw;
}
@media (max-width: 767px) {
  .p-company-portfolio__slider .swiper-slide {
    padding-right: 3.01vw;
  }
}
.p-company-portfolio .swiper-button-prev {
  position: absolute;
  z-index: 1;
  top: 4.5vw;
  right: calc((100vw - 1280px) / 2 + 4.2824074074vw);
  left: auto;
  width: 2.8935vw;
  height: 2.8935vw;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
  border-radius: 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("../images/common/arrow-icon-purple.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .p-company-portfolio .swiper-button-prev {
    width: 11.7653vw;
    height: 11.7653vw;
    right: 19.7653vw;
    top: 35vw;
  }
}
.p-company-portfolio .swiper-button-prev::after {
  content: "";
  background: url("../images/common/arrow-icon-gray.svg") no-repeat center center;
  display: inline-block;
  background-size: contain;
  width: 100%;
  height: 100%;
  opacity: 0;
  inset: 0;
  position: absolute;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.p-company-portfolio .swiper-button-prev:hover::after {
  opacity: 1;
}
.p-company-portfolio .swiper-button-next {
  position: absolute;
  top: 4.5vw;
  right: calc((100vw - 1280px) / 2 - 0.5vw);
  width: 2.8935vw;
  height: 2.8935vw;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
  border-radius: 50%;
  background: url("../images/common/arrow-icon-purple.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .p-company-portfolio .swiper-button-next {
    width: 11.7653vw;
    height: 11.7653vw;
    right: 4vw;
    top: 35vw;
  }
}
.p-company-portfolio .swiper-button-next::after {
  content: "";
  background: url("../images/common/arrow-icon-gray.svg") no-repeat center center;
  display: inline-block;
  background-size: contain;
  width: 100%;
  height: 100%;
  opacity: 0;
  inset: 0;
  position: absolute;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.p-company-portfolio .swiper-button-next:hover::after {
  opacity: 1;
}
.p-company-portfolio__slider__link img[src*="portfolio-19.jpg"] + .p-company-portfolio__slider__txt {
  color: #3d4d5c;
}
.p-company-portfolio__slider__link img[src*="portfolio-18.jpg"] + .p-company-portfolio__slider__txt {
  color: #3d4d5c;
}
.p-company-portfolio__slider__link img[src*="portfolio-19.jpg"] + .p-company-portfolio__slider__txt02 {
  color: #3d4d5c;
}
.p-company-portfolio__slider__txt {
  position: absolute;
  inset: 0;
  padding: 1.38vw;
  color: white;
  font-family: "outfit", sans-serif;
  font-size: min(1.0416666667vw, 18px);
  font-weight: normal;
  line-height: 140%;
  width: 17vw;
}
@media (max-width: 767px) {
  .p-company-portfolio__slider__txt {
    padding: 3.2vw 0 0 3.2vw;
    width: 60.2666666667vw;
    font-size: min(3.2vw, 24px);
    width: 65vw;
  }
}
.enPage .p-company-portfolio__slider__txt {
  font-size: 1.8518518519vw;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .p-company-portfolio__slider__txt {
    font-size: 4.2666666667vw;
  }
}
.p-company-portfolio__slider__txt02 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0 1.3888888889vw 1.3888888889vw;
  color: white;
  font-family: "outfit", sans-serif;
  font-size: min(1.2731481481vw, 22px);
  font-weight: 500;
  line-height: 181%;
}
.p-company-portfolio .c-btn {
  margin-left: auto;
}
.p-company-message {
  margin: 13.88vw auto 8.6805555556vw auto;
}
@media (max-width: 767px) {
  .p-company-message {
    margin: 29.3333333333vw auto 20vw auto;
  }
}
.p-company-message__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.8935185185vw;
}
@media (max-width: 767px) {
  .p-company-message__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-company-message__item:first-child {
  margin-left: calc(50% - 50vw);
  width: min(45vw, 760px);
}
@media (max-width: 767px) {
  .p-company-message__item:first-child {
    width: 91.7vw;
  }
}
.p-company-message__item:last-child {
  width: 41.5509259259vw;
}
@media (max-width: 767px) {
  .p-company-message__item:last-child {
    width: 100%;
    margin-top: 13.3333333333vw;
  }
}
@media (min-width: 768px) {
  .p-company-message__item.js-message-left {
    position: sticky;
    top: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-company-message__txt__box {
  margin-top: 2.893vw;
}
@media (max-width: 767px) {
  .p-company-message__txt__box {
    margin-top: 12vw;
  }
}
.p-company-message__txt__box .c-txt:nth-of-type(n + 2) {
  margin-top: 1.1574074074vw;
}
@media (max-width: 767px) {
  .p-company-message__txt__box .c-txt:nth-of-type(n + 2) {
    margin-top: 2.6666666667vw;
  }
}
.p-company-message__txt__box .c-txt.u-mt0 {
  margin-top: 0;
}
.p-company-message__sign__fig {
  width: 6.6550925926vw;
  margin: 1.0127314815vw 0 0.0578703704vw 2vw;
}
@media (max-width: 767px) {
  .p-company-message__sign__fig {
    width: 20vw;
    margin: 6vw 0 1.3333333333vw 7vw;
  }
}
.p-company-banner {
  position: relative;
  aspect-ratio: 1728/691;
  margin-bottom: 8.6805555556vw;
}
@media (max-width: 767px) {
  .p-company-banner {
    margin-bottom: 13.3333333333vw;
    aspect-ratio: 750/691;
  }
}
.p-company-banner::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/company/banner-03.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  inset: 0;
}
@media (max-width: 767px) {
  .p-company-banner::after {
    background: url("../images/company/banner_bg_01_sp.jpg") no-repeat center center;
  }
}
.p-company-banner__ttl {
  position: relative;
  aspect-ratio: 432.13/86;
  height: 100%;
  width: 100%;
}
.p-company-banner__ttl::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/company/banner-02.svg") no-repeat center center;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(25.0075231481vw, 432px);
  background-size: contain;
}
@media (max-width: 767px) {
  .p-company-banner__ttl::after {
    width: 57.6173333333vw;
    height: 11.4666666667vw;
    background-size: contain;
  }
}
.p-company-philosophy {
  position: relative;
  padding-bottom: 6vw;
}
@media (max-width: 767px) {
  .p-company-philosophy {
    padding-bottom: 13.3333333333vw;
  }
}
.p-company-philosophy::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #3d4d5c;
  height: 1px;
  width: 100%;
  bottom: 0;
  opacity: 0.3;
}
.p-company-philosophy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.787037037vw;
  gap: 5.150462963vw;
}
@media (max-width: 767px) {
  .p-company-philosophy__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 26.6666666667vw;
    gap: 0;
  }
}
.p-company-philosophy__list.u-normal {
  margin-top: 5vw;
}
.p-company-philosophy__list.u-normal .p-company-philosophy__item:first-child {
  width: 46.3541666667vw;
  margin-left: -6.9444444444vw;
}
@media (max-width: 767px) {
  .p-company-philosophy__list.u-normal .p-company-philosophy__item:first-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-company-philosophy__list.u-normal .p-company-philosophy__item:first-child {
    margin-left: -4vw;
  }
}
.p-company-philosophy__list.u-normal .p-company-philosophy__item:last-child {
  width: 41.5509259259vw;
}
@media (max-width: 767px) {
  .p-company-philosophy__list.u-normal .p-company-philosophy__item:last-child {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}
.p-company-philosophy__list.u-reverse .p-company-philosophy__item:first-child {
  width: 26.6203703704vw;
}
@media (max-width: 767px) {
  .p-company-philosophy__list.u-reverse .p-company-philosophy__item:first-child {
    width: 100%;
  }
}
.p-company-philosophy__list.u-reverse .p-company-philosophy__item:last-child {
  width: 64.4675925926vw;
  margin-right: -6.9444444444vw;
}
@media (max-width: 767px) {
  .p-company-philosophy__list.u-reverse .p-company-philosophy__item:last-child {
    width: calc(100% + 4vw);
    margin-right: -4vw;
  }
}
.p-company-philosophy__item__ttl {
  font-size: min(1.3888888889vw, 24px);
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 2.3148148148vw;
}
@media (max-width: 767px) {
  .p-company-philosophy__item__ttl {
    margin-bottom: 10.6666666667vw;
    font-size: min(4.5333333333vw, 34px);
  }
}
.enPage .p-company-philosophy__item__ttl {
  font-size: 1.9675925926vw;
  font-family: "pragmatica", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .p-company-philosophy__item__ttl {
    font-size: 4.5333333333vw;
  }
}
.p-company-philosophy__item__fig.u-narrow {
  width: 100%;
}
.p-company-philosophy__item__fig.u-wide {
  width: 100%;
}
.p-company-philosophy__sub__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.1574074074vw;
}
@media (max-width: 767px) {
  .p-company-philosophy__sub__list {
    gap: 2.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.p-company-philosophy__sub__list.u-circle li {
  padding-left: 1.6203703704vw;
}
@media (max-width: 767px) {
  .p-company-philosophy__sub__list.u-circle li {
    padding-left: 6.6666666667vw;
  }
}
.p-company-philosophy__sub__list.u-circle li::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #C4BCE8;
  border-radius: 50%;
  width: 0.5787037037vw;
  height: 0.5787037037vw;
  left: 0;
  top: 0.72vw;
}
@media (max-width: 767px) {
  .p-company-philosophy__sub__list.u-circle li::after {
    width: 2vw;
    height: 2vw;
    top: 2vw;
  }
}
.p-company-philosophy__sub__list.u-number {
  counter-reset: item;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 5vw;
}
@media (max-width: 767px) {
  .p-company-philosophy__sub__list.u-number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.p-company-philosophy__sub__list.u-number li {
  padding-left: 2.025462963vw;
}
@media (max-width: 767px) {
  .p-company-philosophy__sub__list.u-number li {
    padding-left: 8vw;
  }
}
.p-company-philosophy__sub__list.u-number li::after {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #C4BCE8;
  font-size: min(1.9675925926vw, 34px);
}
@media (max-width: 767px) {
  .p-company-philosophy__sub__list.u-number li::after {
    font-size: min(4.5333333333vw, 34px);
    top: -0.4vw;
  }
}
.enPage .p-company-philosophy__sub__list.u-number li::after {
  font-size: 2.1990740741vw;
  font-family: "pragmatica", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .p-company-philosophy__sub__list.u-number li::after {
    font-size: 5.0666666667vw;
  }
}
.p-company-philosophy__sub__item {
  font-size: min(1.0416666667vw, 18px);
  font-weight: 500;
  line-height: 181%;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .p-company-philosophy__sub__item {
    font-size: min(3.2vw, 24px);
  }
}
.p-company-philosophy__sub__item__ttl {
  font-size: min(1.3888888889vw, 24px);
  display: block;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1vw;
}
@media (max-width: 767px) {
  .p-company-philosophy__sub__item__ttl {
    font-size: min(4vw, 30px);
    margin-bottom: 2vw;
  }
}
.enPage .p-company-philosophy__sub__item__ttl {
  font-size: 1.9675925926vw;
  font-family: "pragmatica", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .p-company-philosophy__sub__item__ttl {
    font-size: 4.5333333333vw;
  }
}
.p-company-mvv {
  padding-top: 8.6805555556vw;
  position: relative;
}
@media (max-width: 767px) {
  .p-company-mvv {
    padding-top: 13.3333333333vw;
  }
}
.p-company-mvv__list {
  margin-top: 5.787037037vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.224537037vw;
}
@media (max-width: 767px) {
  .p-company-mvv__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26.6666666667vw;
  }
}
.p-company-mvv__item:last-child {
  margin-top: 10.7060185185vw;
  position: relative;
}
@media (max-width: 767px) {
  .p-company-mvv__item:last-child {
    margin-top: 0;
  }
}
.p-company-mvv__item:last-child::after {
  content: "";
  background-color: #E8E9EB;
  width: 28.1828703704vw;
  height: 28.1828703704vw;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  top: -16.6666666667vw;
  z-index: -1;
  right: -6.9444444444vw;
}
@media (max-width: 767px) {
  .p-company-mvv__item:last-child::after {
    right: -4vw;
    width: 50.6666666667vw;
    height: 50.6666666667vw;
  }
}
.p-company-mvv__item .c-txt.u-mt15 {
  margin-top: 0.8680555556vw;
}
@media (max-width: 767px) {
  .p-company-mvv__txt__box {
    margin-top: 6.6666666667vw;
  }
}
.p-company-mvv__item__ttl {
  font-size: min(1.3888888889vw, 24px);
  font-weight: 600;
  line-height: 150%;
  margin: 2.8935185185vw 0 1.1574074074vw;
}
@media (max-width: 767px) {
  .p-company-mvv__item__ttl {
    margin: 0vw 0 6.6666666667vw;
    font-size: min(4vw, 30px);
  }
}
.enPage .p-company-mvv__item__ttl {
  font-size: 1.9675925926vw;
  font-family: "pragmatica", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .p-company-mvv__item__ttl {
    font-size: 4.5333333333vw;
  }
}
.p-company-mvv__list02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 17.5925925926vw;
  gap: 4.224537037vw;
}
@media (max-width: 767px) {
  .p-company-mvv__list02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 13.3333333333vw;
  }
}
.p-company-mvv__list02 .p-company-mvv__item:first-child {
  width: 48.4953703704vw;
  margin-left: -6.9444444444vw;
}
@media (max-width: 767px) {
  .p-company-mvv__list02 .p-company-mvv__item:first-child {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .p-company-mvv__list02 .p-company-mvv__item:first-child figure {
    margin-left: -4vw;
  }
}
.p-company-mvv__list02 .p-company-mvv__item:last-child {
  margin-top: 0;
  width: 41.5509259259vw;
  margin-bottom: -8.912037037vw;
}
@media (max-width: 767px) {
  .p-company-mvv__list02 .p-company-mvv__item:last-child {
    width: 100%;
    margin-bottom: 0;
    margin-top: 6.6666666667vw;
  }
}
.p-company-mvv__list02 .p-company-mvv__item:last-child::after {
  display: none;
}
.p-company-mvv__list02 .p-company-mvv__item:last-child .p-company-philosophy__sub__list {
  margin-top: 0;
}
.p-company-bottom__img {
  margin-top: 27vw;
}
.p-company-bottom__img img {
  display: block;
  height: 100%;
}
@media (min-width: 768px) {
  .p-company-bottom__img img.u-pcDb {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-company-bottom__img img.u-pcDb {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-company-bottom__img img.u-spDb {
    display: block;
  }
}
@media (min-width: 768px) {
  .p-company-bottom__img img.u-spDb {
    display: none;
  }
}
.p-company-data {
  margin-top: 6.9444444444vw;
  position: relative;
  padding-bottom: 6.9444444444vw;
}
@media (max-width: 767px) {
  .p-company-data {
    margin-top: 13.3333333333vw;
    padding-bottom: 20vw;
  }
}
.p-company-data::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #3d4d5c;
  height: 1px;
  width: 100%;
  bottom: 0;
  opacity: 0.3;
}
.p-company-data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .p-company-data__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6666666667vw;
  }
}
.p-company-data__list li:first-child {
  width: 41.5509259259vw;
}
@media (max-width: 767px) {
  .p-company-data__list li:first-child {
    width: 100%;
  }
}
.p-company-data__list li:last-child {
  width: 41.5509259259vw;
}
@media (max-width: 767px) {
  .p-company-data__list li:last-child {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-company-data__list li .c-txt {
    padding-bottom: 0.5vh;
  }
}
.p-company-data__transparent__txt {
  display: inline-block;
  color: transparent;
}
@media (max-width: 767px) {
  .p-company-data__transparent__txt {
    display: none;
  }
}
.p-company-grid01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 68px 1fr;
  grid-template-columns: 68px 1fr;
}
@media (max-width: 767px) {
  .p-company-grid01 {
    -ms-grid-columns: 11.5740740741vw 1fr;
    grid-template-columns: 11.5740740741vw 1fr;
  }
}
.p-company-grid02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
}
@media (max-width: 767px) {
  .p-company-grid02 {
    -ms-grid-columns: 17.3611111111vw 1fr;
    grid-template-columns: 17.3611111111vw 1fr;
  }
}
.p-company-history {
  margin-top: 8.6805555556vw;
}
@media (max-width: 767px) {
  .p-company-history {
    margin-top: 13.3333333333vw;
  }
}
.p-company-history__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.787037037vw;
}
@media (max-width: 767px) {
  .p-company-history__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    gap: 6.6666666667vw;
  }
}
.p-company-history__item:first-child {
  width: 41.5509259259vw;
}
@media (max-width: 767px) {
  .p-company-history__item:first-child {
    width: 100%;
  }
}
.p-company-history__item:first-child p {
  font-size: min(1.0416666667vw, 18px);
  line-height: 150%;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-company-history__item:first-child p {
    font-size: min(3.2vw, 24px);
  }
}
.enPage .p-company-history__item:first-child p {
  font-size: 1.8518518519vw;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .p-company-history__item:first-child p {
    font-size: 4.2666666667vw;
  }
}
.p-company-history__item:last-child {
  width: 41.5509259259vw;
}
@media (max-width: 767px) {
  .p-company-history__item:last-child {
    width: 100%;
  }
}
.p-company-history__sub__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .p-company-history__sub__list {
    gap: 5.3333333333vw;
  }
}
.p-company-history__sub__item {
  padding-left: 2.3148148148vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8.9699074074vw 1fr;
  grid-template-columns: 8.9699074074vw 1fr;
  position: relative;
}
@media (max-width: 767px) {
  .p-company-history__sub__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6666666667vw;
    padding-left: 12vw;
  }
}
.p-company-history__sub__item::before {
  content: "";
  background: #C4BCE8;
  width: 1px;
  height: 280%;
  position: absolute;
  top: 1.2vw;
  left: 0.28vw;
}
@media (max-width: 767px) {
  .p-company-history__sub__item::before {
    left: 4.4vw;
    width: 0.2666666667vw;
    top: 2vw;
    height: 160%;
  }
}
.p-company-history__sub__item::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.6365740741vw;
  height: 0.6365740741vw;
  background: #C4BCE8;
  border-radius: 50%;
  top: 0.65vw;
}
@media (max-width: 767px) {
  .p-company-history__sub__item::after {
    width: 2vw;
    height: 2vw;
    top: 2vw;
    left: 3.4666666667vw;
  }
}
.p-company-history__sub__item:last-child::before {
  display: none;
}
.p-company-history__sub__item p {
  font-size: min(1.0416666667vw, 18px);
  line-height: 181%;
  font-weight: normal;
}
@media (max-width: 767px) {
  .p-company-history__sub__item p {
    font-size: min(3.2vw, 24px);
  }
}

.p-hotels-portfolio {
  margin: 5.787vw auto 6.94vw;
}
@media (max-width: 767px) {
  .p-hotels-portfolio {
    margin: 13.33vw auto;
  }
}
.p-hotels-portfolio__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.8935185185vw;
}
@media (max-width: 767px) {
  .p-hotels-portfolio__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.66vw;
  }
}
.p-hotels-portfolio__item:first-child {
  width: 41.55vw;
}
@media (max-width: 767px) {
  .p-hotels-portfolio__item:first-child {
    width: 100%;
  }
}
.p-hotels-portfolio__item:last-child {
  width: 41.55vw;
}
@media (max-width: 767px) {
  .p-hotels-portfolio__item:last-child {
    width: 100%;
  }
}
.p-hotels-hotels {
  position: relative;
}
@media (max-width: 767px) {
  .p-hotels-hotels {
    padding-bottom: 18vw;
  }
}
.p-hotels-hotels::after {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../images/hotels/hotels-02.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
}
@media (max-width: 767px) {
  .p-hotels-hotels::after {
    background: url("../images/hotels/hotels-02-sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.p-hotels-hotels__txt__box {
  position: absolute;
  left: 6.9444444444vw;
  top: 10.416vw;
}
@media (max-width: 767px) {
  .p-hotels-hotels__txt__box {
    left: 4vw;
    top: 13.33vw;
  }
}
.p-hotels-hotels__txt {
  font-size: min(1.3888888889vw, 24px);
  font-weight: 600;
  line-height: 1;
  margin: 3.7vw 0 0.694vw;
}
@media (max-width: 767px) {
  .p-hotels-hotels__txt {
    font-size: 3.2vw;
    margin: 6.66vw 0;
  }
}
.p-hotels-hotels__fig img {
  aspect-ratio: auto;
}
@media (max-width: 767px) {
  .p-hotels-hotels__fig img.u-pcDb {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .p-hotels-hotels__fig img.u-spDb {
    display: none !important;
  }
}
.p-hotels-hotels__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9.22vw 1.7361111111vw 9.22vw 1.7361111111vw 9.22vw;
  grid-template-columns: 9.22vw 9.22vw 9.22vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.7361111111vw;
     -moz-column-gap: 1.7361111111vw;
          column-gap: 1.7361111111vw;
}
@media (max-width: 767px) {
  .p-hotels-hotels__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.33vw;
    position: absolute;
    z-index: 4;
  }
}
.p-hotels-hotels__list.u-pcDb {
  display: -ms-grid !important;
  display: grid !important;
}
@media (max-width: 767px) {
  .p-hotels-hotels__list.u-pcDb {
    display: none !important;
  }
}
.p-hotels-hotels__list.u-spDb {
  display: none !important;
}
@media (max-width: 767px) {
  .p-hotels-hotels__list.u-spDb {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.p-hotels-hotels__item {
  font-size: min(1.3888888889vw, 24px);
  font-weight: 600;
  line-height: 150%;
  cursor: pointer;
  width: 9.2592592593vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-hotels-hotels__item {
    font-size: 3.46vw;
    line-height: 130%;
    display: block;
  }
}
.enPage .p-hotels-hotels__item {
  font-size: 1.8518518519vw;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .p-hotels-hotels__item {
    font-size: 4.2666666667vw;
  }
}
.p-hotels-hotels__item span {
  font-size: min(0.8101851852vw, 14px);
  line-height: 160%;
  font-weight: normal;
  display: inline-block;
  background-color: #3d4d5c;
  color: #fff;
  width: 5.4398148148vw;
  text-align: center;
  margin-left: auto;
  margin-top: 0.2vw;
}
@media (max-width: 767px) {
  .p-hotels-hotels__item span {
    margin-left: 0;
    font-size: min(2.6666666667vw, 20px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 2.6666666667vw;
    display: block;
  }
}
.p-hotels-hotels__item {
  opacity: 0.5;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 767px) {
  .p-hotels-hotels__item {
    opacity: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-hotels-hotels__item.is-active {
  opacity: 1;
}
@media (max-width: 767px) {
  .p-hotels-hotels__fig {
    padding-top: 53.3vw;
    position: relative;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .p-hotels-hotels__fig img {
    position: relative;
    z-index: -1;
  }
}
.p-hotels-hotels .area {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-hotels-hotels .popup {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  z-index: 100;
}
.p-hotels-hotels .popup .popup-list {
  border-radius: 3rem;
  background: #3d4d5c;
}
@media (max-width: 767px) {
  .p-hotels-hotels .popup .popup-list {
    width: 88vw;
  }
}
@media (max-width: 767px) {
  .p-hotels-hotels .popup .popup-list li:nth-of-type(n + 2) a {
    padding-top: 0;
  }
}
.p-hotels-hotels .popup.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-hotels-hotels .popup .popup-name {
  margin-top: 0.6944444444vw;
  background-color: #3d4d5c;
  border-radius: 2.3148148148vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .p-hotels-hotels .popup .popup-name {
    border-radius: 6vw;
    margin-top: 3.3333333333vw;
  }
}
.p-hotels-hotels .popup .popup-name p {
  font-size: min(1.3888888889vw, 24px);
  color: #fff;
  padding: 0.5787037037vw 1.3888888889vw;
  text-align: center;
}
@media (max-width: 767px) {
  .p-hotels-hotels .popup .popup-name p {
    font-size: min(4vw, 30px);
    padding: 1.3333333333vw 6.6666666667vw;
  }
}
.p-hotels-hotels .popup a {
  color: #fff !important;
  display: block;
  width: 22vw;
  font-size: min(1.0416666667vw, 18px);
  line-height: 140%;
  padding: 1.6vw 5.56vw 1.6vw 1.6vw;
  position: relative;
}
@media (max-width: 767px) {
  .p-hotels-hotels .popup a {
    font-size: 4.26vw;
    padding: 10.6vw 0 10.6vw 6vw;
    line-height: 150%;
    width: 80vw;
  }
}
@media (max-width: 767px) {
  .p-hotels-hotels .popup a.u-pt0 {
    padding-top: 0;
  }
}
.p-hotels-hotels .popup a .popup-arrow {
  position: absolute;
  width: 2.3148148148vw;
  height: 2.3148148148vw;
  border-radius: 50%;
  top: 1.8518518519vw;
  right: 1.8518518519vw;
}
@media (max-width: 767px) {
  .p-hotels-hotels .popup a .popup-arrow {
    width: 12vw;
    height: 12vw;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-hotels-hotels .popup a .popup-arrow::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/common/hotels-icon-arrow.svg") no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  background-size: contain;
}
.p-hotels-hotels .popup-hokkaido {
  top: 5vw;
  left: auto;
  right: 4vw;
}
@media (max-width: 767px) {
  .p-hotels-hotels .popup-hokkaido {
    top: auto;
    bottom: 20vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-hotels-hotels .popup-hyogo {
  top: auto;
  bottom: 20vw;
  right: auto;
  left: 41vw;
}
@media (max-width: 767px) {
  .p-hotels-hotels .popup-hyogo {
    top: auto;
    bottom: 20vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-hotels-hotels .popup-osaka {
  top: auto;
  right: auto;
  bottom: 15vw;
  left: 54vw;
}
@media (max-width: 767px) {
  .p-hotels-hotels .popup-osaka {
    top: auto;
    bottom: 20vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-hotels-hotels .popup-iwate {
  top: 23vw;
  right: 5vw;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .p-hotels-hotels .popup-iwate {
    top: auto;
    bottom: 20vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-hotels-hotels .popup-tochigi {
  top: 35.5vw;
  right: 9vw;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .p-hotels-hotels .popup-tochigi {
    top: auto;
    bottom: 20vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-hotels-hotels .popup-ishikawa {
  top: 29vw;
  right: 30vw;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .p-hotels-hotels .popup-ishikawa {
    top: auto;
    bottom: 20vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-hotels-hotels .popup-tokyo {
  top: 23vw;
  right: 8vw;
}
@media (max-width: 767px) {
  .p-hotels-hotels .popup-tokyo {
    top: auto;
    bottom: 20vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-hotels-hotels .popup-kanagawa {
  top: 45vw;
  right: 10vw;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .p-hotels-hotels .popup-kanagawa {
    top: auto;
    bottom: 20vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-hotels-hotels .popup-fukuoka {
  top: 49vw;
  right: auto;
  bottom: 6vw;
  left: 27vw;
}
@media (max-width: 767px) {
  .p-hotels-hotels .popup-fukuoka {
    top: auto;
    bottom: 20vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-hotels-hotels .popup-kyoto {
  top: 42vw;
  right: auto;
  bottom: auto;
  left: 54vw;
}
@media (max-width: 767px) {
  .p-hotels-hotels .popup-kyoto {
    top: auto;
    bottom: 20vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-hotels-hotels .popup-aichi {
  top: auto;
  right: 20vw;
  bottom: 6vw;
  left: auto;
}
@media (max-width: 767px) {
  .p-hotels-hotels .popup-aichi {
    top: auto;
    bottom: 20vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-hotels-brand {
  margin-top: 10.4166666667vw;
}
@media (max-width: 767px) {
  .p-hotels-brand {
    margin-top: 24vw;
  }
}
.p-hotels-brand__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.8935185185vw;
}
@media (max-width: 767px) {
  .p-hotels-brand__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 13.3333333333vw;
    gap: 13.3333333333vw;
  }
}
.p-hotels-brand__item:first-child {
  width: 41.5509259259vw;
}
@media (max-width: 767px) {
  .p-hotels-brand__item:first-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-hotels-brand__item:first-child .c-btn {
    margin-left: auto;
  }
}
.p-hotels-brand__item:last-child {
  width: 41.5509259259vw;
}
@media (max-width: 767px) {
  .p-hotels-brand__item:last-child {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 767px) {
  .p-hotels-brand__item:last-child::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #E8E9EB;
    width: 29.4666666667vw;
    height: 29.4666666667vw;
    aspect-ratio: 1/1;
    bottom: -14.6666666667vw;
    left: -4vw;
    z-index: -1;
  }
}
.p-hotels-brand__ttl {
  width: 26.0416666667vw;
}
@media (max-width: 767px) {
  .p-hotels-brand__ttl {
    width: 66.6666666667vw;
  }
}
.p-hotels-brand__txt {
  font-size: min(1.3888888889vw, 24px);
  line-height: 200%;
  font-weight: 600;
  margin: 1.4467592593vw auto 4.0509259259vw;
}
@media (max-width: 767px) {
  .p-hotels-brand__txt {
    font-size: min(3.2vw, 24px);
    margin: 6.6666666667vw 0;
  }
}
.enPage .p-hotels-brand__txt {
  font-size: min(1.8518518519vw, 32px);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .enPage .p-hotels-brand__txt {
    font-size: 4.2666666667vw;
  }
}
.p-hotels-bottom {
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: -3.41vw;
}
@media (max-width: 767px) {
  .p-hotels-bottom {
    margin-top: 0;
    background: transparent;
  }
}
.p-hotels-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 9.2592592593vw 0 0 0;
}
@media (max-width: 767px) {
  .p-hotels-bottom__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.66vw;
    margin: 10.66vw 0;
  }
}
.p-hotels-bottom__item {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.7361111111vw;
}
.p-hotels-bottom .u-hotels {
  padding: 0;
}
.p-hotels-gallery {
  margin-top: 9.837962963vw;
  margin-bottom: 15.625vw;
}
@media (max-width: 767px) {
  .p-hotels-gallery {
    margin-bottom: 36vw;
  }
}
@media (max-width: 767px) {
  .p-hotels-gallery {
    margin-top: 48vw;
  }
}
.p-hotels-gallery__txt {
  font-size: min(2.3148148148vw, 40px);
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 3.9351851852vw;
}
.p-hotels-gallery__slider__txt {
  position: absolute;
  bottom: 1.8518518519vw;
  left: 1.8518518519vw;
  z-index: 1;
  color: #fff;
  font-size: min(1.0416666667vw, 18px);
  font-weight: 500;
  line-height: 181%;
}
@media (max-width: 767px) {
  .p-hotels-gallery__slider__txt {
    font-size: min(3.2vw, 24px);
    bottom: 4.2666666667vw;
    left: 4.2666666667vw;
    padding-right: 38.9333333333vw;
  }
}
.enPage .p-hotels-gallery__slider__txt {
  font-size: min(1.8518518519vw, 32px);
}
@media (max-width: 767px) {
  .enPage .p-hotels-gallery__slider__txt {
    font-size: min(4.2666666667vw, 32px);
  }
}
.p-hotels-gallery__slider__wrapper {
  position: relative;
  margin-top: 2.7777777778vw;
}
@media (max-width: 767px) {
  .p-hotels-gallery__slider__wrapper {
    margin-top: 8.6666666667vw;
  }
}
.p-hotels-gallery__slider__wrapper .swiper-slide {
  position: relative;
}
.p-hotels-gallery__slider__wrapper .swiper-slide img {
  aspect-ratio: 995/522;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-hotels-gallery__slider__wrapper .swiper-slide img {
    aspect-ratio: 690/600;
  }
}
.p-hotels-gallery__slider__wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: 1.8518518519vw;
  right: 1.8518518519vw;
  top: auto;
  left: auto;
  width: 13.1944444444vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.6944444444vw;
}
@media (max-width: 767px) {
  .p-hotels-gallery__slider__wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 1.6vw;
    width: 30.4vw;
    bottom: 4.2666666667vw;
    right: 4.2666666667vw;
    z-index: 2;
  }
}
.p-hotels-gallery__slider__wrapper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-hotels-gallery__slider__wrapper .swiper-pagination-bullet {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}
.p-hotels-gallery__slider__wrapper .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.p-hotels-gallery__slider__wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.p-hotels-gallery__slider__wrapper .swiper-button-prev, .p-hotels-gallery__slider__wrapper .swiper-button-next {
  position: absolute;
  top: -4.5138888889vw;
  width: 2.8935185185vw;
  height: 2.8935185185vw;
}
@media (max-width: 767px) {
  .p-hotels-gallery__slider__wrapper .swiper-button-prev, .p-hotels-gallery__slider__wrapper .swiper-button-next {
    width: 11.7653333333vw;
    height: 11.7653333333vw;
    top: -13.3333333333vw;
  }
}
.p-hotels-gallery__slider__wrapper .swiper-button-prev {
  right: 4.2824074074vw;
  left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("../images/common/arrow-icon-purple.svg") no-repeat center center;
  background-size: contain;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .p-hotels-gallery__slider__wrapper .swiper-button-prev {
    right: 17.3013333333vw;
  }
}
.p-hotels-gallery__slider__wrapper .swiper-button-prev::after {
  content: "";
  background: url("../images/common/arrow-icon-gray.svg") no-repeat center center;
  display: inline-block;
  background-size: contain;
  width: 100%;
  height: 100%;
  opacity: 0;
  inset: 0;
  position: absolute;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.p-hotels-gallery__slider__wrapper .swiper-button-next {
  right: 0;
  background: url("../images/common/arrow-icon-purple.svg") no-repeat center center;
  background-size: contain;
  opacity: 1;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .p-hotels-gallery__slider__wrapper .swiper-button-next {
    right: 2.3373333333vw;
  }
}
.p-hotels-gallery__slider__wrapper .swiper-button-next::after {
  content: "";
  background: url("../images/common/arrow-icon-gray.svg") no-repeat center center;
  display: inline-block;
  background-size: contain;
  width: 100%;
  height: 100%;
  opacity: 0;
  inset: 0;
  position: absolute;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.p-hotels-news {
  position: relative;
  margin: 15.625vw 0 8.6805555556vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-hotels-news {
    margin: 34.6666666667vw 0 0vw;
  }
}
.p-hotels-news__slider {
  margin-top: 2.8935185185vw;
}
@media (max-width: 767px) {
  .p-hotels-news__slider {
    margin-top: 17.0666666667vw;
  }
}
.p-hotels-news .swiper-slide {
  padding-right: 2.8935185185vw;
}
.p-hotels-news__item__fig {
  position: relative;
}
.p-hotels-news__item__figcaption {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  font-size: min(1.0416666667vw, 18px);
  line-height: 180%;
  font-weight: 500;
  padding: 0.1157407407vw 1.4467592593vw;
  background-color: #3d4d5c;
}
@media (max-width: 767px) {
  .p-hotels-news__item__figcaption {
    font-size: min(2.6666666667vw, 20px);
    padding: 0.2666666667vw 2.0146666667vw;
  }
}
.enPage .p-hotels-news__item__figcaption {
  font-size: min(1.8518518519vw, 32px);
}
@media (max-width: 767px) {
  .enPage .p-hotels-news__item__figcaption {
    font-size: min(4.2666666667vw, 32px);
  }
}
.p-hotels-news__ttl {
  font-size: min(1.3888888889vw, 24px);
  margin: 1.1574074074vw 0 0.5787037037vw;
}
@media (max-width: 767px) {
  .p-hotels-news__ttl {
    font-size: min(4vw, 30px);
  }
}
.enPage .p-hotels-news__ttl {
  font-size: min(1.9675925926vw, 34px);
}
@media (max-width: 767px) {
  .enPage .p-hotels-news__ttl {
    font-size: min(4.5333333333vw, 34px);
  }
}
.p-hotels-news__slider__wrapper {
  position: relative;
  margin-left: 6.9444444444vw;
}
@media (max-width: 767px) {
  .p-hotels-news__slider__wrapper {
    margin-left: 4vw;
  }
}
.p-hotels-news__slider__wrapper .swiper {
  margin-right: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .p-hotels-news__slider__wrapper .swiper {
    margin-right: 0;
  }
}
.p-hotels-news__slider__wrapper .swiper-wrapper {
  overflow: visible !important;
}
.p-hotels-news .swiper-button-prev, .p-hotels-news .swiper-button-next {
  content: "";
  position: absolute;
  z-index: 1;
  width: 2.8935185185vw;
  height: 2.8935185185vw;
  background: url("../images/common/arrow-icon-purple.svg") no-repeat center center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
  border-radius: 2.3148148148vw;
  background-size: contain;
  top: 3.7037037037vw;
}
@media (max-width: 767px) {
  .p-hotels-news .swiper-button-prev, .p-hotels-news .swiper-button-next {
    width: 11.7653333333vw;
    height: 11.7653333333vw;
    top: 20vw;
  }
}
.p-hotels-news .swiper-button-prev {
  left: auto;
  right: 11.2268518519vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767px) {
  .p-hotels-news .swiper-button-prev {
    right: 18.9013333333vw;
  }
}
.p-hotels-news .swiper-button-prev::after {
  content: "";
  background: url("../images/common/arrow-icon-gray.svg") no-repeat center center;
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0;
  inset: 0;
  position: absolute;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-size: contain;
}
.p-hotels-news .swiper-button-next {
  right: 6.9444444444vw;
}
@media (max-width: 767px) {
  .p-hotels-news .swiper-button-next {
    right: 4vw;
  }
}
.p-hotels-news .swiper-button-next::after {
  content: "";
  background: url("../images/common/arrow-icon-gray.svg") no-repeat center center;
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0;
  inset: 0;
  position: absolute;
  background-size: contain;
}

main.recruitPage .c-menu {
  background: #E2F1F2;
}
main.recruitPage .c-menu__btn__list {
  margin-top: 0;
  padding-top: 0;
}

.p-recruit-join {
  padding: 14.4675925926vw 0 4.62vw;
  background: #E2F1F2;
  overflow-x: hidden;
  margin-top: -9vw;
}
@media (max-width: 767px) {
  .p-recruit-join {
    padding: 20vw 0;
    margin-top: 0;
  }
}
.p-recruit-join__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .p-recruit-join__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.66vw;
  }
}
.p-recruit-join__item {
  width: 41.55vw;
}
@media (max-width: 767px) {
  .p-recruit-join__item {
    width: 100%;
  }
}
.p-recruit-join__ttl {
  font-size: min(3.4722222222vw, 60px);
  font-family: "pragmatica", sans-serif;
  line-height: 110%;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-recruit-join__ttl {
    font-size: 8vw;
    line-height: 115%;
  }
}
.p-recruit-join__fig {
  margin: 3.7vw auto;
  width: 64.872vw;
}
@media (max-width: 767px) {
  .p-recruit-join__fig {
    width: 100%;
    margin: 8.53vw 0 13.33vw 0;
  }
}
.p-recruit-join__move__fig .slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.62vw;
  -webkit-animation: slide-left 20s linear infinite;
          animation: slide-left 20s linear infinite;
}
.p-recruit-join__move__fig img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
}
.p-recruit-positions {
  margin: 6.94vw 0;
}
@media (max-width: 767px) {
  .p-recruit-positions {
    margin: 13.33vw 0 2.66vw 0;
  }
}
.p-recruit-positions__ttl {
  font-size: min(1.3888888889vw, 24px);
  line-height: 150%;
  font-weight: 600;
  margin: 3vw 0 0 0;
  padding-top: 2.2569vw;
  padding-bottom: 2.2569vw;
  border-top: 1px solid;
  position: relative;
  cursor: pointer;
  padding-right: 6.6550925926vw;
}
@media (max-width: 767px) {
  .p-recruit-positions__ttl {
    margin: 6.93vw 0 0 0;
    font-size: 5.06vw;
    padding-top: 6.66vw;
    padding-bottom: 10.66vw;
    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;
    padding-right: 0;
    gap: 1.3333333333vw;
  }
}
.p-recruit-positions__ttl::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/common/arrow-icon-purple.svg") no-repeat center center;
  background-size: contain;
  width: 2.8935vw;
  height: 2.8935vw;
  right: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 767px) {
  .p-recruit-positions__ttl::after {
    min-width: 11.7653333333vw;
    min-height: 11.7653333333vw;
    width: auto;
    height: auto;
    position: static;
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
}
.p-recruit-positions__ttl.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 767px) {
  .p-recruit-positions__ttl.is-open::after {
    -webkit-transform: translateY(0) rotate(-90deg);
            transform: translateY(0) rotate(-90deg);
  }
}
.p-recruit-positions__ttl:nth-of-type(n + 2) {
  margin-top: 0;
}
.p-recruit-positions__accordion__wrapper {
  display: none;
}
.p-recruit-positions__list {
  display: -ms-grid;
  display: grid;
  border-bottom: 1px solid #B1B8BE !important;
  padding-bottom: 1.38vw;
  -ms-grid-columns: 22.28vw 1fr;
  grid-template-columns: 22.28vw 1fr;
}
@media (max-width: 767px) {
  .p-recruit-positions__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2vw;
    padding-bottom: 6.66vw;
  }
}
.p-recruit-positions__list:nth-of-type(n + 2) {
  padding-top: 1.38vw;
}
@media (max-width: 767px) {
  .p-recruit-positions__list:nth-of-type(n + 2) {
    padding-top: 6.66vw;
  }
}
.p-recruit-positions__list:last-child {
  border: none !important;
}
.p-recruit-positions__item01 {
  font-size: min(1.0416666667vw, 18px);
  font-weight: bold;
  line-height: 181%;
}
@media (max-width: 767px) {
  .p-recruit-positions__item01 {
    font-size: 4.26vw;
    line-height: 150%;
    margin-bottom: 2vw;
  }
}
.p-recruit-positions__item02 {
  font-size: min(1.0416666667vw, 18px);
  line-height: 150%;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  .p-recruit-positions__item02 {
    font-size: 4.26vw;
    line-height: 150%;
  }
}
.p-recruit-positions__item02 ul li {
  position: relative;
  padding-left: 2.1412037037vw;
}
@media (max-width: 767px) {
  .p-recruit-positions__item02 ul li {
    padding-left: 6vw;
  }
}
.p-recruit-positions__item02 ul li::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #C4BCE8;
  width: 0.5787037037vw;
  height: 0.5787037037vw;
  border-radius: 50%;
  left: 0;
  top: 0.55vw;
}
@media (max-width: 767px) {
  .p-recruit-positions__item02 ul li::after {
    width: 2vw;
    height: 2vw;
    top: 2.4vw;
  }
}
.p-recruit-positions__item02 ul li:nth-of-type(n + 2) {
  margin-top: 0.5787037037vw;
}
.p-recruit-positions__item02 p {
  margin-bottom: 0.5787037037vw;
}
.p-recruit-positions__item02 p:nth-of-type(n + 2) {
  margin-top: 1.7361111111vw;
}
.p-recruit-positions__item03 {
  font-size: min(1.0416666667vw, 18px);
  font-weight: 500;
  line-height: 100%;
  margin-top: 0.5787037037vw;
  position: relative;
}
.p-recruit-positions__item04 {
  font-size: min(1.0416666667vw, 18px);
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0.5787037037vw;
}
@media (max-width: 767px) {
  .p-recruit-positions__item04 {
    font-size: 4.26vw;
  }
}
.p-recruit-positions__item04:nth-of-type(n + 2) {
  margin-top: 1.7361111111vw;
}
.p-recruit-flow {
  background-color: #E7E4F6;
  padding: 6.94vw 0;
  margin-bottom: 6.94vw;
}
@media (max-width: 767px) {
  .p-recruit-flow {
    padding: 20vw 0;
    margin-bottom: 13.33vw;
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  .p-recruit-flow .c-inner {
    width: 84vw;
  }
}
.p-recruit-flow__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3vw;
  position: relative;
  gap: 1.7361111111vw;
}
.p-recruit-flow__list::before {
  content: "";
  display: block;
  position: absolute;
  background: #3d4d5c;
  height: 2px;
  width: 55vw;
  top: 6.5vw;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-recruit-flow__list.u-pcDb {
    display: none;
  }
}
.p-recruit-flow__slider {
  margin-top: 6.64vw;
  position: relative;
}
@media (min-width: 768px) {
  .p-recruit-flow__slider {
    display: none !important;
  }
}
.p-recruit-flow__item {
  width: 19.3287vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-recruit-flow__item::after {
    content: "";
    display: block;
    position: absolute;
    background: #3d4d5c;
    height: 2px;
    width: 50vw;
    top: 17vw;
    z-index: -1;
    left: 15vw;
  }
}
.p-recruit-flow__fig {
  width: 12.56vw;
}
@media (max-width: 767px) {
  .p-recruit-flow__fig {
    width: 33.33vw;
  }
}
.p-recruit-flow__item__ttl {
  font-size: min(1.3888888889vw, 24px);
  font-weight: 600;
  line-height: 150%;
  margin: 1.85vw 0 0.694vw;
}
@media (max-width: 767px) {
  .p-recruit-flow__item__ttl {
    font-size: 5.06vw;
    line-height: 130%;
    margin: 4.26vw 0 1.6vw 0;
  }
}
.p-recruit-faq {
  margin-bottom: 6.94vw;
}
.p-recruit-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .p-recruit-faq__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.66vw;
  }
}
.p-recruit-faq__item:first-child {
  width: 30.43vw;
}
@media (max-width: 767px) {
  .p-recruit-faq__item:first-child {
    width: 100%;
  }
}
.p-recruit-faq__item:last-child {
  width: 52.662vw;
}
@media (max-width: 767px) {
  .p-recruit-faq__item:last-child {
    width: 100%;
  }
}
.p-recruit-faq__content__list a dl::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 767px) {
  .p-recruit-faq__content__list a dl::after {
    top: 4vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.p-recruit-faq__content__list a dl.is-open::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .p-recruit-faq__content__list a.is-open dl::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.p-recruit-faq__content__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.694vw;
  padding: 1.7361vw 0;
}
@media (max-width: 767px) {
  .p-recruit-faq__content__list dl {
    gap: 1.6VW;
    padding: 6.6666666667vw 0;
  }
}
.p-recruit-faq__content__list dl dt {
  font-size: min(1.3888888889vw, 24px);
  line-height: 150%;
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-recruit-faq__content__list dl dt {
    font-size: 5.06vw;
    line-height: 130%;
    padding-right: 18.6986vw;
  }
}
.p-recruit-faq__content__list dl dd {
  font-size: min(1.0416666667vw, 18px);
  line-height: 181%;
  font-weight: normal;
  display: none;
}
@media (max-width: 767px) {
  .p-recruit-faq__content__list dl dd {
    line-height: 150%;
    font-size: 4.26vw;
  }
}
.p-recruit-faq__content__list dl dd.is-open {
  display: block;
}
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes slide-left02 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes slide-left02 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@media (max-width: 767px) {
  .p-contact-info {
    margin-top: 20vw;
  }
}
.p-contact-info .c-inner {
  width: 63.7731481481vw;
}
@media (max-width: 767px) {
  .p-contact-info .c-inner {
    width: 92vw;
  }
}
.p-contact-info .c-sub__ttl {
  margin-top: 0;
}
.p-contact-info__txt__list {
  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;
  margin: 4.2666666667vw auto 3.2vw;
}
@media (max-width: 767px) {
  .p-contact-info__txt__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 2.8935185185vw auto;
  }
}
.p-contact-info__txt {
  font-size: min(1.2731481481vw, 22px);
  font-weight: normal;
  line-height: 140%;
}
@media (max-width: 767px) {
  .p-contact-info__txt {
    font-size: min(3.2vw, 24px);
  }
}
.p-contact-info__map {
  aspect-ratio: 1102/467;
}
@media (max-width: 767px) {
  .p-contact-info__map {
    aspect-ratio: 690/500;
  }
}
.p-contact-info__map #map {
  height: 100%;
  width: 100%;
}
.p-contact-contact {
  margin-bottom: 6.9444444444vw;
}
.p-contact-contact .c-inner {
  width: 63.7731481481vw;
}
@media (max-width: 767px) {
  .p-contact-contact .c-inner {
    width: 92vw;
  }
}

.p-news {
  width: 63.6574074074vw;
  margin: 5.787037037vw auto 6.9444444444vw;
}
@media (max-width: 767px) {
  .p-news {
    width: 92vw;
    margin: 21.8666666667vw auto 20vw;
  }
}
.p-news .c-inner {
  width: 100%;
}
.p-news__wrapper {
  margin: 2.8935185185vw auto;
}
@media (max-width: 767px) {
  .p-news__wrapper {
    margin: 6.6666666667vw auto;
  }
}
.p-news__wrapper a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9.2592592593vw 1fr;
  grid-template-columns: 9.2592592593vw 1fr;
  border-top: 1px solid #3d4d5c;
  padding: 1.8518518519vw 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-news__wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6666666667vw;
    padding: 4.2666666667vw 0;
  }
}
.p-news__wrapper a:last-child {
  border-bottom: 1px solid #3d4d5c;
  padding-bottom: 1.8518518519vw;
}
@media (max-width: 767px) {
  .p-news__wrapper a:last-child {
    padding-bottom: 4.2666666667vw;
  }
}
.p-news__wrapper a::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/common/arrow-icon-purple.svg") no-repeat center center;
  width: 2.8935185185vw;
  height: 2.8935185185vw;
  border-radius: 50%;
  right: 0;
  top: 1.5vw;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 767px) {
  .p-news__wrapper a::after {
    width: 11.7653333333vw;
    height: 11.7653333333vw;
    top: 5.3333333333vw;
  }
}
.p-news__wrapper a:hover::after {
  background: url("../images/common/arrow-icon-gray.svg") no-repeat center center;
}
.p-news__wrapper a time {
  font-size: min(1.2731481481vw, 22px);
  font-weight: normal;
  font-family: "outfit", sans-serif;
  line-height: 140%;
  color: #3d4d5c;
}
@media (max-width: 767px) {
  .p-news__wrapper a time {
    font-size: min(4.2666666667vw, 32px);
  }
}
.p-news__wrapper a dl {
  padding-right: 5.9027777778vw;
}
@media (max-width: 767px) {
  .p-news__wrapper a dl {
    padding-right: 14.6666666667vw;
  }
}
.p-news__wrapper a dl dt {
  font-size: min(1.5046296296vw, 26px);
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 767px) {
  .p-news__wrapper a dl dt {
    font-size: min(4vw, 30px);
  }
}
.p-news__wrapper a dl dd {
  font-size: min(1.2731481481vw, 22px);
  font-weight: normal;
  line-height: 140%;
  margin-top: 0.6944444444vw;
}
@media (max-width: 767px) {
  .p-news__wrapper a dl dd {
    font-size: min(3.2vw, 24px);
    margin-top: 1.6vw;
  }
}
.p-news-single time {
  font-size: min(1.2731481481vw, 22px);
  font-weight: normal;
  line-height: 140%;
  font-family: "outfit", sans-serif;
  color: #C4BCE8;
}
@media (max-width: 767px) {
  .p-news-single time {
    font-size: min(2.9333333333vw, 22px);
  }
}
.p-news-single__ttl {
  font-size: min(3.4722222222vw, 60px);
  line-height: 110%;
  margin: 0.5787037037vw auto 3.7037037037vw;
}
@media (max-width: 767px) {
  .p-news-single__ttl {
    font-size: min(8vw, 60px);
    margin: 1.6vw auto 6.6666666667vw;
  }
}
.p-news-single img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 1.7361111111vw auto;
}
@media (max-width: 767px) {
  .p-news-single img {
    margin: 6.6666666667vw auto;
  }
}
.p-news .c-btn {
  margin-top: 3.7037037037vw;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-news .c-btn {
    margin-top: 6.6666666667vw;
  }
}
.p-news .c-btn span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.post-type-archive .p-news .c-btn span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-terms {
  margin-bottom: 6.9444444444vw;
  margin-top: 5.787037037vw;
}
@media (max-width: 767px) {
  .p-terms {
    margin-top: 13.3333333333vw;
  }
}
.p-terms .c-inner {
  width: 63.6574074074vw;
}
@media (max-width: 767px) {
  .p-terms .c-inner {
    width: 92vw;
  }
}
.p-terms .c-sub__ttl {
  margin-top: 0;
}
.p-terms__txt__box {
  margin: 3.0092592593vw auto 0;
}
.p-terms .c-txt.u-mt15 {
  margin-top: 0.8680555556vw;
}
@media (max-width: 767px) {
  .p-terms .c-txt.u-mt15 {
    margin-top: 2vw;
  }
}
.p-terms .c-txt a {
  text-decoration: underline;
}

.p-policy {
  margin-bottom: 6.9444444444vw;
  margin-top: 5.787037037vw;
}
@media (max-width: 767px) {
  .p-policy {
    margin-top: 13.3333333333vw;
  }
}
.p-policy .c-inner {
  width: 63.6574074074vw;
}
@media (max-width: 767px) {
  .p-policy .c-inner {
    width: 92vw;
  }
}
.p-policy__txt__box {
  margin: 3.0092592593vw auto 0;
}
@media (max-width: 767px) {
  .p-policy__txt__box {
    margin: 6.6666666667vw auto 0;
  }
}
.p-policy .c-sub__ttl {
  margin-top: 0;
}
.p-policy .c-txt.u-mt10 {
  margin-top: 0.5787037037vw;
}
@media (max-width: 767px) {
  .p-policy .c-txt.u-mt10 {
    margin-top: 1.3333333333vw;
  }
}
.p-policy .c-txt.u-mt15 {
  margin-top: 0.8680555556vw;
}
@media (max-width: 767px) {
  .p-policy .c-txt.u-mt15 {
    margin-top: 2vw;
  }
}
.p-policy .c-txt.u-pl20 {
  padding-left: 1.1574074074vw;
}
@media (max-width: 767px) {
  .p-policy .c-txt.u-pl20 {
    padding-left: 2.6666666667vw;
  }
}
.p-policy .c-txt.u-pl30 {
  padding-left: 1.7361111111vw;
}
@media (max-width: 767px) {
  .p-policy .c-txt.u-pl30 {
    padding-left: 4vw;
  }
}
.p-policy .c-txt a {
  text-decoration: underline;
}

.p-404 {
  margin-top: 2.8935185185vw;
}
@media (max-width: 767px) {
  .p-404 {
    margin-top: 6.6666666667vw;
  }
}
.p-404 .c-btn {
  margin-top: 5.787037037vw;
  margin-bottom: 6.9444444444vw;
}
@media (max-width: 767px) {
  .p-404 .c-btn {
    margin-top: 6.6666666667vw;
  }
}

.p-accommodation-terms {
  margin-bottom: 6.9444444444vw;
  margin-top: 5.787037037vw;
}
@media (max-width: 767px) {
  .p-accommodation-terms {
    margin-top: 13.3333333333vw;
  }
}
.p-accommodation-terms .c-inner {
  width: 63.6574074074vw;
}
@media (max-width: 767px) {
  .p-accommodation-terms .c-inner {
    width: 100%;
  }
}
.p-accommodation-terms__txt__box {
  margin: 3.0092592593vw auto 0;
}
@media (max-width: 767px) {
  .p-accommodation-terms__txt__box {
    margin: 6.6666666667vw auto 0;
  }
}
.p-accommodation-terms__ttl {
  font-size: min(1.0416666667vw, 18px);
  font-weight: bold;
  margin-bottom: 0.8680555556vw;
}
@media (max-width: 767px) {
  .p-accommodation-terms__ttl {
    font-size: min(3.2vw, 24px);
  }
}
.enPage .p-accommodation-terms__ttl {
  font-size: 1.3888888889vw;
}
@media (max-width: 767px) {
  .enPage .p-accommodation-terms__ttl {
    font-size: 4.2666666667vw;
  }
}
.p-accommodation-terms .c-sub__ttl {
  margin-top: 0;
}
.p-accommodation-terms .c-txt.u-mt10 {
  margin-top: 0.5787037037vw;
}
@media (max-width: 767px) {
  .p-accommodation-terms .c-txt.u-mt10 {
    margin-top: 1.3333333333vw;
  }
}
.p-accommodation-terms .c-txt.u-mt15 {
  margin-top: 0.8680555556vw;
}
@media (max-width: 767px) {
  .p-accommodation-terms .c-txt.u-mt15 {
    margin-top: 2vw;
  }
}
.p-accommodation-terms .c-txt.u-pl20 {
  padding-left: 1.1574074074vw;
}
@media (max-width: 767px) {
  .p-accommodation-terms .c-txt.u-pl20 {
    padding-left: 2.6666666667vw;
  }
}
.p-accommodation-terms .c-txt.u-pl30 {
  padding-left: 1.7361111111vw;
}
@media (max-width: 767px) {
  .p-accommodation-terms .c-txt.u-pl30 {
    padding-left: 4vw;
  }
}
.p-accommodation-terms .c-txt a {
  text-decoration: underline;
}
.p-accommodation-terms__bottom__box {
  margin-top: 11.5740740741vw;
  padding-top: 5.787037037vw;
  border-top: 1px solid #B1B8BE;
}
@media (max-width: 767px) {
  .p-accommodation-terms__bottom__box {
    margin: 20vw auto 0;
    padding-top: 13.3333333333vw;
  }
}
.p-accommodation-terms__bottom__box table {
  border: 1px solid #B1B8BE;
  margin: 0.8680555556vw auto 1.1574074074vw;
}
@media (max-width: 767px) {
  .p-accommodation-terms__bottom__box table {
    margin: 6.6666666667vw auto 6.6666666667vw;
    min-width: 722px;
    empty-cells: show;
  }
}
.p-accommodation-terms__bottom__box table th,
.p-accommodation-terms__bottom__box table td {
  font-size: min(1.0416666667vw, 18px);
  vertical-align: middle;
  padding: 0.5787037037vw 1.4467592593vw;
}
@media (max-width: 767px) {
  .p-accommodation-terms__bottom__box table th,
  .p-accommodation-terms__bottom__box table td {
    font-size: min(3.2vw, 24px);
  }
}
.p-accommodation-terms__bottom__box table th.u-border,
.p-accommodation-terms__bottom__box table td.u-border {
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #B1B8BE 50%, #B1B8BE calc(50% + 0.5px), transparent calc(50% + 1px));
}
.p-accommodation-terms__bottom__box table th.u-borderRight,
.p-accommodation-terms__bottom__box table td.u-borderRight {
  border-right: 1px solid #B1B8BE;
}
.p-accommodation-terms__bottom__box table th.u-borderBottom,
.p-accommodation-terms__bottom__box table td.u-borderBottom {
  border-bottom: 1px solid #B1B8BE;
}
.p-accommodation-terms__bottom__box table th.u-textCenter,
.p-accommodation-terms__bottom__box table td.u-textCenter {
  text-align: center;
}
.p-accommodation-terms__bottom__box table th.u-grid,
.p-accommodation-terms__bottom__box table td.u-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 14.5833333333vw 4.0509259259vw 1fr;
  grid-template-columns: 14.5833333333vw 1fr;
  gap: 4.0509259259vw;
}
@media (max-width: 767px) {
  .p-accommodation-terms__bottom__box table th.u-grid,
  .p-accommodation-terms__bottom__box table td.u-grid {
    -ms-grid-columns: 32vw 1fr;
    grid-template-columns: 32vw 1fr;
  }
}
.enPage .p-accommodation-terms__bottom__box table th,
.enPage .p-accommodation-terms__bottom__box table td {
  word-break: auto-phrase;
}
.p-accommodation-terms__bottom__box table th {
  font-weight: bold;
}
.p-accommodation-terms__bottom__box:nth-of-type(2) {
  margin-top: 2.8935185185vw;
  padding-top: 0;
  border: none;
}
@media (max-width: 767px) {
  .p-accommodation-terms__bottom__table__box {
    overflow-x: auto !important;
    display: block;
    width: 100%;
  }
}
.p-accommodation-terms__bottom__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.3148148148vw 4vw 1fr;
  grid-template-columns: 2.3148148148vw 1fr;
  gap: 4vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.enPage .p-accommodation-terms__bottom__grid {
  gap: 0.5787037037vw;
}
.p-accommodation-terms__bottom__grid.u-grid02 {
  -ms-grid-columns: 3.125vw 0 1fr;
  grid-template-columns: 3.125vw 1fr;
  gap: 0;
}
@media (max-width: 767px) {
  .p-accommodation-terms__bottom__grid.u-grid02 {
    margin-top: 6.6666666667vw;
  }
}
.enPage .p-accommodation-terms__bottom__grid.u-grid02 {
  -ms-grid-columns: 5.2083333333vw 1fr;
  grid-template-columns: 5.2083333333vw 1fr;
}

.p-thanks {
  margin-bottom: 11.5740740741vw;
  margin-top: 6.9444444444vw;
}
@media (max-width: 767px) {
  .p-thanks {
    margin-top: 16vw;
  }
}
.p-thanks .c-inner {
  width: 63.6574074074vw;
}
@media (max-width: 767px) {
  .p-thanks .c-inner {
    width: 92vw;
  }
}
.p-thanks .c-sub__ttl {
  margin-bottom: 2.8935185185vw;
}
.p-thanks .c-btn {
  margin-left: auto;
}

.confirmPage .c-inner {
  width: 63.6574074074vw;
  margin-top: 6.9444444444vw;
}
@media (max-width: 767px) {
  .confirmPage .c-inner {
    width: 100%;
    margin-top: 13.3333333333vw;
  }
}
.confirmPage .l-contact__input__box.u-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15vw 1fr;
  grid-template-columns: 15vw 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1vw;
  border-bottom: 1px solid #3d4d5c;
  margin-top: 0.5787037037vw;
}
@media (max-width: 767px) {
  .confirmPage .l-contact__input__box.u-grid {
    margin-top: 1.3333333333vw;
    -ms-grid-columns: 40vw 1fr;
    grid-template-columns: 40vw 1fr;
  }
}
.confirmPage .l-contact__input__box.js-company.hidden_etc.u-grid {
  display: -ms-grid !important;
  display: grid !important;
}
.confirmPage .l-contact__input__box.u-after::after {
  display: none;
}
.confirmPage .l-contact__input__box {
  font-size: min(1.0416666667vw, 18px);
}
@media (max-width: 767px) {
  .confirmPage .l-contact__input__box {
    font-size: min(3.2vw, 24px);
  }
}
.confirmPage .l-contact__input__box.u-flex {
  -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;
  gap: 0.5787037037vw;
  margin-top: 0.5787037037vw;
}
@media (max-width: 767px) {
  .confirmPage .l-contact__input__box.u-flex {
    margin-top: 1.3333333333vw;
    gap: 1.3333333333vw;
  }
}
.confirmPage .l-contact__input__box.u-flex__inner {
  display: block;
}
.confirmPage .l-contact__input__box.u-flex__inner.u-grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15vw 1fr;
  grid-template-columns: 15vw 1fr;
}
@media (max-width: 767px) {
  .confirmPage .l-contact__input__box.u-flex__inner.u-grid {
    -ms-grid-columns: 40vw 1fr;
    grid-template-columns: 40vw 1fr;
  }
}
.confirmPage .l-contact__form__ttl {
  display: none;
}
.confirmPage form .radio-line-group {
  display: none;
}
.confirmPage form .u-visible {
  display: block;
}
.confirmPage form .c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2.8935185185vw;
  margin-bottom: 6.9444444444vw;
}
@media (max-width: 767px) {
  .confirmPage form .c-btn {
    margin-top: 9.3333333333vw;
    margin-bottom: bw(150, 750);
  }
}
.confirmPage form .c-btn:hover span {
  background: url("../images/common/arrow-icon-purple.svg") no-repeat center center !important;
  background-size: contain !important;
}
.confirmPage form .c-btn:hover span::after {
  display: none !important;
}
.confirmPage form .c-btn a {
  gap: 0.2893518519vw;
}
@media (max-width: 767px) {
  .confirmPage form .c-btn a {
    gap: 1.3333333333vw;
  }
}
.confirmPage form .c-btn a:hover span {
  background: url("../images/common/arrow-icon-purple.svg") no-repeat center center;
  background-size: contain !important;
}
.confirmPage form .c-btn a span:hover {
  background: url("../images/common/arrow-icon-purple.svg") no-repeat center center;
  background-size: contain !important;
}
.confirmPage form .c-btn input:nth-of-type(2) {
  width: 9vw;
}
@media (max-width: 767px) {
  .confirmPage form .c-btn input:nth-of-type(2) {
    width: 33.3333333333vw;
  }
}
.confirmPage form .c-btn span {
  min-width: 2.8935185185vw;
  height: 2.8935185185vw;
  min-height: 2.8935185185vw;
}
@media (max-width: 767px) {
  .confirmPage form .c-btn span {
    min-width: 11.7653333333vw;
    height: 11.7653333333vw;
  }
}
.confirmPage form .c-btn span::after {
  background: url("../images/common/arrow-icon-purple.svg") no-repeat center center !important;
  background-size: cover;
}