/*
 * -> css/theme.css
 */
@charset 'UTF-8';
:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  border-width: 0;
  text-decoration: none;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  margin: 0;
  padding: 0;
}
background-size contain {
  background-repeat: no-repeat;
}
body {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 200;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
  height: 0;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.15em;
}
sup {
  top: -0.5em;
}
li {
  list-style: none;
  list-style-position: inside;
}
input {
  border-radius: 0;
  -webkit-appearance: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button {
  overflow: visible;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button,
select {
  text-transform: none;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
:focus {
  outline: none;
  background-color: transparent;
}
:disabled {
  pointer-events: none;
}
:-webkit-autofill {
  -webkit-transition: transparent 5000s ease-in-out 0s !important;
  transition: transparent 5000s ease-in-out 0s !important;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
[tabindex="-1"]:focus {
  outline: none;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="text"],
[type="search"] {
  font-family: initial;
  line-height: 100%;
}
[type="checkbox"],
[type="radio"] {
  display: none;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  text-align: left;
  word-break: break-all;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
body {
  padding-top: 65px;
  font-family: YakuHanMP, 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
}
body.-drawer {
  overflow: hidden;
}
a {
  color: initial;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-decoration: none;
  word-break: break-all;
}
a.is-call {
  pointer-events: none;
}
a:hover {
  opacity: 0.7;
}
a.-external {
  padding-left: 1.333333333333333em;
  color: #776150;
  text-decoration: underline;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("./../../nw-revercity21/images/icon-external.svg");
  background-size: 12px auto;
}
a.-external:hover {
  opacity: 1;
  text-decoration: none;
}
img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
iframe {
  max-width: 100%;
}
.clearfix::after {
  display: block;
  content: '';
  clear: both;
}
.-md,
.-sd {
  display: none !important;
}
@media (max-width: 768px) {
  body {
    padding-top: 60px;
    min-width: 100%;
  }
  body.-drawer {
    overflow-y: hidden;
  }
  a.is-call {
    pointer-events: initial;
  }
  .-lg {
    display: none !important;
  }
  .-md {
    display: block !important;
  }
}
@media (max-width: 540px) {
  .-sd {
    display: block !important;
  }
}
.is-pc {
  display: block !important;
}
.is-sp {
  display: none !important;
}
@media (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}
.l-header {
  width: 100%;
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 890;
  background-color: #fff;
}
.l-header-brand {
  padding: 0 1em;
}
.l-header-brand__logo {
  width: 160px;
}
@media (max-width: 768px) {
  .l-header {
    padding: 0;
  }
  .l-header-brand {
    padding: 0 5.333333333333334vw;
    width: 7.8125em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-header-brand__logo {
    max-width: 125px;
  }
  .l-header .l-nav-global {
    display: none;
  }
}
.l-nav-global {
  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;
}
.l-nav-global__menu {
  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;
}
.l-nav-global__item {
  font-size: 93.75%;
  line-height: 2;
  border-left: 1px solid #776150;
}
.l-nav-global__item a {
  padding: 0 1.333333333333333em;
  display: block;
}
.l-nav-global__item a:hover {
  color: #b29f3a;
}
.l-nav-global__toggle {
  display: none;
  -webkit-transition: 0;
  transition: 0;
}
.l-nav-toggle {
  display: none;
  -webkit-transition: 0;
  transition: 0;
}
.l-nav-footer {
  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;
}
.l-nav-footer__menu {
  margin-right: 3.625em;
}
.l-nav-footer__item {
  margin-bottom: 1.333333333333333em;
  font-size: 93.75%;
  line-height: 1.466666666666667;
}
.l-nav-footer__item a:hover {
  opacity: 1;
  text-decoration: underline;
}
.js-offcanvus {
  display: none;
  background-color: rgba(255,255,255,0.95);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 880;
}
.js-offcanvus__bg {
  width: 100%;
  height: 100vh;
}
.js-offcanvus__nav {
  width: 100%;
  overflow-y: auto;
}
.js-offcanvus-body {
  width: 69.33333333333334vw;
  overflow-y: auto;
  margin: auto;
  padding: 0;
  background-image: url("./../../nw-revercity21/images/menu_back.png");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 768px) {
  .l-nav-global {
    display: block;
  }
  .l-nav-global__menu {
    display: block;
  }
  .l-nav-global__item {
    margin-bottom: 2.25em;
    display: block;
    font-size: initial;
    line-height: 1.4375;
    border-left-width: 0;
  }
  .l-nav-toggle {
    width: 3.75em;
    height: 3.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-nav-toggle__btn {
    width: 1.5em;
  }
  .l-nav-toggle .-close {
    display: none;
  }
  .l-nav-footer {
    padding-left: 6.666666666666667vw;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-nav-footer__menu {
    margin: 0;
  }
  .l-nav-footer__menu.-right {
    margin-top: 1.333333333333333em;
  }
  .l-nav-footer__item:last-child {
    margin-bottom: 0;
  }
  .l-nav-footer__contact {
    width: 37.333333333333336vw;
    height: 21.6875em;
  }
}
.un-mobile .l-nav-toggle {
  display: none;
}
.-drawer .-open {
  display: none;
}
.-drawer .-close {
  display: block;
}
.l-footer-main {
  background-color: #f5f5f5;
  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;
}
.l-footer-brand {
  padding: 0 3.125em;
}
.l-footer-brand__logo {
  width: 224px;
}
.l-footer-brand__caption {
  margin-top: 3.666666666666667em;
  font-size: 75%;
  font-weight: 600;
}
.l-footer-nav {
  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;
}
.l-footer-copyright {
  padding: 0.75em 3.125em;
  color: #fff;
  background-color: #453b32;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-footer-copyright a {
  color: #fff;
}
.l-footer-copyright__text {
  font-size: 68.75%;
  font-weight: 600;
}
.l-footer-copyright__privacy {
  font-size: 87.5%;
}
.l-footer-summary {
  margin-top: 12.5em;
  margin-bottom: 12.5em;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .l-footer-summary {
    display: block;
  }
}
.l-footer-summary__media {
  width: 50%;
}
.l-footer-summary__outline {
  width: 41.66666666666667%;
}
.l-footer-summary__notice {
  margin-top: 3.75em;
  width: 100%;
  font-size: 75%;
  line-height: 1.333333333333333;
  color: #737373;
}
.p-summary {
  line-height: 1.5;
}
.p-summary-header__subject {
  font-weight: 600;
}
.p-summary-header__subject .label {
  margin-top: 0.178571428571429em;
  font-size: 175%;
  letter-spacing: 0;
}
.p-summary-header__subject .label span {
  display: inline-block;
}
.p-summary-header__subject .label-caption {
  font-size: 100%;
  letter-spacing: 0;
}
.p-summary-contact {
  font-weight: 600;
  margin-top: 1.25em;
}
.p-summary-contact__subject {
  font-size: 112.5%;
}
.p-summary-contact__call span {
  display: inline-block;
}
.p-summary-contact__call .label {
  padding-left: 0.972222222222222em;
  font-size: 225%;
  letter-spacing: 0.05em;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("./../../nw-revercity21/images/icon-tel.svg");
}
.p-summary-contact__call .label-caption {
  font-size: 75%;
}
.p-summary-contact__btn {
  margin-top: 1.625em;
}
.p-summary-content {
  margin-top: 3.5em;
  text-align: left;
}
.p-summary-content__subject {
  padding-bottom: 0.888888888888889em;
  font-size: 112.5%;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid rgba(119,97,80,0.3);
}
.p-summary-content__subject::before {
  display: block;
  content: '';
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #776150;
}
.p-summary-item {
  padding: 1.066666666666667em 0;
  border-bottom: 1px solid rgba(119,97,80,0.3);
  font-size: 93.75%;
  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;
  position: relative;
}
@media (max-width: 768px) {
  .p-summary-item {
    display: block;
  }
}
.p-summary-item::before {
  display: block;
  content: '';
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #776150;
}
.p-summary-item__unit {
  min-width: calc(50% - 48px);
  display: inline-block;
}
.p-summary-item .meta-subject {
  width: 7.5em;
  font-weight: 600;
}
.p-summary-item .meta-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-summary-item .meta-desc__table {
  margin-bottom: 0.4375em;
  float: left;
  width: 100%;
}
.p-summary-item .meta-link {
  margin-top: 0.4375em;
}
.p-summary-item .meta-link a {
  padding-right: 1em;
  color: #776150;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("./../../nw-revercity21/images/chevron-right.svg");
}
.p-summary-item .meta-link a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .l-footer-summary {
    margin-top: 9.375em;
    margin-bottom: 9.375em;
  }
  .l-footer-summary__media,
  .l-footer-summary__outline {
    width: 100%;
  }
  .l-footer-summary__outline {
    margin-bottom: 0 !important;
  }
  .l-footer-main {
    display: block;
  }
  .l-footer-brand {
    margin-bottom: 2.25em;
    padding: 0;
  }
  .l-footer-brand__logo {
    width: 155px;
  }
  .l-footer-brand__caption {
    margin-top: 1.2em;
    font-size: 62.5%;
  }
  .l-footer-copyright {
    padding: 1.25em;
    text-align: center;
    display: block;
  }
  .l-footer-copyright__privacy {
    margin-bottom: 1.785714285714286em;
  }
  .p-summary {
    margin: 3.75em auto 0;
    text-align: center;
  }
  .p-summary-header__subject .label {
    margin-top: 0.178571428571429em;
  }
  .p-summary-header__subject .label-caption {
    letter-spacing: 0;
  }
  .p-summary-contact {
    margin-top: 1.25em;
  }
  .p-summary-contact__call .label {
    letter-spacing: 0;
  }
  .p-summary-contact__call .label-caption {
    letter-spacing: 0;
  }
  .p-summary-contact__btn {
    margin-top: 1.625em;
  }
  .p-summary-item::before {
    display: block;
    content: '';
    width: 50px;
    height: 1px;
  }
  .p-summary-item__unit {
    min-width: calc(50% - 1em);
    display: inline-block;
  }
  .p-summary-item .meta-subject {
    margin-bottom: 1em;
    width: 100%;
  }
}
.c-cta-float {
  width: 200px;
  background-color: #fff;
  border: 1px solid #453b32;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 200;
  -webkit-transition: 0.5s ease opacity, 0.3s ease transform;
  transition: 0.5s ease opacity, 0.3s ease transform;
}
.c-cta-float.-hide {
  opacity: 0;
  pointer-events: none;
}
.c-cta-float__header {
  padding: 0.357142857142857em 0;
  font-size: 87.5%;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #453b32;
  position: relative;
}
.c-cta-float__info {
  padding: 0.625em;
  text-align: center;
}
.c-cta-float__close {
  display: block;
  content: '';
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  background-image: url("./../../nw-revercity21/images/cta-close.svg");
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.c-cta-main {
  padding: 4.25em 0 5em;
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.c-cta-main__lead {
  font-size: 187.5%;
  line-height: 1.8;
  font-weight: 600;
}
.c-cta-main__caption {
  line-height: 1.5;
  font-weight: 600;
}
.c-cta-main__btn {
  margin-top: 1.625em;
}
.c-cta-main__btn .c-btn {
  margin: 0.3125em auto 0;
}
.c-cta-main__note {
  font-size: 68.75%;
  line-height: 1.545454545454545;
  position: absolute;
  bottom: 1.818181818181818em;
  right: 9.38%;
}
.p-cta-float__subject {
  font-size: 75%;
  line-height: 1.5;
  font-weight: 600;
}
.p-cta-float__caption {
  font-size: 62.5%;
  line-height: 1.5;
}
.p-cta-float__call {
  padding-left: 0.782608695652174em;
  font-size: 143.75%;
  line-height: 1.521739130434783;
  font-weight: 600;
  letter-spacing: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.695652173913043em;
  background-image: url("./../../nw-revercity21/images/icon-tel.svg");
}
.p-cta-float__btn {
  margin-top: 0.9375em;
}
@media (max-width: 768px) {
  .c-cta-main {
    padding: 2.5em 0 4.625em;
  }
  .c-cta-main__lead {
    font-size: 125%;
  }
  .c-cta-main__btn {
    margin-top: 1.625em;
  }
  .c-cta-main__btn .c-btn {
    margin-top: 0.875em;
  }
  .c-cta-main__note {
    bottom: 1.272727272727273em;
    right: 6.666666666666667vw;
  }
  .c-cta-float {
    width: 100%;
    bottom: 10px;
    right: 0;
  }
  .c-cta-float.-hide {
    opacity: 1;
    -webkit-transform: translateY(calc(100% + 10px));
            transform: translateY(calc(100% + 10px));
  }
  .c-cta-float__header {
    padding: 0.392857142857143em 0;
    font-size: 93.75%;
  }
  .c-cta-float__info {
    padding: 0.625em;
  }
  .c-cta-float__close {
    width: 32px;
    height: 32px;
    background-position: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-cta-float__btns {
    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;
  }
  .p-cta-float__subject {
    font-size: 68.75%;
    letter-spacing: 0;
  }
  .p-cta-float__caption {
    font-size: 75%;
  }
  .p-cta-float__call {
    padding-left: 0.782608695652174em;
    font-size: 143.75%;
    line-height: 1.521739130434783;
    font-weight: 600;
    letter-spacing: 0;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.695652173913043em;
    background-image: url("./../../nw-revercity21/images/icon-tel.svg");
  }
  .p-cta-float__btn {
    margin-top: 0.3125em;
    width: calc(50% - 0.5625em);
  }
}
@media (max-width: 414px) {
  .p-cta-float__caption {
    font-size: 10px;
  }
}
.c-container {
  max-width: calc(1400px + 18.76%);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 9.38%;
  position: relative;
}
@media (max-width: 768px) {
  .c-container {
    padding: 0 6.666666666666667vw;
  }
}
.c-container-inner {
  max-width: 83.33333333333334%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.c-container-lg {
  max-width: calc(1400px + 18.76%);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 9.38%;
  position: relative;
}
@media (max-width: 768px) {
  .c-container-lg {
    padding: 0 6.666666666666667vw;
  }
}
@media (max-width: 768px) {
  .c-container-lg {
    padding: 0;
  }
}
.l-primary {
  margin-top: 3.75em;
  margin-bottom: 12.5em;
}
.l-breadcrumb {
  padding-bottom: 0.875em;
}
.c-breadcrumb {
  padding: 0 1.75em;
  margin-top: 0.875em;
}
.c-breadcrumb-item {
  font-size: 75%;
  line-height: 2.166666666666667;
  display: inline-block;
  text-transform: capitalize;
}
.c-breadcrumb-item a {
  color: #b29f3a;
}
.c-breadcrumb-item:nth-child(n+2)::before {
  content: ' > ';
}
.c-btn {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.c-btn:hover {
  opacity: 1;
}
.c-btn-default {
  max-width: 260px;
  padding: 0 1.1875em;
  height: 3.625em;
  line-height: 1.4375;
  font-weight: 600;
  background-color: #776150;
  color: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-image: url("./../../nw-revercity21/images/arrow-btn.svg");
  border: 1px solid #776150;
}
.c-btn-default:hover {
  color: #776150;
  background-color: #fff;
  background-image: url("./../../nw-revercity21/images/arrow-btn__primary.svg");
}
.c-btn-header {
  width: 160px;
  height: 4.333333333333333em;
  font-size: 93.75%;
  line-height: 1.466666666666667;
  font-weight: 600;
  background-color: #b29f3a;
  color: #fff;
  text-align: center;
}
.c-btn-header:hover {
  opacity: 1;
  background-color: #e1c844;
}
.c-btn-header__label small {
  margin-bottom: 0.4em;
  font-size: 66.66666666666666%;
  line-height: 1.4;
  display: block;
}
.c-btn-footer {
  width: 198px;
  height: 13.125em;
  line-height: 1.5;
  font-weight: 600;
  background-color: #b29f3a;
  color: #fff;
  text-align: center;
}
.c-btn-footer:hover {
  opacity: 1;
  background-color: #e1c844;
}
.c-btn-footer__label .label-small {
  display: block;
  font-size: 87.5%;
  line-height: 1.5;
}
.c-btn-footer__label .label-main {
  display: block;
}
.c-btn-footer__label .label-icon {
  padding: 1.125em 0 0.75em;
}
.c-btn-contact {
  max-width: 260px;
  margin-left: 0;
  padding: 0 1.1875em;
  height: 3.625em;
  line-height: 1.4375;
  font-weight: 600;
  background-color: #b29f3a;
  color: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-image: url("./../../nw-revercity21/images/arrow-btn.svg");
  border: 1px solid #b29f3a;
}
.c-btn-contact:hover {
  background-color: #e1c844;
  border-color: #e1c844;
}
.c-btn-cta {
  width: 100%;
  margin-left: 0;
  padding: 0 1.1875em;
  height: 2.833333333333333em;
  font-size: 75%;
  line-height: 1.416666666666667;
  font-weight: 600;
  background-color: #b29f3a;
  color: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-image: url("./../../nw-revercity21/images/arrow-btn.svg");
  border: 1px solid #b29f3a;
}
.c-btn-cta:hover {
  background-color: #e1c844;
  border-color: #e1c844;
}
.c-btn-call {
  width: 100%;
  margin-left: 0;
  padding: 0 1.25em;
  height: 3em;
  font-size: 75%;
  line-height: 1.416666666666667;
  font-weight: 600;
  background-color: #776150;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn-top {
  max-width: 260px;
  margin: auto;
  padding: 0 1.1875em;
  height: 2.9em;
  font-size: 125%;
  line-height: 2;
  background-color: #776150;
  color: #fff;
  border: 1px solid #776150;
}
.c-btn-top:hover {
  color: #776150;
  background-color: #fff;
}
.c-btn-slide {
  height: 3em;
  position: static;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./../../nw-revercity21/images/arrow-slide.svg");
  border: 1px solid #776150;
  border-right-width: 0;
}
.c-btn-slide.-next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-btn-slide::after {
  display: none;
}
.c-btn-slide:hover {
  color: #776150;
  background-color: #fff;
  background-image: url("./../../nw-revercity21/images/arrow-slide__primary.svg");
}
.c-btn-phone {
  font-size: 218.75%;
  line-height: 1.514285714285714;
  font-weight: 600;
}
.c-btn-phone__label {
  padding-left: 1.142857142857143em;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("./../../nw-revercity21/images/icon-tel.svg");
  background-size: 0.771428571428571em auto;
}
.c-btn-submit {
  max-width: 260px;
  padding: 0 1.1875em;
  height: 3.625em;
  line-height: 1.4375;
  font-weight: 600;
  background-color: #b29f3a;
  color: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-image: url("./../../nw-revercity21/images/arrow-btn.svg");
  border: 1px solid #b29f3a;
}
.c-btn-submit:hover {
  color: #b29f3a;
  background-color: #fff;
  background-image: url("./../../nw-revercity21/images/arrow-btn__secondary.svg");
}
.c-btn-submit:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-btn-back {
  color: #776150;
  text-decoration: underline;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn-back:hover {
  text-decoration: none;
}
.c-btn-vacancy {
  width: 100%;
  max-width: 530px;
  margin: auto;
  padding: 0 1.666666666666667em;
  height: 3em;
  font-size: 187.5%;
  line-height: 1.333333333333333;
  background-color: #b29f3a;
  color: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 2.666666666666667em auto;
  background-image: url("./../../nw-revercity21/images/arrow-btn.svg");
  border: 1px solid #b29f3a;
}
.c-btn-vacancy:hover {
  background-color: #e1c844;
  border-color: #e1c844;
}
.c-scroll {
  font-size: 62.5%;
  line-height: 1.2;
  position: absolute;
  bottom: 3.625em;
  right: 40px;
  z-index: 100;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.c-scroll::before {
  position: absolute;
  top: 0;
  left: -0.5em;
}
.c-scroll::before {
  display: block;
  content: '';
  width: 1px;
  height: 120px;
  background-color: #000;
}
@media (max-width: 768px) {
  .c-btn-header {
    width: 100%;
    max-width: 68.8vw;
    height: 3.625em;
    font-size: initial;
    line-height: 1.4375;
  }
  .c-btn-header__label small {
    margin-bottom: 0;
    font-size: Infinity%;
    line-height: 1.416666666666667;
  }
  .c-btn-footer {
    width: 100%;
    height: 100%;
  }
  .c-btn-contact {
    margin: auto;
    max-width: 68.8vw;
  }
  .c-btn-cta {
    padding: 0.666666666666667em 0 0.833333333333333em;
    height: auto;
    font-size: 75%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: none;
  }
  .c-btn-cta .label {
    padding-left: 1.666666666666667em;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left top 0.45em;
    background-size: 1.25em auto;
    background-image: url("./../../nw-revercity21/images/icon-mail.svg");
  }
  .c-btn-call {
    padding: 0.666666666666667em 0 0.833333333333333em;
    height: auto;
    font-size: 75%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: none;
  }
  .c-btn-call .label {
    padding-left: 1.666666666666667em;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left top 0.45em;
    background-size: 0.833333333333333em auto;
    background-image: url("./../../nw-revercity21/images/icon-tel_wh.svg");
  }
  .c-btn-phone {
    letter-spacing: initial;
  }
  .c-btn-slide {
    height: 2.5em;
    margin: 0;
    background-size: 8px;
  }
  .c-btn-slide:hover {
    color: #fff;
    background-color: #776150;
    background-image: url("./../../nw-revercity21/images/arrow-slide.svg");
  }
  .c-btn-slide:active {
    color: #776150;
    background-color: #fff;
    background-image: url("./../../nw-revercity21/images/arrow-slide__primary.svg");
  }
  .c-btn-back {
    margin-bottom: 1.25em;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .c-btn-vacancy {
    font-size: 125%;
    background-position: right 32px center;
    background-size: 2em auto;
  }
  .c-scroll {
    bottom: 3.625em;
    right: calc( 6.666666666666667vw - 16px);
  }
}
.c-table {
  width: 100%;
}
.c-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-grid.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-grid.-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-grid.-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-grid.-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-grid-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-grid-page.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-grid-page.-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-grid-page.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-col-1s {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}
.c-col-2 {
  -ms-flex-preferred-size: 16.666666666666664%;
      flex-basis: 16.666666666666664%;
}
.c-col-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.c-col-4 {
  -ms-flex-preferred-size: 33.33333333333333%;
      flex-basis: 33.33333333333333%;
}
.c-col-5 {
  -ms-flex-preferred-size: 41.66666666666667%;
      flex-basis: 41.66666666666667%;
}
.c-col-6 {
  -ms-flex-preferred-size: calc(100% / 2);
      flex-basis: calc(100% / 2);
}
.c-col-8 {
  -ms-flex-preferred-size: 66.66666666666666%;
      flex-basis: 66.66666666666666%;
}
.c-col-10 {
  -ms-flex-preferred-size: 83.33333333333334%;
      flex-basis: 83.33333333333334%;
}
.c-col-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.c-col-gallery {
  -ms-flex-preferred-size: calc(100% / 5);
      flex-basis: calc(100% / 5);
}
.c-col.-lg-2 {
  -ms-flex-preferred-size: 16.666666666666664%;
      flex-basis: 16.666666666666664%;
}
.c-col.-lg-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.c-col.-lg-4 {
  -ms-flex-preferred-size: 33.33333333333333%;
      flex-basis: 33.33333333333333%;
}
.c-col.-lg-5 {
  -ms-flex-preferred-size: 41.66666666666667%;
      flex-basis: 41.66666666666667%;
}
.c-col.-lg-6 {
  -ms-flex-preferred-size: calc(100% / 2);
      flex-basis: calc(100% / 2);
}
.c-col.-lg-8 {
  -ms-flex-preferred-size: 83.33333333333334%;
      flex-basis: 83.33333333333334%;
}
.c-offset-1 {
  margin-left: 8.333333333333332%;
}
.c-offset-2 {
  margin-left: 16.666666666666664%;
}
.c-offset-4 {
  margin-left: 33.33333333333333%;
}
.c-outset-4 {
  margin-right: 33.33333333333333%;
}
@media (max-width: 768px) {
  .c-grid-page,
  .c-grid-lg {
    display: block;
  }
  .c-grid-page *[class^= "c-col"],
  .c-grid-lg *[class^= "c-col"] {
    width: 100%;
  }
  .c-grid-page .c-offset-1,
  .c-grid-lg .c-offset-1,
  .c-grid-page .c-offset-2,
  .c-grid-lg .c-offset-2,
  .c-grid-page .c-offset-4,
  .c-grid-lg .c-offset-4 {
    margin-left: inherit;
  }
  .c-col-2,
  .c-col-3,
  .c-col-4,
  .c-col-5,
  .c-col-6,
  .c-col-8 {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .c-col-gallery {
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
  }
  .c-col.-md-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-col.-md-2 {
    -ms-flex-preferred-size: 16.666666666666664%;
        flex-basis: 16.666666666666664%;
  }
  .c-col.-md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .c-col.-md-4 {
    -ms-flex-preferred-size: 33.33333333333333%;
        flex-basis: 33.33333333333333%;
  }
  .c-col.-md-5 {
    -ms-flex-preferred-size: 83.33333333333334%;
        flex-basis: 83.33333333333334%;
  }
  .c-col.-md-6,
  .c-col.-md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .c-offset.-md-1 {
    margin-left: 8.333333333333332%;
  }
  .c-offset.-md-2 {
    margin-left: 16.666666666666664%;
  }
  .c-outset-4 {
    margin-right: 0;
  }
}
.c-card-gallery {
  width: calc(50% - 2.1875em);
  margin-top: 2.8125em;
}
.c-card-gallery__meta {
  margin-top: 1em;
}
.c-card-gallery__meta .meta-subject {
  font-size: 112.5%;
  line-height: 2;
  font-weight: 600;
  text-align: center;
}
.c-card-gallery__meta .meta-desc {
  margin-top: 0.6875em;
  line-height: 2;
}
.c-card-gallery__meta .meta-desc__reference {
  margin-top: 0.6875em;
  font-size: 75%;
  text-align: center;
}
@media (max-width: 768px) {
  .c-card-gallery {
    width: 100%;
  }
}
.c-control-btn {
  width: 98px;
  height: 48px;
  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;
  background-color: #776150;
}
.c-control-btn::before {
  display: block;
  content: '';
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 0.5px);
  z-index: 20;
}
.c-control-btn > * {
  width: 50%;
}
.c-carousel {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
@media (max-width: 768px) {
  .c-control-btn {
    width: 80px;
    height: 40px;
  }
}
.c-error {
  color: #d00;
}
.c-field-devider {
  display: none;
}
.c-field-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-field-group {
  position: relative;
}
.c-field-group:nth-child(n+2) {
  margin-top: 0.9375em;
}
.c-field-group__subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.c-field-group__subject .label {
  line-height: 2;
}
.c-field-group__subject .badge .-require {
  font-size: 75%;
  line-height: 2;
  margin-right: 1em;
  display: inline-block;
  width: 3.666666666666667em;
  text-align: center;
  color: #fff;
  background-color: #d00;
}
.c-field-group__caption {
  width: 100%;
  line-height: 2;
}
.c-field__notice {
  margin-top: 1em;
  line-height: 2.5;
  color: #9c9c9c;
}
.c-field-text,
.c-field-email,
.c-field-pwd,
.c-field-textarea,
.c-field-date {
  width: 100%;
  padding: 0.5625em 1.25em;
  line-height: 2;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-appearance: none;
  border-radius: 0;
}
.c-field-text:-moz-read-only, .c-field-email:-moz-read-only, .c-field-pwd:-moz-read-only, .c-field-textarea:-moz-read-only, .c-field-date:-moz-read-only {
  background-color: transparent;
  border-color: transparent;
}
.c-field-text:read-only,
.c-field-email:read-only,
.c-field-pwd:read-only,
.c-field-textarea:read-only,
.c-field-date:read-only {
  background-color: transparent;
  border-color: transparent;
}
.c-field-text.-error,
.c-field-email.-error,
.c-field-pwd.-error,
.c-field-textarea.-error,
.c-field-date.-error {
  border-color: #d00;
}
.c-field-date {
  width: 25%;
  margin-right: 2em;
}
.c-field-textarea {
  height: 15em;
}
.c-field-checkbox__label {
  cursor: pointer;
}
.c-field-checkbox__label.-confirm {
  padding-left: 1.5em;
  line-height: 1.25;
  display: inline-block;
  position: relative;
}
.c-field-checkbox__label.-confirm::before {
  display: block;
  content: '';
  width: 1.25em;
  height: 1.25em;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  position: absolute;
  top: 2px;
  left: 2px;
}
.c-field-checkbox + span,
.c-field-radio + span {
  text-indent: -9999px;
  padding-left: 1.875em;
  line-height: 2;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.c-field-checkbox + span::before,
.c-field-radio + span::before,
.c-field-checkbox + span::after,
.c-field-radio + span::after {
  display: block;
  content: '';
  width: 1.5625em;
  height: 1.5625em;
  background-color: #fff;
  border: 1px solid #000;
  position: absolute;
  top: 0.21875em;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-field-checkbox:checked + span::after,
.c-field-radio:checked + span::after {
  background-image: url("./../../nw-revercity21/images/check.svg");
}
.c-field-radio + span::before {
  border-radius: 50%;
}
.c-field-file {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-field-file__label {
  position: relative;
}
.c-field-file__filename {
  font-size: 87.5%;
  line-height: 2.571428571428572;
  margin-left: 2.142857142857143em;
  display: inline-block;
}
.c-field-select {
  line-height: 2;
  max-width: 20%;
  width: 100%;
  position: relative;
  -webkit-appearance: none;
}
.c-field-select.-error {
  border: 1px solid #d00;
}
.-full .c-field-select {
  max-width: initial;
}
.c-select {
  padding: 0.5625em 1.25em;
  width: 100%;
  background-color: #fff;
  -webkit-appearance: none;
  border-radius: 0;
}
.c-select-label {
  width: 10%;
  padding-left: 0.625em;
}
.c-submit {
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 112.5%;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-submit:hover {
  opacity: 0.8;
}
.c-submit-login {
  max-width: 308px;
  height: 80px;
  border-radius: 40px;
  color: #fff;
  background-color: #776150;
}
.c-submit-reset {
  max-width: 388px;
  height: 80px;
  border-radius: 40px;
  color: #fff;
  background-color: #776150;
}
.c-submit-regist,
.c-submit-search {
  max-width: 308px;
  height: 80px;
  border-radius: 40px;
  color: #fff;
  background-color: color-blue;
  font-size: 112.5%;
  padding-right: 1.111111111111111em;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-image: url("./../../nw-revercity21/images/arrow-btn-nvy.png");
  background-size: 40px;
}
.c-submit-file {
  max-width: 274px;
  height: 70px;
  border-radius: 35px;
  color: #fff;
  background-color: color-blue;
  font-size: 112.5%;
}
.-search .c-field-group__subject {
  width: pc_calc_per(375, 900);
}
.-search .c-field-group__input {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.horizontal-item {
  display: inline-block;
}
.horizontal-item:nth-child(n+2) {
  margin-left: 1.25em;
}
.c-contact-notice {
  font-size: 87.5%;
  margin-top: 1.428571428571429em;
}
.mw_wp_form .error {
  color: #d00 !important;
  font-size: 75% !important;
  line-height: 2 !important;
  display: inline !important;
}
.mw_wp_form_preview .c-field-group__input {
  line-height: 2;
  min-height: 3.25em;
}
.mw_wp_form_preview .p-contact-action__confirm {
  display: none;
}
@media (max-width: 768px) {
  .-move .c-field-select {
    max-width: 40%;
  }
  .-person .c-field-select {
    max-width: initial;
  }
  .-prev:nth-child(n+2) {
    margin-top: 0.5em;
  }
  .-prev .c-field-date {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .-prev .c-field-select {
    max-width: 30%;
  }
  .-prev .c-select-label {
    padding: 0;
    text-align: center;
  }
  .mw_wp_form_preview .c-select-label {
    padding: 0 0.625em;
    width: auto;
  }
  .mw_wp_form_preview .c-field-devider {
    display: inline-block;
  }
}
.c-header-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 15.125em;
}
.c-header-title {
  text-align: center;
}
.c-header__title {
  margin-bottom: -0.8em;
  font-size: 93.75%;
  line-height: 2;
  color: #776150;
}
.c-header__caption {
  font-size: 343.75%;
  line-height: 1.509090909090909;
  font-family: 'DM Serif Display', serif;
}
.c-header-eyecatch {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-header-eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-header-eyecatch::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .c-header-main {
    height: 8.4375em;
  }
  .c-header__title {
    font-size: 75%;
  }
  .c-header__caption {
    font-size: 181.25%;
  }
  .c-header__subject {
    font-size: 212.5%;
  }
}
.l-kv {
  height: calc(100vh - 65px);
  min-height: calc(600px - 65px);
  max-height: calc(900px - 65px);
  position: relative;
  overflow: hidden;
}
.l-kv-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.l-kv-slide__item {
  width: 100%;
  height: calc(100% - 100px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.l-kv-slide__item.slide-01 {
  background-image: url("./../../nw-revercity21/images/mv01_pc.jpg");
}
.l-kv-slide__item.slide-02 {
  background-image: url("./../../nw-revercity21/images/mv02_pc.jpg");
}
.l-kv-slide__item.slide-03 {
  background-image: url("./../../nw-revercity21/images/mv03_pc.jpg");
}
.l-kv-slide__item.slide-04 {
  background-image: url("./../../nw-revercity21/images/mv04_pc.jpg");
}
.l-kv-slide__item.slide-05 {
  background-image: url("./../../nw-revercity21/images/mv05_pc.jpg");
}
.l-kv-control {
  width: 290px;
  height: 82px;
  position: absolute;
  top: 50%;
  right: -240px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-kv-control__btn {
  position: absolute;
  top: 0;
  left: 0;
}
.l-kv-control__pagination {
  left: 0 !important;
  bottom: 0 !important;
  text-align: left;
}
.l-kv-control__pagination .swiper-pagination-bullet {
  width: 50px;
  height: 2px;
  background-color: #776150;
  opacity: 0.3;
  border-radius: 0;
}
.l-kv-control__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.l-kv-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 63.59375000000001%;
  padding: 2.375em 4.6875%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .l-kv-content {
    display: block;
  }
}
.l-kv-feature {
  height: 6.0625em;
  margin-right: 1.875em;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .l-kv-feature {
    display: block;
  }
}
.l-kv-feature__item .badge {
  width: 4.833333333333333em;
  font-size: 75%;
  line-height: 1.5;
  text-align: center;
  color: #b29f3a;
  border: 1px solid #b29f3a;
  display: block;
}
.l-cb-concept__lead {
  padding: 8.75em 0 7.5em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("./../../nw-revercity21/images/bg-concept_pc.png");
  background-repeat: repeat-x;
}
.l-cb-concept__public {
  margin-top: -2.5em;
  padding-bottom: 6.25em;
  position: relative;
  overflow: hidden;
}
.l-cb-concept__public::before {
  display: block;
  content: '';
  width: 100%;
  height: calc(100% - 40px);
  background: #453b32;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-cb-concept__place {
  padding-top: 10.625em;
}
.l-cb-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.l-cb-cta__bg {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-cb-cta__bg.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.l-cb-cta__bg .swiper-slide {
  width: 380px;
  height: 380px;
}
.l-cb-cta::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  position: absolute;
  top: 0;
  left: 0;
}
.l-cb-story {
  padding-top: 6.25em;
  padding-bottom: 4.6875em;
}
.l-cb-life {
  padding-top: 4.6875em;
  padding-bottom: 12.5em;
  overflow: hidden;
}
.l-cb-life__content {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .l-cb-life__content {
    display: block;
  }
}
.l-cb-life__media {
  max-width: 1000px;
  margin-right: -9.38vw;
  width: calc(58.33333333% + 9.38vw);
  position: relative;
}
.l-cb-life__meta {
  position: relative;
}
.l-cb-gallery {
  padding-top: 7.5em;
  padding-bottom: 12.5em;
  background-color: #f5f5f5;
  overflow: hidden;
}
.p-lead {
  text-align: center;
}
.p-lead__subject {
  font-size: 237.5%;
  font-weight: 600;
  line-height: 1.5;
}
.p-lead__desc {
  margin-top: 1.5625em;
  line-height: 2;
}
.p-lead__figure {
  margin-top: -2em;
  text-align: center;
}
.p-lead__figure img {
  max-width: 600px;
}
.p-place-content,
.p-life-content,
.p-gallery-content {
  padding-top: 6.25em;
  position: relative;
}
.p-place__title,
.p-life__title,
.p-gallery__title {
  width: 593px;
  position: absolute;
  top: 0;
  left: -24px;
  z-index: -1;
}
.p-place__caption,
.p-life__caption,
.p-gallery__caption {
  font-size: 112.5%;
  line-height: 1.5;
  color: #776150;
}
.p-place__subject,
.p-life__subject,
.p-gallery__subject {
  font-size: 237.5%;
  line-height: 1.5;
  font-family: 'DM Serif Display', serif;
}
.p-place__desc,
.p-life__desc,
.p-gallery__desc {
  max-width: 80%;
  margin-top: 1.5em;
  line-height: 2;
}
.p-place__btn,
.p-life__btn,
.p-gallery__btn {
  margin-top: 3.375em;
}
.p-place__btn .c-btn,
.p-life__btn .c-btn,
.p-gallery__btn .c-btn {
  margin-left: 0;
}
.p-place-figure,
.p-life-figure,
.p-gallery-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.p-life-media {
  padding-top: 7.25em;
  width: 59.61538461538461%;
  height: 74.17582417582418%;
}
.p-life-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-life-bg {
  width: 48.62637362637363%;
  height: 63.18681318681318%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.p-life-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gallery-content {
  padding: 0 0 4.6875em;
}
.p-gallery-btn {
  margin-top: 7.8125vw;
}
.p-gallery__desc {
  max-width: initial;
}
.p-gallery-row__mid {
  margin: 7.8125vw auto;
  overflow: visible;
}
.p-gallery-row__bottom {
  margin-top: 7.8125vw;
}
.p-gallery-picture {
  position: relative;
}
.p-gallery-picture::after {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("./../../nw-revercity21/images/icon-lenz.svg");
  position: absolute;
  bottom: 10px;
  right: 10px;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-gallery-picture:hover::after {
  background-image: url("./../../nw-revercity21/images/icon-lenz__rev.svg");
}
.p-gallery-picture.-left {
  margin-left: -9.38vw;
  width: calc(50% + 9.38vw);
}
.p-gallery-picture.-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: -9.38vw;
}
.p-story {
  position: relative;
}
.p-story-photo {
  max-width: initial;
  width: 100%;
  padding: 0 9.38%;
  position: absolute;
  height: 32.5em;
  overflow: hidden;
}
.p-story-photo__wrap {
  width: 91.66666666666666%;
  max-width: 1356px;
  height: 100%;
  position: relative;
}
.p-story-photo__wrap img {
  width: calc(100% + 9.38vw);
  max-width: initial;
  position: absolute;
  top: 0;
  left: -9.38vw;
}
.p-story-picture {
  margin-left: -9.38vw;
  width: calc(91.66666666666666% + 10.8vw);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-story-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 9.38vw;
}
.p-story-title {
  height: 28.75em;
}
.p-story-title::after {
  display: block;
  content: '';
  width: 520px;
  height: 393px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("./../../nw-revercity21/images/bg-book.svg");
  position: absolute;
  left: 75%;
  z-index: -1;
}
.p-story-desc {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50.1%, rgba(255,255,255,0)), to(rgba(255,255,255,0)));
  background: linear-gradient(to right, #fff 0%, #fff 50%, rgba(255,255,255,0) 50.1%, rgba(255,255,255,0) 100%);
}
.p-story__title {
  width: 8.333333333333332%;
  height: 100%;
  margin-left: auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 237.5%;
  line-height: 1.210526315789474;
  font-weight: 600;
}
.p-story__desc {
  padding: 5.847953216374268%;
  width: 66.66666666666666%;
  line-height: 2.5;
  margin-right: auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: 'Noto Serif JP', serif;
  background-color: #fff;
}
.p-public {
  overflow: hidden;
}
.p-public-vertical {
  position: absolute;
  top: 30%;
  left: 0;
}
.p-public-slide {
  min-width: 864px;
  position: relative;
}
.p-public-slide__contorol {
  width: 33.33333333333333%;
  height: calc(100% - 380px);
  color: #b29f3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 21.25em;
  left: 0;
}
.p-public-slide__btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-public-slide__meta {
  margin-bottom: -5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-public-slide__meta .meta-subject__label {
  padding: 0 1.166666666666667em;
  font-size: 112.5%;
  line-height: 1.333333333333333;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #b29f3a;
}
.p-public-slide__meta .meta-pagenate {
  font-size: 131.25%;
  font-family: 'DM Serif Display', serif;
  position: static;
  text-align: left;
}
.p-public-slide__meta .meta-pagenate .swiper-pagination-current {
  font-size: 476.1904761904762%;
}
.p-public-slide__meta .meta-pagenate .swiper-pagination-current::before {
  content: '0';
}
.p-public-slide__meta .meta-pagenate .swiper-pagination-total::before {
  content: '0';
}
.p-public-meta {
  width: 33.33333333333333%;
  padding: 2.822201317027281%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 21.25em;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-public-meta__subject {
  height: 2.375em;
}
.p-public-meta__subject img {
  height: 100%;
  width: auto;
}
.p-public-meta__desc {
  font-size: 87.5%;
  margin-top: 1.714285714285714em;
  line-height: 1.785714285714286;
}
.p-public-media {
  position: relative;
}
.p-public-media::before {
  width: calc(100% + 9.38vw);
}
.p-public-media__picture {
  width: calc(100% + 9.38vw) !important;
  padding-top: 78.75%;
  display: block;
  position: relative;
}
.p-public-media__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.p-public-thumbnail {
  margin-top: 0.625em;
  overflow: hidden;
}
.p-public-thumbnail__item {
  width: calc(100% / 7);
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-public-thumbnail__item:hover {
  opacity: 0.8;
}
.p-public-thumbnail__item::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-public-thumbnail__item.swiper-slide-thumb-active::before {
  background-color: #b29f3a;
}
@media (max-width: 1260px) {
  .p-public-slide__meta .meta-subject {
    font-size: 87.5% !important;
  }
  .p-public-slide__meta .meta-pagenate {
    font-size: 18px !important;
  }
  .p-public-slide__meta .meta-pagenate .swiper-pagination-current {
    font-size: 200% !important;
  }
}
@media (max-width: 768px) {
  .l-kv {
    height: auto;
    min-height: initial;
    max-height: initial;
  }
  .l-kv-slide {
    height: 54vw;
    margin: 0 auto;
    position: relative;
  }
  .l-kv-slide__item {
    height: 100%;
  }
  .l-kv-slide__item.slide-01 {
    background-image: url("./../../nw-revercity21/images/mv01_sp.jpg");
  }
  .l-kv-slide__item.slide-02 {
    background-image: url("./../../nw-revercity21/images/mv02_sp.jpg");
  }
  .l-kv-slide__item.slide-03 {
    background-image: url("./../../nw-revercity21/images/mv03_sp.jpg");
  }
  .l-kv-slide__item.slide-04 {
    background-image: url("./../../nw-revercity21/images/mv04_sp.jpg");
  }
  .l-kv-slide__item.slide-05 {
    background-image: url("./../../nw-revercity21/images/mv05_sp.jpg");
  }
  .l-kv-content {
    width: 100%;
    padding: 3.125em 6.666666666666667vw 2.8125em;
    position: relative;
  }
  .l-kv-content__subject {
    margin-top: 1.25em;
    max-width: calc(100% - 130px);
  }
  .l-kv-feature {
    margin-right: 0;
    height: auto;
  }
  .l-kv-feature__item {
    display: inline-block;
  }
  .l-kv-feature__item .badge {
    width: 3.454545454545455em;
    font-size: 68.75%;
    line-height: 1.5;
  }
  .l-kv-control {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .l-kv-control__btn {
    width: 80px;
    height: 100%;
    left: auto;
    right: 0;
  }
  .l-kv-control__pagination {
    padding: 0 6.666666666666667vw;
  }
  .l-kv-control__pagination .swiper-pagination-bullet {
    width: 40px;
  }
  .l-cb-concept__lead {
    padding-top: 5.625em;
    padding-bottom: 5em;
    background-image: url("./../../nw-revercity21/images/bg-concept_sp.png");
  }
  .l-cb-concept__place {
    padding-top: 9.375em;
    padding-bottom: 4.6875em;
  }
  .l-cb-concept__public {
    margin-top: 0;
    padding-top: 1.875em;
    padding-bottom: 2.5em;
  }
  .l-cb-concept__public::before {
    height: 100%;
  }
  .l-cb-story {
    padding-top: 4.6875em;
    padding-bottom: 4.6875em;
    background-position: right bottom 3em;
    background-size: 50%;
    overflow: hidden;
  }
  .l-cb-life {
    padding-top: 4.6875em;
    padding-bottom: 9.375em;
  }
  .l-cb-life__media {
    max-width: initial;
    margin-right: -6.666666666666667vw;
    width: calc(100% + 6.666666666666667vw );
  }
  .l-cb-life__meta {
    margin-top: 2.125em;
    width: 100%;
  }
  .l-cb-gallery {
    padding-top: 4.6875em;
    padding-bottom: 6.25em;
  }
  .p-lead__subject {
    font-size: 200%;
  }
  .p-lead__desc {
    margin-top: 1.75em;
    text-align: left;
  }
  .p-lead__figure {
    padding: 0 6.666666666666667vw;
  }
  .p-place-content,
  .p-life-content,
  .p-gallery-content {
    padding-top: 2.6875em;
  }
  .p-place__title,
  .p-life__title,
  .p-gallery__title {
    width: 78.13333333333333vw;
    left: -3.333333333333333vw;
  }
  .p-place__subject,
  .p-life__subject,
  .p-gallery__subject {
    font-size: 200%;
  }
  .p-place__desc,
  .p-life__desc,
  .p-gallery__desc {
    max-width: initial;
  }
  .p-place__btn,
  .p-life__btn,
  .p-gallery__btn {
    margin-top: 3.375em;
  }
  .p-place-figure,
  .p-life-figure,
  .p-gallery-figure {
    margin-top: 3.375em;
    text-align: center;
  }
  .p-gallery-content {
    padding-bottom: 0.625em;
  }
  .p-gallery-btn {
    margin-top: 7.8125vw;
  }
  .p-gallery-row__mid {
    margin: 0 auto;
  }
  .p-gallery-row__bottom {
    margin-top: 0;
  }
  .p-gallery-picture {
    margin-top: 13.333333333333334vw;
  }
  .p-gallery-picture::after {
    display: block;
    content: '';
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p-gallery-picture.-left {
    margin-left: -6.666666666666667vw;
    width: calc(83% + 6.666666666666667vw);
  }
  .p-gallery-picture.-right {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: calc(66% + 6.666666666666667vw);
    margin-left: auto;
    margin-right: -6.666666666666667vw;
  }
  .p-gallery-picture.-vert {
    width: 33.84615384615385%;
    margin-left: -6.666666666666667vw;
  }
  .p-gallery-picture.-horiz {
    width: 55.38461538461539%;
    margin-left: auto;
  }
  .p-story {
    overflow: visible;
  }
  .p-story-photo {
    padding: 0;
    position: static;
    height: 48vw;
  }
  .p-story-photo__wrap {
    width: 100%;
  }
  .p-story-photo__wrap img {
    width: 100%;
    max-width: initial;
    position: static;
  }
  .p-story-picture {
    margin-left: 0;
    width: 100%;
    height: 48vw;
    position: static;
  }
  .p-story-picture img {
    position: static;
  }
  .p-story-title {
    margin-top: -1.25em;
    height: auto;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50.1%, rgba(255,255,255,0)), to(rgba(255,255,255,0)));
    background: linear-gradient(to right, #fff 0%, #fff 50%, rgba(255,255,255,0) 50.1%, rgba(255,255,255,0) 100%);
  }
  .p-story-title::after {
    display: none;
  }
  .p-story-desc::after {
    display: block;
    content: '';
    width: 83.2%;
    height: 62.9%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("./../../nw-revercity21/images/bg-book.svg");
    position: absolute;
    bottom: -2.5em;
    left: 50%;
    z-index: -1;
  }
  .p-story__title {
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding-top: 1.5625em;
    font-size: 200%;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    background-color: #fff;
  }
  .p-story__desc {
    padding: 0;
    width: 100%;
    letter-spacing: 0.028125em;
    line-height: 2.25;
    margin: 1.5625em auto 0;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    background-color: transparent;
    font-family: YakuHanMP, 'Noto Serif JP', serif;
  }
  .p-life__title {
    width: 93.33333333333333vw;
    left: -2.666666666666667vw;
  }
  .p-public {
    padding-right: 0;
  }
  .p-public-vertical img {
    max-width: 84.2443729903537%;
  }
  .p-public-slide {
    min-width: initial;
    overflow: hidden;
  }
  .p-public-slide__contorol {
    padding: 0.625em 0 0.3125em;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .p-public-slide__btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .p-public-slide__meta {
    margin-bottom: 0;
    display: block;
  }
  .p-public-slide__meta .meta-subject {
    font-size: inherit !important;
  }
  .p-public-slide__meta .meta-subject__label {
    font-size: 68.75%;
    padding: 0 0.818181818181818em;
    line-height: 1.818181818181818;
    border: 1px solid #b29f3a;
  }
  .p-public-slide__meta .meta-pagenate {
    font-size: 87.5%;
  }
  .p-public-slide__meta .meta-pagenate .swiper-pagination-current {
    font-size: 300%;
  }
  .p-public-meta {
    width: 100%;
    height: auto;
    padding: 2.1875em 1.25em;
    display: block;
    position: static;
    background-color: #fff;
  }
  .p-public-meta__subject {
    height: 2.125em;
  }
  .p-public-meta__desc {
    font-size: 75%;
    margin-top: 2em;
    line-height: 1.833333333333333;
  }
  .p-public-media {
    width: 100%;
    margin-left: 0;
  }
  .p-public-media__picture {
    width: 100% !important;
    padding-top: 66.85714285714286%;
  }
  .p-public-thumbnail {
    margin-top: 0.625em;
  }
  .p-public-thumbnail__item {
    width: calc(100% / 3);
  }
  .p-public-thumbnail__item.swiper-slide-active::before {
    background-color: #b29f3a;
  }
}
#cboxOverlay .p-gallery-picture::after {
  display: none;
}
#colorbox,
#cboxWrapper {
  overflow: visible;
}
#cboxContent {
  margin-top: 0;
  padding-bottom: 60px;
}
#cboxLoadedContent {
  border-width: 0;
}
#cboxClose {
  padding-right: 1.666666666666667em;
  font-size: 87.5%;
  line-height: 1.5;
  text-transform: uppercase;
  background-image: url("./../../nw-revercity21/images/modal-close.svg");
  background-position: right center;
  width: auto;
  height: 1.5em;
  text-indent: 0;
  color: #fff;
  top: -1.5em;
}
#cboxClose:hover {
  background-position: right center;
}
#cboxTitle {
  padding: 0 1.428571428571429em;
  font-size: 87.5%;
  line-height: 1.428571428571429;
  height: 4.285714285714286em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #000;
  top: auto;
  bottom: 0;
  float: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#cboxCurrent {
  padding: 0 1.428571428571429em 0.571428571428571em;
  font-size: 93.75%;
  font-family: 'DM Serif Display', serif;
  height: 4em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #b29f3a;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  float: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#cboxPrevious,
#cboxNext {
  width: 3.0625em;
  height: 3em;
  background-color: #776150;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./../../nw-revercity21/images/arrow-slide.svg");
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: auto;
  bottom: 2.1875em;
  border: 1px solid #776150;
}
#cboxPrevious:hover,
#cboxNext:hover {
  background-color: #fff;
  background-image: url("./../../nw-revercity21/images/arrow-slide__primary.svg");
  background-position: center;
}
#cboxPrevious {
  right: 3.125em;
  left: auto;
  border-right-width: 0;
}
#cboxPrevious::after {
  display: block;
  content: '';
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 10px);
  right: -0.5px;
  z-index: 5;
}
#cboxNext {
  border-left-width: 0;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#cboxSlideshow {
  display: none !important;
}
@media (max-width: 768px) {
  #cboxContent {
    margin-top: 0;
    padding-bottom: 50px;
  }
  #cboxPrevious,
  #cboxNext {
    width: 2.4375em;
    height: 2.375em;
  }
  #cboxPrevious {
    right: 2.5em;
  }
  #cboxTitle {
    font-size: 75%;
  }
}
@-webkit-keyframes infinitescroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1280px, 0, 0);
            transform: translate3d(-1280px, 0, 0);
  }
}
@keyframes infinitescroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1280px, 0, 0);
            transform: translate3d(-1280px, 0, 0);
  }
}
.p-page__subject {
  margin-bottom: 1.571428571428571em;
  font-size: 175%;
  line-height: 1.785714285714286;
  font-weight: 700;
  text-align: center;
}
.p-page-contact {
  margin-top: 1.5em;
  font-size: 125%;
  line-height: 2;
  text-align: center;
}
.p-page-contact a {
  color: #b29f3a;
  text-decoration: underline;
}
.p-page-contact a:hover {
  text-decoration: none;
}
.p-page-btn {
  margin-top: 3.375em;
}
.p-page-section:nth-child(n+2) {
  margin-top: 11.25em;
}
.p-page-section__header {
  text-align: center;
}
.p-page-section__caption {
  font-size: 112.5%;
  line-height: 1.5;
  color: #776150;
}
.p-page-section__subject {
  font-size: 237.5%;
  line-height: 1.5;
  font-weight: 600;
}
.p-page-section__desc {
  margin-top: 1.25em;
  line-height: 2;
}
.p-page-table {
  width: 100%;
  border-collapse: initial;
  border-spacing: 5px;
}
.p-page-table th,
.p-page-table td {
  min-height: 5.5em;
  vertical-align: middle;
}
.p-page-table th {
  width: 20%;
  padding: 1.444444444444444em 1em;
  font-size: 112.5%;
  line-height: 2;
  font-weight: 400;
  background-color: rgba(119,97,80,0.3);
  text-align: center;
}
.p-page-table td {
  padding: 1.125em 3.125em;
  line-height: 2;
  background-color: #f5f5f5;
}
.p-page-table .note {
  font-size: 62.5%;
}
.p-contact-subject {
  margin-bottom: 2.875em;
  text-align: center;
}
.p-contact-subject .meta-subject {
  font-size: 175%;
  line-height: 1.785714285714286;
  font-weight: 600;
}
.p-contact-subject .meta-desc {
  margin-top: 0.375em;
  line-height: 2;
}
.p-contact-infomation {
  margin-bottom: 3.125em;
}
.p-contact-infomation__note {
  line-height: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact-infomation__note {
    font-size: 15px;
  }
}
.p-contact-phone {
  margin-top: 3.75em;
  text-align: center;
}
.p-contact-phone__subject {
  font-size: 175%;
  line-height: 1.785714285714286;
  font-weight: 700;
}
.p-contact-phone__desc {
  margin-top: 0.875em;
  padding: 1.25em 1.5625em 1.5625em;
  background-color: #f5f5f5;
}
.p-contact-phone__note {
  margin-top: 0.833333333333333em;
  font-size: 75%;
  line-height: 1.5;
}
.p-contact-input__fields {
  background-color: #f5f5f5;
  padding: 1.875em 10% 2.25em;
}
.p-contact-action {
  margin-top: 5em;
}
.p-contact-action__confirm {
  line-height: 2;
  text-align: center;
}
.p-contact-action__confirm a {
  color: #776150;
  text-decoration: underline;
}
.p-contact-action__confirm a:hover {
  opacity: 1;
  text-decoration: none;
}
.p-contact-action__btn {
  margin-top: 2.8125em;
  position: relative;
}
.p-contact-complate {
  line-height: 2;
  text-align: center;
}
.p-contact-complate p + p {
  margin-top: 2em;
}
.p-step {
  width: 100%;
  max-width: 18.375em;
  margin: 0 auto 3.125em;
  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;
}
.p-step-devider {
  width: 100%;
  max-width: 3.375em;
  margin-top: 0.6875em;
  height: 1px;
  background-color: #776150;
}
.p-step-item {
  font-size: 75%;
  position: relative;
}
.p-step__num {
  margin: auto;
  width: 1.875em;
  height: 1.875em;
  border: 1px solid #776150;
  border-radius: 1.875em;
  font-weight: 600;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #776150;
}
.p-step__num.-enable {
  opacity: 0.3;
}
.p-step__label {
  line-height: 2;
  text-align: center;
}
.p-404-content {
  line-height: 2;
  text-align: center;
}
.p-404-content p + p {
  margin-top: 2em;
}
.p-policy-section:nth-child(n+2) {
  margin-top: 5em;
}
.p-policy-section__subject {
  font-size: 150%;
  line-height: 1.791666666666667;
  font-weight: 600;
}
.p-policy-section__desc {
  margin-top: 1.625em;
  line-height: 2;
}
.p-policy-section__desc p + p,
.p-policy-section__desc ul + p,
.p-policy-section__desc ol + p,
.p-policy-section__desc p + ul,
.p-policy-section__desc ul + ul,
.p-policy-section__desc ol + ul,
.p-policy-section__desc p + ol,
.p-policy-section__desc ul + ol,
.p-policy-section__desc ol + ol {
  margin-top: 2em;
}
.p-outline-summary a {
  color: #b29f3a;
}
.p-outline-map {
  margin-top: 6.25em;
}
.p-outline-map__content {
  margin-top: 2.5em;
  text-align: center;
}
.p-outline__figure {
  text-align: center;
}
.p-summary {
  margin-bottom: 9.0625em;
}
.p-summary-lead {
  width: 60%;
  margin: auto;
  line-height: 2;
  text-align: center;
}
.p-summary-map {
  margin-top: 3.75em;
  text-align: center;
}
.p-summary-map__gmap {
  margin-top: 0.375em;
  text-align: right;
}
.p-summary-map__gmap a {
  color: #776150;
}
.p-summary-map__gmap a:hover {
  opacity: 1;
}
.p-summary-map__label {
  padding-left: 1.333333333333333em;
  font-size: 75%;
  line-height: 2;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.833333333333333em auto;
  background-image: url("./../../nw-revercity21/images/icon-mappin.svg");
  text-decoration: underline;
}
.p-summary-map__label:hover {
  text-decoration: none;
}
.p-summary-table {
  margin-top: 3.75em;
}
.p-summary-facility {
  margin-top: 6.25em;
  text-align: center;
}
.p-summary-facility__title {
  font-size: 175%;
  line-height: 1.5;
  font-weight: 600;
}
.p-summary-facility__figure {
  margin-top: 2em;
}
.p-facility {
  padding: 4.0625em 0 7.5em;
  background-color: #f5f5f5;
}
.p-facility-near {
  margin-top: 6.25em;
}
.p-facility__figure {
  margin-top: 3.75em;
  text-align: center;
}
.p-facility-gallery {
  margin: 3.75em -1.25em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.p-facility-gallery__item {
  margin-top: 1.5em;
  width: 33.33333333333333%;
  padding: 0 1.25em;
}
.p-facility-gallery__item .meta-media {
  display: block;
  text-align: center;
}
.p-facility-gallery__item .meta-caption {
  margin-top: 0.375em;
  line-height: 2;
  text-align: center;
}
.p-plan-menu__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;
}
.p-plan-menu__item {
  width: calc(25% - 8px);
  border: 1px solid #776150;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.75em;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-plan-menu__item:hover,
.p-plan-menu__item.-current {
  background-color: #776150;
}
.p-plan-menu__vacancy {
  margin-top: 3.125em;
}
.p-plan-item {
  display: none;
}
.p-plan-item#plan10 {
  display: block;
}
.p-plan-header {
  margin-bottom: -5em;
  z-index: 10;
}
.p-plan-content {
  margin: 7.5em auto 7.5em;
}
.p-plan-gallery {
  margin-top: 5.625em;
  overflow: hidden;
}
.p-plan-gallery__header {
  text-align: center;
}
.p-plan-gallery__header .meta-caption {
  font-size: 112.5%;
  line-height: 1.5;
  font-family: 'DM Serif Display', serif;
  color: #776150;
}
.p-plan-gallery__header .meta-subject {
  font-size: 237.5%;
  line-height: 1.5;
  font-weight: 600;
}
.p-plan-gallery__grid {
  margin: 0 -0.78125em 0;
}
.p-plan-gallery__item {
  margin-top: 3.125em;
  padding: 0 0.78125em;
}
.p-plan-gallery__item a {
  display: block;
  position: relative;
}
.p-plan-gallery__item a::after {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("./../../nw-revercity21/images/icon-lenz.svg");
  position: absolute;
  bottom: 5px;
  right: 5px;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-plan-gallery__item a:hover::after {
  background-image: url("./../../nw-revercity21/images/icon-lenz__rev.svg");
}
.p-mv {
  padding-bottom: 4.375em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-mv::before {
  display: block;
  content: '';
  width: 100%;
  height: calc(100% - 40px);
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-mv-container {
  position: relative;
  z-index: 0;
}
.p-mv-main {
  position: relative;
}
.p-mv-media__wrap {
  position: relative;
}
.p-mv-media::before {
  width: calc(100% + 9.38vw);
}
.p-mv-media__picture {
  width: calc(100% + 9.38vw) !important;
  padding-top: 78.75%;
  display: block;
  position: relative;
}
.p-mv-media__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.p-mv-content {
  width: 100%;
  position: absolute;
  bottom: -1.875em;
  left: 0;
  z-index: -1;
}
.p-mv-content::after {
  background-color: #fff;
  display: block;
  content: '';
  width: calc(100% - 18.76%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 9.38%;
  z-index: -1;
}
.p-mv-meta {
  width: 33.33333333333333%;
  padding: 3.375em 2.5em;
}
.p-mv-meta__item {
  text-align: center;
}
.p-mv-meta__item:nth-child(n+2) {
  margin-top: 6.25em;
}
.p-mv-meta__item .meta-subject {
  padding-bottom: 0.444444444444444em;
  margin-bottom: 0.333333333333333em;
  font-size: 112.5%;
  line-height: 1.5;
  position: relative;
}
.p-mv-meta__item .meta-subject::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(119,97,80,0.3);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-mv-meta__item .meta-desc {
  font-size: 156.25%;
  line-height: 1.52;
  font-weight: 600;
}
.p-floor {
  padding-top: 9.375em;
}
.p-floor-header {
  position: relative;
}
.p-floor-header__caption {
  font-size: 112.5%;
  line-height: 1.5;
  font-family: 'DM Serif Display', serif;
  color: #776150;
}
.p-floor-header__subject {
  font-size: 237.5%;
  line-height: 1.5;
  font-weight: 600;
}
.p-floor-header__title {
  position: absolute;
  top: -3.75em;
  left: -2.5em;
}
.p-floor-image {
  text-align: center;
}
.p-floor-meta {
  margin-top: 6.25em;
  background-color: #f5f5f5;
  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;
}
.p-floor-meta__subject {
  width: 33.65384615384615%;
  font-size: 156.25%;
  line-height: 0.147286821705426;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.p-floor-meta__subject::after {
  display: block;
  content: '';
  width: 1px;
  height: 93px;
  background-color: #776150;
  position: absolute;
  top: 50%;
  right: -0.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-floor-meta__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2.375em 5.625em;
  line-height: 2;
}
.p-life-lead,
.p-current-lead,
.p-future-lead {
  position: relative;
}
.p-life-lead__meta,
.p-current-lead__meta,
.p-future-lead__meta {
  margin-top: 3.125em;
  text-align: center;
}
.p-life-lead__meta .meta-subject,
.p-current-lead__meta .meta-subject,
.p-future-lead__meta .meta-subject {
  font-size: 175%;
  line-height: 1.5;
  font-weight: 600;
}
.p-life-lead__meta .meta-subject__caption,
.p-current-lead__meta .meta-subject__caption,
.p-future-lead__meta .meta-subject__caption {
  font-size: 53.57142857142857%;
  line-height: 2;
  font-weight: 400;
  color: #776150;
  display: block;
}
.p-life-lead__meta .meta-subject__title,
.p-current-lead__meta .meta-subject__title,
.p-future-lead__meta .meta-subject__title {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.p-life-lead__meta .meta-desc,
.p-current-lead__meta .meta-desc,
.p-future-lead__meta .meta-desc {
  margin-top: 1.5em;
  line-height: 2;
}
.p-life-lead__meta .meta-desc p:nth-child(n+2),
.p-current-lead__meta .meta-desc p:nth-child(n+2),
.p-future-lead__meta .meta-desc p:nth-child(n+2) {
  margin-top: 2em;
}
.p-current {
  padding-top: 6.25em;
}
.p-current::before {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(119,97,80,0.1);
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
}
.p-current-lead__subject {
  position: absolute;
  top: 0;
  left: -7.5em;
}
.p-current-gallery {
  margin-top: 2.8125em;
  overflow: hidden;
}
.p-current-gallery__grid {
  margin: 0 -0.9375em;
}
.p-current-gallery__col {
  margin-top: 1.5625em;
  padding: 0 0.9375em;
}
.p-future {
  padding-top: 9.375em;
  padding-bottom: 4.375em;
}
.p-future::before {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(119,97,80,0.1);
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
}
.p-future-lead__subject {
  position: absolute;
  top: 0;
  left: -7.5em;
}
.p-tsukuda {
  padding: 6.25em 0 6.25em;
  background-color: #f5f5f5;
}
.p-tsukuda-header {
  text-align: center;
}
.p-tsukuda-header__caption {
  font-size: 112.5%;
  line-height: 1.5;
  font-family: 'DM Serif Display', serif;
  color: #776150;
}
.p-tsukuda-header__title {
  font-size: 237.5%;
  line-height: 1.5;
  font-weight: 600;
}
.p-history {
  margin-top: 5.625em;
  padding: 6.25em 0 5.625em;
  overflow: hidden;
  background-color: #f5f5f5;
  position: relative;
}
.p-history::before {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(119,97,80,0.1);
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
}
.p-history-item__subject img {
  margin: 0 0.75em;
}
.p-history-item:nth-child(n+2) {
  margin-top: 5em;
}
.p-history-item:nth-child(odd) .p-history-media {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-history-item:nth-child(odd) .p-history-media__picture {
  margin-left: -9.38vw;
}
.p-history-item:nth-child(odd) .p-history-meta {
  margin-right: -9.38vw;
  padding-right: 9.38vw;
  padding-left: 3.75em;
}
.p-history-item:nth-child(even) .p-history-media__picture {
  margin-right: -9.38vw;
}
.p-history-item:nth-child(even) .p-history-item__subject {
  text-align: right;
}
.p-history-item:nth-child(even) .p-history-meta {
  margin-left: -9.38vw;
  padding-left: 9.38vw;
  padding-right: 3.75em;
}
.p-history-media {
  position: relative;
}
.p-history-media::before {
  width: calc(100% + 9.38vw);
}
.p-history-media__main {
  position: relative;
}
.p-history-media__picture {
  width: calc(100% + 9.38vw) !important;
  padding-top: 57.45%;
  display: block;
  position: relative;
}
.p-history-media__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.p-history-article {
  position: relative;
  z-index: 2;
}
.p-history-meta {
  margin-top: -1.875em;
  padding-top: 3.125em;
  padding-bottom: 3.75em;
  background-color: #fff;
}
.p-history-meta .meta-subject__caption {
  font-size: 93.75%;
  line-height: 2;
  color: #776150;
  display: block;
}
.p-history-meta .meta-subject__subject {
  font-size: 175%;
  line-height: 1.5;
  font-weight: 600;
  display: block;
}
.p-history-meta .meta-desc {
  margin-top: 1.625em;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-page-table {
    border-spacing: 0;
  }
  .p-page-table.-md-block tr {
    display: block;
  }
  .p-page-table.-md-block tr:nth-child(n+2) {
    margin-top: 0.375em;
  }
  .p-page-table.-md-block th,
  .p-page-table.-md-block td {
    display: list-item;
    list-style: none;
    width: 100%;
    min-height: initial;
  }
  .p-page-table.-md-block th p + p,
  .p-page-table.-md-block td p + p {
    margin-top: 1em;
  }
  .p-page-table.-md-block th {
    padding: 1em 1em;
  }
  .p-page-table.-md-block td {
    padding: 1.125em 1em;
  }
  .p-summary-lead {
    width: 100%;
  }
  .p-summary-map__figure,
  .p-summary-facility__figure {
    margin: 3.75em -6.666666666666667vw 0;
    overflow: hidden;
  }
  .p-facility-gallery {
    margin: 3.75em 0 0;
    display: block;
  }
  .p-facility-gallery__item {
    width: 100%;
    padding: 0;
  }
  .p-outline__figure {
    margin: 3.75em -6.666666666666667vw 0;
    overflow: hidden;
  }
  .p-plan-menu__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-plan-menu__item {
    width: calc(50% - 5px);
    padding: 0.625em 1.5em;
    margin-bottom: 0.625em;
    height: auto;
  }
  .p-plan-menu__item:hover {
    background-color: transpalent;
  }
  .p-plan-menu__item:active {
    background-color: #776150;
  }
  .p-plan-header {
    margin-bottom: 0em;
  }
  .p-plan-content {
    margin: 3.5em 0;
  }
  .p-plan-item {
    position: relative;
  }
  .p-mv {
    margin-top: -2.5em;
    padding-top: 4.25em;
    background-color: #f5f5f5;
  }
  .p-mv::before {
    display: none;
  }
  .p-mv-title {
    max-width: 73.6vw;
  }
  .p-mv-container {
    padding-right: 0;
  }
  .p-mv-media__wrap {
    width: 100%;
    margin-left: 0;
  }
  .p-mv-media__picture {
    width: 100% !important;
  }
  .p-mv-content {
    width: 100%;
    position: static;
    background-color: #fff;
  }
  .p-mv-content::after {
    display: none;
  }
  .p-mv-meta {
    width: 100%;
    padding: 3.375em 5.333333333333334vw;
  }
  .p-mv-meta__item:nth-child(n+2) {
    margin-top: 3.125em;
  }
  .p-floor__figure {
    margin-top: 3.125em;
  }
  .p-floor-meta {
    padding: 2.375em 5.333333333333334vw;
    display: block;
  }
  .p-floor-meta__subject {
    padding-bottom: 1.52em;
    margin-bottom: 0.8em;
    width: 100%;
  }
  .p-floor-meta__subject::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
  }
  .p-floor-meta__desc {
    padding: 0;
  }
  .p-life-lead__meta .meta-desc,
  .p-current-lead__meta .meta-desc,
  .p-future-lead__meta .meta-desc {
    text-align: left;
  }
  .p-current-lead__subject {
    position: static;
  }
  .p-current-gallery {
    margin-top: 2.8125em;
  }
  .p-current-gallery__grid {
    margin: 0;
  }
  .p-current-gallery__col {
    padding: 0;
  }
  .p-future-lead__subject {
    position: static;
  }
  .p-history-content::before {
    height: calc(100% - 42px);
  }
  .p-history-item__subject {
    position: static;
  }
  .p-history-item__subject img {
    margin: 0;
  }
  .p-history-item:nth-child(n+2) {
    margin-top: 5em;
  }
  .p-history-item:nth-child(odd) .p-history-item__subject {
    text-align: right;
  }
  .p-history-item:nth-child(odd) .p-history-media__picture {
    margin-left: -6.666666666666667vw;
  }
  .p-history-item:nth-child(odd) .p-history-meta {
    margin-right: -6.666666666666667vw;
    margin-left: 0;
    padding: 1.5625em;
  }
  .p-history-item:nth-child(even) .p-history-item__subject {
    text-align: left;
  }
  .p-history-item:nth-child(even) .p-history-media__picture {
    margin-right: -6.666666666666667vw;
  }
  .p-history-item:nth-child(even) .p-history-meta {
    margin-left: -6.666666666666667vw;
    padding: 1.5625em;
  }
  .p-history-media {
    position: relative;
  }
  .p-history-media::before {
    width: calc(100% + 6.666666666666667vw);
  }
  .p-history-media__picture {
    width: calc(100% + 6.666666666666667vw) !important;
  }
  .p-history-meta {
    margin-top: -0.9375em;
    padding-top: 1.5625em;
    padding-bottom: 1.5625em;
  }
}
@media (max-width: 768px) {
  .p-contact-phone {
    margin-top: 1.75em;
  }
}
.u-ratio-1x1,
.u-ratio-4x3,
.u-ratio-16x9,
.u-ratio-2x3,
.u-ratio-3x2 {
  position: relative;
  width: 100%;
  display: block;
}
.u-ratio-1x1::before,
.u-ratio-4x3::before,
.u-ratio-16x9::before,
.u-ratio-2x3::before,
.u-ratio-3x2::before {
  display: block;
  content: '';
}
.u-ratio-1x1 > *,
.u-ratio-4x3 > *,
.u-ratio-16x9 > *,
.u-ratio-2x3 > *,
.u-ratio-3x2 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-ratio-1x1 img,
.u-ratio-4x3 img,
.u-ratio-16x9 img,
.u-ratio-2x3 img,
.u-ratio-3x2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.u-ratio-1x1::before {
  padding-top: 100%;
}
.u-ratio-4x3::before {
  padding-top: calc(3 / 4 * 100%);
}
.u-ratio-16x9::before {
  padding-top: calc(9 / 16 * 100%);
}
.u-ratio-3x2::before {
  padding-top: calc(2 / 3 * 100%);
}
.u-ratio-2x3::before {
  padding-top: calc(3 / 2 * 100%);
}
.u-text-blue {
  color: color-blue;
}
.u-text-orange {
  color: color-orange;
}
.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-combine {
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
}
@media (max-width: 768px) {
  .u-md-left {
    text-align: left;
  }
}
.fadeIn,
.fadeUp,
.fadeIn-left,
.fadeIn-right {
  opacity: 0;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.fadeIn.animation-delay,
.fadeUp.animation-delay,
.fadeIn-left.animation-delay,
.fadeIn-right.animation-delay {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.fadeIn-left {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.fadeIn-right {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.animated.fadeUp {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}
.animated.fadeIn-left {
  -webkit-animation-name: fadeIn-left;
          animation-name: fadeIn-left;
}
.animated.fadeIn-right {
  -webkit-animation-name: fadeIn-right;
          animation-name: fadeIn-right;
}
@media (max-width: 768px) {
  .fadeIn.animation-delay.p-gallery-picture,
  .fadeUp.animation-delay.p-gallery-picture,
  .fadeIn-left.animation-delay.p-gallery-picture,
  .fadeIn-right.animation-delay.p-gallery-picture {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeIn-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeIn-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
