@charset "UTF-8";
/* setting */
html,
body {
  height: auto !important;
  min-height: 100vh !important;
  overflow-y: auto !important;
}

/* mincho */
body {
  font-size: 16px;
  font-family: "ryo-text-plusn", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2em;
  color: #333;
  line-height: 2;
  font-weight: 200;
  word-break: break-all;
}

.wrap {
  overflow-x: hidden;
}

:lang(en) {
  font-family: "alternate-gothic-no-3-d", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bold {
  font-weight: bold;
}

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

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 20px;
}

.h5 {
  font-size: 18px;
}

.h6 {
  font-size: 16px;
}

.fs14 {
  font-size: 14px;
}

.fs13 {
  font-size: 13px;
}

.cap {
  font-size: 11px;
}

.ab-cap {
  position: absolute;
  font-size: 10px;
  padding: 3px;
}
.ab-cap.tr {
  top: 0;
  right: 0;
}
.ab-cap.br {
  bottom: 0;
  right: 0;
}
.ab-cap.bl {
  bottom: 0;
  left: 0;
}

.mw-1400 {
  max-width: 1400px;
}

.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-75 {
  width: 75%;
}

.w-70 {
  width: 70%;
}

.w-65 {
  width: 65%;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.ls-05 {
  letter-spacing: 0.15em;
}

.ls-1 {
  letter-spacing: 0.25em;
}

.ls-2 {
  letter-spacing: 0.5em;
}

.ls-3 {
  letter-spacing: 0.75em;
}

.ls-4 {
  letter-spacing: 1em;
}

.lh-1 {
  line-height: 1;
}

.lh-2 {
  line-height: 2;
}

.lh-3 {
  line-height: 2.5;
}

.lh-4 {
  line-height: 3;
}

.z-10 {
  z-index: 10;
}

.bb {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #bbb;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .h1 {
    font-size: 28px;
  }
  .h2 {
    font-size: 24px;
  }
  .h3 {
    font-size: 20px;
  }
  .h4 {
    font-size: 18px;
  }
  .h5 {
    font-size: 16px;
  }
  .h6 {
    font-size: 14px;
  }
  .w-80 {
    width: 100%;
  }
  .w-75 {
    width: 100%;
  }
  .w-70 {
    width: 100%;
  }
  .w-65 {
    width: 100%;
  }
  .w-60 {
    width: 100%;
  }
}
.mw1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.mw1080 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.mw960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.mw800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

a.btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

a.btn:hover {
  opacity: 0.8;
}

.alpha {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.alpha:hover {
  opacity: 0.7;
}

.custom-header {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: url(../images/common/bg01.webp) no-repeat center top;
  background-color: #854027;
  background-size: cover;
  z-index: 1000;
}
.custom-header .navbar-item img {
  max-width: 300px;
  max-height: none !important;
  height: auto;
}
.custom-header .navbar-item:hover {
  opacity: 0.7;
  background-color: transparent !important;
}

.main-container {
  padding-top: 0 !important;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.is-unique-sidebar {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 200px !important;
          flex: 0 0 200px !important;
  width: 200px !important;
  max-width: 200px !important;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  background: url(../images/common/bg04.webp) no-repeat center top;
  background-color: #592c15;
  background-size: cover;
  z-index: 5;
}

.menu-list-custom {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.menu-list-custom li {
  margin-bottom: 10px;
}

.menu-item-custom {
  display: block;
  position: relative;
  padding: 15px 10px;
  text-align: center;
  color: #dbd1cb !important;
  text-decoration: none;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-size: 14px;
}
.menu-item-custom .en,
.menu-item-custom .jp {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.menu-item-custom .en {
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
  font-family: "alternate-gothic-no-3-d", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
}
.menu-item-custom .jp {
  left: 0;
  -webkit-transform: translate(40px, -50%);
          transform: translate(40px, -50%);
  opacity: 0;
  font-size: 0.85em;
}
.menu-item-custom:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.menu-item-custom:hover .en {
  opacity: 0;
  -webkit-transform: translate(-40px, -50%);
          transform: translate(-40px, -50%);
}
.menu-item-custom:hover .jp {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.bottom-item-text {
  display: inline-block;
  color: #dbd1cb !important;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  letter-spacing: 0.15em;
}
.bottom-item-text:hover {
  opacity: 0.7;
  background-color: transparent !important;
}

.bottom-item-btn {
  border-radius: 4px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: #801a4f;
  color: #fff;
  font-size: 13px;
  margin-top: 15px;
}
.bottom-item-btn:hover {
  opacity: 0.75;
}

.menu-bottom-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.menu-bottom-list li {
  margin-bottom: 5px;
  text-align: center;
}

.main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-right: 200px !important;
}

.vds-container {
  display: block;
  height: 100vh;
  width: calc(100vw - 200px) !important;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  scrollbar-width: none;
}
.vds-container::-webkit-scrollbar {
  display: none;
}

.vds-scroll-content {
  width: 100%;
  display: block;
}

.vds-section {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.vds-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.vds-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
}

.vds-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: transparent;
}
.vds-content .title,
.vds-content .subtitle {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.sidebar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: calc(100px + 1.5rem) 1.5rem 1.5rem 1.5rem;
}

.normal-content {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  z-index: 1;
}
.normal-content section {
  clip-path: inset(0);
  position: relative;
  width: 100%;
}
.normal-content section .container {
  position: relative;
  z-index: 1;
}
.normal-content .section-01 {
  padding-top: calc(100px + 1.5rem);
  color: #e6dacd;
  min-height: 100vh;
}
.normal-content.outline {
  padding-top: 100px;
}
.normal-content.outline::before {
  content: "";
  background: url(../images/common/bg02.webp) no-repeat center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
}
.normal-content .section-02,
.normal-content .section-03 {
  min-height: 100vh;
}

.section-01::before {
  background-image: url("../images/common/bg01.webp");
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
}

.section-02::before {
  background-image: url("../images/common/bg02.webp");
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
}

.section-03::before {
  background-image: url("../images/common/bg03.webp");
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
}

.section-04::before {
  display: none;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
}

.section-01_copy {
  padding-top: calc(100px + 3.5rem);
}
.section-01_copy img {
  max-width: 300px;
}

.position_image {
  padding: 50vh 0 calc(50vh + 100px);
  position: relative;
  z-index: 1;
}

.py-20vh {
  padding: 20vh 0;
}

.pb-20vh {
  padding-bottom: 20vh;
}

.mb-20vh {
  margin-bottom: 20vh;
}

.section-info {
  background-color: #fff;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}
.section-info img {
  width: 100%;
  max-width: 600px;
}
.section-info .info-title {
  color: #58402e;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0.15em;
}
.section-info .info-area {
  border-left: 1px solid;
}

.section-02 {
  color: #58402e;
}
.section-02 .section-02_copy {
  z-index: 2;
  top: -150px;
}
.section-02 .section-02_text {
  font-size: 70px;
  line-height: 1.6;
}
.section-02 .column.is-sticky {
  position: sticky;
  top: 100px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.section-02 .shrine {
  background-color: #2f170a;
  color: #fff;
  line-height: 1.6;
}
.section-02 .shrine .name {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.section-02 .shrine span {
  margin-left: 1em;
}

.section-03 {
  color: #524641;
}
.section-03 .section-03_copy {
  z-index: 2;
  top: -150px;
}
.section-03 .section-03_copy2 {
  z-index: 2;
  top: -85px;
}
.section-03 .section-03_copy2 img {
  max-width: 70%;
}
.section-03 .section-03_text {
  font-size: 70px;
  line-height: 1.6;
}
.section-03 .section-03_access img {
  width: 80%;
}
.section-03 .column.is-sticky {
  position: sticky;
  top: 100px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.section-03 .variation {
  text-align: center;
  background-color: #e3be53;
  color: #592c15;
  padding: 0.5em;
}

.section-04 {
  background-color: #000;
  color: #fff;
}

.footer {
  background-color: #d3d3d4;
  color: #231815;
}
.footer .cap {
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.footer .logo-area img {
  width: 100%;
}

/* 1. 外枠：画面にピン留めされる固定の箱（ここが overflow: hidden ） */
.pin-scroll {
  position: relative;
  width: 100vw !important;
  height: 100vh !important;
  overflow: hidden !important;
}

/* 2. 内枠：実際に横に動くステージ（画像の親） */
.pin-scroll-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

/* 3. 画像：高さを100vhにして横幅を自由に伸ばす */
.pin-scroll-inner img {
  height: 105vh !important;
  width: auto !important;
  max-width: none !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.map .main-copy {
  position: absolute;
  top: 35vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 65%;
}
.map .image-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.map .image-scroll img {
  display: block;
  width: 100%;
  height: auto;
}

.map-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  width: 90%;
  margin-left: 0;
  margin-right: auto;
}
.map-active > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-active .map-active-left,
.map-active .map-active-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
}
.map-active .map-active-left img,
.map-active .map-active-right img {
  display: block;
  width: 100%;
  height: auto;
}
.map-active .map-active-left {
  -webkit-box-flex: 921;
      -ms-flex: 921 1 0px;
          flex: 921 1 0;
}
.map-active .map-active-right {
  -webkit-box-flex: 1283;
      -ms-flex: 1283 1 0px;
          flex: 1283 1 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.map-active .map-active-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-active .map-active-row img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}

.map-relaxed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: 0;
}
.map-relaxed > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-relaxed .map-relaxed-left,
.map-relaxed .map-relaxed-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
}
.map-relaxed .map-relaxed-left img,
.map-relaxed .map-relaxed-right img {
  display: block;
  width: 100%;
  height: auto;
}
.map-relaxed .map-relaxed-left {
  -webkit-box-flex: 919;
      -ms-flex: 919 1 0px;
          flex: 919 1 0;
}
.map-relaxed .map-relaxed-right {
  -webkit-box-flex: 1283;
      -ms-flex: 1283 1 0px;
          flex: 1283 1 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.map-relaxed .map-relaxed-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-relaxed .map-relaxed-row img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}

.outline-table {
  background: transparent;
}
.outline-table th,
.outline-table td {
  padding: 1em 1.5em;
  border: none;
  border-bottom: 1px solid rgba(88, 64, 46, 0.2);
  vertical-align: middle;
  font-size: 13px;
}
.outline-table th {
  width: 30%;
  color: #58402e;
  font-weight: 500;
  background-color: rgba(88, 64, 46, 0.05);
  white-space: nowrap;
}
.outline-table td {
  color: #231815;
  line-height: 1.8;
}

.quality .quality_copy {
  z-index: 2;
  top: -80px;
}
.quality .quality-badge {
  width: 60%;
}
.quality .quality-case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.quality .quality-case-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.quality .quality-case-icon {
  width: 17%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.quality .quality-case-text {
  font-size: 1.5rem;
  line-height: 1.6;
}
.quality .quality-case-text .quality-case-mark {
  font-size: 0.75rem;
  vertical-align: top;
}
.quality .quality-case-note {
  font-size: 0.75rem;
  margin-top: 0.75em;
}
.quality .quality-lead {
  line-height: 1.9;
}
.quality .quality-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.quality .quality-circle-img {
  width: 23%;
}
.quality .quality-circle-text {
  width: 64%;
  text-align: center;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding: 1.5em 0;
  font-size: 1rem;
  line-height: 1.6;
}
.quality .quality-guarantee-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 3rem;
}
.quality .quality-guarantee-note {
  padding: 2rem;
}
.quality .quality-guarantee-title {
  text-align: center;
  color: #fff;
  background-color: #969ba0;
  font-weight: 500;
  margin-bottom: 1.5rem;
  padding: 0.75em 0;
  font-size: 1.125rem;
}
.quality .quality-guarantee-cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
.quality .quality-guarantee-cases p {
  background-color: #fff;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.6;
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem 0.5rem;
}
.quality .quality-table {
  font-size: 0.75rem;
  width: 100%;
  min-width: 900px;
}
.quality .quality-table th,
.quality .quality-table td {
  vertical-align: middle;
  padding: 0.75em 1em;
}
.quality .quality-table th {
  background: #16273f;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.quality .quality-table td {
  line-height: 1.6;
}
.quality .quality-table .has-text-centered {
  width: 60px;
}
.quality .quality-table-head {
  background: #f4f4f4;
  text-align: center;
  width: 34px;
}
.quality .quality-table-head span {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: nowrap;
}
.quality .quality-table-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.quality .quality-table-category img {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.quality .quality-table-category p {
  font-size: 12px;
}
.quality .quality-table-category-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.quality .quality-table-category-inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.quality .quality-table-category-inner > div img {
  width: 60px;
}
.quality .quality-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quality .quality-flow .image-scroll {
  width: 100%;
}
.quality .quality-flow-step {
  width: 100%;
  background-color: #bc9c7f;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-size: 2rem;
}
.quality .quality-flow-step span {
  font-size: 1rem;
}
.quality .quality-flow-arrow {
  display: block;
  width: 24px;
  margin: 16px auto;
}
.quality .quality-failure-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.quality .quality-failure-note {
  color: #860007;
  font-size: 1rem;
}
.quality .quality-failure-note span {
  color: #231815;
  font-size: 0.75rem;
  vertical-align: top;
}
.quality .quality-applicable-bar {
  background-color: #969ba0;
  color: #fff;
  padding: 4px 0;
}
.quality .quality-applicable-bar span {
  font-size: 0.75rem;
}
.quality .quality-applicable-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.quality .quality-applicable-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - 120px) / 5);
  text-align: center;
}
.quality .quality-applicable-item img {
  height: 70px;
  width: auto;
  margin-bottom: 1em;
}
.quality .quality-applicable-item p {
  font-size: 0.75rem;
}
.quality .quality-applicable-item-label {
  background: #fff;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  font-size: 0.75rem;
}
.quality .quality-desk-title {
  text-align: center;
  border-bottom: 1px solid #231815;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5em;
}
.quality .quality-desk-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.quality .quality-desk-block img {
  width: 45%;
}
.quality .quality-desk-text {
  line-height: 1.7;
  font-size: 1rem;
}
.quality .quality-desk-text p:first-child {
  font-size: 1rem;
  margin-bottom: 1em;
}
.quality .quality-desk-text p:first-child span {
  font-size: 0.75rem;
  vertical-align: top;
}
.quality .quality-footnote {
  line-height: 1.7;
}

.zeh .zeh_copy {
  z-index: 2;
  top: -80px;
}
.zeh .zeh-double {
  width: min(500px, 50%);
}
.zeh .zeh-cert-box {
  background-color: #fff;
  padding: 3rem 4rem;
  line-height: 1.8;
}
.zeh .zeh-cert-logo {
  width: min(300px, 60%);
}
.zeh .zeh-cert-annotation {
  display: block;
  font-size: 12px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.zeh .zeh-cert-badge {
  max-width: 700px;
  margin: 0 auto;
}
.zeh .zeh-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.zeh .zeh-items img {
  width: 30%;
}
.zeh .zeh-quality-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.zeh .zeh-quality-item {
  width: 32%;
  margin-bottom: 2rem;
  text-align: center;
}
.zeh .zeh-quality-item img {
  margin-bottom: 0.75rem;
}
.zeh .zeh-quality-item p {
  font-size: 14px;
}
.zeh .zeh-img-caption {
  position: absolute;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  right: 1%;
  bottom: 2%;
}
.zeh .zeh-casbee-wrap {
  background-color: #fff;
  padding: 3rem;
}
.zeh .zeh-casbee-title {
  text-align: center;
  font-size: 20px;
  margin: 2rem auto 0.5rem;
}
.zeh .zeh-casbee-lead {
  text-align: center;
  font-size: 14px;
}
.zeh .zeh-casbee-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4%;
  max-width: 900px;
  margin: 2rem auto 0;
}
.zeh .zeh-casbee-grid > div {
  width: 46%;
}

.hamburger {
  display: none;
}

.global-nav {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .custom-header {
    height: 80px;
  }
  .navbar-brand {
    height: 80px !important;
    min-height: 80px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    width: 100% !important;
    position: relative;
    z-index: 100;
  }
  .navbar-item {
    width: 60%;
    height: 80px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    padding: 0 !important;
  }
  .navbar-item img {
    max-height: calc(80px - 10px) !important;
    display: block;
  }
  .outline-table th,
  .outline-table td {
    display: block;
    width: 100%;
    padding: 0.6em 1em;
  }
  .outline-table th {
    white-space: normal;
    border-bottom: none;
    padding-bottom: 0.2em;
  }
  .outline-table td {
    padding-top: 0;
  }
  .normal-content .section-01 {
    padding-top: calc(80px + 1.5rem);
  }
  .normal-content.outline {
    padding-top: 80px;
  }
  .section-01_copy {
    padding-top: calc(80px + 3.5rem);
  }
  .section-01_copy img {
    max-width: 50%;
  }
  .position_image {
    padding: 50vh 0;
  }
  .py-20vh {
    padding: 0;
  }
  .pb-20vh {
    padding-bottom: 10vh;
  }
  .mb-20vh {
    margin-bottom: 8vh;
  }
  .section-info img {
    width: 100%;
  }
  .section-info .info-title {
    font-size: 40px;
  }
  .section-02 .section-02_copy {
    top: -80px;
  }
  .section-02 .section-02_text {
    font-size: 28px;
  }
  .section-02 .column.is-sticky {
    position: static;
    margin-bottom: 2.5rem;
  }
  .section-03 .section-03_copy {
    top: -80px;
  }
  .section-03 .section-03_copy2 {
    position: inherit !important;
    top: 20px;
  }
  .section-03 .section-03_text {
    font-size: 28px;
  }
  .section-03 .section-03_access {
    text-align: center;
  }
  .section-03 .column.is-sticky {
    position: static;
    margin-bottom: 2.5rem;
  }
  .is-unique-sidebar {
    display: none !important;
  }
  .main-content {
    margin-right: 0 !important;
  }
  .vds-container {
    width: 100vw !important;
  }
  .map .main-copy {
    position: absolute;
    top: 18vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 65%;
  }
  .map .image-scroll img {
    width: 220vw;
    max-width: none;
  }
  .map-active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .map-active .map-active-left,
  .map-active .map-active-right {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .map-relaxed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .map-relaxed .map-relaxed-left,
  .map-relaxed .map-relaxed-right {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .quality .quality_copy {
    top: -45px;
  }
  .quality .is-size-3 {
    font-size: 1.75rem !important;
  }
  .quality .is-size-4 {
    font-size: 1.25rem !important;
  }
  .quality .quality-badge {
    width: 100%;
  }
  .quality .image-scroll img {
    width: 700px;
    max-width: none;
  }
  .quality .quality-case {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quality .quality-case .column {
    width: 100%;
  }
  .quality .quality-case-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    text-align: center;
  }
  .quality .quality-case-icon {
    width: 40%;
  }
  .quality .quality-case-text {
    font-size: 1.125rem;
  }
  .quality .quality-circle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quality .quality-circle-img {
    width: min(200px, 60%);
  }
  .quality .quality-circle-text {
    width: 100%;
  }
  .quality .quality-guarantee-title {
    font-size: 1rem;
  }
  .quality .quality-guarantee-cases {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quality .quality-guarantee-cases p {
    width: 100%;
    margin-bottom: 1rem;
  }
  .quality .quality-table-category {
    gap: 4px;
  }
  .quality .quality-table-category img {
    width: 50px;
  }
  .quality .quality-flow-step {
    font-size: 1.5rem;
  }
  .quality .quality-applicable-item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 1.5rem;
  }
  .quality .quality-desk-title {
    font-size: 1.125rem;
  }
  .quality .quality-desk-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quality .quality-desk-block img {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .zeh .zeh_copy {
    top: -45px;
  }
  .zeh .zeh-cert-box {
    padding: 2rem;
  }
  .zeh .zeh-items img {
    width: 60%;
  }
  .zeh .zeh-quality-item {
    width: 48%;
  }
  .zeh .zeh-casbee-wrap {
    padding: 2rem;
  }
  .zeh .zeh-casbee-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .zeh .zeh-casbee-grid > div {
    width: 100%;
  }
  .global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/common/bg01.webp) no-repeat center;
    background-size: cover;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .global-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 40px;
    font-size: 1.2rem;
    width: 70%;
  }
  .global-nav ul li a {
    color: #fff;
  }
  .global-nav ul li.gnav-list {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0.5em;
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
  .global-nav ul li.sub {
    font-size: 0.85rem;
  }
  .global-nav ul li .button {
    background-color: #6b1341;
    border: none;
    width: 100%;
    font-size: 1rem;
  }
  .global-nav.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .hamburger {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 600;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .hamburger span:nth-of-type(1) {
    top: 0;
  }
  .hamburger span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .hamburger span:nth-of-type(3) {
    bottom: 0;
  }
  .hamburger.is-active span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .hamburger.is-active span:nth-of-type(3) {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
}
.text-animate-box > * {
  display: block;
  opacity: 0;
}

.text-animate-box2 {
  overflow: hidden;
}

.text-animate-box2 > * {
  display: block;
}

.reveal-mask {
  overflow: hidden;
  opacity: 0;
}

.text-line {
  overflow: hidden;
}

.text-line > span {
  display: inline-block;
  will-change: transform;
  opacity: 0;
}

.text-line .char {
  display: inline-block;
  will-change: transform;
}

.text-fill-scroll {
  opacity: 0;
}

.svg-dynamic-img,
.blur-up-img {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */