@charset "UTF-8";
/* ==========================================================================
 * *	Layout
 * * ========================================================================== */
html {
  overflow-x: hidden;
}

#header div, #header p, #header a, #header ul, #header li, #header span {
  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif !important;
}

#header-nav {
  z-index: 200;
}
.l-navi {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  height: 8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  text-align: center;
  line-height: 1.1;
  width: 100%;
  background: hsla(0, 0%, 30%, 0.5);
}
.l-navi a {
  color: white;
  text-decoration: none;
}
.l-navi__logo {
  position: relative;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 14.8rem;
}
.l-navi__logo::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: -50vw;
  background: #000;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 13.7rem) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 13.7rem) 100%, 0 100%);
}
.l-navi__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
.l-navi__links a {
  position: relative;
  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;
  height: 8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-navi__links a.is-current::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.l-navi__links a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.l-sub-navi {
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
  background: rgba(195, 0, 47, 0.5);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-clip-path: polygon(0 0, calc(100% - 10rem) 0, calc(100% - 23.7rem) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 10rem) 0, calc(100% - 23.7rem) 100%, 0 100%);
  width: 100%;
  z-index: 100;
  height: 8rem;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-sub-navi:has(.is-active) {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
.l-sub-navi nav {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
.l-sub-navi nav.is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
.l-sub-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-transform: translateX(-5rem);
          transform: translateX(-5rem);
}
.l-sub-navi a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  text-decoration: none;
  height: 8rem;
}
.l-sub-navi a::after {
  position: absolute;
  content: "";
  bottom: 1.7rem;
  left: calc(50% - 1.9rem);
  width: 3.8rem;
  height: 0.3rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40.4%, white), color-stop(63.1%, white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 40.4%, white 63.1%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 40.4%, white 63.1%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-sub-navi a.is-current::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#footer-nav {
  position: relative !important;
  z-index: 3;
}
#footer-nav div, #footer-nav p, #footer-nav a, #footer-nav ul, #footer-nav li, #footer-nav span {
  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif !important;
}

#contents {
  background: url(../images/common/bg_header.png) right top no-repeat, url(../images/common/bg.png) center -20rem repeat-y;
  background-size: 36.5rem, 100% auto;
  color: white;
  padding-bottom: 20rem;
}

#contents:has(.nof-top__footer) {
  padding-bottom: 0;
  background: #151515;
}

#contents:has(.nof-hero) {
  background: url(../images/common/bg.png) center -20rem repeat-y;
  background-size: 100% auto;
}
/* ==========================================================================
 * *	Object
 * * ========================================================================== */
/* -----------------------------------------------------------------
 * *	Component
 * * ----------------------------------------------------------------- */
.nof-wrapper {
  padding-top: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16rem;
  overflow: hidden;
}
.nof-wrapper--top {
  padding-top: 10rem;
}
.nof-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  scroll-margin-top: 20rem;
  gap: 8rem;
}
.nof-section .nof-title + *,
.nof-section .nof-lead + * {
  margin-top: -8rem;
}

.nof-sub-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nof-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nof-hero img {
  width: 100%;
}
.nof-hero__text {
  position: absolute;
  bottom: 4.4rem;
  width: 107.6rem;
  font-size: 3.2rem;
  font-family: ShinGoPro-Bold, sans-serif !important;
  letter-spacing: 0.1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.nof-cover {
  text-align: center;
}
.nof-cover img {
  width: 100%;
  height: auto;
}
.nof-image {
  text-align: center;
}
.nof-image--bg {
  background: rgba(0, 0, 0, 0.8);
}

.nof-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
.nof-banners a {
  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;
  text-decoration: none;
  color: currentColor;
  gap: 1.2rem;
  font-size: 1.4rem;
  font-family: ShinGoPro-Bold, sans-serif !important;
  letter-spacing: 0.025em;
}
.nof-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  padding-inline: 10rem;
  width: 100%;
  max-width: 136.6rem;
  margin-inline: auto;
}
.nof-column.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nof-column.--ex {
  -ms-grid-columns: 1fr 38.25%;
  grid-template-columns: 1fr 38.25%;
}
.nof-column .nof-text {
  text-align: left;
}
.nof-column .nof-text__notes {
  margin-top: 2em;
}
.nof-column img {
  width: 100%;
}
.nof-column__lead {
  font-size: 2.2rem;
  line-height: 1.82;
  margin-bottom: 1em;
}
.nof-details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 3rem;
  max-width: 102.4rem;
  margin-inline: auto;
  width: 100%;
}
.nof-details__group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.nof-details__group-title {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  font-size: 2.2rem;
  font-family: ShinGoPro-Bold, sans-serif !important;
  letter-spacing: 0.1em;
  margin-bottom: 0.75em;
}
.nof-details__group-title .num {
  font-size: 1.0909090909em;
  font-family: ShinGoPro-Bold, sans-serif !important;
  margin-right: 0.25em;
}
.nof-details__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15rem 2px 1fr;
  grid-template-columns: 15rem 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 2px;
  margin-bottom: 2px;
}
.nof-details__item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.nof-details__item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.nof-details__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #333333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.25em;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: 1/-1;
  line-height: 1.23;
}
.nof-details__item-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  gap: 2px;
}
.nof-details__item-data {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #777777;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.33;
  padding: 0.6666666667em 1.25em;
  padding-right: 7.5em;
  min-height: 4.1666666667em;
}
.nof-details__item-status {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  background: rgba(241, 34, 44, 0.8);
  font-size: 0.8333333333em;
  width: 7em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nof-details__item-status.--02 {
  background: rgba(0, 153, 153, 0.8);
}
.nof-price {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nof-price__title {
  position: relative;
  margin-right: 2.4rem;
}
.nof-price__title span {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 6em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: rgba(32, 32, 32, 0.8);
  position: relative;
  z-index: 1;
}
.nof-price__title::before {
  position: absolute;
  content: "";
  background: rgba(195, 0, 47, 0.8);
  top: -3rem;
  bottom: -3rem;
  right: -1.6rem;
  left: -50vw;
  z-index: 0;
  -webkit-clip-path: polygon(0 0, calc(100% - 0rem) 0, calc(100% - 16.9rem) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 0rem) 0, calc(100% - 16.9rem) 100%, 0 100%);
}
.nof-price__num {
  font-size: 6rem;
  font-family: ShinGoPro-Bold, sans-serif !important;
}
.nof-price__dash {
  position: relative;
  font-size: 2rem;
  font-family: ShinGoPro-Bold, sans-serif !important;
  margin-left: 0.1em;
  top: 0.1em;
}
.nof-price__yen {
  position: relative;
  font-size: 3rem;
  top: 0.3em;
  font-weight: bold;
  margin-inline: 0.05em;
}
.nof-price__tax {
  position: relative;
  font-size: 1.6rem;
  top: 0.75em;
}
.nof-price-ex {
  position: relative;
  background: #333333;
  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;
  padding-block: 6rem 5.3rem;
  gap: 2.5rem;
  width: calc(100% - 20rem);
  max-width: 116.6rem;
}
.nof-price-ex:is(a) {
  color: white;
  text-decoration: none;
}
.nof-price-ex a {
  color: currentColor;
  text-decoration: none;
}
.nof-price-ex__name {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.nof-price-ex__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nof-price-ex__title {
  position: relative;
  margin-right: 2.4rem;
}
.nof-price-ex__title span {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 6.875em;
  height: 2.1875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: rgba(241, 34, 44, 0.8);
  position: relative;
  z-index: 1;
}
.nof-price-ex__num {
  font-size: 4.2rem;
  letter-spacing: 0.1em;
  font-family: ShinGoPro-Bold, sans-serif !important;
}
.nof-price-ex__tax {
  position: relative;
  font-size: 1.4rem;
  top: 0.75em;
}
.nof-price-ex__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #C3002F url(../images/common/icon_btn_arrow_red.png) calc(100% - 1rem) center no-repeat;
  background-size: 2.5rem;
  width: 66rem;
  height: 5rem;
  border-radius: 5rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.nof-section > .nof-page-navi {
  margin-bottom: -5.5rem;
}
.nof-page-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.9rem;
}
.nof-page-navi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2C2C2C;
  background: #111 url(../images/common/icon_btn_arrow_red_b.png) calc(100% - 1.5rem) center no-repeat;
  background-size: 2.5rem;
  height: 8rem;
  min-width: 23.4rem;
  padding-left: 2.6rem;
  padding-right: 4.5rem;
  color: currentColor;
  text-decoration: none;
  line-height: 1.67;
}
.nof-service-list__item {
  text-align: center;
  padding: 3rem 2rem 2rem;
}
.nof-service-list__item-title {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1.5555555556em;
}
.nof-service-list__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.nof-service-list__item li {
  position: relative;
  background: #111111;
  font-size: 1.2rem;
  padding-block: 1.5833333333em;
  letter-spacing: 0.15em;
}
.nof-service-list__item li a {
  color: currentColor;
  text-decoration: none;
}
.nof-service-list__item li a::before {
  content: "";
  position: absolute;
  inset: 0;
}
.nof-service-list__item:nth-child(1) {
  background: rgba(241, 34, 44, 0.8);
}
.nof-service-list__item:nth-child(2) {
  background: rgba(0, 153, 153, 0.8);
}
.nof-service-list__item:nth-child(3) {
  background: rgba(120, 103, 82, 0.8);
}
.nof-service-list__item:nth-child(4) {
  background: rgba(255, 153, 51, 0.8);
}
:root {
  interpolate-size: allow-keywords;
}

.nof-qa {
  position: relative;
  max-width: 102.4rem;
  width: 100%;
  margin-inline: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.nof-qa details::details-content {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  height: 0;
}
.nof-qa details[open]::details-content {
  height: auto;
  opacity: 1;
}
.nof-qa__question {
  position: relative;
  width: 100%;
  padding: 2.85rem 5rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/common/icon_accordion_plus.png) right center no-repeat;
  background-size: 3rem;
  cursor: pointer;
  line-height: 1.75;
}
[open] .nof-qa__question {
  background-image: url(../images/common/icon_accordion_minus.png);
}
.nof-qa__question::before {
  position: absolute;
  content: "Q";
  left: 0;
  top: 1.5rem;
  font-size: 3rem;
}
.nof-qa__question::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: calc(-50vw + 50%);
  right: calc(-50vw + 50%);
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.nof-qa__answer {
  position: relative;
  padding-left: 5rem;
  padding-right: 7rem;
  padding-block: 3rem;
  font-size: 1.3rem;
  line-height: 1.6923076923;
  letter-spacing: 0.1em;
}
.nof-qa__answer::before {
  position: absolute;
  content: "A";
  left: 0;
  top: 1.1rem;
  font-size: 3rem;
}
.nof-qa__answer::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: calc(-50vw + 50%);
  right: calc(-50vw + 50%);
  background: rgba(51, 51, 51, 0.8);
  z-index: -1;
}
.nof-qa__answer-contact {
  background: rgba(98, 98, 98, 0.8);
  border-radius: 1.5rem;
  line-height: 2.3076923077;
  padding: 0.85em;
  text-align: center;
  margin-top: 2rem;
}
.nof-qa__answer a {
  word-break: break-all;
}
.nof-slide-info {
  margin-top: -9rem;
  margin-left: 10rem;
  margin-right: 32rem;
}
.nof-slide-info__title {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 0.25em;
}
.nof-slide-info__text {
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 2.3076923077;
}
.nof-slide-info > div {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.nof-slide-info > div.is-show {
  display: block;
  opacity: 1;
}
.splide {
  position: relative;
}

.splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 4rem;
  padding-right: 10rem;
}

.splide__arrow {
  position: relative;
  background: rgba(195, 0, 47, 0.5);
  width: 7.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
}
.splide__arrow::after {
  position: absolute;
  content: "";
  background: url(../images/common/icon_slide_arrow.png) no-repeat;
  background-size: 7.5rem;
  inset: 0;
}
.splide__arrow--prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.splide__arrow[disabled] {
  background: rgba(0, 0, 0, 0.5);
}
.splide__arrow[disabled]::after {
  opacity: 0.3;
}
.nof-inner {
  max-width: 102.4rem;
  width: 100%;
  margin-inline: auto;
}

.nof-btn {
  position: relative;
  background: rgba(195, 0, 47, 0.5);
  border: 2px solid #C3002F;
  color: white !important;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 60rem;
  height: 4.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
.nof-btn::after {
  position: absolute;
  top: calc(50% - 2rem);
  right: 2rem;
  content: "";
  background: url(../images/common/icon_btn_arrow.png) no-repeat;
  background-size: 4rem;
  width: 4rem;
  height: 4rem;
}

.nof-back-btn {
  margin-top: 6rem;
}

.nof-back-btn {
  position: relative;
  border: 1px solid white;
  color: white !important;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 16.25em;
  height: 4.1666666667em;
  border-radius: 2.0833333333em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
.nof-back-btn::before {
  position: absolute;
  top: calc(50% - 1rem);
  left: 1rem;
  content: "";
  background: url(../images/common/icon_back_btn.png) no-repeat;
  background-size: 2rem;
  width: 2rem;
  height: 2rem;
}

.nof-more-btn {
  position: relative;
  color: white !important;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 16.25em;
  height: 4.1666666667em;
  border-radius: 2.0833333333em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  background: #C3002F;
}
.nof-more-btn::before {
  position: absolute;
  top: calc(50% - 1.25rem);
  right: 1rem;
  content: "";
  background: url(../images/common/icon_more_btn.png) no-repeat;
  background-size: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
}
.nof-more-btn--white {
  background: none;
  border: 1px solid white;
}
.nof-title {
  position: relative;
  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;
  text-align: center;
  margin-bottom: 6rem;
}
.nof-title::before {
  content: "";
  width: 10rem;
  height: 4.6rem;
  background: url(../images/common/title_icon.png) no-repeat;
  background-size: 10rem;
}
.nof-title__ja {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  margin-top: 1em;
  letter-spacing: 0.1em;
}
.nof-title__en {
  font-size: 1.4rem;
  font-family: ShinGoPro-Light, sans-serif !important;
  letter-spacing: 0.1em;
}

.nof-sub-title {
  margin-top: 2rem;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 2.2727272727em;
  background: #333333;
}
.nof-text {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2.3076923077;
  text-align: center;
}
.nof-text > p + p:not(.nof-text__notes) {
  margin-top: 2.3em;
}
.nof-text__notes {
  margin-top: 3.5em;
  font-size: 0.8461538462em;
  line-height: 2.1818181818;
}
.nof-lead {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.25em;
}
.nof-lead:has(img) {
  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;
}
.nof-table__title {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}

.nof-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  letter-spacing: 0.1em;
  max-width: 102.4rem;
  margin-inline: auto;
  font-size: 1.2rem;
}
.nof-table th.--first, .nof-table td.--first {
  position: relative;
}
.nof-table th.--first::before, .nof-table td.--first::before {
  position: absolute;
  content: "";
  background: #333;
  width: auto;
  top: 0;
  bottom: 0;
}
.nof-table th.--last, .nof-table td.--last {
  position: relative;
}
.nof-table th.--last::after, .nof-table td.--last::after {
  position: absolute;
  content: "";
  background: #333;
  width: auto;
  top: 0;
  bottom: 0;
}
.nof-table th.--first::before, .nof-table td.--first::before {
  left: calc(-50vw - 51.2rem);
  right: 100%;
}
.nof-table th.--last::after, .nof-table td.--last::after {
  right: calc(-50vw - 51.2rem);
  left: 100%;
}
.nof-table td.--first, .nof-table td.--last {
  position: relative;
}
.nof-table td.--first::before, .nof-table td.--first::after, .nof-table td.--last::before, .nof-table td.--last::after {
  background: #777777;
}
.nof-table thead tr {
  background: #333;
}
.nof-table thead th {
  text-align: center;
  vertical-align: middle;
  height: 3.16em;
}
.nof-table tbody th {
  background: #333;
  vertical-align: top;
  line-height: 1.5;
}
.nof-table tr.total td {
  background: #555;
}
.nof-table tr.total td.--first::before, .nof-table tr.total td.--first::after, .nof-table tr.total td.--last::before, .nof-table tr.total td.--last::after {
  background: #555;
}
.nof-table th,
.nof-table td {
  padding: 1.5em 1.6666666667em;
  vertical-align: middle;
  white-space: nowrap;
}
.nof-table th a,
.nof-table td a {
  color: currentColor;
}
.nof-table td {
  background: #777777;
  height: 4.1666666667em;
  line-height: 1.5;
}
.nof-table td.price {
  text-align: right;
}
.nof-table--inspection td.--last {
  background: #333;
}
.nof-table--inspection td.--last::after {
  background: #333;
}
.nof-table--exchange td.--first {
  background: rgba(195, 0, 47, 0.5);
}
.nof-table--exchange td.--first::before {
  background: rgba(195, 0, 47, 0.5);
}
.nof-table--exchange td.--last {
  background: #C3002F;
}
.nof-table--exchange td.--last::after {
  background: #C3002F;
}
.nof-table--inspection + *, .nof-table--exchange + * {
  margin-top: 0;
}
.nof-table--inspection td.--last, .nof-table--exchange td.--last {
  width: 17.4rem;
}
.nof-table-notes {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.075em;
  width: 100%;
  max-width: 102.4rem;
  margin-inline: auto;
}
.nof-table-notes > * + * {
  margin-top: 1.1em;
}
.nof-calendar__title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: -2rem;
}
.nof-calendar__column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.nof-calendar__item {
  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;
}
.nof-calendar__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 0.8rem;
  padding-bottom: 2.6rem;
}
.nof-calendar__item-month-en {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.nof-calendar__item-month-ja {
  font-size: 10rem;
  font-family: ShinGoPro-Light, sans-serif !important;
}
.nof-calendar__weekdays {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 0.4rem;
}
.nof-calendar__weekday {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nof-calendar__days {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}
.nof-calendar__day {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  aspect-ratio: 4/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nof-calendar__day--closed {
  color: #C3002F;
}
.nof-calendar__arrow {
  display: none;
}
.nof-pc-only {
  display: block;
}

span.nof-pc-only, img.nof-pc-only {
  display: inline-block;
}
.nof-sp-only {
  display: none;
}
/* -----------------------------------------------------------------
 * * 	Project
 * * ----------------------------------------------------------------- */
.nof-top__hero {
  position: relative;
  aspect-ratio: 1366/535;
}
.nof-top__hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nof-top__hero-slider .splide__track,
.nof-top__hero-slider .splide__list {
  height: 100%;
}
.nof-top__hero-slider .splide__slide {
  position: relative;
  height: 100%;
}
.nof-top__hero-slider .splide__slide picture, .nof-top__hero-slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.nof-top__hero-slider .splide__slide.is-active picture, .nof-top__hero-slider .splide__slide.is-active img,
.nof-top__hero-slider .splide__slide.is-prev picture,
.nof-top__hero-slider .splide__slide.is-prev img,
.nof-top__hero-slider .splide__slide.is-lock picture,
.nof-top__hero-slider .splide__slide.is-lock img {
  -webkit-animation: hero-zoom 10s linear forwards;
          animation: hero-zoom 10s linear forwards;
}
.nof-top__hero-texts {
  position: absolute;
  bottom: 2.5rem;
  z-index: 2;
  color: white;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.8rem;
}
.nof-top__hero-texts-en img {
  width: 116.1rem;
  height: auto;
  max-width: none;
}
.nof-top__hero-lines {
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
}
.nof-top__hero-lines img {
  width: 100%;
  height: auto;
}
.nof-top__intro-catch {
  font-size: 2.8rem;
  font-family: ShinGoPro-Bold, sans-serif !important;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
}
.nof-top__news {
  padding-top: 8rem;
  background-color: #151515;
}
.nof-top__news .nof-title::before {
  display: none;
}
.nof-top__news .nof-title__ja {
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 4.4rem;
  margin-bottom: 0.25em;
}
.nof-top__intro {
  background: url(../images/top/bg_intro.jpg) center bottom no-repeat;
  background-size: 100% auto;
  padding-top: 17rem;
  padding-bottom: 24.3rem;
  aspect-ratio: 1366/782;
}
.nof-top__about {
  background: url(../images/top/bg_about.jpg) right top, url(../images/top/bg_about_br.png) right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 49.5rem auto;
  padding-top: 27.3792093704vw;
}
.nof-top__about::before {
  position: absolute;
  top: -6.2rem;
  left: -8.8945827233vw;
  content: "";
  background: url(../images/top/bg_about_part_01.png) no-repeat;
  background-size: 54.3191800878vw;
  width: 54.3191800878vw;
  height: 25.6222547584vw;
}
.nof-top__maintenance {
  background: url(../images/top/bg_maintenace.jpg) left top, url(../images/top/bg_maintenace_bf.png) right 26.8667642753vw;
  background-repeat: no-repeat;
  background-size: 100% auto, 100% auto;
  padding-top: 27.0863836018vw;
}
.nof-top__tuneup {
  background: url(../images/top/bg_tuneup.jpg) left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 27.3792093704vw;
}
.nof-top__restored {
  background: url(../images/top/bg_restored.jpg) left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 27.3792093704vw;
}
.nof-top__skillup {
  background: url(../images/top/bg_skillup.jpg) left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 32.0644216691vw;
  margin-top: -4.4655929722vw;
}
.nof-top__overseas {
  background: url(../images/top/bg_overseas.jpg) left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 9.5168374817vw;
  margin-top: -0.5856515373vw;
}
.nof-top__overseas::before {
  position: absolute;
  bottom: -1.756954612vw;
  right: 0;
  content: "";
  background: url(../images/top/bg_overseas_part.png) no-repeat;
  background-size: 40.336749634vw;
  width: 40.336749634vw;
  height: 23.3528550512vw;
}
.nof-top__section {
  position: relative;
  padding-bottom: 12rem;
}
.nof-top__sec-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  max-width: 102.4rem;
  width: 100%;
  margin-inline: auto;
  gap: 4rem;
}
.nof-top__sec-header-title {
  position: relative;
}
.nof-top__sec-header-title > * {
  position: relative;
  z-index: 1;
}
.nof-top__sec-header-title::before {
  position: absolute;
  content: "";
  top: -2rem;
  left: -25rem;
  background: url(../images/top/title_part.png) no-repeat;
  background-size: auto 15rem;
  width: 43.7rem;
  height: 15rem;
  z-index: 0;
}
.nof-top__sec-header-title-ja {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.nof-top__sec-header-title-en {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-family: ShinGoPro-Light, sans-serif !important;
}
.nof-top__sec-header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 5.7rem;
}
.nof-top__sec-header-description {
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  line-height: 1.75;
  word-break: break-word;
}
.nof-top__sec-header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  gap: 2rem;
  margin-top: 3rem;
}
.nof-top__sec-navi {
  margin-top: 6rem;
  max-width: 102.4rem;
  width: 100%;
  margin-inline: auto;
}
.nof-top__sec-navi ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
.nof-top__btn {
  position: relative;
  z-index: 1;
  border: 1px solid #2C2C2C;
  background: #111111 url(../images/common/icon_btn_arrow_red.png) calc(100% - 1.5rem) no-repeat;
  background-size: 2.5rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.5rem;
  color: white !important;
  text-decoration: none;
  line-height: 1.14;
}
.nof-top__footer {
  padding-block: 7.5rem;
  background: url(../images/top/bg_footer.jpg) center no-repeat;
  background-size: cover;
  aspect-ratio: 1366/630;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nof-top__footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nof-top__footer-title {
  text-align: center;
  margin-bottom: 4.8rem;
}
.nof-top__footer-title-ja {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.nof-top__footer-title-en {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  font-family: ShinGoPro-Light, sans-serif !important;
  margin-top: 1em;
}
.nof-top__blog-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: 3rem;
}
.nof-top__blog-item {
  color: white !important;
  text-decoration: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10rem 1.5rem 1fr;
  grid-template-columns: 10rem 1fr;
  gap: 1.5rem;
}
.nof-top__blog-item-thumb {
  position: relative;
  z-index: 1;
  top: -1rem;
}
.nof-top__blog-item-body {
  background: #111111;
  padding-left: 6.5rem;
  margin-left: -6.5rem;
  padding-top: 0.9rem;
  padding-bottom: 1.6rem;
}
.nof-top__blog-item-date {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.nof-top__blog-item-text {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@-webkit-keyframes hero-zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes hero-zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.nof-about-facilities__slide .splide > .nof-slide-info {
  display: none;
}
.nof-about-facilities__slide .nof-slide-info__text {
  min-height: 6.9230769231em;
}
.nof-about-shop {
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 6rem;
  width: 100%;
}
.nof-about-shop__column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 30.8rem;
  grid-template-columns: 1fr 30.8rem;
  max-width: 100rem;
  width: 100%;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nof-about-shop__info dt {
  color: #C3002F;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  border-bottom: 1px solid white;
  padding-bottom: 0.7307692308em;
  margin-bottom: 0.7307692308em;
}
.nof-about-shop__info dd {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 2.2rem;
  line-height: 1.0714285714;
}
.nof-about-shop__info dd .red {
  color: #C3002F;
}
.nof-about-shop__info-notes {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1.3636363636;
}
.nof-about-access__map {
  margin-top: -2rem;
  width: 100%;
}
.nof-about-access__map iframe {
  width: 100%;
  height: 32rem;
}
.nof-about-access__images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.9rem 36.4rem;
  grid-template-columns: 1fr 36.4rem;
  -ms-grid-rows: 1fr 3.9rem 1fr;
  grid-template-rows: repeat(2, 1fr);
  max-width: 103.6rem;
  width: 100%;
  margin-inline: auto;
  text-align: right;
  gap: 3.9rem;
}
.nof-about-access__images > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.nof-about-access__images > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.nof-about-access__images > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.nof-about-access__images > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.nof-about-access__images > div:nth-child(1) {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.nof-about-access__images > div > span {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.nof-about-access__images #mapBox {
  position: relative;
}
.nof-about-access__images #mapImgBtn1 {
  width: 16.25%;
  position: absolute;
  top: 33%;
  left: 24%;
  z-index: 20;
}
.nof-about-access__images #mapImgBtn2 {
  width: 12.65625%;
  position: absolute;
  top: 50.5%;
  left: 36%;
  z-index: 25;
}
.nof-about-access__images #mapImgBtn3 {
  width: 12.8125%;
  position: absolute;
  bottom: 4.5%;
  left: 35.2%;
  z-index: 30;
}
.nof-about-access__images #mapImgBtn4 {
  width: 12.8125%;
  position: absolute;
  top: 30.5%;
  left: 5%;
  z-index: 40;
}
.nof-about-access__images #mapImgBtn1,
.nof-about-access__images #mapImgBtn2,
.nof-about-access__images #mapImgBtn3,
.nof-about-access__images #mapImgBtn4 {
  cursor: pointer;
}
.nof-about-access__images #mapImg {
  aspect-ratio: 440/437;
}
.nof-about-access__images #mapImgBtn1 {
  aspect-ratio: 52/41;
}
.nof-about-access__images #mapImgBtn2 {
  aspect-ratio: 27/23;
}
.nof-about-access__images #mapImgBtn3 {
  aspect-ratio: 82/66;
}
.nof-about-access__images #mapImgBtn4 {
  aspect-ratio: 82/65;
}
.nof-about-access__images #mapImgBtn1 a,
.nof-about-access__images #mapImgBtn2 a,
.nof-about-access__images #mapImgBtn3 a,
.nof-about-access__images #mapImgBtn4 a {
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.nof-about-access__images #mapImg {
  position: absolute;
  top: 29%;
  left: 41%;
  z-index: 5;
  width: 57%;
  overflow: hidden;
  background: left center no-repeat;
  background-size: 100%;
}
.nof-about-access__images.--en #mapImg {
  aspect-ratio: 739/780;
  left: 43.5%;
  top: 18%;
  width: 57.36%;
}
.nof-about-away .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.nof-about-away__block {
  width: 62rem;
  height: 100%;
  padding: 6rem 5rem;
  background: rgba(0, 0, 0, 0.8);
}
.nof-about-away__block-title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #C3002F;
  margin-bottom: 1.7em;
}
.nof-about-away__block-text {
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  line-height: 2;
}
.nof-about-away__block-text + .nof-about-away__block-title {
  margin-top: 2.5em;
}
.nof-about-away__block-flow {
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 2.125;
  text-align: center;
  margin-block: 2.125em;
}
.nof-about-away__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.nof-about-staff__column-item {
  width: 36.2rem;
}
.nof-about-staff__column-item-photo {
  margin-bottom: 4.7rem;
}
.nof-about-staff__column-item-photo img {
  width: 100%;
  height: auto;
}
.nof-about-staff__column-item-pos {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.nof-about-staff__column-item-name {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.nof-about-staff__column-item-text {
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 2;
}
.nof-about-staff__showcase {
  background: rgba(0, 0, 0, 0.8);
  padding-block: 8rem;
}
.nof-about-staff__showcase-item {
  max-width: 116.6rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.6rem;
}
.nof-about-staff__showcase-item-photo {
  width: 36.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nof-about-staff__showcase-item-pos {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.nof-about-staff__showcase-item-name {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.nof-about-staff__showcase-item-text {
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 2.31;
}
.nof-about-staff__slide-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;
  width: 23rem;
}
.nof-about-staff__slide-item-photo {
  margin-bottom: 4rem;
}
.nof-about-staff__slide-item-pos {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.nof-about-staff__slide-item-name {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.nof-about-blog__item {
  display: block;
  color: currentColor !important;
  text-decoration: none;
  width: 30.7rem;
}
.nof-about-blog__item.--more {
  aspect-ratio: 307/234;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #111111;
  gap: 5rem;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
.nof-about-blog__item.--more::after {
  content: "";
  background: url(../images/common/icon_btn_arrow_red.png) no-repeat;
  background-size: 2.5rem;
  width: 2.5rem;
  aspect-ratio: 1;
}
.nof-about-blog__item-photo {
  margin-bottom: 2rem;
}
.nof-about-blog__item-photo img {
  width: 100%;
  aspect-ratio: 307/234;
  -o-object-fit: cover;
     object-fit: cover;
}
.nof-about-blog__item-date {
  font-size: 1.4rem;
  font-family: ShinGoPro-Bold, sans-serif !important;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.nof-about-blog__item-title {
  font-size: 1.3rem;
  line-height: 1.8461538462;
}
@media screen and (min-width: 1125px) {
  #gsearch * {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0 !important;
  }
}
@media screen and (max-width: 1124px) {
  #header-nav .search_help {
    line-height: 1.4;
    position: absolute;
    right: 100px;
    padding-top: 17px !important;
  }
}
@media (min-width: 48.0625em) {
  .l-navi {
    -webkit-backdrop-filter: blur(30px) brightness(1.5);
            backdrop-filter: blur(30px) brightness(1.5);
  }
  .l-navi__opener {
    display: none;
  }
  .l-navi__links a::after {
    position: absolute;
    content: "";
    bottom: 1.7rem;
    left: calc(50% - 3rem);
    width: 6rem;
    height: 0.3rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(195, 0, 47, 0)), color-stop(40.4%, #c3002f), color-stop(63.1%, #c3002f), to(rgba(195, 0, 47, 0)));
    background: -webkit-linear-gradient(left, rgba(195, 0, 47, 0) 0%, #c3002f 40.4%, #c3002f 63.1%, rgba(195, 0, 47, 0) 100%);
    background: linear-gradient(to right, rgba(195, 0, 47, 0) 0%, #c3002f 40.4%, #c3002f 63.1%, rgba(195, 0, 47, 0) 100%);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-navi__links-en {
    display: none;
  }
  .l-sub-navi a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .nof-section {
    overflow: hidden;
  }
  .nof-table--wrap td {
    white-space: normal;
  }
  .nof-table-wrapper,
  .nof-table-inner {
    display: contents;
  }
  .nof-table-wrapper .splide__arrows,
  .nof-table-inner .splide__arrows {
    display: none;
  }
  .nof-top__calendar {
    width: 66rem;
  }
}
@media (max-width: 48.0525em) {
  .l-navi {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    z-index: 100;
    height: 13.3333333333vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: hsla(0, 0%, 10%, 0.8);
  }
  .l-navi.is-open .l-navi__logo {
    position: fixed;
    z-index: 100;
    top: 0;
  }
  .l-navi.is-open .l-navi__opener {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
  }
  .l-navi.is-open .l-navi__opener-open {
    opacity: 0;
  }
  .l-navi.is-open .l-navi__opener-close {
    opacity: 1;
  }
  .l-navi.is-open .l-navi__links {
    opacity: 1;
    pointer-events: auto;
  }
  .l-navi__logo {
    height: 13.3333333333vw;
    padding-left: 3.6266666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 22.6666666667vw;
  }
  .l-navi__logo img {
    height: 5.0666666667vw;
  }
  .l-navi__logo::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: -50vw;
    background: #000;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 22.6666666667vw) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 22.6666666667vw) 100%, 0 100%);
  }
  .l-navi__opener img {
    width: 21.8666666667vw;
    height: auto;
  }
  .l-navi__opener-open {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .l-navi__opener-close {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .l-navi__links {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: url(../images/common/sp/bg_menu_01.png) left top, url(../images/common/sp/bg_menu_02.png) right bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #151515;
    padding-top: 13.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .l-navi__links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-block: auto;
    gap: 0;
    width: 100%;
  }
  .l-navi__links a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 16vw;
    background: url(../images/common/sp/icon_menu.png) calc(100% - 13.3333333333vw) center no-repeat;
    background-size: 6.6666666667vw;
    width: 100%;
    padding-inline: 13.3333333333vw;
  }
  .l-navi__links a br {
    display: none;
  }
  .l-navi__links-ja {
    font-size: 3.7333333333vw;
    letter-spacing: 0.075em;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .l-navi__links-en {
    font-family: ShinGoPro-Light, sans-serif !important;
    font-size: 2.6666666667vw;
    letter-spacing: 0.1em;
  }
  .l-sub-navi {
    display: none;
    position: relative;
    z-index: 1;
    top: 0;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-clip-path: none;
            clip-path: none;
    height: auto;
    -webkit-transform: none;
            transform: none;
  }
  #contents:has(.nof-hero) .l-sub-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-sub-navi nav {
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    display: none;
  }
  .l-sub-navi nav.is-active {
    display: block;
  }
  .l-sub-navi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5333333333vw;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
  .l-sub-navi a {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: white;
    text-decoration: none;
    height: 10.6666666667vw;
    background: rgba(0, 0, 0, 0.8);
    padding-left: 5.8666666667vw;
    font-size: 3.2vw;
  }
  .l-sub-navi a::after {
    position: absolute;
    content: "";
    bottom: auto;
    left: auto;
    right: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background: url(../images/common/sp/icon_sub_menu.png) no-repeat;
    background-size: 5.3333333333vw;
    -webkit-transform: none;
            transform: none;
  }
  #contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 26.6666666667vw;
    background: url(../images/common/sp/bg.png) center -16vw repeat-y;
    background-size: 100% auto;
  }
  #contents:has(.nof-hero) .nof-wrapper {
    padding-top: 26.6666666667vw;
  }
  .nof-wrapper {
    padding-top: 13.3333333333vw;
    gap: 26.6666666667vw;
    padding-inline: 5.8666666667vw;
    max-width: 100%;
  }
  .nof-wrapper--top {
    padding-top: 0;
  }
  .nof-section {
    scroll-margin-top: 13.3333333333vw;
    gap: 10.6666666667vw;
  }
  .nof-section .nof-title + *,
  .nof-section .nof-lead + * {
    margin-top: -10.6666666667vw;
  }
  .nof-sub-section {
    gap: 10.6666666667vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .nof-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .nof-hero::after {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(195, 0, 47, 0)), color-stop(40.4%, #c3002f), color-stop(63.1%, #c3002f), to(rgba(195, 0, 47, 0)));
    background: -webkit-linear-gradient(left, rgba(195, 0, 47, 0) 0%, #c3002f 40.4%, #c3002f 63.1%, rgba(195, 0, 47, 0) 100%);
    background: linear-gradient(to right, rgba(195, 0, 47, 0) 0%, #c3002f 40.4%, #c3002f 63.1%, rgba(195, 0, 47, 0) 100%);
    left: calc(50% - 13.3333333333vw);
    width: 26.6666666667vw;
    height: 0.8vw;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nof-hero__text {
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    font-size: 5.3333333333vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 6.1333333333vw;
    background: url(../images/common/sp/bg_hero_text.png) right bottom no-repeat;
    background-size: 45.8666666667vw;
  }
  .nof-cover + .nof-section {
    margin-top: -10.6666666667vw;
  }
  .nof-banners {
    gap: 10.6666666667vw;
  }
  .nof-banners a {
    gap: 3.2vw;
    font-size: 3.4666666667vw;
  }
  .nof-banners a img {
    height: 16.2666666667vw;
  }
  .nof-banners__info {
    font-size: 2.9333333333vw;
    line-height: 1.818;
    letter-spacing: 0.1em;
  }
  .nof-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    padding: 0;
  }
  .nof-column .nof-text__notes {
    margin-top: 1em;
  }
  .nof-column__lead {
    font-size: 4.8vw;
    line-height: 1.33;
    font-family: ShinGoPro-Bold, sans-serif !important;
  }
  .nof-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
  }
  .nof-details__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
  .nof-details__group-title {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    font-size: 2.2rem;
    font-family: ShinGoPro-Bold, sans-serif !important;
    letter-spacing: 0.1em;
    margin-bottom: 0.75em;
  }
  .nof-details__group-title .num {
    font-size: 1.0909090909em;
    font-family: ShinGoPro-Bold, sans-serif !important;
    margin-right: 0.25em;
  }
  .nof-details__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
  .nof-details__item-title {
    font-size: 3.2vw;
    padding: 2.4vw 4vw;
  }
  .nof-details__item-title br {
    display: none;
  }
  .nof-details__item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
  .nof-details__item-data {
    -ms-grid-column: 2;
    grid-column: 2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #333333;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.9333333333vw;
    line-height: 1.36;
    padding: 1.0909090909em 1.3636363636em;
    padding-right: 7.5em;
  }
  .nof-price {
    height: auto;
    padding-inline: 5.8666666667vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nof-price__title {
    margin-right: 4.2666666667vw;
  }
  .nof-price__title span {
    font-size: 3.7333333333vw;
    width: 5.7142857143em;
    height: 2.1428571429em;
  }
  .nof-price__title::before {
    top: -5.3333333333vw;
    bottom: -5.3333333333vw;
    right: 2.6666666667vw;
    left: -50vw;
    z-index: 0;
    -webkit-clip-path: polygon(0 0, calc(100% - 0rem) 0, 55% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 0rem) 0, 55% 100%, 0 100%);
  }
  .nof-price__num {
    font-size: 7.4666666667vw;
  }
  .nof-price__dash {
    font-size: 3.2vw;
  }
  .nof-price__yen {
    font-size: 3.7333333333vw;
    top: 0.3em;
  }
  .nof-price__tax {
    font-size: 3.2vw;
    white-space: normal;
    margin-left: 1em;
    top: 0.5em;
  }
  .nof-price-ex {
    padding-inline: 4vw;
    width: 100%;
    margin-inline: 0;
    gap: 6.4vw;
    padding-block: 16vw;
  }
  .nof-price-ex__name {
    font-size: 3.7333333333vw;
    margin-bottom: 0.5em;
  }
  .nof-price-ex__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nof-price-ex__title {
    text-align: center;
    width: 100%;
    margin-bottom: 4vw;
  }
  .nof-price-ex__title span {
    font-size: 4.2666666667vw;
    width: 6.875em;
    height: 2em;
  }
  .nof-price-ex__num {
    font-size: 8.8vw;
    letter-spacing: 0.05em;
  }
  .nof-price-ex__tax {
    font-size: 2.6666666667vw;
    margin-inline: -0.25em;
    top: 0.5em;
  }
  .nof-price-ex__notes {
    font-size: 2.9333333333vw;
    letter-spacing: 0.1em;
  }
  .nof-price-ex__btn {
    background-size: 6.6666666667vw;
    width: 79.4666666667vw;
    height: 13.3333333333vw;
    border-radius: 13.3333333333vw;
    font-size: 3.2vw;
  }
  .nof-section > .nof-page-navi {
    margin-bottom: 0;
  }
  .nof-page-navi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5333333333vw;
  }
  .nof-page-navi a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #2C2C2C;
    background-position: calc(100% - 4.8vw) center;
    background-size: 4.8vw;
    height: 10.6666666667vw;
    padding-left: 5.8666666667vw;
    padding-right: 13.3333333333vw;
    color: currentColor;
    text-decoration: none;
    line-height: 1.67;
    font-size: 3.2vw;
  }
  .nof-service-list__item {
    padding: 8vw 8vw 5.3333333333vw;
    min-height: 86.4vw;
  }
  .nof-service-list__item-title {
    font-size: 4.8vw;
    margin-bottom: 1.45em;
  }
  .nof-service-list__item ul {
    gap: 2.6666666667vw;
  }
  .nof-service-list__item li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.2vw;
    padding-block: 0;
    height: 4.1666666667em;
    line-height: 1.5;
  }
  .nof-qa {
    width: 100%;
    gap: 0.5333333333vw;
  }
  .nof-qa__question {
    padding: 4vw 12vw;
    padding-right: 22.4vw;
    font-size: 3.2vw;
    line-height: 1.75;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(0, 0, 0, 0.8) url(../images/common/icon_accordion_plus.png) calc(100% - 5.8666666667vw) center no-repeat;
    background-size: 8vw;
    cursor: pointer;
  }
  .nof-qa__question::before {
    left: 5.3333333333vw;
    top: 2.9333333333vw;
    font-size: 4.5333333333vw;
  }
  .nof-qa__question::after {
    display: none;
  }
  .nof-qa__answer {
    padding: 4vw 12vw;
    padding-right: 5.8666666667vw;
    font-size: 2.9333333333vw;
    line-height: 1.9090909091;
  }
  .nof-qa__answer::before {
    left: 5.3333333333vw;
    top: 2.1333333333vw;
    font-size: 4.5333333333vw;
  }
  .nof-qa__answer-contact {
    margin-left: -6.6666666667vw;
  }
  .nof-slide-info {
    margin-top: 0;
    margin-left: 2.6666666667vw;
    margin-right: 0;
  }
  .nof-slide-info__title {
    font-size: 4.2666666667vw;
  }
  .nof-slide-info__text {
    font-size: 2.9333333333vw;
    letter-spacing: 0.1em;
    line-height: 1.9;
  }
  .nof-slide-info > div {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .nof-slide-info > div.is-show {
    display: block;
    opacity: 1;
  }
  .splide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.6666666667vw;
    margin-top: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .splide__arrow {
    width: 16vw;
  }
  .splide__arrow::after {
    background-size: 16vw;
  }
  .nof-btn {
    font-size: 3.2vw;
    width: 100%;
    height: auto;
    line-height: 1.4;
    padding: 4.8vw 6.9333333333vw;
    padding-right: 12vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-width: 1px;
  }
  .nof-btn::after {
    top: calc(50% - 3.2vw);
    right: 4.2666666667vw;
    background-size: 6.4vw;
    width: 6.4vw;
    height: 6.4vw;
  }
  .nof-back-btn {
    margin-top: 10.6666666667vw;
  }
  .nof-back-btn {
    font-size: 3.2vw;
  }
  .nof-back-btn::before {
    top: calc(50% - 3.3333333333vw);
    left: 2.6666666667vw;
    background-size: 6.6666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .nof-more-btn {
    font-size: 3.2vw;
    width: 100%;
    height: 4.1666666667em;
    border-radius: 2.0833333333em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: auto;
    background: #C3002F;
  }
  .nof-more-btn::before {
    position: absolute;
    top: calc(50% - 1.25rem);
    right: 1rem;
    content: "";
    background: url(../images/common/icon_more_btn.png) no-repeat;
    background-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .nof-more-btn--white {
    background: none;
    border: 1px solid white;
  }
  .nof-title {
    margin-bottom: 10.6666666667vw;
  }
  .nof-title::before {
    width: 13.3333333333vw;
    height: 6.0213333333vw;
    background-size: 13.3333333333vw;
  }
  .nof-title__ja {
    font-size: 4.8vw;
    margin-bottom: 0.5em;
    margin-top: 0.77em;
    line-height: 1.33;
  }
  .nof-title__en {
    font-size: 3.2vw;
  }
  .nof-title__en.--s {
    font-size: 2.2666666667vw;
  }
  .nof-sub-title {
    margin-top: 0;
    font-size: 3.7333333333vw;
    min-height: 2.1428571429em;
    height: auto;
    line-height: 1.4285714286;
  }
  .nof-sub-section > .nof-sub-title {
    width: 100vw;
    text-align: center;
  }
  .nof-text {
    font-size: 2.9333333333vw;
    line-height: 1.9090909091;
    text-align: left;
  }
  .nof-text.--center {
    text-align: center;
  }
  .nof-text__notes {
    font-size: 2.4vw;
    line-height: 2.3333333333;
  }
  .nof-lead {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    text-align: left;
    line-height: 1.3333333333;
    font-family: ShinGoPro-Bold, sans-serif !important;
    margin-bottom: 1em;
  }
  .nof-table--inspection td.--last, .nof-table--exchange td.--last {
    width: 23.7333333333vw;
  }
  .nof-table-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
    padding-right: 5.8666666667vw;
    max-width: 100vw;
  }
  .nof-table-wrapper .splide__arrows {
    margin: 0 -5.8666666667vw;
  }
  .nof-table-inner {
    overflow: scroll;
    width: calc(100% + 5.8666666667vw);
    padding-inline: 5.8666666667vw;
    padding-bottom: 5.8666666667vw;
    margin-bottom: -5.8666666667vw;
    position: relative;
    min-height: 64vw;
  }
  .nof-table-inner::before {
    position: absolute;
    inset: 0;
    bottom: 5.8666666667vw;
    content: "";
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
  }
  .nof-table-inner::after {
    position: absolute;
    content: "";
    top: min(50% - 24.6666666667vw, 17.3333333333vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../images/common/sp/table_swipe.png) no-repeat;
    background-size: 60.8vw;
    width: 60.8vw;
    height: 49.3333333333vw;
    z-index: 2;
  }
  .nof-table-inner.is-touched::before, .nof-table-inner.is-touched::after {
    display: none;
  }
  .nof-table {
    width: auto;
    min-width: 100%;
    max-width: none;
    margin-inline: 0;
    font-size: 3.2vw;
  }
  .nof-table th::before, .nof-table th::after, .nof-table td::before, .nof-table td::after {
    display: none !important;
  }
  .nof-table:has(.price) th,
  .nof-table:has(.price) td {
    padding: 0.8333333333em 1.6666666667em;
  }
  .nof-table:has(.price) td {
    height: auto;
  }
  .nof-table-notes {
    font-size: 2.9333333333vw;
    line-height: 1.818;
    letter-spacing: 0.1em;
  }
  .nof-calendar {
    overflow: hidden;
    width: 81.8666666667vw;
    margin-inline: auto;
  }
  .nof-calendar__column {
    width: calc(200% + 13.3333333333vw);
    gap: 13.3333333333vw;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .nof-calendar__column.is-next {
    translate: calc(-50% - 6.6666666667vw) 0;
  }
  .nof-calendar__item-header {
    position: relative;
    gap: 8vw;
    margin-bottom: 2.1333333333vw;
    padding-bottom: 4.8vw;
  }
  .nof-calendar__item-month-en {
    font-size: 3.7333333333vw;
  }
  .nof-calendar__item-month-ja {
    font-size: 26.6666666667vw;
  }
  .nof-calendar__weekdays {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 0.4rem;
  }
  .nof-calendar__weekday {
    font-size: 2.9333333333vw;
  }
  .nof-calendar__day {
    font-size: 3.7333333333vw;
  }
  .nof-calendar__arrow {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    bottom: 13.7333333333vw;
    font-size: 2.1333333333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.0666666667vw;
    letter-spacing: 0.025em;
  }
  .nof-calendar__arrow--prev {
    left: 0;
  }
  .nof-calendar__arrow--prev::before {
    content: "";
    background: url(../images/common/sp/icon_cal_arrow.png) no-repeat;
    background-size: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    rotate: 180deg;
  }
  .nof-calendar__arrow--next {
    right: 0;
  }
  .nof-calendar__arrow--next::after {
    content: "";
    background: url(../images/common/sp/icon_cal_arrow.png) no-repeat;
    background-size: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .nof-service-menu .nof-sub-title {
    width: 100%;
    margin-inline: 0;
    text-align: center;
    line-height: 1.2857142857;
    padding-block: 0.5em;
    height: auto;
  }
  .nof-service-menu .nof-table {
    width: calc(100% + 4px);
    max-width: calc(100% + 4px);
    margin-inline: -2px;
  }
  .nof-service-menu .nof-table td {
    white-space: normal;
    font-size: 2.9333333333vw;
    padding-block: 0.75em;
    height: auto;
  }
  .nof-service-menu .nof-table td.--last {
    text-align: center;
  }
  .nof-pc-only {
    display: none !important;
  }
  .nof-sp-only {
    display: block;
  }
  img.nof-sp-only, span.nof-sp-only {
    display: inline-block;
  }
  .nof-top__hero {
    aspect-ratio: 375/682;
    margin-top: -13.3333333333vw;
    overflow: hidden;
  }
  .nof-top__hero-slider {
    aspect-ratio: 375/484;
  }
  .nof-top__hero-slider .splide__slide img {
    aspect-ratio: 375/484;
    height: auto;
  }
  .nof-top__hero-texts {
    position: absolute;
    bottom: 5.0666666667vw;
    z-index: 2;
    color: white;
    left: 5.8666666667vw;
    -webkit-transform: none;
            transform: none;
    gap: 0;
  }
  .nof-top__hero-texts-ja img {
    width: 55.7333333333vw;
  }
  .nof-top__hero-texts-en img {
    width: 73.3333333333vw;
    height: auto;
    max-width: none;
  }
  .nof-top__hero-lines {
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
  }
  .nof-top__hero-lines img {
    width: 100%;
    height: auto;
  }
  .nof-top__news {
    padding-top: 10.6666666667vw;
    padding-inline: 5.8666666667vw;
  }
  .nof-top__news .nof-title__ja {
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 5.8666666667vw;
    margin-bottom: 0.25em;
  }
  .nof-top__intro {
    padding-inline: 5.8666666667vw;
    background: url(../images/top/sp/bg_intro.jpg) top no-repeat, url(../images/top/sp/bg_intro_02.jpg) bottom no-repeat;
    background-size: 100% auto;
    margin-top: -4.5333333333vw;
    padding-top: 25.8666666667vw;
    padding-bottom: 40.5333333333vw;
    aspect-ratio: auto;
  }
  .nof-top__intro-catch {
    font-size: 4.8vw;
    text-align: left;
    line-height: 1.33;
    margin-bottom: 1em;
  }
  .nof-top__about {
    background: url(../images/top/bg_about.jpg) right top, url(../images/top/bg_about_br.png) right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 49.5rem auto;
    padding-top: 40vw;
  }
  .nof-top__about::before {
    position: absolute;
    top: -2.4vw;
    left: -16.424vw;
    background-size: 56.5333333333vw;
    width: 56.5333333333vw;
    height: 26.6666666667vw;
  }
  .nof-top__maintenance {
    background: url(../images/top/bg_maintenace.jpg) left top, url(../images/top/bg_maintenace_bf.png) right 26.8667642753vw;
    background-repeat: no-repeat;
    background-size: 100% auto, 100% auto;
    padding-top: 34.6666666667vw;
  }
  .nof-top__tuneup {
    background: url(../images/top/bg_tuneup.jpg) left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 27.3792093704vw;
  }
  .nof-top__restored {
    background: url(../images/top/bg_restored.jpg) left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 27.3792093704vw;
  }
  .nof-top__skillup {
    background: url(../images/top/bg_skillup.jpg) left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 32.0644216691vw;
    margin-top: -4.4655929722vw;
  }
  .nof-top__overseas {
    background: #000000 url(../images/top/sp/bg_overseas.jpg) center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 9.5168374817vw;
    margin-top: -0.5856515373vw;
  }
  .nof-top__overseas::before {
    position: absolute;
    bottom: -1.756954612vw;
    right: 0;
    content: "";
    background: url(../images/top/bg_overseas_part.png) no-repeat;
    background-size: 40.336749634vw;
    width: 40.336749634vw;
    height: 23.3528550512vw;
  }
  .nof-top__section {
    padding-bottom: 26.6666666667vw;
  }
  .nof-top__sec-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    padding-inline: 5.8666666667vw;
    gap: 8vw;
  }
  .nof-top__sec-header-title::before {
    position: absolute;
    content: "";
    top: -2.6666666667vw;
    left: -16vw;
    background: url(../images/top/title_part.png) no-repeat;
    background-size: auto 13.3333333333vw;
    width: 38.9333333333vw;
    height: 13.3333333333vw;
    z-index: 0;
  }
  .nof-top__sec-header-title-ja {
    font-size: 6.4vw;
  }
  .nof-top__sec-header-title-en {
    font-size: 2.6666666667vw;
  }
  .nof-top__sec-header-text {
    padding-right: 0;
  }
  .nof-top__sec-header-description {
    font-size: 2.9333333333vw;
    letter-spacing: 0.1em;
    line-height: 1.9;
  }
  .nof-top__sec-header-buttons {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.9333333333vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.9333333333vw;
    margin-top: 8vw;
  }
  .nof-top__sec-navi {
    margin-top: 10.6666666667vw;
    padding-inline: 5.8666666667vw;
  }
  .nof-top__sec-navi ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 2.6666666667vw;
  }
  .nof-top__btn {
    background: #111111 url(../images/common/icon_btn_arrow_red.png) calc(100% - 4vw) no-repeat;
    background-size: 6.6666666667vw;
    height: 13.3333333333vw;
    padding-left: 6.6666666667vw;
    letter-spacing: 0.15em;
    line-height: 1.5;
  }
  .nof-top__footer {
    padding-block: 25.3333333333vw;
    padding-inline: 6.4vw;
    background: url(../images/top/sp/bg_footer_01.jpg) center top no-repeat, url(../images/top/sp/bg_footer_02.jpg) center bottom no-repeat;
    background-size: 100% auto;
    aspect-ratio: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nof-top__footer > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21.3333333333vw;
  }
  .nof-top__footer-title {
    text-align: center;
    margin-bottom: 12.8vw;
  }
  .nof-top__footer-title-ja {
    font-size: 6.4vw;
  }
  .nof-top__footer-title-en {
    font-size: 2.9333333333vw;
  }
  .nof-about-facilities__slide img {
    width: 80vw;
  }
  .nof-about-facilities__slide .splide > .nof-slide-info {
    display: block;
  }
  .nof-about-facilities__slide .nof-slide-info {
    display: none;
    margin-top: 5.3333333333vw;
    margin-left: 0;
    padding-left: 8.5333333333vw;
  }
  .nof-about-shop-wrapper {
    background: rgba(0, 0, 0, 0.8);
    padding-block: 16vw;
    padding-inline: 9.0666666667vw;
  }
  .nof-about-shop {
    padding: 0;
    background: none;
  }
  .nof-about-shop__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .nof-about-shop__info dt {
    font-size: 3.4666666667vw;
  }
  .nof-about-shop__info dd {
    font-size: 3.2vw;
    margin-bottom: 5.8666666667vw;
  }
  .nof-about-shop__info-notes {
    font-size: 2.9333333333vw;
  }
  .nof-about-access__map {
    margin-top: 0;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .nof-about-access__map iframe {
    width: 100%;
    height: 85.3333333333vw;
  }
  .nof-about-access__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
  .nof-about-access__images > div img {
    width: 100%;
  }
  .nof-about-access__images > div > span {
    font-size: 3.2vw;
  }
  .nof-about-away .splide__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.6666666667vw;
  }
  .nof-about-away__block {
    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;
    width: 80vw;
    height: 100%;
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .nof-about-away__block-title {
    font-size: 4.2666666667vw;
    margin-bottom: 1.7em;
    line-height: 1.285;
  }
  .nof-about-away__block-text {
    font-size: 2.9333333333vw;
    line-height: 1.9;
  }
  .nof-about-away__block-flow {
    font-size: 3.2vw;
    line-height: 2;
  }
  .nof-about-away__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .nof-about-staff__column-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 32vw 8vw 1fr;
    grid-template-columns: 32vw 1fr;
    gap: 5.3333333333vw 8vw;
    width: 94.1333333333vw;
    padding-right: 5.3333333333vw;
  }
  .nof-about-staff__column-item-photo {
    margin-bottom: 0;
  }
  .nof-about-staff__column-item-photo img {
    width: 100%;
    height: auto;
  }
  .nof-about-staff__column-item-meta {
    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;
  }
  .nof-about-staff__column-item-pos {
    text-align: left;
    font-size: 3.2vw;
  }
  .nof-about-staff__column-item-name {
    text-align: left;
    font-size: 5.3333333333vw;
    margin-top: 0.5em;
    margin-bottom: 0;
  }
  .nof-about-staff__column-item-text {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    font-size: 1.3rem;
    letter-spacing: 0.075em;
    line-height: 2;
  }
  .nof-about-staff__showcase {
    padding-block: 10.6666666667vw;
  }
  .nof-about-staff__showcase-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 32vw 8vw 1fr;
    grid-template-columns: 32vw 1fr;
    gap: 5.3333333333vw 8vw;
    padding-inline: 5.8666666667vw;
  }
  .nof-about-staff__showcase-item-photo {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .nof-about-staff__showcase-item-body {
    display: contents;
  }
  .nof-about-staff__showcase-item-pos {
    font-size: 3.2vw;
  }
  .nof-about-staff__showcase-item-name {
    font-size: 5.3333333333vw;
    margin-top: 0.5em;
    margin-bottom: 0;
  }
  .nof-about-staff__showcase-item-text {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    font-size: 1.3rem;
    letter-spacing: 0.075em;
    line-height: 2;
  }
  .nof-about-staff__slide-item {
    width: 26.6666666667vw;
  }
  .nof-about-staff__slide-item-photo {
    margin-bottom: 5.3333333333vw;
  }
  .nof-about-staff__slide-item-pos {
    font-size: 2.1333333333vw;
  }
  .nof-about-staff__slide-item-name {
    font-size: 4vw;
    margin-top: 1em;
    margin-bottom: 0;
  }
  .nof-about-blog__item {
    width: 80vw;
  }
  .nof-about-blog__item.--more {
    aspect-ratio: 300/227;
    gap: 13.6vw;
    font-size: 3.2vw;
  }
  .nof-about-blog__item.--more::after {
    background-size: 6.6666666667vw;
    width: 6.6666666667vw;
  }
  .nof-about-blog__item-photo {
    margin-bottom: 5.3333333333vw;
    width: 80vw;
  }
  .nof-about-blog__item-photo img {
    aspect-ratio: 300/227;
  }
  .nof-about-blog__item-date {
    font-size: 3.2vw;
  }
  .nof-about-blog__item-title {
    font-size: 3.4666666667vw;
  }
}
@media (max-width: 48.0525em) and (max-width: 48.0525em) {
  .nof-cover {
    width: auto;
    margin-left: -5.8666666667vw;
    margin-right: -5.8666666667vw;
  }
  .nof-price {
    width: auto;
    margin-left: -5.8666666667vw;
    margin-right: -5.8666666667vw;
  }
  .nof-qa__question {
    width: auto;
    margin-left: -5.8666666667vw;
    margin-right: -5.8666666667vw;
  }
  .nof-qa__answer {
    width: auto;
    margin-left: -5.8666666667vw;
    margin-right: -5.8666666667vw;
  }
  .splide:not(.nof-top__hero-slider) {
    width: auto;
    margin-left: -5.8666666667vw;
    margin-right: -5.8666666667vw;
  }
  .nof-title {
    width: auto;
    margin-left: -5.8666666667vw;
    margin-right: -5.8666666667vw;
  }
  .nof-sub-title {
    width: auto;
    margin-left: -5.8666666667vw;
    margin-right: -5.8666666667vw;
  }
  .nof-table-wrapper {
    width: auto;
    margin-left: -5.8666666667vw;
    margin-right: -5.8666666667vw;
  }
  .nof-about-shop-wrapper {
    width: auto;
    margin-left: -5.8666666667vw;
    margin-right: -5.8666666667vw;
  }
  .nof-about-access__map {
    width: auto;
    margin-left: -5.8666666667vw;
    margin-right: -5.8666666667vw;
  }
  .nof-about-staff__showcase {
    width: auto;
    margin-left: -5.8666666667vw;
    margin-right: -5.8666666667vw;
  }
}
