@charset "UTF-8";

.en {
  font-family: Helvetica Neue;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  color: #222;
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.1429;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
  margin: 0;
}

figure {
  margin: 0;
}

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

p {
  margin: 0;
}

/* Lazyload
------------------------------------------ */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s;
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  /* 1 */
  vertical-align: inherit;
  text-decoration: inherit;
  /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  /* 5 */
  word-break: break-word;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 1 */
  line-height: 1.5;
  cursor: default;
  /* 3 */

  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 6 */
}

/* Sections
  * ========================================================================== */
/**
  * Remove the margin in all browsers (opinionated).
  */
body {
  margin: 0;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
  * 1. Add the correct sizing in Firefox.
  * 2. Show the overflow in Edge 18- and IE.
  */
hr {
  /* 1 */
  overflow: visible;
  height: 0;
  /* 2 */
}

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  padding: 0;
  list-style: none;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;
  /* 2 */
}

/* Text-level semantics
  * ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
}

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;

  -webkit-text-decoration: underline dotted;
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;
  /* 2 */
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%;
}

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

/**
  * Remove the border on images within links in IE 10-.
  */
img {
  border-style: none;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * Collapse border spacing in all browsers (opinionated).
  */
table {
  border-collapse: collapse;
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  border: 1px solid #a0a0a0;
  /* 2 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  color: inherit;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  /* 1 */
  overflow: auto;
  margin: 0;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
  * Remove the padding in IE 10-.
  */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
[type="search"] {
  /* 1 */
  outline-offset: -2px;

  -webkit-appearance: textfield;
  /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;

  -webkit-appearance: button;
  /* 2 */
}

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  padding: 1em;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  border: solid;
  background-color: white;
  color: black;
}

dialog:not([open]) {
  display: none;
}

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * 1. Remove the tapping delay in IE 10.
  * 2. Remove the tapping delay on clickable elements
       in all browsers (opinionated).
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
  * Add the correct display in IE 10-.
  */
[hidden] {
  display: none;
}

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy="true"] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes scbefore {
  0% {
    top: -46px;
  }
  25% {
    top: -46px;
  }
  50% {
    top: -46px;
  }
  100% {
    top: 0;
  }
}

@keyframes scafter {
  0% {
    top: 0;
  }
  25% {
    top: 46px;
  }
  50% {
    top: 46px;
  }
  100% {
    top: 46px;
  }
}

@keyframes tabchange {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeinFromTop {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeinFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeinFromBottom {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.index-section {
  margin: 0 auto;
  width: 85.3333%;
}

.index-section > .inner {
  padding-top: 80px;
}

.index-section .hdl-ttl {
  position: relative;
  padding-left: 26px;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
}

.index-section .hdl-ttl::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background-color: #222;
  content: "";
}

.index-section .sub-ttl {
  display: block;
  margin-top: 14px;
  padding-left: 28px;
  color: #ab965e;
  letter-spacing: 0.075em;
  font-size: 0.875rem;
  line-height: 1;
}

.over-image {
  overflow: hidden;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
}

.main-cont {
  position: relative;
  overflow: hidden;
}

.bg-section {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#section02 {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 124px 0 0;
  background: #080126;
}

#section03 {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 30vh 0 0;
  padding: 124px 0 0;
  background: #080126;
}

#bg-section01 {
  top: 0;
  padding: 124px 0 0;
  background-image: url("/public/office1/img/section-img01_sp.jpg");
}

#bg-section02 {
  top: 0;
  padding: 124px 0 0;
  background-image: url("../img/new_photos/other_23.jpg");
}

.index-header {
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0;
}

.index-header__fixed {
  z-index: 10;
  animation: fadeinFromTop 0.8s ease forwards;
}

#head-nav {
  opacity: 0;
}

#head-nav.is-active {
  animation: fadeinFromTop 1.2s ease forwards;
  animation-delay: 1.4s;
}

.kv-ttl {
  opacity: 0;
}

.kv-ttl.is-active {
  animation: fadeinFromLeft 0.8s ease forwards;
  animation-delay: 0.4s;
}

.kv-line {
  opacity: 0;
}

.kv-line.is-active {
  animation: fadeinFromLeft 0.8s ease forwards;
  animation-delay: 0.8s;
}

.kv-txt {
  opacity: 0;
}

.kv-txt.is-active {
  animation: fadeinFromLeft 0.8s ease forwards;
  animation-delay: 0.4s;
}

.datepicker {
  position: absolute;
  top: 0;
  background-color: #fff;
}

.calendar {
  position: relative;
  width: 15px;
  height: 15px;
}

.calendar::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto;
  width: 24px;
  height: 24px;
  background-image: url(/public/office1/img/icon-calendar.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.ui-datepicker {
  border: 1px solid #999;
  background-color: #fff;
}

.datepicker td,
.datepicker th {
  width: auto !important;
}

.error {
  margin-top: 16px;
  color: #e04949;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
}

input[type="text"]:required,
input[type="email"]:required,
input[type="email"]:invalid,
textarea:required {
  border: 1px solid #e04949;
  background-color: #ffd9e1;
  color: #630015;
}

.datepicker td,
.datepicker th {
  width: auto !important;
}

.sandbox-container {
  padding-left: 55px !important;
}

.cmn-footer {
  padding: 36px 0;
  background-color: #7a7a7a;
  color: #fff;
}

.cmn-footer * ul {
  padding-left: 0;
  list-style-type: none;
}

.cmn-footer * a {
  display: inline-block;
  color: #fff;
}

.cmn-footer .footer-wrapper {
  margin: 0 auto;
  max-width: 1080px;
  width: 75%;
}

.cmn-footer .footer-nav {
  margin: 0 auto;
  max-width: 840px;
  width: 59.2593%;
  text-align: center;
}

.cmn-footer .nav-list a {
  position: relative;
  display: inline-block;
  letter-spacing: 0.11em;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;
}

.cmn-footer .nav-list .item {
  line-height: 0;
}

.cmn-footer .nav-list .item + .item {
  margin-top: 20px;
}

.cmn-footer .fotter-logo {
  margin: 32px auto 0;
  width: 175px;
}

.cmn-footer .fotter-sns {
  margin: 32px auto 24px;
}

.cmn-footer .sns-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;

  justify-content: center;
}

.cmn-footer .sns-list .item {
  line-height: 0;
}

.cmn-footer .sns-list .item + .item {
  margin-left: 24px;
}

.cmn-footer .sns-list .item:nth-child(1) {
  width: 24px;
}

.cmn-footer .footer-utility {
  padding-top: 32px;
  border-top: 1px solid #fff;
  text-align: center;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1;
}

.cmn-footer .footer-utility .privacy {
  margin-right: 32px;
}

.cmn-footer .footer-utility .terms {
  margin-top: 20px;
}

.cmn-footer .footer-utility .copyright {
  margin-top: 32px;
  font-size: 0.75rem;
  line-height: 1;
}

.cmn-header {
  position: absolute;
  z-index: 10;
  width: 100%;
}

.header-pc {
  display: none;
}

.header-pc .nav-wrap {
  margin: 0 auto;
  margin-top: 32px;
  max-width: 840px;
  width: 88.8889%;
}

.header-pc .nav-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  padding-left: 0;
  list-style-type: none;

  justify-content: space-between;
}

.header-pc .nav-lists .item > .logo {
  width: 100px;
}

.header-pc .nav-lists .item > a:not([class]) {
  position: relative;
  display: inline-block;
  color: #fff;
  letter-spacing: 0.11em;
  font-weight: bold;
}

.header-sp {
  position: relative;
}

.header-sp .main-logo {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: auto;
  width: 60px;
  line-height: 0;
}

.header-sp .nav-lists {
  padding-top: 20px;
}

.header-sp .nav-lists .item img {
  width: 60px;
}

.header-sp .nav-lists .item > a {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.11em;
  font-size: 1rem;
  line-height: 1;
}

.header-sp .nav-lists .item:first-child {
  margin-bottom: 60px;
  line-height: 0;
}

.header-sp .nav-lists .item + .item {
  margin-bottom: 30px;
}

.btnSp {
  margin: 0 auto;
  max-width: 327px;
  width: 87.2%;
}

.btnSp + .btnSp {
  margin-top: 16px;
}

.btnSp.phone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  height: 54px;
  border: 2px solid #ab965e;
  border-radius: 4px;
  background-color: #fff;

  align-items: center;
  justify-content: center;
}

.btnSp.phone .items > .txt {
  position: relative;
  padding-left: 14px;
  color: #ab965e;
  letter-spacing: 0.105em;
  font-size: 1rem;
  line-height: 1;
}

.btnSp.phone .items > .txt::before {
  position: absolute;
  top: 2px;
  left: -10px;
  width: 16px;
  height: 16px;
  background-image: url(/public/office1/img/icon-phone_gold.svg);
  content: "";
}

.btnSp.phone .items > .txt.mt {
  margin-top: 6px;
}

.btnSp.phone .items > .number {
  position: relative;
  margin-top: 6px;
  color: #ab965e;
  letter-spacing: 0.105em;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1;
}

.btnSp.bg-gold > a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding-left: 76px;
  height: 52px;
  border-radius: 4px;
  background: #ab965e;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;

  align-items: center;
}

.btnSp.bg-gold > a::after {
  position: absolute;
  top: 0;
  right: 76px;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 7px;
  background-image: url(/public/office1/img/arrow-white.svg);
  content: "";
}

.cmn-subheader {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 60px;
  background-color: #222;
}

.cmn-subheader .header-pc .nav-wrap {
  margin-top: 0;
}

.cmn-subheader .header-pc .nav-lists {
  -ms-flex-align: center;
  height: 64px;

  align-items: center;
}

.cmn-subheader .header-sp {
  height: 60px;
  background-color: #222;
}

.cmn-subheader .header-sp .figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin: auto;
  width: 60px;

  align-items: center;
}

.cmn-subheader .header-sp .figure a {
  display: inline-block;
  line-height: 0;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow-y: auto;
  opacity: 0;
  transition: all 0.4s;
}

.modal__inner {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 0;
  min-height: 100%;
  width: 100%;
}

.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.modal__cont {
  position: relative;
  top: 16.6667vh;
  margin: 0 auto;
  max-width: 704px;
  width: 88%;
}

.modal__text {
  color: #000;
  text-align: center;
}

.modal.is-show {
  visibility: visible;
  opacity: 1;
}

.modal button {
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal__button {
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
}

.modal__button > span {
  position: relative;
  display: block;
}

.modal__button > span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1.5px;
  border-radius: 1.5px;
  background-color: #fff;
  content: "";
  transform: rotate(45deg);
}

.modal__button > span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1.5px;
  border-radius: 1.5px;
  background-color: #fff;
  content: "";
  transform: rotate(-45deg);
}

.nav-global {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 103;
  visibility: hidden;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease;
}

.nav-global.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease;
}

.nav-global .bg-nav {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100vh;
  background: #222;
}

.nav-global .sitename {
  position: absolute;
  position: relative;
  top: 20px;
  left: 5.5556%;
  margin: 0;
  width: 90px;
  line-height: 1;
}

.nav-global .links {
  position: absolute;
  top: 180px;
  right: 50px;
}

.nav-global .links > li {
  position: relative;
  margin: auto 0;
  list-style-type: none;
}

.nav-global .links > li:not(:last-of-type) {
  margin: 0 0 30px 0;
}

.nav-global .links > li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 7px;
  height: 2px;
  background-color: #000;
  content: "";
}

.nav-global .links a {
  display: block;
  padding: 0 0 0 19px;
  color: #000;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1rem;
  font-family: Helvetica Neue;
  line-height: 1;
}

.nav-global .links a.logo {
  position: relative;
}

.nav-global .links a.logo:before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  margin: auto;
  width: 70px;
  height: 16px;
  background-image: url(../img/title-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.nav-global .links a.logo:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 16px;
  background-image: url(../img/title-logo_hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.nav-toggle {
  position: fixed;
  top: 18px;
  right: 20px;
  z-index: 104;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}

.nav-toggle.active span:nth-child(1) {
  top: 10px;
  transform: rotate(-45deg);
}

.nav-toggle.active span:nth-child(2) {
  top: 10px;
  transform: rotate(45deg);
}

.nav-toggle.active span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}

.nav-toggle .line {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 32px;
  border-bottom: solid 1.5px #fff;
  transition: all 300ms ease;
}

.nav-toggle .line:nth-child(1) {
  top: 10px;
}

.nav-toggle .line:nth-child(2) {
  top: 20px;
}

.button {
  width: 200px;
  border: 3px solid pink;
  border-radius: 50px;
  background-color: pink;
  text-align: center;
  transition: 0.3s;
}

.button:hover {
  background-color: #fff;
  transition: 0.3s;
}

.button:hover > a {
  color: pink;
}

.button > a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.btn .bg-gold {
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1;
}

.comfirm-cont .inner {
  margin: 0 auto;
  padding: 140px 0 80px;
  width: 85.3333%;
}

.comfirm-cont .contact-ttl {
  color: #ab965e;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
}

.comfirm-cont .comfirm-form dl:first-child {
  margin-top: 48px;
}

.comfirm-cont .comfirm-form dl + dl {
  margin-top: 24px;
}

.comfirm-cont .form-row {
  padding-bottom: 20px;
  border-bottom: 1px solid #afafaf;
}

.comfirm-cont .form-row .calendar-date {
  margin-top: 24px;
  color: #afafaf;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1;
}

.comfirm-cont .form-row dt label {
  color: #afafaf;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1;
}

.comfirm-cont .form-row dd {
  margin-top: 10px;
  margin-left: 0;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.75;
}

.contact-submit {
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;

  -ms-flex-flow: column;
  flex-flow: column;
}

.contact-submit .btn {
  position: relative;
  width: 100%;
}

.contact-submit .btn + .btn {
  margin-bottom: 32px;
  margin-left: 0;
}

.contact-submit .btn.next {
  -ms-flex-order: 1;

  order: 1;
}

.contact-submit .btn.next::before {
  position: absolute;
  top: 0;
  right: 110px;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 8px;
  background-image: url(/public/office1/img/arrow-gold.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.contact-submit .btn.back {
  -ms-flex-order: 2;
  width: 100%;

  order: 2;
}

.contact-submit .btn.back::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 85px;
  margin: auto;
  width: 18px;
  height: 8px;
  background-image: url(/public/office1/img/arrow-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.contact-submit .btn input {
  height: 64px;
  outline: none;
  border: none;
  letter-spacing: 0.11em;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-submit .btn .back {
  padding-left: 50px;
  width: 100%;
  border-radius: 3px;
  background-color: #f2f4f6;
}

.contact-submit .btn .next {
  padding-right: 60px;
  width: 100%;
  border: 3px solid #ab965e;
  border-radius: 3px;
  background-color: #fff;
  color: #ab965e;
}

.index-about {
  padding-top: 30px;
}

.index-about .contents {
  margin-top: 32px;
}

.index-about .contents .txt p {
  letter-spacing: 0.04em;
  font-size: 0.875rem;
  line-height: 2;
}

.index-about .main-img {
  margin-top: 32px;
}

.index-about .sub-img {
  margin-top: 32px;
}

.index-access .access-txt > .list {
  margin-top: 40px;
  padding-left: 0;
  list-style-type: none;
}

.index-access .access-txt .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;

  align-items: flex-end;
}

.index-access .access-txt .item + .item {
  margin-top: 20px;
}

.index-access .access-txt .item:first-child {
  margin-right: 0;
}

.index-access .access-txt .item:last-child {
  padding-left: 0;
}

.index-access .access-txt .marks {
  display: inline-block;
}

.index-access .access-txt .access-mark {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 48px;
  height: 15px;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1;

  align-items: center;
  justify-content: center;
}

.index-access .access-txt .access-mark + .access-mark {
  margin-top: 4px;
}

.index-access .access-txt .access-mark.grey {
  background-color: #999;
}

.index-access .access-txt .access-mark.pink {
  background-color: #f49c9c;
}

.index-access .access-txt .txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;

  align-items: flex-end;
}

.index-access .access-txt .txt p {
  margin-left: 6px;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
}

.index-access .access-txt .txt small {
  margin-left: 6px;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
}

.index-access .access-txt .txt small > b {
  margin: 0 4px;
  color: #4ebfab;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
}

.index-access .address {
  margin-top: 36px;
}

.index-access .address p {
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
}

.index-access .address p + p {
  margin-top: 10px;
}

.index-access .address .map {
  margin-top: 16px;
}

.index-access .address .map iframe {
  width: 100%;
  height: 335px;
}

.index-access .over-image {
  margin-top: 80px;
}

.index-bnr {
  position: fixed;
  bottom: 0;
  z-index: 3;
  margin: auto;
  width: 100%;
  height: 90px;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.5s ease, bottom 0.2s ease;
}

.index-bnr__fixed {
  animation: fadeinFromBottom 0.8s ease forwards;
}

.index-bnr--footer {
  position: absolute;
  bottom: 0;
}

.index-bnr .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  height: 90px;

  justify-content: center;
}

.index-bnr .bnr-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 0 auto;
  padding-left: 0;
  max-width: 556px;
  width: 85.3333%;
  list-style-type: none;

  justify-content: center;
  align-items: center;
}

.index-bnr .btn {
  height: 40px;
}

.index-bnr .btn + .btn {
  margin-left: 13px;
}

.index-bnr .btn a {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 30px;
  width: 157px;
  height: 36px;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;

  align-items: center;
  justify-content: center;
}

.index-bnr .btn a::before {
  position: absolute;
  right: 12px;
  width: 22px;
  height: 6px;
  background-image: url(/public/office1/img/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.index-bnr .btn.bg-gold {
  border: 2px solid #ab965e;
  border-radius: 3px;
  background-color: #ab965e;
  transition: all 0.3s ease;
}

.index-bnr .btn.bg-gold a::after {
  position: absolute;
  right: 12px;
  width: 22px;
  height: 6px;
  background-image: url(/public/office1/img/arrow-gold_lg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
}

.index-bnr .btn.bg-green {
  border: 2px solid #4ebfab;
  border-radius: 3px;
  background-color: #4ebfab;
  transition: all 0.3s ease;
}

.index-bnr .btn.bg-green a::after {
  position: absolute;
  right: 12px;
  width: 22px;
  height: 6px;
  background-image: url(/public/office1/img/arrow-green_lg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
}

.index-bnr--fadeout {
  bottom: -120px;
  opacity: 0;
}

.index-bnr--hide {
  animation: hide 0.5s linear;
}

.index-contact {
  padding-bottom: 180px;
}

.index-contact.-contact2 .inner {
  padding-top: 140px;
}

.index-contact .contact-txt {
  margin-top: 32px;
}

.index-contact .contact-txt > ul {
  padding-left: 0;
  list-style-type: none;
}

.index-contact .contact-txt li {
  font-size: 0.875rem;
  line-height: 2;
}

.index-contact .contact-form {
  margin: 32px auto 0;
}

.index-contact .form-row .calendar-date {
  color: #afafaf;
  font-size: 0.875rem;
  line-height: 1;
}

.index-contact .form-row label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  font-size: 1rem;
  line-height: 1.5;

  align-items: center;
}

.index-contact .form-row dt {
  margin-top: 32px;
}

.index-contact .form-row dt .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: 12px;
  width: 49px;
  height: 26px;
  background-color: #e04949;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;

  align-items: center;
  justify-content: center;
}

.index-contact .form-row dt label {
  font-weight: bold;
}

.index-contact .form-row dd {
  margin-top: 16px;
  margin-left: 0;
}

.index-contact .form-row dd input {
  padding: 8px 0 8px 20px;
  width: 100%;
  height: 56px;
  border: none;
  background-color: #f6f6f6;
  color: #000;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
  line-height: 1.3333;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.index-contact .form-row dd input:focus {
  outline: none;
}

.index-contact .form-row dd .wrap + .wrap {
  margin-top: 16px;
}

.index-contact .form-row dd .wrap > p {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;
}

.index-contact .form-row .radio {
  display: none;
}

.index-contact .form-row .radio:checked + span::after {
  opacity: 1;
}

.index-contact .form-row .radio:checked + span::before {
  border: 2px solid #222;
  background: #222;
}

.index-contact .form-row .radio + span {
  position: relative;
}

.index-contact .form-row .radio + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 2px;
  background: #fff;
  content: "";
  transform: translateY(-50%);
}

.index-contact .form-row .radio + span::after {
  position: absolute;
  top: 50%;
  left: 3px;
  padding: 2px;
  width: 10px;
  height: 7px;
  background-image: url(/public/office1/img/icon-check.svg);
  content: "";
  opacity: 0;
  transform: translateY(-50%);
}

.index-contact .form-row select {
  padding: 10px 0 10px 20px;
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 4px;
  background-color: #f6f6f6;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
  line-height: 1.3333;
  cursor: pointer;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.index-contact .form-row select:focus {
  outline: none;
}

.index-contact .form-row .selectform {
  position: relative;
}

.index-contact .form-row .selectform::after {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  background-image: url(/public/office1/img/icon-contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.index-contact .form-row .mark {
  margin-top: 16px;
  color: #777;
  font-size: 0.75rem;
  line-height: 2;
}

.index-contact .form-row textarea {
  padding: 10px 0 10px 20px;
  width: 100%;
  height: 270px;
  border: none;
  border-radius: 4px;
  background-color: #f6f6f6;
  color: #000;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
  line-height: 1.3333;
  cursor: pointer;
  cursor: text;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.index-contact .form-row textarea:focus {
  outline: none;
}

.index-contact .flex {
  padding-left: 0;
  list-style-type: none;
}

.index-contact .flex li + li {
  margin-top: 16px;
}

.index-contact .flex .ml {
  margin-left: 24px;
}

.index-contact .submit-wrap .submit-btn {
  position: relative;
  margin: 32px auto 0;
}

.index-contact .submit-wrap .submit-btn input {
  padding-right: 50px;
  width: 100%;
  height: 64px;
  border: 3px solid #ab965e;
  border-radius: 3px;
  background-color: #fff;
  color: #ab965e;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.index-contact .submit-wrap .submit-btn input:focus {
  outline: none;
}

.index-contact .submit-wrap .submit-btn::after {
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  width: 21px;
  height: 10px;
  background-image: url(/public/office1/img/arrow-gold.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.index-contact .submit-wrap p {
  margin-top: 32px;
  font-size: 0.75rem;
  line-height: 2;
}

.index-contact .submit-wrap p > a {
  color: #ab965e;
  text-decoration: underline;
  font-weight: bold;
}

.index-floor .panel_area .gallery_ttl {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin-left: 8px;
  height: 32px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;

  align-items: center;
}

.index-floor .panel_area .gallery_ttl::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  z-index: -1;
  margin: auto;
  width: 100%;
  height: 32px;
  background-image: url(/public/office1/img/floor-bg_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.index-floor .panel_area .img {
  margin-top: 30px;
}

.index-floor .tab_wrap input[type="radio"] {
  display: none;
}

.index-floor .panel_area {
  padding-top: 56px;
}

.index-floor .tab_area {
  display: -ms-flexbox;
  display: flex;
  margin: 32px -10px -2px;
  padding-left: 0;
  list-style-type: none;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-floor .tab_area .item {
  margin: 12px 11px 0 0;
}

.index-floor .tab_area .item.active a {
  position: relative;
  border: none;
  border-radius: 3px;
  background-color: #4ebfab;
  color: #fff;
}

.index-floor .tab_area a {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100px;
  height: 28px;
  border: 1px solid #222;
  border-radius: 3px;
  background-size: cover;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;

  align-items: center;
  justify-content: center;
}

.index-floor .tab_panel {
  margin: 0 auto;
  width: 87.5%;
}

.index-plan .explain .txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 0 auto;
  margin-top: 40px;
  height: 44px;
  background-color: #999;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1;

  align-items: center;
  justify-content: center;
}

.index-plan .explain .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: baseline;
  padding: 32px 0;
  padding-left: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  list-style-type: none;

  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: baseline;
}

.index-plan .explain .item {
  width: 50%;
}

.index-plan .explain .item:nth-child(n + 3) {
  margin-top: 32px;
}

.index-plan .explain .item:nth-child(n + 4) {
  margin-top: 40px;
}

.index-plan .explain .item .inner {
  margin: 0 auto;
  width: 100%;
}

.index-plan .explain .item .inner > ul {
  margin-top: 14px;
  padding-left: 20px;
  list-style-type: disc;
}

.index-plan .explain .item .inner > ul li {
  margin-top: 6px;
  font-size: 0.75rem;
  line-height: 1.3333;
}

.index-plan .explain .item figure {
  margin: 0 auto;
}

.index-plan .explain .item:nth-child(1) figure {
  width: 34px;
}

.index-plan .explain .item:nth-child(2) figure {
  width: 41px;
}

.index-plan .explain .item:nth-child(3) figure {
  width: 31px;
}

.index-plan .explain .item:nth-child(4) figure {
  width: 34px;
}

.index-plan .explain .item:nth-child(5) figure {
  width: 55px;
}

.index-plan .explain .item:nth-child(6) figure {
  width: 34px;
}

.index-plan .explain .item > ul {
  padding-left: 20px;
  list-style-type: disc;
}

.index-plan .explain .item > ul li {
  margin-top: 6px;
  font-size: 0.75rem;
  line-height: 1;
}

.index-plan .explain .item .ttl {
  margin-top: 14px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1;
}

.index-plan .plan-price {
  margin-top: 80px;
}

.index-plan .plan-price .price-list {
  width: 100%;
}

.index-plan .plan-price .price-list tr,
.index-plan .plan-price .price-list th {
  display: block;
}

.index-plan .plan-price .price-list th {
  font-weight: normal;
}

.index-plan .plan-price .price-list thead tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  height: 52px;

  align-items: center;
}

.index-plan .plan-price .price-list thead .gold {
  -ms-flex-pack: center;
  width: 100%;
  background-color: #ab965e;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;

  justify-content: center;
}

.index-plan .plan-price .price-list thead .pink {
  position: relative;
  display: none;
  -ms-flex-pack: justify;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1;

  justify-content: space-between;
}

.index-plan .plan-price .price-list thead .pink::before {
  position: absolute;
  width: 100%;
  height: 60px;
  background-color: #bf6e4e;
  content: "";
  opacity: 0.1;
}

.index-plan .plan-price .price-list tbody tr {
  width: 100%;
}

.index-plan .plan-price .price-list tbody tr:last-child:last-child {
  border-bottom: 1px solid #ddd;
}

.index-plan .plan-price .price-list tbody .type {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 0;
  width: 100%;
  height: 36px;
  text-align: left;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.4286;

  align-items: center;
  justify-content: center;
}

.index-plan .plan-price .price-list tbody .type::before {
  position: absolute;
  width: 100%;
  height: 36px;
  background-color: #bf6e4e;
  content: "";
  opacity: 10%;
}

.index-plan .plan-price .price-list tbody .price {
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  color: #ab965e;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
}

.index-plan .plan-price .price-list tbody .price:before {
  float: left;
  margin-top: 6px;
  width: 50%;
  color: #222;
  content: attr(data-label);
  font-size: 0.75rem;
  line-height: 1;
}

.index-plan .plan-price .price-list tbody .season {
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  font-size: 0.75rem;
  line-height: 1;
}

.index-plan .plan-price .price-list tbody .season:before {
  float: left;
  width: 50%;
  content: attr(data-label);
}

.index-plan .plan-price .price-list tbody .image {
  padding: 20px 0;
  width: 100%;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
}

.index-plan .plan-price .price-list tbody .image:before {
  float: left;
  margin-top: 10px;
  width: 50%;
  content: attr(data-label);
}

.index-plan .plan-price .price-list tbody .image a {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  padding: 8px 4px 6px;
  border: 1px solid #222;
  border-radius: 3px;
  color: #222;
  font-size: 0.625rem;
  line-height: 1;

  justify-content: center;
}

.index-plan .plan-price .price-list tbody .image a .icon {
  margin-right: 4px;
  width: 16px;
  height: 12px;
  background-image: url(/public/office1/img/icon-image.svg);
  background-position: center;
  background-size: contain;
}

.index-plan .plan-price .price-list tbody td {
  display: inline-block;
  text-align: center;
}

.index-plan .plan-price .price-list tbody td::before {
  float: left;
  content: attr(data-label);
  text-align: left;
  font-weight: bold;
}

.index-plan .plan-note {
  margin-top: 32px;
}

.index-plan .plan-note > .list {
  padding-left: 0;
  list-style-type: none;
}

.index-plan .plan-note .item {
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  line-height: 2;
}

.index-plan .option-price {
  margin-top: 80px;
}

.index-plan .option-price .price-list {
  width: 100%;
}

.index-plan .option-price .price-list tr,
.index-plan .option-price .price-list th {
  display: block;
}

.index-plan .option-price .price-list th {
  font-weight: normal;
}

.index-plan .option-price .price-list thead tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  height: 52px;

  align-items: center;
}

.index-plan .option-price .price-list thead .green {
  -ms-flex-pack: center;
  width: 100%;
  background-color: #4ebfab;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;

  justify-content: center;
}

.index-plan .option-price .price-list thead .pink {
  position: relative;
  display: none;
  -ms-flex-pack: distribute;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1;

  justify-content: space-around;
}

.index-plan .option-price .price-list thead .pink::before {
  position: absolute;
  width: 100%;
  height: 60px;
  background-color: #bf6e4e;
  content: "";
  opacity: 0.1;
}

.index-plan .option-price .price-list tbody tr {
  width: 100%;
}

.index-plan .option-price .price-list tbody tr:last-child:last-child {
  border-bottom: 1px solid #ddd;
}

.index-plan .option-price .price-list tbody .type {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 0;
  width: 100%;
  height: 36px;
  text-align: left;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;

  align-items: center;
  justify-content: center;
}

.index-plan .option-price .price-list tbody .type::before {
  position: absolute;
  width: 100%;
  height: 36px;
  background-color: #bf6e4e;
  content: "";
  opacity: 10%;
}

.index-plan .option-price .price-list tbody .price {
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  color: #4ebfab;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
}

.index-plan .option-price .price-list tbody .price:before {
  float: left;
  margin-top: 6px;
  width: 50%;
  color: #222;
  content: attr(data-label);
  font-size: 0.75rem;
  line-height: 1;
}

.index-plan .option-price .price-list tbody .first {
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  font-size: 0.75rem;
  line-height: 1;
}

.index-plan .option-price .price-list tbody .first:before {
  float: left;
  width: 50%;
  content: attr(data-label);
}

.index-plan .option-price .price-list tbody .add {
  padding: 20px 0;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1;
}

.index-plan .option-price .price-list tbody .add:before {
  float: left;
  width: 50%;
  content: attr(data-label);
}

.index-plan .option-price .price-list tbody td {
  display: inline-block;
  text-align: center;
}

.index-plan .option-price .price-list tbody td .line {
  position: relative;
  display: block;
  margin-top: 6px;
}

.index-plan .option-price .price-list tbody td .line::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(50%);
  margin: auto;
  width: 56px;
  height: 1px;
  background-color: #222;
  content: "";
}

.index-plan .option-price .price-list tbody td::before {
  float: left;
  content: attr(data-label);
  text-align: left;
  font-weight: bold;
}

.index-service .service-contents > .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -ms-flex-flow: wrap;
  flex-flow: wrap;
  justify-content: space-between;
}

.index-service .item {
  margin-top: 32px;
  width: 45%;
}

.index-service .item:not(:nth-child(4n)) {
  margin-right: 0;
}

.index-service .item > dt {
  margin-top: 17px;
  letter-spacing: 0.104em;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1;
}

.index-service .item > dd {
  margin-top: 14px;
  margin-left: 0;
  font-size: 0.875rem;
  line-height: 1;
}

.index-intro {
  position: relative;
}

.index-intro::after {
  position: absolute;
  top: 0;
  right: -252px;
  width: 480px;
  height: 160px;
  background-image: url(/public/office1/img/logo_intro.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.index-intro .main-ttl {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3333;
}

.index-intro .sub {
  color: #ab965e;
  letter-spacing: 0.08em;
  font-size: 1rem;
  line-height: 1;
}

.index-intro .intro-txt {
  margin-top: 32px;
}

.index-intro .intro-txt > p {
  letter-spacing: 0.12em;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2;
}

.index-intro .intro-txt > p + p {
  margin-top: 16px;
}

.index-intro .over-image {
  margin-top: 64px;
  height: 124px;
}

.intro-advantage {
  margin-top: 52px;
}

.intro-advantage > .ttl {
  position: relative;
  padding-left: 36px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;
}

.intro-advantage > .ttl::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 1px;
  background-color: #222;
  content: "";
}

.intro-advantage > .list {
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 0;
  list-style-type: none;

  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.intro-advantage > .list > .item {
  width: 50%;
  text-align: center;
}

.intro-advantage > .list > .item:nth-child(n + 3) {
  padding-top: 30px;
}

.intro-advantage > .list > .item:nth-child(n) .circle {
  position: relative;
}

.intro-advantage > .list > .item:nth-child(n) .circle::before {
  position: absolute;
  top: 0;
  color: #bbb;
  font-size: 2.25rem;
  font-family: Helvetica Neue;
  line-height: 1;
}

.intro-advantage > .list > .item:nth-child(1) .circle::before {
  left: -14px;
  content: "01";
}

.intro-advantage > .list > .item:nth-child(2) .circle::before {
  left: -14px;
  content: "02";
}

.intro-advantage > .list > .item:nth-child(3) .circle::before {
  left: -14px;
  content: "03";
}

.intro-advantage > .list > .item:nth-child(4) .circle::before {
  left: -14px;
  content: "04";
}

.intro-advantage > .list p {
  margin-top: 14px;
  letter-spacing: 0.106em;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;
}

.intro-advantage .circle {
  position: relative;
  margin: auto;
  width: 76.5217%;
}

.intro-advantage .fig {
  position: relative;
  z-index: -1;
  color: #fff;
  text-align: center;
}

.index-kv {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 100vh;
}

.index-kv .kv-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.index-kv .kv-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: center/cover no-repeat;
  background-image: url(/public/office1/img/kv_sp.jpg);
  content: "";
}

.index-kv .kv-concept {
  margin-top: 26.7582vh;
}

.index-kv .kv-concept .main-ttl {
  width: 85.3333vw;
}

.index-kv .kv-concept .sub-ttl {
  margin-top: -30px;
  margin-left: 20px;
  width: 80.5333vw;
}

.index-kv .kv-concept .kv-line {
  position: relative;
  display: block;
}

.index-kv .kv-concept .kv-line::after {
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 195px;
  height: 1px;
  background-color: #fff;
  content: "";
}

.index-kv .kv-concept .kv-txt {
  margin-top: 12px;
  margin-left: 20px;
  width: 52vw;
}

.index-kv .kv-pop {
  position: absolute;
  bottom: 38px;
  width: 100%;
}

.index-kv .kv-pop .contents {
  position: relative;
  width: 282px;
  text-align: center;
}

.index-kv .kv-pop .contents::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: auto;
  width: 282px;
  height: 151px;
  background-color: #fff;
  content: "";
  opacity: 0.9;
}

.index-kv .kv-pop .txt {
  font-size: 0.8125rem;
  line-height: 1;
}

.index-kv .kv-pop .number {
  position: relative;
  display: inline-block;
  margin-top: 14px;
  margin-right: -30px;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1;
}

.index-kv .kv-pop .bg-gold {
  margin-top: 18px;
}

.privacy-cont .inner {
  padding-top: 140px;
  padding-bottom: 80px;
}

.privacy-cont .privacy-intro {
  margin-top: 32px;
}

.privacy-cont .privacy-intro .txt {
  letter-spacing: initial;
}

.privacy-cont .privacy-intro .txt p {
  font-size: 0.75rem;
  line-height: 2.3333;
}

.privacy-cont .privacy-intro > strong {
  display: inline-block;
  margin-top: 32px;
  font-size: 0.875rem;
  line-height: 2;
}

.privacy-cont .privacy-main .main-list {
  padding-left: 24px;
}

.privacy-cont .privacy-main .main-list > li {
  margin-top: 32px;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.7778;
}

.privacy-cont .privacy-main .txt {
  margin-top: 16px;
  margin-left: -24px;
}

.privacy-cont .privacy-main .txt p {
  font-size: 0.875rem;
  line-height: 2;
}

.privacy-cont .privacy-main .list {
  padding-left: 0;
  list-style-type: none;
}

.privacy-cont .privacy-main .list > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.875rem;
  line-height: 2;
}

.privacy-cont .privacy-main .list > li::before {
  content: "・";
}

.privacy-cont .privacy-footer {
  margin-top: 32px;
  letter-spacing: initial;
  font-size: 0.875rem;
  line-height: 2;
}

.thanks-cont .inner {
  margin: 0 auto;
  padding: 144px 0 80px;
  width: 85.3333%;
}

.thanks-cont .inner > figure {
  margin: 0 auto;
  width: 120px;
}

.thanks-cont .inner > .contact-ttl {
  margin-top: 24px;
  color: #ab965e;
  text-align: center;
  letter-spacing: 0.104em;
  font-size: 1.25rem;
  line-height: 1;
}

.thanks-cont .comfirm-form {
  margin-top: 24px;
  text-align: left;
}

.thanks-cont .comfirm-form .list {
  padding-left: 0;
  list-style-type: none;
  font-weight: bold;
}

.thanks-cont .comfirm-form .list li {
  letter-spacing: 0.11em;
}

.thanks-cont .contact-submit {
  margin: 24px auto 0;
  text-align: center;
}

.thanks-cont .contact-submit .btn .thanks {
  margin: 0 auto;
  padding-left: 40px;
  text-align: center;
}

.thanks-cont .contact-submit a {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-width: 320px;
  width: 100%;
  height: 64px;
  background-color: #f2f4f6;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;

  align-items: center;
  justify-content: center;
}

.thanks-cont .contact-submit a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 99px;
  margin: auto;
  width: 18px;
  height: 8px;
  background-image: url(/public/office1/img/arrow-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

._se {
  display: block !important;
}

._sp {
  display: block !important;
}

._pc {
  display: none !important;
}

._tablet-only {
  display: none;
}

._pc-only {
  display: none;
}

._sp-only {
  display: block;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;

  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

/* Slider */
.slider {
  overflow: hidden;
  margin-top: 48px;
}

.slider .image {
  margin: 0 4.8%;
}

.slick-list {
  margin: 0 100px;
}

.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: block;
  padding: 0;
  width: 20px;
  width: 12px;
  height: 20px;
  height: 16px;
  outline: none;
  border: none;
  background: transparent;
  background-image: url(/public/office1/img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transform: translate(0, -50%);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}

.slick-prev {
  left: 8%;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-next {
  right: 8%;
  transform: rotate(180deg);
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  padding: 5px;
  width: 20px;
  height: 20px;
  outline: none;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  height: 100%;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slider {
  overflow: hidden;
  margin-top: 48px;
}

.slider .image {
  margin: 0 4.8%;
}

.slick-list {
  margin: 0 100px;
}

.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: block;
  padding: 0;
  width: 20px;
  width: 12px;
  height: 20px;
  height: 16px;
  outline: none;
  border: none;
  background: transparent;
  background-image: url(/public/office1/img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transform: translate(0, -50%);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}

.slick-prev {
  left: 8%;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-next {
  right: 8%;
  transform: rotate(180deg);
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  padding: 5px;
  width: 20px;
  height: 20px;
  outline: none;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  height: 100%;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media print, screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
  a[href^="tel:"] {
    color: color(text);
    text-decoration: none;
    pointer-events: none;
  }
  .index-section {
    max-width: 1080px;
    width: 75%;
  }
  .index-section > .inner {
    padding-top: 180px;
  }
  .index-section .index-ttl {
    margin-left: -66px;
  }
  .index-section .hdl-ttl {
    padding-left: 66px;
    font-size: 1.875rem;
    line-height: 1;
  }
  .index-section .hdl-ttl::before {
    width: 48px;
  }
  .index-section .sub-ttl {
    margin-top: 26px;
    padding-left: 66px;
    font-size: 1.125rem;
    line-height: 1;
  }
  #section02 {
    padding: 300px 0 0;
  }
  #section03 {
    padding: 483px 0 0;
  }
  #bg-section01 {
    top: 0;
    padding: 300px 0 0;
    background-image: url("../img/new_photos/office-view2_6.jpg");
  }
  #bg-section02 {
    padding: 483px 0 0;
  }
  .error {
    font-size: 1.125rem;
    line-height: 1;
  }
  .cmn-footer {
    padding: 32px 0;
  }
  .cmn-footer .nav-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    justify-content: space-between;
  }
  .cmn-footer .nav-list a::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: "";
    transition: transform 0.3s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  .cmn-footer .nav-list a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .cmn-footer .nav-list .item + .item {
    margin-top: 0;
  }
  .cmn-footer .footer-utility {
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
  }
  .cmn-footer .footer-utility .terms {
    margin-top: 0;
  }
  .cmn-footer .footer-utility .copyright {
    margin-top: 0;
    margin-left: auto;
  }
  .header-pc {
    display: block;
  }
  .header-pc .nav-lists .item > a:not([class])::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: "";
    transition: transform 0.3s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  .header-pc .nav-lists .item > a:not([class]):hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .header-sp {
    display: none;
  }
  .btnSp.phone {
    pointer-events: none;
  }
  .cmn-subheader {
    position: static;
    height: 72px;
  }
  .cmn-subheader .header-pc .nav-lists {
    height: 72px;
  }
  .modal__cont {
    top: 16.6667vh;
    width: 48.8889%;
  }
  .nav-global .links {
    top: 22.6563vh;
    right: 19.5313vw;
  }
  .nav-global .links > li:not(:last-of-type) {
    margin: 0 0 60px 0;
  }
  .nav-global .links > li:before {
    width: 14px;
    height: 4px;
    transition: all 0.2s ease;
  }
  .nav-global .links > li:hover:before {
    transition: all 0.2s ease;
  }
  .nav-global .links a {
    padding: 0 0 0 34px;
    font-size: 2rem;
    line-height: 1;
    transition: all 0.4s ease;
  }
  .nav-global .links a:hover {
    transition: all 0.4s ease;
  }
  .nav-global .links a.logo:hover:before {
    background-color: #fdf8ed;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .nav-global .links a.logo:before {
    width: 135px;
    height: 32px;
    transition: all 0.4s ease;
  }
  .nav-global .links a.logo:after {
    width: 135px;
    height: 32px;
    transition: all 0.4s ease;
  }
  .nav-toggle {
    top: 30px;
    right: 80px;
  }
  .comfirm-cont .inner {
    padding: 100px 0 180px;
    max-width: 640px;
    width: 44.4444%;
  }
  .comfirm-cont .contact-ttl {
    font-size: 2.375rem;
    line-height: 1;
  }
  .contact-submit {
    -ms-flex-pack: justify;
    margin-top: 76px;

    justify-content: space-between;
    -ms-flex-flow: inherit;
    flex-flow: inherit;
  }
  .contact-submit .btn + .btn {
    margin-bottom: 0;
    margin-left: 30px;
  }
  .contact-submit .btn.next {
    -ms-flex-order: 2;
    width: 88.75%;

    order: 2;
  }
  .contact-submit .btn.next:hover::before {
    background-image: url(/public/office1/img/arrow-white_small.svg);
    transition: all 0.3s ease;
  }
  .contact-submit .btn.next::before {
    right: calc(90 / 320 * 100%);
    width: 21px;
    height: 10px;
  }
  .contact-submit .btn.back {
    -ms-flex-order: 1;
    width: 77.5%;

    order: 1;
  }
  .contact-submit .btn.back::before {
    left: calc(30 / 320 * 100%);
    width: 21px;
    height: 10px;
  }
  .contact-submit .btn input {
    font-size: 1rem;
    line-height: 1;
  }
  .contact-submit .btn .back {
    padding-left: 30px;
    max-width: 248px;
  }
  .contact-submit .btn .next {
    padding-right: 80px;
    max-width: 320px;
    transition: all 0.3s ease;
  }
  .contact-submit .btn .next:hover {
    background-color: #ab965e;
    color: #fff;
    transition: all 0.3s ease;
  }
  .index-about {
    padding-top: 0;
  }
  .index-about .main {
    width: 38.0556%;
  }
  .index-about .contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 52px;

    justify-content: space-between;
    align-items: center;
  }
  .index-about .sub-img {
    margin-top: 6px;
    width: 57.5%;
  }
  .index-access .access-txt > .list {
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px;
  }
  .index-access .access-txt .item + .item {
    position: relative;
    margin-top: 30px;
  }
  .index-access .access-txt .item + .item::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 44px;
    background-color: #bbb;
    content: "";
  }
  .index-access .access-txt .item:first-child {
    margin-right: 24px;
  }
  .index-access .access-txt .item:last-child {
    padding-left: 24px;
  }
  .index-access .access-txt .item:last-child .marks {
    margin-bottom: 4px;
  }
  .index-access .access-txt .access-mark {
    width: 57px;
    height: 18px;
    font-size: 0.75rem;
    line-height: 1;
  }
  .index-access .access-txt .access-mark + .access-mark {
    margin-top: 6px;
  }
  .index-access .access-txt .txt p {
    font-size: 1.75rem;
    line-height: 1;
  }
  .index-access .access-txt .txt small {
    margin-left: 10px;
    font-size: 1rem;
    line-height: 1;
  }
  .index-access .access-txt .txt small > b {
    margin: 0 6px;
    font-size: 3.5rem;
    line-height: 1;
  }
  .index-access .address {
    margin-top: 60px;
  }
  .index-access .address p {
    font-size: 1.125rem;
    line-height: 1;
  }
  .index-access .address .map iframe {
    height: 488px;
  }
  .index-access .over-image {
    margin-top: 180px;
  }
  .index-bnr .btn + .btn {
    margin-left: 120px;
  }
  .index-bnr .btn a {
    width: 218px;
    font-size: 1.125rem;
    line-height: 1;
  }
  .index-bnr .btn a::before {
    right: 24px;
    width: 26px;
    height: 7px;
  }
  .index-bnr .btn.bg-gold a::after {
    right: 24px;
    width: 26px;
    height: 7px;
  }
  .index-bnr .btn.bg-gold:hover {
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .index-bnr .btn.bg-gold:hover a {
    color: #ab965e;
  }
  .index-bnr .btn.bg-gold:hover a::after {
    opacity: 1;
  }
  .index-bnr .btn.bg-gold:hover a::before {
    opacity: 0;
  }
  .index-bnr .btn.bg-green a::after {
    right: 24px;
    width: 26px;
    height: 7px;
  }
  .index-bnr .btn.bg-green:hover {
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .index-bnr .btn.bg-green:hover a {
    color: #4ebfab;
  }
  .index-bnr .btn.bg-green:hover a::after {
    opacity: 1;
  }
  .index-bnr .btn.bg-green:hover a::before {
    opacity: 0;
  }
  .index-contact {
    padding-bottom: 180px;
  }
  .index-contact .contact-txt {
    margin-top: 50px;
  }
  .index-contact .contact-form {
    margin: 64px auto 0;
    max-width: 780px;
    width: 72.2222%;
  }
  .index-contact .form-row label {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .index-contact .form-row dt {
    margin-top: 56px;
  }
  .index-contact .form-row dt .btn {
    font-size: 1rem;
    line-height: 1;
  }
  .index-contact .form-row dd {
    margin-top: 22px;
  }
  .index-contact .form-row dd .wrap + .wrap {
    margin: 28px 0;
  }
  .index-contact .form-row dd .wrap > p {
    margin-bottom: 12px;
  }
  .index-contact .form-row dd .wrap input {
    max-width: 300px;
  }
  .index-contact .form-row .radio + span::before {
    width: 20px;
    height: 20px;
  }
  .index-contact .form-row .radio + span::after {
    left: 5px;
  }
  .index-contact .form-row textarea {
    height: 180px;
  }
  .index-contact .flex {
    display: -ms-flexbox;
    display: flex;
  }
  .index-contact .flex.hire-from {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 3.1282%;
    margin: 0 auto;
    max-width: 600px;
  }
  .index-contact .flex.hire-from li {
    min-width: 250px;
    margin-bottom: 15px;
  }
  .index-contact .flex li + li {
    margin-top: 0;
    margin-left: 5.1282%;
  }
  .index-contact .flex.hire-from li + li {
    margin-left: 0;
  }
  .index-contact .flex .ml {
    margin-left: 30px;
  }
  .index-contact .submit-wrap .submit-btn {
    margin: 76px auto 0;
    max-width: 400px;
  }
  .index-contact .submit-wrap .submit-btn:hover {
    transition: all 0.3s ease;
  }
  .index-contact .submit-wrap .submit-btn:hover input {
    background-color: #ab965e;
    color: #fff;
    transition: all 0.3s ease;
  }
  .index-contact .submit-wrap .submit-btn:hover::after {
    background-image: url(/public/office1/img/arrow-white_small.svg);
    transition: all 0.3s ease;
  }
  .index-contact .submit-wrap .submit-btn input {
    letter-spacing: 0.1em;
    font-size: 1rem;
    line-height: 1;
  }
  .index-contact .submit-wrap .submit-btn::after {
    right: 32px;
  }
  .index-contact .submit-wrap p {
    margin-top: 24px;
    text-align: center;
    font-size: 0.875rem;
    line-height: 2;
  }
  .index-floor .panel_area .gallery_ttl {
    margin-left: 16px;
    height: 44px;
    font-size: 1.125rem;
    line-height: 1;
  }
  .index-floor .panel_area .gallery_ttl::before {
    left: -16px;
    height: 44px;
  }
  .index-floor .tab_area .item {
    margin: 20px 0 0 1.6364%;
  }
  .index-floor .tab_area .item.active a::before {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #4ebfab;
    border-left: 10px solid transparent;
    content: "";
  }
  .index-floor .tab_area a {
    width: 165px;
    height: 46px;
    font-size: 1.25rem;
    line-height: 1;
  }
  .index-floor .tab_area a:hover {
    border: 1px solid #4ebfab;
    background-color: #4ebfab;
    color: #fff;
    transition: all 0.3s ease;
  }
  .index-floor .tab_panel {
    width: 64.8148%;
  }
  .index-plan .explain .txt {
    padding: 0 12px;
    max-width: 318px;
    font-size: 1rem;
    line-height: 1;
  }
  .index-plan .explain .list {
    margin-top: 24px;
    padding: 0;
  }
  .index-plan .explain .item:nth-child(n + 3) {
    margin-top: 0;
  }
  .index-plan .explain .item {
    padding: 0 10px 24px;
    width: 33%;
  }
  .index-plan .explain .item .inner {
    width: 100%;
  }
  .index-plan .explain .item .inner > ul li {
    margin-top: 10px;
  }
  .index-plan .explain .item > ul li {
    margin-top: 10px;
  }
  .index-plan .explain .item .ttl {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
  }
  .index-plan .plan-price {
    margin-top: 64px;
  }
  .index-plan .plan-price .price-list thead tr {
    height: 60px;
  }
  .index-plan .plan-price .price-list thead .gold {
    font-size: 1.5rem;
    line-height: 1;
  }
  .index-plan .plan-price .price-list thead .pink {
    display: -ms-flexbox;
    display: flex;
  }
  .index-plan .plan-price .price-list thead .pink th:nth-child(2) {
    padding-left: 60px;
  }
  .index-plan .plan-price .price-list thead .pink th:nth-child(4) {
    padding-right: 20px;
  }
  .index-plan .plan-price .price-list thead .pink:last-child {
    padding-right: 63px;
  }
  .index-plan .plan-price .price-list thead .pink .huge {
    padding-left: 32px;
  }
  .index-plan .plan-price .price-list tbody tr {
    padding: 28px 0;
    border-bottom: 1px solid #ddd;
  }
  .index-plan .plan-price .price-list tbody .type {
    display: inline-block;
    margin-left: 9px;
    width: 25%;
    height: auto;
    font-size: 1.125rem;
    line-height: 1.7778;
  }
  .index-plan .plan-price .price-list tbody .type::before {
    display: none;
  }
  .index-plan .plan-price .price-list tbody .price {
    padding: 0;
    padding-right: 7.4074%;
    width: 32%;
    border: none;
    text-align: right;
    font-size: 1.875rem;
    line-height: 1;
  }
  .index-plan .plan-price .price-list tbody .season {
    padding: 0;
    width: 17%;
    border: none;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1;
  }
  .index-plan .plan-price .price-list tbody .image {
    padding: 0;
    width: 22%;
    text-align: right;
    font-size: 0.875rem;
    line-height: 1;
  }
  .index-plan .plan-price .price-list tbody .image a {
    padding: 8px 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
  .index-plan .plan-price .price-list tbody .image a:hover {
    background-color: #222;
    color: #fff;
  }
  .index-plan .plan-price .price-list tbody .image a:hover .icon {
    background-image: url(/public/office1/img/icon-image_white.svg);
    transition: all 0.3s ease;
  }
  .index-plan .plan-price .price-list tbody .image a .icon {
    margin-right: 8px;
    width: 20px;
    height: 14px;
    transition: all 0.3s ease;
  }
  .index-plan .plan-price .price-list tbody td::before {
    display: none;
  }
  .index-plan .plan-note {
    margin-top: 16px;
  }
  .index-plan .plan-note .item {
    font-size: 0.875rem;
    line-height: 2;
  }
  .index-plan .option-price {
    margin-top: 64px;
  }
  .index-plan .option-price .price-list thead tr {
    height: 60px;
  }
  .index-plan .option-price .price-list thead .green {
    font-size: 1.5rem;
    line-height: 1;
  }
  .index-plan .option-price .price-list thead .pink {
    display: -ms-flexbox;
    display: flex;
  }
  .index-plan .option-price .price-list thead .pink th:nth-child(2) {
    padding-left: 180px;
  }
  .index-plan .option-price .price-list thead .pink th:nth-child(3) {
    padding-left: 20px;
  }
  .index-plan .option-price .price-list thead .pink th:nth-child(4) {
    padding-left: 40px;
  }
  .index-plan .option-price .price-list tbody tr {
    padding: 28px 0;
    border-bottom: 1px solid #ddd;
  }
  .index-plan .option-price .price-list tbody .type {
    display: inline-block;
    width: 25%;
    height: auto;
    font-size: 1.125rem;
    line-height: 1;
  }
  .index-plan .option-price .price-list tbody .type::before {
    display: none;
  }
  .index-plan .option-price .price-list tbody .price {
    padding: 0;
    width: 32%;
    border: none;
    text-align: center;
    font-size: 1.875rem;
    line-height: 1;
  }
  .index-plan .option-price .price-list tbody .first {
    padding: 0;
    width: 18%;
    border: none;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1;
  }
  .index-plan .option-price .price-list tbody .add {
    padding: 0;
    width: 22%;
    text-align: right;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1;
  }
  .index-plan .option-price .price-list tbody td .line.right::before {
    right: 40px;
    left: auto;
  }
  .index-plan .option-price .price-list tbody td .line::before {
    left: 0;
  }
  .index-plan .option-price .price-list tbody td::before {
    display: none;
  }
  .index-service .service-contents {
    margin: 0 auto;
    max-width: 840px;
  }
  .index-service .item {
    margin-top: 52px;
    width: 18.0952%;
  }
  .index-service .item:not(:nth-child(4n)) {
    margin-right: 3.125%;
  }
  .index-service .item > dt {
    margin-top: 30px;
    font-size: 1.25rem;
    line-height: 1;
  }
  .index-service .item > dd {
    margin-top: 20px;
  }
  .index-intro::after {
    top: 0;
    right: -870px;
    width: 1433px;
    height: 479px;
  }
  .index-intro .main-ttl {
    letter-spacing: 0.06em;
    font-size: 5rem;
    line-height: 1.3;
  }
  .index-intro .sub {
    font-size: 1.375rem;
    line-height: 1;
  }
  .index-intro .intro-txt {
    margin-top: 60px;
  }
  .index-intro .intro-txt > p {
    font-size: 1.25rem;
    line-height: 2;
  }
  .index-intro .intro-txt > p + p {
    margin-top: 16px;
  }
  .index-intro .over-image {
    margin-top: 120px;
    height: 300px;
  }
  .intro-advantage {
    margin-top: 138px;
  }
  .intro-advantage > .ttl {
    padding-left: 66px;
    font-size: 1.25rem;
    line-height: 1;
  }
  .intro-advantage > .ttl::before {
    width: 48px;
  }
  .intro-advantage > .list {
    margin-top: 60px;
  }
  .intro-advantage > .list > .item {
    width: 21.2963%;
  }
  .intro-advantage > .list > .item + .item {
    margin-left: 4.6296%;
  }
  .intro-advantage > .list > .item:nth-child(n + 3) {
    padding-top: 0;
  }
  .intro-advantage > .list > .item:nth-child(n) .circle::before {
    font-size: 3.25rem;
    line-height: 1;
  }
  .intro-advantage > .list > .item:nth-child(1) .circle::before {
    left: -20px;
  }
  .intro-advantage > .list > .item:nth-child(2) .circle::before {
    left: -20px;
  }
  .intro-advantage > .list > .item:nth-child(3) .circle::before {
    left: -24px;
  }
  .intro-advantage > .list > .item:nth-child(4) .circle::before {
    left: -20px;
  }
  .intro-advantage > .list p {
    margin-top: 12px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .intro-advantage .fig {
    width: 100%;
  }
  .index-kv .kv-bg::before {
    background-image: url(/public/office1/img/kv.jpg);
  }
  .kv-bg::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: -1;
    pointer-events: none;
  }
  .index-kv .kv-concept {
    /* margin-top: 30.719vh;
    margin-left: 12.5vw; */
  }
  .index-kv .kv-concept .main-ttl {
    margin-left: -2.0833vw;
    width: 31.9444vw;
  }
  .index-kv .kv-concept .sub-ttl {
    margin-left: 0;
    width: 26.3889vw;
  }
  .index-kv .kv-concept .kv-line::after {
    bottom: -40px;
    left: 0;
    width: 251px;
  }
  .index-kv .kv-concept .kv-txt {
    margin-top: 72px;
    margin-left: -10px;
    width: 20.2083vw;
  }
  .index-kv .kv-pop {
    right: 28px;
    bottom: 68px;
    width: auto;
  }
  .index-kv .kv-pop .number::before {
    position: absolute;
    top: 2px;
    left: -30px;
    width: 21px;
    height: 21px;
    background-image: url(/public/office1/img/icon-phone.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .index-kv .kv-pop .bg-gold > a {
    position: relative;
    display: inline-block;
    padding: 10px;
    padding-right: 30px;
    width: 218px;
    border: 2px solid #ab965e;
    border-radius: 3px;
    background-color: #ab965e;
    color: #fff;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1;
    transition: all 0.3s ease;
  }
  .index-kv .kv-pop .bg-gold > a:hover {
    background-color: #fff;
    color: #ab965e;
    transition: all 0.3s ease;
  }
  .index-kv .kv-pop .bg-gold > a:hover::after {
    background-image: url(/public/office1/img/arrow-gold_lg.svg);
  }
  .index-kv .kv-pop .bg-gold > a::after {
    position: absolute;
    top: 0;
    right: 76px;
    right: 20px;
    bottom: 0;
    margin: auto;
    width: 26px;
    height: 7px;
    background-image: url(/public/office1/img/arrow-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .privacy-cont .inner {
    padding-bottom: 180px;
  }
  .privacy-cont .privacy-intro {
    margin-top: 48px;
  }
  .privacy-cont .privacy-intro .txt p {
    font-size: 0.875rem;
    line-height: 2;
  }
  .privacy-cont .privacy-intro > strong {
    margin-top: 48px;
    font-size: 1rem;
    line-height: 1.75;
  }
  .privacy-cont .privacy-main .main-list {
    padding-left: 40px;
  }
  .privacy-cont .privacy-main .main-list > li {
    margin-top: 48px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .privacy-cont .privacy-main .txt {
    margin-top: 24px;
    margin-left: -30px;
  }
  .privacy-cont .privacy-main .txt p {
    font-size: 1rem;
    line-height: 2;
  }
  .privacy-cont .privacy-main .list > li {
    font-size: 1rem;
    line-height: 2;
  }
  .privacy-cont .privacy-footer {
    margin-top: 64px;
    margin-left: 6px;
    font-size: 1rem;
    line-height: 2;
  }
  .thanks-cont .inner {
    padding: 100px 0 180px;
    max-width: 640px;
    width: 44.4444%;
  }
  .thanks-cont .inner > figure {
    width: 184px;
  }
  .thanks-cont .inner > .contact-ttl {
    margin-top: 64px;
    font-size: 2.375rem;
    line-height: 1;
  }
  .thanks-cont .comfirm-form {
    margin-top: 40px;
  }
  .thanks-cont .contact-submit {
    margin: 76px auto 0;
  }
  .thanks-cont .contact-submit a {
    width: 320px;
  }
  .thanks-cont .contact-submit a::before {
    left: calc(74 / 320 * 100%);
    width: 21px;
    height: 10px;
  }
  .thanks-cont .contact-submit a {
    font-size: 1rem;
    line-height: 1;
  }
  ._sp {
    display: none !important;
  }
  ._pc {
    display: block !important;
  }
  .slider {
    margin-top: 64px;
  }
  .slider .image {
    margin: 0 auto;
    width: 90%;
  }
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 40px;
  }
  .slick-next {
    top: calc(50% - 10px);
  }
  .slick-prev {
    left: 8%;
  }
  .slick-next {
    right: 8%;
  }
  .slider {
    margin-top: 64px;
  }
  .slider .image {
    margin: 0 auto;
    width: 90%;
  }
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 40px;
  }
  .slick-next {
    top: calc(50% - 10px);
  }
  .slick-prev {
    left: 8%;
  }
  .slick-next {
    right: 8%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1279px) {
  .nav-global .sitename {
    top: 60px;
    left: 10.9375%;
    margin: 0;
    width: 19.375%;
  }
}

@media screen and (min-width: 1280px) {
  .nav-global .sitename {
    top: 50%;
    left: 50%;
    margin-top: -524px;
    margin-left: -500px;
    width: 248px;
    height: 108px;
  }
}

@media print, screen and (min-width: 1024px) {
  .index-plan .explain .list {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
  }
  .index-plan .explain .item + .item {
    position: relative;
  }
  .index-plan .explain .item + .item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 114px;
    background-color: #bbb;
    content: "";
  }
  ._pc-only {
    display: block;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  .index-plan .explain .item:first-child {
    margin-left: -20px;
  }
  .index-plan .explain .item:last-child {
    margin-right: -60px;
  }
}

@media print, screen and (min-width: 321px) {
  ._se {
    display: none !important;
  }
}

@media print, screen and (max-width: 1106px) {
  .index-contact .flex.hire-from {
    display: block;
    margin: 0 auto;
    max-width: 600px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  ._tablet-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  ._sp-only {
    display: none;
  }
}

.kv-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.kv-hero__headline,
.kv-hero__subheadline {
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: normal;
  font-weight: normal;
}

.kv-hero__plans {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
}

.plan {
  width: 300px;
  display: flex;
}

.plan__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  border: 3px solid #ab965e;
  padding: 16px 8px;
  border-radius: 40px;
  background-color: #11110c;
}

.plan__image {
  width: 100px;
  height: 100px;
}

.plan__price,
.plan__desc {
  font-size: 36px;
  color: #655732;
  line-height: normal;
  font-weight: normal;
}

.plan__desc,
.plan__price {
  color: #ab965e;
}

.plan__note,
.plan__price-unit {
  color: #fff;
  font-size: 14px;
}

.plan__price-unit {
  margin-left: 12px;
}

.plan__title {
  font-size: 18px;
  color: #fff;
}

.kv-hero__perks {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 56px;
}

.perk {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}

.cta-button {
  background-color: #98834b;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 500px;
  padding: 18px 20px;
  font-size: 16px;
  width: 250px;
  border: none;
  cursor: pointer;
  transition: background-color 160ms ease, box-shadow 160ms ease,
    transform 120ms ease;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  transform: translateZ(0); /* tránh blur khi scale */
  outline: none;
}

.cta-button:hover {
  background-color: #8a7843; /* hơi tối hơn #98834b để có phản hồi trực quan */
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.32);
  transform: scale(1.02);
}

/* Pressed (nhấn giữ) */
.cta-button:active {
  background-color: #7c6b3c; /* tối thêm một nấc */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
  transform: scale(0.98);
}

/* Focus (bằng bàn phím) – vòng sáng rõ ràng, đạt chuẩn a11y */
.cta-button:focus-visible {
  /* “double ring” để dễ thấy trên nền ảnh */
  box-shadow: 0 0 0 3px #ffffff, /* viền trong trắng */ 0 0 0 6px #ab965e,
    /* viền ngoài theo brand */ 0 10px 22px rgba(0, 0, 0, 0.32); /* đổ bóng như hover */
}

.phone-number {
  color: #000;
  display: inline-block;
}

/* ====== On-load animations (no JS) ====== */
/* 1) Text: trượt từ trái sang */
.kv-hero__text {
  opacity: 0;
  transform: translateX(-32px);
  animation: kv-slide-in-left 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 500ms both;
}

.kv-hero__plans .plan {
  transition: transform 240ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transform-origin: center;
  will-change: transform;
}
.kv-hero__plans .plan:hover {
  transform: scale(1.1);
  z-index: 3;
}

/* 2) Plans: mờ -> rõ (kèm stagger từng .plan) */
.kv-hero__plans .plan__inner {
  opacity: 0;
  animation: kv-fade-in 600ms ease 240ms both;
}
.kv-hero__plans .plan .plan__inner {
  opacity: 0;
  transform: translateY(12px);
  animation: kv-rise-fade 700ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.kv-hero__plans .plan:nth-child(1) .plan__inner {
  animation-delay: 320ms;
}
.kv-hero__plans .plan:nth-child(2) .plan__inner {
  animation-delay: 440ms;
}
.kv-hero__plans .plan:nth-child(3) .plan__inner {
  animation-delay: 560ms;
}

/* 3) Perks: trượt từ phải sang */
.kv-hero__perks {
  opacity: 0;
  transform: translateX(32px);
  animation: kv-slide-in-right 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 620ms
    both;
}

/* 4) CTA: trượt từ dưới lên */
.kv-hero__cta {
  opacity: 0;
  transform: translateY(24px);
  animation: kv-slide-in-up 700ms cubic-bezier(0.22, 0.61, 0.36, 1) 760ms both;
}

/* Keyframes */
@keyframes kv-slide-in-left {
  from {
    opacity: 0;
    transform: translateX(-32px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes kv-slide-in-right {
  from {
    opacity: 0;
    transform: translateX(32px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes kv-slide-in-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes kv-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes kv-rise-fade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 1024px) {
  .index-kv .kv-concept {
    margin-top: 21.7582vh;
  }

  .kv-hero {
    transform: scale(1);
  }
}
