@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. For a smooth scroll.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 10px;
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  html {
    font-size: 0.6935483871vw;
  }
}

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.-lg-fs_xs {
  font-size: var(--font-size-xs);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xs {
    font-size: var(--font-size-xs-sp);
  }
}

.-lg-fs_s {
  font-size: var(--font-size-s);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .-lg-fs_s {
    font-size: var(--font-size-s-sp);
  }
}

.-lg-fs_m {
  font-size: var(--font-size-m);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .-lg-fs_m {
    font-size: var(--font-size-m-sp);
  }
}

.-lg-fs_l {
  font-size: var(--font-size-l);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_l {
    font-size: var(--font-size-l-sp);
  }
}

.-lg-fs_xl {
  font-size: var(--font-size-xl);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xl {
    font-size: var(--font-size-xl-sp);
  }
}

.-lg-fs_xxl {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xxl {
    font-size: var(--font-size-xxl-sp);
  }
}

.-lg-fd_bold {
  font-weight: bold;
}

.-lg-fd_underline {
  text-decoration: underline;
}

.-lg-fd_strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(35, 96, 153, 0.2)), color-stop(90%, rgba(35, 96, 153, 0.2)), color-stop(90%, transparent));
  background: linear-gradient(transparent 70%, rgba(35, 96, 153, 0.2) 70%, rgba(35, 96, 153, 0.2) 90%, transparent 90%);
}

.-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

.-pt0 {
  padding-top: 0 !important;
}

.-pb0 {
  padding-bottom: 0 !important;
}

/*
resources/default/public/assets/base/img/common/icomoon/style.css をリセットするた目のcss
icomoonは、新規フォント追加の度に、style.cssが更新されてしまうため、更新されて欲しくないスタイル修正はここに記載する。
*/
.icon-circle-arrow {
  position: relative;
  width: 14px;
  height: 14px;
}
.icon-circle-arrow.-white .path1:before {
  color: #fff;
}
.icon-circle-arrow.-white .path2:before {
  color: var(--color-base-primary);
}
.icon-circle-arrow.-primary .path1:before {
  color: var(--color-base-primary);
}
.icon-circle-arrow.-primary .path2:before {
  color: var(--color-base-primaryInside);
}
.icon-circle-arrow.-secondary .path1:before {
  color: var(--color-base-secondary);
}
.icon-circle-arrow.-secondary .path2:before {
  color: var(--color-base-secondaryInside);
}
.icon-circle-arrow.-large {
  width: 20px;
  height: 20px;
}
.icon-circle-arrow.-large .path1:before {
  font-size: 20px;
}
.icon-circle-arrow.-large .path2:before {
  font-size: 20px;
}
.icon-circle-arrow .path1 {
  position: absolute;
  left: 0;
}
.icon-circle-arrow .path2 {
  position: absolute;
  left: 0;
}
.icon-circle-arrow .path2:before {
  margin: 0;
  color: var(--color-base-secondary);
}

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

body {
  background: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #191A1B;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
body.is-active {
  overflow: hidden;
}
body.is-modal-open {
  overflow: hidden;
}
body.-is-dark {
  background-color: #222528;
  color: #FFFFFF;
}
body.-is-dark * {
  color: #FFFFFF;
}
body.-is-dark .kujyuski-service-c-header > * {
  color: #191A1B !important;
}
body.-is-dark a, body.-is-dark button {
  color: #FFFFFF;
}
body.-is-dark .kujyuski-service-s-appealBrands .s-appealBrands__content .swiper-container::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(-10.37%, rgba(0, 0, 0, 0)), to(#222528));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) -10.37%, #222528 100%);
}
body.-is-dark .kujyuski-service-s-appealBrands .s-appealBrands__content .swiper-container::after {
  background: -webkit-gradient(linear, right top, left top, color-stop(-10.37%, rgba(0, 0, 0, 0)), to(#222528));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) -10.37%, #222528 100%);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.-is-dark .kujyuski-service-s-rentalGallery .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage .-black {
  display: none !important;
}
body.-is-dark .kujyuski-service-s-rentalGallery .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage .-white {
  display: block !important;
}

a,
button {
  -webkit-transition: opacity 0.35s cubic-bezier(0, 1, 0.64, 1);
  transition: opacity 0.35s cubic-bezier(0, 1, 0.64, 1);
  cursor: pointer;
}
a:hover,
button:hover {
  opacity: 0.5;
}

.-sponly {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .-sponly {
    display: block !important;
  }
}

.-pconly {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .-pconly {
    display: none !important;
  }
}

.leadgrid-c-button {
  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: auto;
  border-radius: var(--border-radius-button);
  text-decoration: none;
  cursor: pointer;
  padding: 6px 40px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.leadgrid-c-button:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}
.leadgrid-c-button.-primary {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  border: 3px solid var(--color-base-primary);
}
.leadgrid-c-button.-primary .icon-circle-arrow .path1:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-primary .icon-circle-arrow .path2:before {
  color: var(--color-base-primary);
}
.leadgrid-c-button.-secondary {
  background-color: #191A1B;
  color: #FFFFFF;
  border: none;
  border-radius: 1.2rem;
  min-width: 26rem;
  min-height: 7.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.04rem;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .leadgrid-c-button.-secondary {
    font-size: 1.4rem;
    min-width: 20rem;
    min-height: 6.3rem;
  }
}
.leadgrid-c-button.-secondary .icon-circle-arrow {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  display: inline-block;
  overflow: hidden;
  -webkit-transform: none;
  transform: none;
  right: 1.2rem;
}
.leadgrid-c-button.-secondary .icon-circle-arrow:before, .leadgrid-c-button.-secondary .icon-circle-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.leadgrid-c-button.-secondary .icon-circle-arrow:before {
  background: url("/assets/kujyuski-service/img/common/arrow-white.svg") no-repeat center center/contain;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 1;
}
.leadgrid-c-button.-secondary .icon-circle-arrow:after {
  background: url("/assets/kujyuski-service/img/common/arrow-black.svg") no-repeat center center/contain;
  -webkit-transform: translate(-1.2rem, -1.2rem);
  transform: translate(-1.2rem, -1.2rem);
  opacity: 0;
  z-index: 2;
}
.leadgrid-c-button.-secondary:hover {
  opacity: 1;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 0.8rem 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 0.8rem 0px rgba(0, 0, 0, 0.1019607843);
  color: #191A1B;
  -webkit-transform: none;
  transform: none;
}
.leadgrid-c-button.-secondary:hover .icon-circle-arrow:before {
  -webkit-transform: translate(1.2rem, 1.2rem);
  transform: translate(1.2rem, 1.2rem);
  opacity: 0;
}
.leadgrid-c-button.-secondary:hover .icon-circle-arrow:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.leadgrid-c-button.-secondary .c-button__jaTitle {
  font-size: 1.5rem;
}
.leadgrid-c-button.-white {
  background-color: #fff;
  color: var(--color-base-secondary);
  border: 3px solid var(--color-base-secondary);
}
.leadgrid-c-button.-white .icon-circle-arrow .path1:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-white .icon-circle-arrow .path2:before {
  color: var(--color-base-primary);
}
.leadgrid-c-button.-big {
  min-width: 365px;
  padding: 28px 84px;
}
@media screen and (max-width: 767px) {
  .leadgrid-c-button.-big {
    padding: 28px 64px;
  }
}
.leadgrid-c-button.-big .c-button__jaTitle {
  font-size: var(--font-size-l);
}
.leadgrid-c-button.-big .icon-circle-arrow {
  right: 32px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.leadgrid-c-button.-medium {
  min-width: 235px;
  padding: 11px 40px;
  font-size: var(--font-size-s);
}
.leadgrid-c-button.-tag {
  border-radius: var(--border-radius);
  background-color: #f3f3f3;
  min-width: initial;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 14px;
}
.leadgrid-c-button.-arrow:before {
  content: " ";
  width: 22px;
  height: 7px;
  background-image: url("/assets/base/img/common/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 22px 7px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -3.5px;
}
.leadgrid-c-button.-shadow {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}
.leadgrid-c-button.-notValid {
  pointer-events: none;
  opacity: 0.5;
}
.leadgrid-c-button.-noRecaptcha {
  pointer-events: none;
  opacity: 0.5;
}
.leadgrid-c-button .c-button__enTitle {
  font-size: var(--font-size-xs);
  line-height: 120%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  opacity: 0.5;
  letter-spacing: 2.46507px;
}
.leadgrid-c-button .c-button__jaTitle {
  font-size: var(--font-size-s);
  line-height: 145%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
}

@-webkit-keyframes slideDownNav {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1.2rem);
    transform: translateY(-1.2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideDownNav {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1.2rem);
    transform: translateY(-1.2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.kujyuski-service-c-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 99;
  -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;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.kujyuski-service-c-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.6rem;
  background-color: #FFFFFF;
  opacity: 0;
  -webkit-transition: opacity 0s ease;
  transition: opacity 0s ease;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header::before {
    display: none;
  }
}
.kujyuski-service-c-header .kujyuski-service-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto;
  padding: 1.2rem;
  height: 14.4rem;
  width: 100%;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .kujyuski-service-c-inner {
    padding: 1rem 1rem 0 1rem;
    height: auto;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.kujyuski-service-c-header .c-header__logo {
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(1.2rem);
  backdrop-filter: blur(1.2rem);
  height: 12rem;
  width: 12rem;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__logo {
    height: 8.4rem;
    width: 8.4rem;
    z-index: 100;
    position: relative;
    top: 0rem;
    left: 0rem;
  }
}
.kujyuski-service-c-header .c-header__logo.is-show-fadeInDown {
  -webkit-animation: fadeInDownHeader 0.8s ease-out forwards;
  animation: fadeInDownHeader 0.8s ease-out forwards;
}
.kujyuski-service-c-header .c-header__logo .c-header__logoLink {
  text-decoration: none;
  position: relative;
  display: block;
  height: 100%;
}
.kujyuski-service-c-header .c-header__logo .c-header__logoLink .c-header__logoImage {
  border-radius: 0.6rem;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__logo .c-header__logoLink .c-header__logoImage {
    width: auto;
    height: 100%;
    width: 100%;
    border-radius: 0.4rem;
  }
}
.kujyuski-service-c-header .c-header__logo .c-header__logoLink:hover {
  opacity: 1;
  cursor: pointer;
}
.kujyuski-service-c-header .c-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  margin-left: auto;
}
.kujyuski-service-c-header .c-header__container.is-show-fadeInDown {
  -webkit-animation: fadeInDownHeader 0.8s ease-out forwards;
  animation: fadeInDownHeader 0.8s ease-out forwards;
}
.kujyuski-service-c-header .c-header__container .c-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__container .c-header__top {
    display: none;
  }
}
.kujyuski-service-c-header .c-header__container .c-header__top .c-header__top-date {
  color: #757676;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.kujyuski-service-c-header .c-header__container .c-header__top .c-header__top-tel {
  color: #191A1B;
  text-decoration: none;
  border: 0.1rem solid rgba(25, 26, 27, 0.1490196078);
  border-radius: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1rem;
  padding: 0.3rem 0.75rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  min-height: 3.1rem;
  min-width: 11.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kujyuski-service-c-header .c-header__container .c-header__top .c-header__top-tel img {
  width: 1.3rem;
  height: 1.3rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kujyuski-service-c-header .c-header__container .c-header__top .c-header__top-tel:hover {
  border: transparent;
  background: #FFFFFF;
  color: #191A1B;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__nav {
    display: none;
    position: fixed;
    top: 1rem;
    left: 1rem;
    padding: 8.2rem 10rem 10rem 3rem;
    width: calc(100% - 2rem);
    height: calc(100vh - 2rem);
    background-color: #191A1B;
    border-radius: 1rem;
    z-index: 99;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 1rem);
    overflow-y: auto;
  }
  @supports (height: 100dvh) {
    .kujyuski-service-c-header .c-header__nav {
      height: calc(100dvh - 2rem);
    }
  }
}
.kujyuski-service-c-header .c-header__snsList {
  display: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__snsList {
    position: absolute;
    top: 1rem;
    left: 8.2rem;
    padding: 0.8rem 0 0 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.6rem;
    z-index: 100;
  }
  .kujyuski-service-c-header .c-header__snsList .c-header__snsItem {
    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;
  }
  .kujyuski-service-c-header .c-header__snsList .c-header__snsItem .c-header__snsItem--link {
    text-decoration: none;
    background: #FFFFFF;
    border-radius: 0.5rem;
    position: relative;
    height: 2.2rem;
    width: 2.2rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__snsList .c-header__snsItem .c-header__snsItem--link .c-header__snsItem--image {
    position: absolute;
    width: 1.283rem;
    height: 1.283rem;
    -o-object-fit: contain;
    object-fit: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__snsList .c-header__snsItem .c-header__snsItem--link:hover {
    background: #191A1B;
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .kujyuski-service-c-header .c-header__snsList .c-header__snsItem .c-header__snsItem--link:hover .c-header__snsItem--image {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
.kujyuski-service-c-header .c-header__nav-back {
  display: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__nav-back {
    display: block;
    position: fixed;
    top: 6.8rem;
    right: 2rem;
    color: #0F0F0F;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-size: 4rem;
    line-height: 0.78;
    letter-spacing: -0.02em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 768px) {
  .kujyuski-service-c-header .c-header__nav-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    min-height: 2.8rem;
    gap: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__nav-container {
    width: 100%;
    z-index: 1;
  }
  .kujyuski-service-c-header .c-header__nav-container:after {
    content: "";
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
    border-radius: 0 0 1rem 1rem;
    aspect-ratio: auto 355/236;
    background: url("/assets/kujyuski-service/img/common/header-sp-bg.png") no-repeat center center;
    background-size: contain;
    z-index: -1;
  }
}
.kujyuski-service-c-header .c-header__navWrap {
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navWrap {
    display: none;
    margin: 0 auto;
    padding-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.4rem;
  }
}
.kujyuski-service-c-header .c-header__navWrap .c-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navWrap .c-header__navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.4rem;
    opacity: 0;
    -webkit-transform: translateY(-1.2rem);
    transform: translateY(-1.2rem);
  }
}
.kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap {
  position: relative;
}
.kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap.-sub::before {
  content: "";
  position: absolute;
  top: -0.4rem;
  right: -0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#191A1B), to(#191A1B)), -webkit-gradient(linear, left top, left bottom, from(#191A1B), to(#191A1B));
  background-image: linear-gradient(to right, #191A1B, #191A1B), linear-gradient(to bottom, #191A1B, #191A1B);
  background-size: 100% 0.12rem, 0.12rem 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.15s ease;
  transition: background-size 0.15s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap.-sub::before {
    top: 0.5rem;
    right: 1.2rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#FFFFFF)), -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
    background-image: linear-gradient(to right, #FFFFFF, #FFFFFF), linear-gradient(to bottom, #FFFFFF, #FFFFFF);
    display: none;
  }
}
.kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap.-sub::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.1rem);
  left: 0;
  width: 100%;
  height: 4.6rem;
  pointer-events: auto;
  z-index: 1;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap.-sub::after {
    display: none;
  }
}
.kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap.-sub.is-hover::before {
  background-size: 100% 0.12rem, 0 100%;
}
.kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap.-sub.is-hover::after {
  opacity: 1;
  visibility: visible;
}
.kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap.-sub.is-hover .c-header__navItem--link-icon > i:last-child {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap.-sub {
    position: relative;
    padding: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap.-sub.is-hover .c-header__subMenu {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap.-sub::after {
    pointer-events: none;
  }
  .kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap.-sub .c-header__navItem--link-icon-wrap {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap.-sub .c-header__navItem--link-icon-wrap {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50%;
    width: 2.6rem;
    height: 2.6rem;
    position: relative;
    margin: -0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap.-sub .c-header__navItem--link-icon {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap.-sub .c-header__navItem--link-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap.-sub .c-header__navItem--link-icon > i {
    display: block;
    width: 0.8rem;
    height: 0.12rem;
    background: #191A1B;
    position: absolute;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
  .kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap.-sub .c-header__navItem--link-icon > i:first-child {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.8rem;
  }
  .kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap.-sub .c-header__navItem--link-icon > i:last-child {
    display: block;
    width: 0.12rem;
    height: 0.8rem;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap .c-header__navItem--link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1.8rem;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1019607843);
  }
}
.kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap .c-header__navItem--link {
  display: block;
  height: 100%;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap .c-header__navItem--link {
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap .c-header__navItem--link .c-header__link-text {
  color: #191A1B;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap .c-header__navItem--link .c-header__link-text {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) {
  .kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap .c-header__navItem--link:hover, .kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap .c-header__navItem--link.is-current {
    opacity: 1;
  }
}
.kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap .c-header__navItem--link.is-current {
  pointer-events: none;
}
.kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap .c-header__navItem--link-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap .c-header__navItem--link-icon {
    display: block;
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    padding: 0 1.2rem;
  }
}
.kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap .c-header__navItem--link-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  background: url("/assets/kujyuski-service/img/common/arrow-white.svg") no-repeat center center;
  background-size: contain;
}
.kujyuski-service-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap .c-header__navItem--link-icon i:last-child {
  display: none;
}
.kujyuski-service-c-header .c-header__navButtonLink {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(1.2rem);
  backdrop-filter: blur(1.2rem);
  border-radius: 0.6rem;
  padding: 0.6rem 1.2rem;
  border: none;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
  min-width: 11.8rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .kujyuski-service-c-header .c-header__navButtonLink {
    z-index: 101;
  }
  .kujyuski-service-c-header .c-header__navButtonLink.is-show-fadeInDown {
    -webkit-animation: fadeInDownHeader 0.8s ease-out forwards;
    animation: fadeInDownHeader 0.8s ease-out forwards;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navButtonLink.-sponly {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navButtonLink {
    background: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: calc(100% - 0.8rem);
    height: 5rem;
    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;
  }
}
.kujyuski-service-c-header .c-header__navButtonLink .c-header-button__text {
  color: #191A1B;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navButtonLink .c-header-button__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .kujyuski-service-c-header .c-header__navButtonLink:hover {
    background: #191A1B;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  .kujyuski-service-c-header .c-header__navButtonLink:hover .c-header-button__text {
    color: #FFFFFF;
  }
}
.kujyuski-service-c-header .c-header__navButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navButton {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    width: calc(100% - 4rem);
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.8rem;
  }
}
.kujyuski-service-c-header .c-header__navButton .c-header__navButtonTel {
  display: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navButton .c-header__navButtonTel {
    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;
    width: calc(100% - 0.8rem);
    height: 5rem;
    background: #191A1B;
    border: 0.1rem solid rgba(255, 255, 255, 0.1490196078);
    border-radius: 0.6rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navButton .c-header__navButtonTelText {
    color: #FFFFFF;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navButton .c-header__navButtonTelImage {
    width: 1.3rem;
    height: 1.3rem;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.kujyuski-service-c-header .c-header__navSearch {
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__navSearch {
    display: none;
  }
}
.kujyuski-service-c-header .c-header__navSearch .c-header__navSearchImage {
  width: 1.8rem;
  height: 1.8rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.kujyuski-service-c-header .c-header__menuButton {
  display: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__menuButton {
    opacity: 1;
    width: 3.2rem;
    height: 1rem;
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    text-align: center;
    outline: none;
    position: fixed;
    top: 2.4rem;
    right: 2.4rem;
    z-index: 100;
  }
  .kujyuski-service-c-header .c-header__menuButton.is-show-fadeInDown {
    -webkit-animation: fadeInDownHeader 0.8s ease-out forwards;
    animation: fadeInDownHeader 0.8s ease-out forwards;
  }
  .kujyuski-service-c-header .c-header__menuButton > i {
    display: block;
    width: 100%;
    height: 0.3rem;
    background-color: #191A1B;
    border-radius: 0.1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .kujyuski-service-c-header .c-header__menuButton > i + i {
    margin-top: 0.4rem;
  }
  .kujyuski-service-c-header .c-header__menuButton.is-open {
    z-index: 100;
    right: 3.4rem;
    top: 3.4rem;
  }
  .kujyuski-service-c-header .c-header__menuButton.is-open > i:nth-child(1) {
    background-color: #FFFFFF;
    -webkit-transform: translate3d(0, 0.4rem, 0) rotate(20deg);
    transform: translate3d(0, 0.4rem, 0) rotate(20deg);
  }
  .kujyuski-service-c-header .c-header__menuButton.is-open > i:nth-child(2) {
    background-color: #FFFFFF;
    -webkit-transform: translate3d(0, -0.3rem, 0) rotate(-20deg);
    transform: translate3d(0, -0.3rem, 0) rotate(-20deg);
  }
}
.kujyuski-service-c-header .c-header__searchFormWrapper {
  position: fixed;
  top: 5.6rem;
  right: 15.2rem;
  z-index: 1000;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.kujyuski-service-c-header .c-header__searchFormWrapper.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: searchFormFadeInScale 0.2s ease-out forwards;
  animation: searchFormFadeInScale 0.2s ease-out forwards;
}
@-webkit-keyframes searchFormFadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes searchFormFadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.kujyuski-service-c-header .c-header__searchForm {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 28rem;
  height: 4.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__searchForm {
    max-width: calc(100% - 2rem);
    padding: 0;
  }
}
.kujyuski-service-c-header .c-header__searchFormInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  height: 4.4rem;
  background: #FFFFFF;
  border: 1px solid #191A1B;
  border-radius: 0.6rem;
  padding: 0 1.2rem 0 1.6rem;
  -webkit-box-shadow: 0 0 1.8rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 1.8rem 0 rgba(0, 0, 0, 0.08);
}
.kujyuski-service-c-header .c-header__searchInput {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #191A1B;
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.kujyuski-service-c-header .c-header__searchInput::-webkit-input-placeholder {
  color: rgba(25, 26, 27, 0.4);
}
.kujyuski-service-c-header .c-header__searchInput::-moz-placeholder {
  color: rgba(25, 26, 27, 0.4);
}
.kujyuski-service-c-header .c-header__searchInput:-ms-input-placeholder {
  color: rgba(25, 26, 27, 0.4);
}
.kujyuski-service-c-header .c-header__searchInput::-ms-input-placeholder {
  color: rgba(25, 26, 27, 0.4);
}
.kujyuski-service-c-header .c-header__searchInput::placeholder {
  color: rgba(25, 26, 27, 0.4);
}
.kujyuski-service-c-header .c-header__searchButton {
  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;
  width: 1.8rem;
  height: 1.8rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  outline: none;
}
.kujyuski-service-c-header .c-header__searchButton .c-header__searchButtonImage {
  width: 1.8rem;
  height: 1.8rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.kujyuski-service-c-header.un-pinned {
  opacity: 0;
  pointer-events: none;
}
.kujyuski-service-c-header.is-scrolled::before {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.kujyuski-service-c-header.is-scrolled .kujyuski-service-c-inner {
  height: 9.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header.is-scrolled .kujyuski-service-c-inner {
    height: 8.2rem;
  }
}
.kujyuski-service-c-header.is-scrolled .kujyuski-service-c-inner .c-header__logo {
  position: relative;
  top: -1.2rem;
  left: -0.6rem;
  width: 9.6rem;
  height: 9.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header.is-scrolled .kujyuski-service-c-inner .c-header__logo {
    top: 0;
    left: 0;
    width: 7.2rem;
    height: 7.2rem;
  }
}
.kujyuski-service-c-header.is-scrolled .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap.-sub::after {
  content: "";
  background: rgba(255, 255, 255, 0.3019607843);
  -webkit-backdrop-filter: blur(0.9rem);
  backdrop-filter: blur(0.9rem);
  top: 9.6rem;
  height: calc(100vh - 9.6rem);
  position: fixed;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.kujyuski-service-c-header.is-scrolled .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap.-sub.is-hover::after {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header.is-open .kujyuski-service-c-inner {
    border-radius: 0.8rem 0.8rem 0 0;
    padding: 0;
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header.is-open .kujyuski-service-c-inner .c-header__logo {
    width: 7.2rem;
    height: 7.2rem;
    background: #FFFFFF;
    border-radius: 0.4rem;
    z-index: 111;
    position: relative;
    top: 2rem;
    left: 1rem;
  }
}
.kujyuski-service-c-header.is-open .kujyuski-service-c-inner .c-header__logo a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header.is-open .c-header__navList {
    -webkit-animation: slideDownNav 0.3s ease 0.2s forwards;
    animation: slideDownNav 0.3s ease 0.2s forwards;
  }
}
.kujyuski-service-c-header .c-header__subMenu {
  display: none;
  position: absolute;
  top: 4.6rem;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .kujyuski-service-c-header .c-header__subMenu::before {
    content: "";
    position: absolute;
    top: -2.1rem;
    left: 0;
    right: 0;
    height: 2.1rem;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__subMenu {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1.8rem 0 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .kujyuski-service-c-header .c-header__subMenu.-spOnly {
    display: none !important;
  }
}
.kujyuski-service-c-header .c-header__subMenu .c-header__navSubList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__subMenu .c-header__navSubList {
    gap: 1.2rem;
  }
}
.kujyuski-service-c-header .c-header__subMenu .c-header__navSubList .c-header__navSubItem {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.0784313725);
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.0784313725);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__subMenu .c-header__navSubList .c-header__navSubItem {
    background: transparent;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
  .kujyuski-service-c-header .c-header__subMenu .c-header__navSubList .c-header__navSubItem::before {
    content: "";
    background-color: #191A1B;
    display: block;
    width: 0.6rem;
    margin: 0.85rem 0 0 0;
    min-width: 0.6rem;
    height: 0.1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__subMenu .c-header__navSubList .c-header__navSubItem::before {
    display: none;
  }
}
.kujyuski-service-c-header .c-header__subMenu .c-header__navSubList .c-header__navSubItem .c-header__subLink {
  border-radius: 0.4rem;
  background: #FFFFFF;
  text-decoration: none;
  padding: 0.3rem 0.8rem 0.6rem 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__subMenu .c-header__navSubList .c-header__navSubItem .c-header__subLink {
    padding: 0;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
  }
}
.kujyuski-service-c-header .c-header__subMenu .c-header__navSubList .c-header__navSubItem .c-header__subLink .c-header__subLink--text {
  color: #191A1B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__subMenu .c-header__navSubList .c-header__navSubItem .c-header__subLink .c-header__subLink--text {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    -webkit-transform: none;
    transform: none;
  }
}
.kujyuski-service-c-header .c-header__subMenu .c-header__navSubList .c-header__navSubItem .c-header__subLink .c-header__subLink--arrow {
  min-width: 0.8rem;
  max-width: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-top: 0.2rem;
  margin-left: 0.4rem;
}
.kujyuski-service-c-header .c-header__subMenu .c-header__navSubList .c-header__navSubItem .c-header__subLink .c-header__subLink--arrow::before, .kujyuski-service-c-header .c-header__subMenu .c-header__navSubList .c-header__navSubItem .c-header__subLink .c-header__subLink--arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  background: no-repeat center center/contain;
}
.kujyuski-service-c-header .c-header__subMenu .c-header__navSubList .c-header__navSubItem .c-header__subLink .c-header__subLink--arrow::before {
  background-image: url("/assets/kujyuski-service/img/common/arrow-gray.svg");
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 1;
}
.kujyuski-service-c-header .c-header__subMenu .c-header__navSubList .c-header__navSubItem .c-header__subLink .c-header__subLink--arrow::after {
  background-image: url("/assets/kujyuski-service/img/common/arrow-white.svg");
  -webkit-transform: translate(-1.2rem, -1.2rem);
  transform: translate(-1.2rem, -1.2rem);
  opacity: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-header .c-header__subMenu .c-header__navSubList .c-header__navSubItem .c-header__subLink .c-header__subLink--arrow {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .kujyuski-service-c-header .c-header__subMenu .c-header__navSubList .c-header__navSubItem .c-header__subLink:hover {
    background: #191A1B;
    opacity: 1;
  }
  .kujyuski-service-c-header .c-header__subMenu .c-header__navSubList .c-header__navSubItem .c-header__subLink:hover .c-header__subLink--arrow::before {
    -webkit-transform: translate(1.2rem, 1.2rem);
    transform: translate(1.2rem, 1.2rem);
    opacity: 0;
  }
  .kujyuski-service-c-header .c-header__subMenu .c-header__navSubList .c-header__navSubItem .c-header__subLink:hover .c-header__subLink--arrow::after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .kujyuski-service-c-header .c-header__subMenu .c-header__navSubList .c-header__navSubItem .c-header__subLink:hover .c-header__subLink--text {
    color: #FFFFFF;
  }
}
.kujyuski-service-c-header.leadgridCms-onlyInnerWorkspace {
  position: relative;
}

.kujyuski-service-c-footer.-cta-none {
  padding: 12rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer.-cta-none {
    padding: 5.6rem 0 0 0;
  }
}
.kujyuski-service-c-footer.-cta-none .c-footer__content {
  margin-top: 0;
}
.kujyuski-service-c-footer .c-footerCta {
  min-height: 61.8rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerCta {
    background: #FFFFFF;
    min-height: 60rem;
  }
}
.kujyuski-service-c-footer .c-footerCta .c-footerCta__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerCta .c-footerCta__background {
    display: none;
  }
}
.kujyuski-service-c-footer .c-footerCta .c-footerCta__background-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerCta .c-footerCta__background-sp {
    display: block;
    position: absolute;
    top: 3.9rem;
    left: 0;
    width: 100%;
    height: calc(100% - 3.9rem);
    background-size: cover;
    background-position: top center;
    z-index: 1;
  }
}
.kujyuski-service-c-footer .c-footerCta .c-footerCta__inner {
  background: #FFFFFF;
  padding: 14.4rem 4.1666666667vw 30.4rem 4.3055555556vw;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerCta .c-footerCta__inner {
    background: initial;
    padding: 0 2rem;
  }
}
.kujyuski-service-c-footer .c-footerCta .c-footerCta__inner .c-footerCta__content {
  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;
  gap: 3.6rem;
  margin-left: auto;
  width: calc((100% - 1.2rem) / 2);
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerCta .c-footerCta__inner .c-footerCta__content {
    width: 100%;
  }
}
.kujyuski-service-c-footer .c-footerCta .c-footerCta__inner .c-footerCta__content .c-footerCta__title {
  color: #191A1B;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerCta .c-footerCta__inner .c-footerCta__content .c-footerCta__title {
    font-size: 1.5rem;
  }
}
.kujyuski-service-c-footer .c-footerCta .c-footerCta__inner .c-footerCta__content .c-footerCta__buttonWrap {
  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;
  gap: 1.2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerCta .c-footerCta__inner .c-footerCta__content .c-footerCta__buttonWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
  }
}
.kujyuski-service-c-footer .c-footerCta .c-footerCta__inner .c-footerCta__content .c-footerCta__buttonWrap .c-footerCta__buttonTel {
  -webkit-box-shadow: 0 0 1.2rem 0 rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 0 1.2rem 0 rgba(0, 0, 0, 0.1019607843);
  -webkit-backdrop-filter: blur(1.2rem);
  backdrop-filter: blur(1.2rem);
  border-radius: 0.6rem;
  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;
  gap: 0.55rem;
  text-decoration: none;
  height: 7.6rem;
  width: calc(50% - 0.6rem);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerCta .c-footerCta__inner .c-footerCta__content .c-footerCta__buttonWrap .c-footerCta__buttonTel {
    background: rgba(255, 255, 255, 0.6);
    height: 6.6rem;
    width: 100%;
    gap: 0.35rem;
  }
}
.kujyuski-service-c-footer .c-footerCta .c-footerCta__inner .c-footerCta__content .c-footerCta__buttonWrap .c-footerCta__buttonTel .c-footerCta__buttonTelInner {
  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;
  gap: 0.2rem;
}
.kujyuski-service-c-footer .c-footerCta .c-footerCta__inner .c-footerCta__content .c-footerCta__buttonWrap .c-footerCta__buttonTel .c-footerCta__buttonTelInner .c-footerCta__buttonTelImage {
  width: 1.8rem;
  height: 1.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerCta .c-footerCta__inner .c-footerCta__content .c-footerCta__buttonWrap .c-footerCta__buttonTel .c-footerCta__buttonTelInner .c-footerCta__buttonTelImage {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.kujyuski-service-c-footer .c-footerCta .c-footerCta__inner .c-footerCta__content .c-footerCta__buttonWrap .c-footerCta__buttonTel .c-footerCta__buttonTelInner .c-footerCta__buttonTelText {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 0.96;
  letter-spacing: -0.01em;
  color: #191A1B;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerCta .c-footerCta__inner .c-footerCta__content .c-footerCta__buttonWrap .c-footerCta__buttonTel .c-footerCta__buttonTelInner .c-footerCta__buttonTelText {
    font-size: 2rem;
  }
}
.kujyuski-service-c-footer .c-footerCta .c-footerCta__inner .c-footerCta__content .c-footerCta__buttonWrap .c-footerCta__buttonTel .c-footerCta__buttonTelDay {
  color: #757676;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerCta .c-footerCta__inner .c-footerCta__content .c-footerCta__buttonWrap .c-footerCta__buttonTel .c-footerCta__buttonTelDay {
    font-size: 1.1rem;
  }
}
.kujyuski-service-c-footer .c-footerCta .c-footerCta__inner .c-footerCta__content .c-footerCta__buttonWrap .c-footerCta__buttonLink {
  border-radius: 0.6rem;
  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: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 1.2rem 0 rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 0 1.2rem 0 rgba(0, 0, 0, 0.1019607843);
  -webkit-backdrop-filter: blur(1.2rem);
  backdrop-filter: blur(1.2rem);
  text-decoration: none;
  height: 7.6rem;
  width: calc(50% - 0.6rem);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerCta .c-footerCta__inner .c-footerCta__content .c-footerCta__buttonWrap .c-footerCta__buttonLink {
    height: 6.6rem;
    width: 100%;
  }
}
.kujyuski-service-c-footer .c-footerCta .c-footerCta__inner .c-footerCta__content .c-footerCta__buttonWrap .c-footerCta__buttonLink .c-footerCta__buttonText {
  color: #191A1B;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0;
}
.kujyuski-service-c-footer .c-footer__content {
  position: relative;
  min-height: 84.4rem;
  margin-top: -14.6rem;
  overflow: hidden;
  padding: 17.6rem 0 0 0;
  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;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footer__content {
    min-height: auto;
    max-height: none;
    height: 100%;
    margin-top: -14.4rem;
    padding: 6.3rem 0 0 0;
    overflow: visible;
  }
}
.kujyuski-service-c-footer .c-footer__content .c-footer__contentGoTop {
  background: #191A1B;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  position: absolute;
  top: 1.2rem;
  right: 2.4rem;
  z-index: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footer__content .c-footer__contentGoTop {
    width: 4.4rem;
    height: 4.4rem;
    top: -5.6rem;
    right: 2rem;
    border-radius: 0.6rem;
  }
}
.kujyuski-service-c-footer .c-footer__content .c-footer__contentGoTop .c-footer__goTopImage {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footer__content .c-footer__contentGoTop .c-footer__goTopImage {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.kujyuski-service-c-footer .c-footer__content .c-footer__contentGoTop .c-footer__goTopText {
  color: #FFFFFF;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 0.96;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footer__content .c-footer__contentGoTop .c-footer__goTopText {
    font-size: 1.1rem;
  }
}
.kujyuski-service-c-footer .c-footer__content .c-footer__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 360/211;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footer__content .c-footer__background {
    display: none;
  }
}
.kujyuski-service-c-footer .c-footer__content .c-footer__background-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footer__content .c-footer__background-sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    z-index: -1;
  }
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2.4rem;
  gap: 36.7rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6rem;
    padding: 0 2rem;
  }
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -4.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__company {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2.4rem;
    margin-top: 0;
    width: 100%;
  }
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__company .c-footerBanner__logo {
  background: #FFFFFF;
  border-radius: 0.6rem;
  height: 14rem;
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__company .c-footerBanner__logo {
    border-radius: 0.4rem;
    height: 9.6rem;
    width: 9.6rem;
    z-index: 1;
  }
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__company .c-footerBanner__logo .c-footerBanner__logoLink {
  text-decoration: none;
  position: relative;
  display: block;
  height: 100%;
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__company .c-footerBanner__logo .c-footerBanner__logoImage {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__company .c-footerBanner__logo .c-footerBanner__logoImage {
    height: 100%;
    width: 100%;
    border-radius: 0.4rem;
  }
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__company .c-footerBanner__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__company .c-footerBanner__snsList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.6rem;
  }
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__company .c-footerBanner__snsList .c-footerBanner__snsItem {
  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;
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__company .c-footerBanner__snsList .c-footerBanner__snsItem .c-footerBanner__snsItem--link {
  text-decoration: none;
  background: #FFFFFF;
  border-radius: 0.6rem;
  position: relative;
  height: 2.4rem;
  width: 2.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__company .c-footerBanner__snsList .c-footerBanner__snsItem .c-footerBanner__snsItem--link {
    height: 2.2rem;
    width: 2.2rem;
  }
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__company .c-footerBanner__snsList .c-footerBanner__snsItem .c-footerBanner__snsItem--link .c-footerBanner__snsItem--image {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  -o-object-fit: contain;
  object-fit: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__company .c-footerBanner__snsList .c-footerBanner__snsItem .c-footerBanner__snsItem--link .c-footerBanner__snsItem--image {
    width: 1.283rem;
    height: 1.283rem;
  }
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__company .c-footerBanner__snsList .c-footerBanner__snsItem .c-footerBanner__snsItem--link:hover {
  background: #191A1B;
  opacity: 1;
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__company .c-footerBanner__snsList .c-footerBanner__snsItem .c-footerBanner__snsItem--link:hover .c-footerBanner__snsItem--image {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  margin-right: 3.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-right: 0;
  }
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList {
  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.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
  width: calc((100% - 19.425rem - 7.2rem) / 3);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList.-media {
    margin-top: 3.6rem;
  }
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navItem--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2509803922);
  text-decoration: none;
  padding-bottom: 1.7rem;
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navItem--link .c-footerBanner__link-text {
  color: #FFFFFF;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navItem--link .c-footerBanner__link-text {
    font-size: 1.4rem;
    font-weight: 600;
  }
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navItem--link .c-footerBanner__link-arrow {
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-right: 1.2rem;
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navItem--link .c-footerBanner__link-arrow .c-arrow__icon {
  position: relative;
  width: 100%;
  height: 100%;
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navItem--link .c-footerBanner__link-arrow .c-arrow__icon::before, .kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navItem--link .c-footerBanner__link-arrow .c-arrow__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/kujyuski-service/img/common/arrow-white.svg") no-repeat center center/contain;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navItem--link .c-footerBanner__link-arrow .c-arrow__icon::before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 1;
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navItem--link .c-footerBanner__link-arrow .c-arrow__icon::after {
  -webkit-transform: translate(-0.8rem, -0.8rem);
  transform: translate(-0.8rem, -0.8rem);
  opacity: 0;
  z-index: 2;
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navItem--link:hover {
  opacity: 1;
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navItem--link:hover .c-footerBanner__link-text {
  opacity: 0.5;
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navItem--link:hover .c-footerBanner__link-arrow .c-arrow__icon::before {
  -webkit-transform: translate(0.8rem, 0.8rem);
  transform: translate(0.8rem, 0.8rem);
  opacity: 0;
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navItem--link:hover .c-footerBanner__link-arrow .c-arrow__icon::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__subMenu {
  margin: 2.2rem 0 2.6rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__subMenu {
    margin: 2.2rem 0 3.6rem 0;
  }
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__subMenu .c-footerBanner__navSubList {
  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.2rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__subMenu .c-footerBanner__navSubList .c-footerBanner__navSubItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__subMenu .c-footerBanner__subLink {
  text-decoration: none;
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__subMenu .c-footerBanner__subLink--text {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__subMenu .c-footerBanner__subLink--text {
    font-size: 1.4rem;
  }
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navItemLast {
  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;
  gap: 1.2rem;
  width: 19.425rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navItemLast {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3.6rem;
    gap: 3.6rem;
    width: 100%;
  }
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navItemLast > .c-footerBanner__navList {
  width: 100%;
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navItemLast .c-footerBanner__navItemButtons {
  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.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navItemLast .c-footerBanner__navItemButtons {
    gap: 0.8rem;
    width: 19.425rem;
    margin: 1.8rem 0;
  }
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navItemLast .c-footerBanner__navItemButtons .c-footerBanner__navItemButtonTel {
  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;
  text-decoration: none;
  gap: 0.2rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.1490196078);
  border-radius: 0.6rem;
  height: 5rem;
  width: 100%;
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navItemLast .c-footerBanner__navItemButtons .c-footerBanner__navItemButtonTel .c-footerBanner__navItemButtonTelImage {
  width: 1.4rem;
  height: 1.4rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navItemLast .c-footerBanner__navItemButtons .c-footerBanner__navItemButtonTel .c-footerBanner__navItemButtonTelImage {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navItemLast .c-footerBanner__navItemButtons .c-footerBanner__navItemButtonTel .c-footerBanner__navItemButtonTelText {
  color: #FFFFFF;
  font-size: 1.7rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navItemLast .c-footerBanner__navItemButtons .c-footerBanner__navItemButtonTel .c-footerBanner__navItemButtonTelText {
    font-size: 1.6rem;
  }
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navItemLast .c-footerBanner__navItemButtons .c-footerBanner__navItemButtonContact {
  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: #FFFFFF;
  border-radius: 0.6rem;
  height: 5rem;
  width: 100%;
  text-decoration: none;
}
.kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navItemLast .c-footerBanner__navItemButtons .c-footerBanner__navItemButtonContact .c-footerBanner__navItemButtonContactText {
  color: #191A1B;
  font-size: 1.5rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBanner .kujyuski-service-c-inner .c-footerBanner__navWrap .c-footerBanner__navItemLast .c-footerBanner__navItemButtons .c-footerBanner__navItemButtonContact .c-footerBanner__navItemButtonContactText {
    font-size: 1.4rem;
  }
}
.kujyuski-service-c-footer .c-footerBar {
  padding: 0px 0 1.2rem 0;
  margin: 0 0 3.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBar {
    padding: 3.6rem 0 4.5rem 0;
    margin: 0;
  }
}
.kujyuski-service-c-footer .c-footerBar .kujyuski-service-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 2.4rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBar .kujyuski-service-c-inner {
    padding: 0 1.6rem 0 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 8.2rem;
  }
}
.kujyuski-service-c-footer .c-footerBar .kujyuski-service-c-inner .c-footerBar__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kujyuski-service-c-footer .c-footerBar .kujyuski-service-c-inner .c-footerBar__left .c-footerBar__snowImage {
  width: 2.8rem;
  height: 2.8rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 0 1rem 0.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBar .kujyuski-service-c-inner .c-footerBar__left .c-footerBar__snowImage {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 0 0.8rem 0.2rem;
  }
}
.kujyuski-service-c-footer .c-footerBar .kujyuski-service-c-inner .c-footerBar__left .c-footerBar__title {
  color: #FFFFFF;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 7.2rem;
  line-height: 0.96;
  letter-spacing: -0.02em;
  margin: 0 0 0.6rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBar .kujyuski-service-c-inner .c-footerBar__left .c-footerBar__title {
    font-size: 3.6rem;
    margin: 0 0 0.3rem 0;
  }
}
.kujyuski-service-c-footer .c-footerBar .kujyuski-service-c-inner .c-footerBar__left .c-footerBar__text {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBar .kujyuski-service-c-inner .c-footerBar__left .c-footerBar__text {
    font-size: 1.3rem;
  }
}
.kujyuski-service-c-footer .c-footerBar .kujyuski-service-c-inner .c-footerBar__right {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 3.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBar .kujyuski-service-c-inner .c-footerBar__right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0.4rem;
  }
}
.kujyuski-service-c-footer .c-footerBar .kujyuski-service-c-inner .c-footerBar__right .c-footerBar__list {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBar .kujyuski-service-c-inner .c-footerBar__right .c-footerBar__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.kujyuski-service-c-footer .c-footerBar .kujyuski-service-c-inner .c-footerBar__right .c-footerBar__list .c-footerBar__item .c-footerBar__item--link {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBar .kujyuski-service-c-inner .c-footerBar__right .c-footerBar__list .c-footerBar__item .c-footerBar__item--link {
    font-size: 1.3rem;
  }
}
.kujyuski-service-c-footer .c-footerBar .kujyuski-service-c-inner .c-footerBar__right .c-footerBar__copyright {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-footer .c-footerBar .kujyuski-service-c-inner .c-footerBar__right .c-footerBar__copyright {
    font-size: 1rem;
  }
}

.kujyuski-service-c-sectionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-sectionTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
  }
}
.kujyuski-service-c-sectionTitle .c-sectionTitle_title .c-sectionTitle__titleImage {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0 0.8rem 0.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-sectionTitle .c-sectionTitle_title .c-sectionTitle__titleImage {
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 0.6rem;
  }
}
.kujyuski-service-c-sectionTitle .c-sectionTitle_title .c-sectionTitle__titleEn {
  font-family: "Rajdhani", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 6rem;
  line-height: 0.96;
  letter-spacing: -0.02em;
  margin: 0 0 0.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-sectionTitle .c-sectionTitle_title .c-sectionTitle__titleEn {
    font-size: 4rem;
    margin-bottom: 0.2rem;
  }
}
.kujyuski-service-c-sectionTitle .c-sectionTitle_title .c-sectionTitle__titleJa {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-sectionTitle .c-sectionTitle_title .c-sectionTitle__titleJa {
    font-weight: 500;
    font-size: 1.3rem;
  }
}
.kujyuski-service-c-sectionTitle.-white .c-sectionTitle__titleEn {
  color: #FFFFFF;
}
.kujyuski-service-c-sectionTitle.-white .c-sectionTitle__titleJa {
  color: #FFFFFF;
}

.kujyuski-service-c-button {
  text-align: center;
}
.kujyuski-service-c-button .c-button__wrap {
  background: #191A1B;
  border-radius: 1.2rem;
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.04rem;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 26rem;
  min-height: 7.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-button .c-button__wrap {
    border-radius: 1rem;
    font-size: 1.4rem;
    min-width: 22rem;
    min-height: 6.3rem;
  }
}
.kujyuski-service-c-button .c-button__wrap .c-button__icon {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  display: inline-block;
  overflow: hidden;
}
.kujyuski-service-c-button .c-button__wrap .c-button__icon::before, .kujyuski-service-c-button .c-button__wrap .c-button__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.kujyuski-service-c-button .c-button__wrap .c-button__icon::before {
  background: url("/assets/kujyuski-service/img/common/arrow-white.svg") no-repeat center center/contain;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 1;
}
.kujyuski-service-c-button .c-button__wrap .c-button__icon::after {
  background: url("/assets/kujyuski-service/img/common/arrow-black.svg") no-repeat center center/contain;
  -webkit-transform: translate(-1.2rem, -1.2rem);
  transform: translate(-1.2rem, -1.2rem);
  opacity: 0;
  z-index: 2;
}
.kujyuski-service-c-button .c-button__wrap:hover {
  opacity: 1;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1019607843);
  color: #191A1B;
}
.kujyuski-service-c-button .c-button__wrap:hover .c-button__icon::before {
  -webkit-transform: translate(1.2rem, 1.2rem);
  transform: translate(1.2rem, 1.2rem);
  opacity: 0;
}
.kujyuski-service-c-button .c-button__wrap:hover .c-button__icon::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.kujyuski-service-c-button .c-button__wrap[target=_blank] .c-button__icon {
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-button .c-button__wrap[target=_blank] .c-button__icon {
    bottom: 0.8rem;
    right: 0.8rem;
  }
}
.kujyuski-service-c-button .c-button__wrap[target=_blank] .c-button__icon::before {
  background: url("/assets/kujyuski-service/img/common/blank-white.svg") no-repeat center center/contain;
}
.kujyuski-service-c-button .c-button__wrap[target=_blank] .c-button__icon::after {
  background: url("/assets/kujyuski-service/img/common/blank-black.svg") no-repeat center center/contain;
}
.kujyuski-service-c-button.-white .c-button__wrap {
  background: #FFFFFF;
  color: #191A1B;
}
.kujyuski-service-c-button.-white .c-button__wrap[target=_blank] .c-button__icon {
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-button.-white .c-button__wrap[target=_blank] .c-button__icon {
    bottom: 0.8rem;
    right: 0.8rem;
  }
}
.kujyuski-service-c-button.-white .c-button__wrap[target=_blank] .c-button__icon::before {
  background: url("/assets/kujyuski-service/img/common/blank-black.svg") no-repeat center center/contain;
}
.kujyuski-service-c-button.-white .c-button__wrap[target=_blank] .c-button__icon::after {
  background: url("/assets/kujyuski-service/img/common/blank-white.svg") no-repeat center center/contain;
}
.kujyuski-service-c-button.-white .c-button__icon::before {
  background: url("/assets/kujyuski-service/img/common/arrow-black.svg") no-repeat center center/contain;
}
.kujyuski-service-c-button.-white .c-button__icon::after {
  background: url("/assets/kujyuski-service/img/common/arrow-white.svg") no-repeat center center/contain;
}
.kujyuski-service-c-button.-white:hover .c-button__wrap {
  background: #191A1B;
  color: #FFFFFF;
}
.kujyuski-service-c-button.-white:hover .c-button__icon::before {
  -webkit-transform: translate(1.2rem, 1.2rem);
  transform: translate(1.2rem, 1.2rem);
  opacity: 0;
}
.kujyuski-service-c-button.-white:hover .c-button__icon::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.kujyuski-service-c-newsCard .c-newsCard__link {
  text-decoration: none;
}
.kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__figure {
  width: 100%;
  padding-bottom: 62.17%;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  margin: 0 0 1.8rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__figure {
    border-radius: 1rem;
    margin: 0 0 1.2rem 0;
  }
}
.kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__figure.-noimage {
  border: 0.1rem solid #DDDDDD;
}
.kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__body .c-newsCard__header {
  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;
  font-family: "Rajdhani", sans-serif;
  margin-bottom: 0.8rem;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__body .c-newsCard__header {
    margin-bottom: 0.6rem;
  }
}
.kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__body .c-newsCard__header .c-newsCard__category {
  color: #191A1B;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0.5rem 4.2rem;
  border-radius: 0.4rem;
  -webkit-box-shadow: inset 0 0 0 0.1rem #191A1B;
  box-shadow: inset 0 0 0 0.1rem #191A1B;
  overflow-wrap: anywhere;
}
.kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__body .c-newsCard__header .c-newsCard__date {
  font-size: 1.5rem;
  font-weight: 600;
  color: #8C8C8D;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__body .c-newsCard__header .c-newsCard__date {
    font-size: 1.4rem;
  }
}
.kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__body .c-newsCard__title {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0 0 0.8rem 0;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__body .c-newsCard__title {
    font-size: 1.7rem;
  }
}
.kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__body .c-newsCard__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__body .c-newsCard__tags {
    gap: 0.5rem;
  }
}
.kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__body .c-newsCard__tags .c-newsCard__tag {
  color: #1F82AC;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__body .c-newsCard__tags .c-newsCard__tag {
    font-size: 1.2rem;
  }
}
.kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__body .c-newsCard__tags .c-newsCard__tag::before {
  content: "";
  margin-top: 0.2rem;
  margin-right: 0.1rem;
  width: 1.3rem;
  min-width: 1.3rem;
  height: 1.3rem;
  background: url("/assets/kujyuski-service/img/common/icon-tag.svg") no-repeat center center/contain;
}
.kujyuski-service-c-newsCard .c-newsCard__link:hover {
  opacity: 1;
}
.kujyuski-service-c-newsCard .c-newsCard__link:hover .c-newsCard__figure img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.kujyuski-service-c-breadcrumbs {
  max-width: 100%;
}
.kujyuski-service-c-breadcrumbs::-webkit-scrollbar {
  display: none;
}
.kujyuski-service-c-breadcrumbs .c-breadcrumbs-inner {
  padding: 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-breadcrumbs .c-breadcrumbs-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-c-breadcrumbs .c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0 1.2rem 0 0;
  max-width: 100%;
}
.kujyuski-service-c-breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.kujyuski-service-c-breadcrumbs li + li:before {
  content: "";
  background: #757676;
  width: 0.6;
  min-width: 0.6em;
  height: 0.1rem;
  display: block;
  margin: 0.1rem 0.6rem 0 0.6rem;
}
.kujyuski-service-c-breadcrumbs li a {
  color: #191A1B;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.01em;
  opacity: 0.4;
  text-decoration: none;
}
.kujyuski-service-c-breadcrumbs li a > span {
  color: #191A1B;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.01em;
}
.kujyuski-service-c-breadcrumbs li > span {
  color: #191A1B;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-breadcrumbs li > span {
    font-size: 1.2rem;
  }
}
.kujyuski-service-c-breadcrumbs li:last-of-type {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.kujyuski-service-c-breadcrumbs li:last-of-type span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.kujyuski-service-c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 6rem;
  padding: 0 10rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-pager {
    margin: 3.6rem 0 4.8rem 0;
  }
}
.kujyuski-service-c-pager .c-pager__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #191A1B;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
  font-size: 2rem;
  line-height: 1;
  opacity: 0.2;
  text-decoration: none;
}
.kujyuski-service-c-pager .c-pager__item + .c-pager__item {
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-pager .c-pager__item + .c-pager__item {
    margin-left: 2rem;
  }
}
.kujyuski-service-c-pager .c-pager__item:hover, .kujyuski-service-c-pager .c-pager__item.-current {
  opacity: 1;
}
.kujyuski-service-c-pager .c-pager__item.-prev {
  width: 9.9rem;
  height: 2.6rem;
  border-radius: 10rem;
  background: #191A1B;
  position: relative;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-pager .c-pager__item.-prev {
    width: 4.8rem;
    height: 2.2rem;
  }
}
.kujyuski-service-c-pager .c-pager__item.-prev .c-pager__item-label {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-pager .c-pager__item.-prev .c-pager__item-label {
    display: none;
  }
}
.kujyuski-service-c-pager .c-pager__item.-prev i {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: url("/assets/kujyuski-service/img/common/icon_pager_prev.svg") no-repeat 0 0;
  background-size: 1rem 1rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-pager .c-pager__item.-prev i {
    width: 1rem;
    height: 0.875rem;
    background: url("/assets/kujyuski-service/img/common/icon_pager_prev-sp.svg") no-repeat 0 0;
    background-size: 1rem 0.875rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.kujyuski-service-c-pager .c-pager__item.-next {
  width: 9.9rem;
  height: 2.6rem;
  border-radius: 10rem;
  background: #191A1B;
  position: relative;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-pager .c-pager__item.-next {
    width: 4.8rem;
    height: 2.2rem;
  }
}
.kujyuski-service-c-pager .c-pager__item.-next .c-pager__item-label {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-pager .c-pager__item.-next .c-pager__item-label {
    display: none;
  }
}
.kujyuski-service-c-pager .c-pager__item.-next i {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: url("/assets/kujyuski-service/img/common/icon_pager_next.svg") no-repeat 0 0;
  background-size: 1rem 1rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-pager .c-pager__item.-next i {
    width: 1rem;
    height: 0.875rem;
    background: url("/assets/kujyuski-service/img/common/icon_pager_next-sp.svg") no-repeat 0 0;
    background-size: 1rem 0.875rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.kujyuski-service-c-noresult {
  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: 7.2rem 0 12rem 0;
  margin: 0 auto;
}
.kujyuski-service-c-noresult .c-noresult__image {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 0 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-noresult .c-noresult__image {
    margin: 0 0 0.7rem 0;
  }
}
.kujyuski-service-c-noresult .c-noresult__label {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 0.96;
  letter-spacing: -0.02em;
  color: #191A1B;
  margin: 0 0 0.6rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-noresult .c-noresult__label {
    font-size: 4rem;
    margin: 0 0 0.2rem 0;
  }
}
.kujyuski-service-c-noresult .c-noresult__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  color: #191A1B;
  margin: 0 0 4.8rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-noresult .c-noresult__title {
    font-size: 1.4rem;
    margin: 0 0 3rem 0;
  }
}
.kujyuski-service-c-noresult .c-noresult__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: center;
  color: #191A1B;
  margin: 0 0 7.2rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-noresult .c-noresult__text {
    font-size: 1.4rem;
    margin: 0 0 4.8rem 0;
  }
}

.kujyuski-service-c-sidebar {
  width: 32rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-sidebar {
    width: 100%;
    margin: 0 auto;
    margin-top: 6rem;
  }
}
.kujyuski-service-c-sidebar .c-sidebar__related,
.kujyuski-service-c-sidebar .c-sidebar__category,
.kujyuski-service-c-sidebar .c-sidebar__tag {
  margin-bottom: 3.6rem;
}
.kujyuski-service-c-sidebar .c-sidebar__relatedTitle,
.kujyuski-service-c-sidebar .c-sidebar__categoryTitle,
.kujyuski-service-c-sidebar .c-sidebar__tagTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1.6rem 0;
}
.kujyuski-service-c-sidebar .c-sidebar__relatedTitle .s-mediaDetail__relatedTitleIcon,
.kujyuski-service-c-sidebar .c-sidebar__categoryTitle .s-mediaDetail__relatedTitleIcon,
.kujyuski-service-c-sidebar .c-sidebar__tagTitle .s-mediaDetail__relatedTitleIcon {
  width: 2.4rem;
  height: 2.4rem;
  min-width: 2.4rem;
  max-width: 2.4rem;
}
.kujyuski-service-c-sidebar .c-sidebar__relatedTitle .s-mediaDetail__relatedTitleEn,
.kujyuski-service-c-sidebar .c-sidebar__categoryTitle .s-mediaDetail__relatedTitleEn,
.kujyuski-service-c-sidebar .c-sidebar__tagTitle .s-mediaDetail__relatedTitleEn {
  color: #191A1B;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 0.96;
  letter-spacing: -0.02em;
}
.kujyuski-service-c-sidebar .c-sidebar__relatedTitle .s-mediaDetail__relatedTitleJa,
.kujyuski-service-c-sidebar .c-sidebar__categoryTitle .s-mediaDetail__relatedTitleJa,
.kujyuski-service-c-sidebar .c-sidebar__tagTitle .s-mediaDetail__relatedTitleJa {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.kujyuski-service-c-sidebar .c-sidebar__relatedWrap {
  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.6rem;
}
.kujyuski-service-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  text-decoration: none;
}
.kujyuski-service-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItemLink .c-sidebar__relatedItemThumb {
  width: 10rem;
  min-width: 10rem;
  height: 6.2rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.kujyuski-service-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItemLink .c-sidebar__relatedItemThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.kujyuski-service-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItemLink .c-sidebar__relatedItemThumb.-noimage {
  border: 0.1rem solid #DDDDDD;
}
.kujyuski-service-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItemLink .c-sidebar__relatedItemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
  max-width: calc(100% - 10rem - 1.2rem);
  width: 100%;
}
.kujyuski-service-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItemLink .c-sidebar__relatedItemWrap .c-sidebar__relatedItemHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.4rem;
}
.kujyuski-service-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItemLink .c-sidebar__relatedItemWrap .c-sidebar__relatedItemHeader .c-sidebar__relatedItemCategory {
  border: 0.1rem solid #191A1B;
  border-radius: 0.4rem;
  color: #191A1B;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0;
  padding: 0.4rem 0.6rem 0.2rem 0.6rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  min-width: 6.4rem;
}
.kujyuski-service-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItemLink .c-sidebar__relatedItemWrap .c-sidebar__relatedItemHeader .c-sidebar__relatedItemDate {
  color: #8C8C8D;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
  min-width: 7rem;
}
.kujyuski-service-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItemLink .c-sidebar__relatedItemWrap .c-sidebar__relatedItemTitle {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.kujyuski-service-c-sidebar .c-sidebar__categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
}
.kujyuski-service-c-sidebar .c-sidebar__categoryList .c-sidebar__categoryItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kujyuski-service-c-sidebar .c-sidebar__categoryList .c-sidebar__categoryItem .c-sidebar__categoryItemLink {
  background-color: #FFFFFF;
  border: 0.1rem solid #191A1B;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1.2rem;
  padding: 0.8rem 1.2rem 0.8rem 1.6rem;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.kujyuski-service-c-sidebar .c-sidebar__categoryList .c-sidebar__categoryItem .c-sidebar__categoryItemLink .c-sidebar__categoryItemName {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.kujyuski-service-c-sidebar .c-sidebar__categoryList .c-sidebar__categoryItem .c-sidebar__categoryItemLink .c-sidebar__categoryItemArrow {
  min-width: 0.8rem;
  max-width: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.2rem;
}
.kujyuski-service-c-sidebar .c-sidebar__categoryList .c-sidebar__categoryItem .c-sidebar__categoryItemLink .c-sidebar__categoryItemArrow::before, .kujyuski-service-c-sidebar .c-sidebar__categoryList .c-sidebar__categoryItem .c-sidebar__categoryItemLink .c-sidebar__categoryItemArrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.kujyuski-service-c-sidebar .c-sidebar__categoryList .c-sidebar__categoryItem .c-sidebar__categoryItemLink .c-sidebar__categoryItemArrow::before {
  background: url("/assets/kujyuski-service/img/common/arrow-black.svg") no-repeat center center/contain;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 1;
}
.kujyuski-service-c-sidebar .c-sidebar__categoryList .c-sidebar__categoryItem .c-sidebar__categoryItemLink .c-sidebar__categoryItemArrow::after {
  background: url("/assets/kujyuski-service/img/common/arrow-white.svg") no-repeat center center/contain;
  -webkit-transform: translate(-1.2rem, -1.2rem);
  transform: translate(-1.2rem, -1.2rem);
  opacity: 0;
  z-index: 2;
}
.kujyuski-service-c-sidebar .c-sidebar__categoryList .c-sidebar__categoryItem .c-sidebar__categoryItemLink:hover {
  opacity: 1;
  background-color: #191A1B;
}
.kujyuski-service-c-sidebar .c-sidebar__categoryList .c-sidebar__categoryItem .c-sidebar__categoryItemLink:hover .c-sidebar__categoryItemName {
  color: #FFFFFF;
}
.kujyuski-service-c-sidebar .c-sidebar__categoryList .c-sidebar__categoryItem .c-sidebar__categoryItemLink:hover .c-sidebar__categoryItemArrow::before {
  -webkit-transform: translate(1.2rem, 1.2rem);
  transform: translate(1.2rem, 1.2rem);
  opacity: 0;
}
.kujyuski-service-c-sidebar .c-sidebar__categoryList .c-sidebar__categoryItem .c-sidebar__categoryItemLink:hover .c-sidebar__categoryItemArrow::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.kujyuski-service-c-sidebar .c-sidebar__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
}
.kujyuski-service-c-sidebar .c-sidebar__tagItem {
  color: #1F82AC;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
  text-decoration: none;
}
.kujyuski-service-c-sidebar .c-sidebar__tagItem::before {
  content: "";
  margin-top: 0.2rem;
  margin-right: 0.1rem;
  width: 1.3rem;
  min-width: 1.3rem;
  height: 1.3rem;
  background: url("/assets/kujyuski-service/img/common/icon-tag.svg") no-repeat center center/contain;
}

.kujyuski-service-c-wysiwyg {
  width: 100%;
  padding-left: 0;
  overflow: hidden;
}
.kujyuski-service-c-wysiwyg h2,
.kujyuski-service-c-wysiwyg h3,
.kujyuski-service-c-wysiwyg h4,
.kujyuski-service-c-wysiwyg h5,
.kujyuski-service-c-wysiwyg h6 {
  margin: 0;
  line-height: 1.5;
}
.kujyuski-service-c-wysiwyg h2 {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 6rem 0 1.6rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-wysiwyg h2 {
    font-size: 2rem;
    margin: 3.6rem 0 1rem 0;
  }
}
.kujyuski-service-c-wysiwyg h3 {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 3.6rem 0 1.2rem 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-wysiwyg h3 {
    font-size: 1.8rem;
    padding: 2.4rem 0 1rem 0;
  }
}
.kujyuski-service-c-wysiwyg h4 {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 2.4rem 0 1.2rem 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-wysiwyg h4 {
    font-size: 1.6rem;
    padding: 2.4rem 0 1rem 0;
  }
}
.kujyuski-service-c-wysiwyg p {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding: 1.6rem 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-wysiwyg p {
    font-size: 1.4rem;
    padding: 1.2rem 0;
  }
}
.kujyuski-service-c-wysiwyg ul {
  list-style: none;
  margin: 1.6rem 0;
  padding: 0;
}
.kujyuski-service-c-wysiwyg ul li {
  margin: 0;
  padding: 0;
  text-indent: initial;
  padding-left: 2.6rem;
  text-indent: -0.6rem;
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.kujyuski-service-c-wysiwyg ul li + li {
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-wysiwyg ul li {
    font-size: 1.4rem;
    padding-left: 2.4rem;
    text-indent: -0.4rem;
  }
}
.kujyuski-service-c-wysiwyg ul li:before {
  display: inline-block;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #369DC8;
  border-radius: 50%;
  position: relative;
  top: -0.3rem;
  left: -1rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-wysiwyg ul li:before {
    top: -0.2rem;
    left: -1.1rem;
  }
}
.kujyuski-service-c-wysiwyg ol {
  list-style: none;
  margin: 1.6rem 0;
  padding: 0;
  counter-reset: n;
}
.kujyuski-service-c-wysiwyg ol li {
  margin: 0;
  padding: 0;
  text-indent: initial;
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.8rem;
}
.kujyuski-service-c-wysiwyg ol li + li {
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-wysiwyg ol li {
    font-size: 1.4rem;
  }
}
.kujyuski-service-c-wysiwyg ol li:before {
  content: "0" counter(n) ".";
  counter-increment: n;
  color: #1F82AC;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-wysiwyg ol li:before {
    font-size: 1.7rem;
    margin-top: 0.5rem;
  }
}
.kujyuski-service-c-wysiwyg ol li:nth-of-type(n + 10):before {
  content: counter(n) ".";
}
.kujyuski-service-c-wysiwyg a {
  word-wrap: break-word;
}
.kujyuski-service-c-wysiwyg blockquote {
  border-left: 0.2rem solid #DDDDDD;
  padding: 2rem 3.6rem;
  margin: 2.4rem 0;
  color: #666666;
  background-color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-wysiwyg blockquote {
    padding: 1.6rem 2.6rem;
    margin: 1.2rem 0;
  }
}
.kujyuski-service-c-wysiwyg blockquote::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("/assets/kujyuski-service/img/common/icon_quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-wysiwyg blockquote::before {
    top: 1rem;
    left: 1rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}
.kujyuski-service-c-wysiwyg blockquote::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("/assets/kujyuski-service/img/common/icon_quote_end.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-wysiwyg blockquote::after {
    bottom: 1rem;
    right: 1rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}
.kujyuski-service-c-wysiwyg blockquote p {
  margin: 0;
  padding: 0;
}
.kujyuski-service-c-wysiwyg table {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-collapse: separate;
  border-spacing: 0;
  margin: 2.4rem 0;
  padding: 0 0 1.6rem 0;
  background-color: #FFFFFF;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-wysiwyg table {
    margin: 1.2rem 0;
  }
}
.kujyuski-service-c-wysiwyg table::-webkit-scrollbar {
  height: 0.2rem;
}
.kujyuski-service-c-wysiwyg table::-webkit-scrollbar-track {
  background-color: #FFFFFF;
  border: 0.2rem solid #DDDDDD;
}
.kujyuski-service-c-wysiwyg table::-webkit-scrollbar-thumb {
  background-color: #191A1B;
  border: 0.2rem solid #191A1B;
  border-radius: 0.4rem;
}
.kujyuski-service-c-wysiwyg table::-webkit-scrollbar-thumb:hover {
  background-color: #191A1B;
}
.kujyuski-service-c-wysiwyg table tbody, .kujyuski-service-c-wysiwyg table thead {
  width: 100%;
  display: table;
}
.kujyuski-service-c-wysiwyg table th {
  background-color: #F3F4F4;
  border: 0.1rem solid #DDDDDD;
  border-bottom: none;
  border-right: none;
  padding: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #191A1B;
  text-align: center;
  min-width: 24rem;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-wysiwyg table th {
    font-size: 1.4rem;
    padding: 1.2rem;
    min-width: 18rem;
    width: 18rem;
  }
}
.kujyuski-service-c-wysiwyg table th:first-child {
  border-top-left-radius: 1.2rem;
}
.kujyuski-service-c-wysiwyg table th:last-child {
  border-top-right-radius: 1.2rem;
  border-right: 0.1rem solid #DDDDDD;
}
.kujyuski-service-c-wysiwyg table td {
  border: 0.1rem solid #DDDDDD;
  border-right: none;
  padding: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #191A1B;
  text-align: left;
  min-width: 24rem;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-wysiwyg table td {
    font-size: 1.4rem;
    padding: 1.2rem;
    min-width: 18rem;
    width: 18rem;
  }
}
.kujyuski-service-c-wysiwyg table td:last-child {
  border-right: 0.1rem solid #DDDDDD;
}
.kujyuski-service-c-wysiwyg table tr:last-child td:first-child {
  border-bottom-left-radius: 1.2rem;
}
.kujyuski-service-c-wysiwyg table tr:last-child td:last-child {
  border-bottom-right-radius: 1.2rem;
}
.kujyuski-service-c-wysiwyg table th[colspan="2"] {
  min-width: 48rem;
}
.kujyuski-service-c-wysiwyg table td[colspan="2"] {
  min-width: 48rem;
}
.kujyuski-service-c-wysiwyg code .hljs-ln {
  margin-top: 0;
  margin-bottom: 0;
}
.kujyuski-service-c-wysiwyg code .hljs-ln-code, .kujyuski-service-c-wysiwyg code .hljs-ln-numbers {
  border: none;
  padding: 0;
  min-width: 0.5rem;
}
.kujyuski-service-c-wysiwyg code .hljs-ln-numbers {
  border-right: 0.1rem solid #ccc;
}
.kujyuski-service-c-wysiwyg img {
  max-width: 100%;
  height: auto;
  border-radius: 1.2rem;
  margin: 3.6rem 0;
}
.kujyuski-service-c-wysiwyg .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: var(--color-base-primary);
}
.kujyuski-service-c-wysiwyg iframe {
  max-width: 100%;
}
.kujyuski-service-c-wysiwyg h2:first-child, .kujyuski-service-c-wysiwyg h3:first-child, .kujyuski-service-c-wysiwyg h4:first-child, .kujyuski-service-c-wysiwyg h5:first-child, .kujyuski-service-c-wysiwyg h6:first-child, .kujyuski-service-c-wysiwyg p:first-child, .kujyuski-service-c-wysiwyg ol:first-child, .kujyuski-service-c-wysiwyg ul:first-child, .kujyuski-service-c-wysiwyg blockquote:first-child, .kujyuski-service-c-wysiwyg img:first-child, .kujyuski-service-c-wysiwyg table:first-child {
  margin-top: 0;
}

.kujyuski-service-c-form .leadgrid-form__row + .leadgrid-form__row {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-form .leadgrid-form__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .kujyuski-service-c-form .leadgrid-form__row + .leadgrid-form__row {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .kujyuski-service-c-form .leadgrid-form__row + .leadgrid-form__row {
    margin-top: 2.4rem;
  }
}
.kujyuski-service-c-form .leadgrid-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0 0 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-form .leadgrid-form__label {
    width: 100%;
    font-size: 1.4rem;
  }
}
.kujyuski-service-c-form .leadgrid-form__label::before {
  background-color: transparent !important;
  border: none;
  color: #8C8C8D !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  height: auto;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-form .leadgrid-form__label::before {
    font-size: 1.2rem;
  }
}
.kujyuski-service-c-form .leadgrid-form__label.-required::before {
  color: #C91D2B !important;
  background-color: transparent !important;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  height: auto;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-form .leadgrid-form__label.-required::before {
    font-size: 1.2rem;
  }
}
.kujyuski-service-c-form .leadgrid-form__input {
  background-color: #FFFFFF;
  border: 0.1rem solid #BABABB;
  border-radius: 0.4rem;
  display: block;
  width: 100%;
  padding: 2.4rem 1.6rem;
  height: 6.9rem;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.kujyuski-service-c-form .leadgrid-form__input::-webkit-input-placeholder {
  color: #BABABB;
  opacity: 1;
}
.kujyuski-service-c-form .leadgrid-form__input::-moz-placeholder {
  color: #BABABB;
  opacity: 1;
}
.kujyuski-service-c-form .leadgrid-form__input:-ms-input-placeholder {
  color: #BABABB;
  opacity: 1;
}
.kujyuski-service-c-form .leadgrid-form__input::-ms-input-placeholder {
  color: #BABABB;
  opacity: 1;
}
.kujyuski-service-c-form .leadgrid-form__input::placeholder {
  color: #BABABB;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-form .leadgrid-form__input {
    width: 100%;
    margin-right: 0;
    height: 5.2rem;
    font-size: 1.4rem;
    padding: 1.2rem 1.6rem;
  }
}
.kujyuski-service-c-form .leadgrid-form__select {
  display: block;
  width: 100%;
  height: 6rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-form .leadgrid-form__select {
    width: 100%;
    margin-right: 0;
    height: 5.2rem;
    font-size: 1.3rem;
  }
}
.kujyuski-service-c-form .leadgrid-form__select::before {
  display: none;
}
.kujyuski-service-c-form .leadgrid-form__select::after {
  border: none;
  width: 1.6rem;
  height: 1.6rem;
  background: url("/assets/kujyuski-service/img/common/select_arrow.svg") no-repeat center center/contain;
  top: 2.5rem;
  right: 1.6rem;
  -webkit-transform: none;
  transform: none;
}
.kujyuski-service-c-form .leadgrid-form__select::-webkit-input-placeholder {
  color: #BABABB;
}
.kujyuski-service-c-form .leadgrid-form__select::-moz-placeholder {
  color: #BABABB;
}
.kujyuski-service-c-form .leadgrid-form__select:-ms-input-placeholder {
  color: #BABABB;
}
.kujyuski-service-c-form .leadgrid-form__select::-ms-input-placeholder {
  color: #BABABB;
}
.kujyuski-service-c-form .leadgrid-form__select::placeholder {
  color: #BABABB;
}
.kujyuski-service-c-form .leadgrid-form__select select {
  color: #191A1B;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  border: 0.1rem solid #BABABB;
  border-radius: 0.4rem;
  display: block;
  width: 100%;
  padding: 1.6rem 2.4rem;
  height: 6rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-form .leadgrid-form__select select {
    height: 5.2rem;
    padding: 1.6rem;
    font-size: 1.3rem;
  }
}
.kujyuski-service-c-form .leadgrid-form__select select option[value=選択してください] {
  opacity: 0.5;
}
.kujyuski-service-c-form .leadgrid-form__select select:has(option:checked:not([value=選択してください])) {
  opacity: 1;
}
.kujyuski-service-c-form .leadgrid-form__radio + .leadgrid-form__radio {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-form .leadgrid-form__radio + .leadgrid-form__radio {
    margin-top: 1.2rem;
  }
}
.kujyuski-service-c-form .leadgrid-form__radio:first-of-type {
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-form .leadgrid-form__radio:first-of-type {
    margin-top: 0.8rem;
  }
}
.kujyuski-service-c-form .leadgrid-form__radio label input {
  display: none;
}
.kujyuski-service-c-form .leadgrid-form__radio label span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-form .leadgrid-form__radio label span {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.kujyuski-service-c-form .leadgrid-form__radio label span::before {
  content: " ";
  margin-right: 0.6rem;
  min-width: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.1rem solid #DDDDDD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.kujyuski-service-c-form .leadgrid-form__radio label input[type=radio]:checked + span::after {
  content: " ";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  min-width: 1rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.5rem;
  -webkit-box-shadow: 0 0 0 0.5rem #369DC8;
  box-shadow: 0 0 0 0.5rem #369DC8;
}
.kujyuski-service-c-form .leadgrid-form__file {
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-form .leadgrid-form__file {
    width: 100%;
    margin-right: 0;
  }
}
.kujyuski-service-c-form .leadgrid-form__file span {
  color: #BABABB;
}
.kujyuski-service-c-form .leadgrid-form__file label {
  background-color: #FFFFFF;
  border: 0.2rem dashed #BABABB;
  border-radius: 0.4rem;
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.04em;
  height: 9.6rem;
  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;
  padding: 0 2.4rem;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-form .leadgrid-form__file label {
    border: 0.1rem dashed #BABABB;
    height: 8rem;
    font-size: 1.3rem;
    padding: 1.6rem;
  }
}
.kujyuski-service-c-form .leadgrid-form__file label::before {
  content: "";
  background-color: #F3F4F4;
  border-radius: 0.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 23.2rem;
  height: 3.3rem;
  z-index: -1;
}
.kujyuski-service-c-form .leadgrid-form__file label::after {
  content: "";
  background: url("/assets/kujyuski-service/img/common/file_icon.svg") no-repeat center center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  z-index: 1;
}
.kujyuski-service-c-form .leadgrid-form__file label img {
  display: none;
}
.kujyuski-service-c-form .leadgrid-form__textarea {
  border: 0.1rem solid #BABABB;
  background-color: #FFFFFF;
  border-radius: 0.4rem;
  display: block;
  width: 100%;
  padding: 1.6rem;
  min-height: 15.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.kujyuski-service-c-form .leadgrid-form__textarea::-webkit-input-placeholder {
  color: #BABABB;
  opacity: 1;
}
.kujyuski-service-c-form .leadgrid-form__textarea::-moz-placeholder {
  color: #BABABB;
  opacity: 1;
}
.kujyuski-service-c-form .leadgrid-form__textarea:-ms-input-placeholder {
  color: #BABABB;
  opacity: 1;
}
.kujyuski-service-c-form .leadgrid-form__textarea::-ms-input-placeholder {
  color: #BABABB;
  opacity: 1;
}
.kujyuski-service-c-form .leadgrid-form__textarea::placeholder {
  color: #BABABB;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-form .leadgrid-form__textarea {
    width: 100%;
    min-height: 16.6rem;
    margin-right: 0;
    font-size: 1.3rem;
    padding: 2rem;
  }
}
.kujyuski-service-c-form .leadgrid-form__agree {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-form .leadgrid-form__agree {
    margin-top: 0;
  }
}
.kujyuski-service-c-form .leadgrid-form__agree .c-form__agreeText_not_scroll {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7s;
  letter-spacing: 0.04em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 1.6rem 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-form .leadgrid-form__agree .c-form__agreeText_not_scroll {
    font-size: 1.3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.kujyuski-service-c-form .leadgrid-form__agree .c-form__agreeText_not_scroll a {
  color: #191A1B;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-form .leadgrid-form__agree .c-form__agreeText_not_scroll div {
    line-height: 1.7;
  }
}
.kujyuski-service-c-form .leadgrid-form__agree .c-form__agreeText_not_scroll u {
  font-weight: 500;
  text-decoration: none;
}
.kujyuski-service-c-form .leadgrid-form__agree .c-form__agreeText_not_scroll u strong {
  font-weight: 500;
  text-decoration: none;
}
.kujyuski-service-c-form .leadgrid-form__agree .c-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.kujyuski-service-c-form .leadgrid-form__agree .c-form__checkbox label {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kujyuski-service-c-form .leadgrid-form__agree .c-form__checkbox input[type=checkbox] {
  display: none;
}
.kujyuski-service-c-form .leadgrid-form__agree .c-form__checkbox input[type=checkbox]:checked + .c-form__checkboxLabel:before {
  border: 0.1rem solid #191A1B;
  background-color: #191A1B;
}
.kujyuski-service-c-form .leadgrid-form__agree .c-form__checkbox input[type=checkbox]:checked + .c-form__checkboxLabel:after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.6rem;
  border: solid #FFFFFF;
  border-width: 0 0 0.2rem 0.2rem;
  position: absolute;
  top: 40%;
  left: 1rem;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  margin: 0;
}
.kujyuski-service-c-form .leadgrid-form__agree .c-form__checkboxLabel {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.3rem 0 0.7rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-form .leadgrid-form__agree .c-form__checkboxLabel {
    font-size: 1.3rem;
  }
}
.kujyuski-service-c-form .leadgrid-form__agree .c-form__checkboxLabel::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  margin-right: 0.6rem;
  border: 0.1rem solid #DDDDDD;
  background-color: #FFFFFF;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-c-form .leadgrid-form__agree .c-form__checkboxLabel::before {
    width: 1.8rem;
    height: 1.8rem;
    min-width: 1.8rem;
    min-height: 1.8rem;
    margin-top: -0.1rem;
  }
}
.kujyuski-service-c-form .leadgrid-form__agree .c-form__checkboxLabel::after {
  content: "";
  display: none;
}
.kujyuski-service-c-form .leadgrid-form__agree .c-form__checkbox + div {
  color: #B92F1A;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 0;
  text-align: center;
  margin: 0;
}
.kujyuski-service-c-form .leadgrid-form__agree .c-form__checkbox + div:not(:empty) {
  text-align: left;
}
.kujyuski-service-c-form .leadgrid-form__agree .privacy {
  color: #BABABB;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 0;
  margin: 2.4rem 0 0 0;
}
.kujyuski-service-c-form .leadgrid-form__agree .privacy a {
  color: #BABABB;
  text-decoration: none;
}
.kujyuski-service-c-form .c-form__action {
  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: 2.4rem auto 0 auto;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes spinIcon {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinIcon {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slideLoadingBar {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideLoadingBar {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes imageRotateFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes imageRotateFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes imageOverlayFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imageOverlayFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes imageFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes imageFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.kujyuski-service-s-mainvisual {
  overflow: hidden;
  position: relative;
  height: 82rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual {
    height: auto;
    margin: 0 0 3.6rem 0;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.kujyuski-service-s-mainvisual .s-mainvisual__scrollText {
  position: absolute;
  top: 36.4rem;
  left: 0;
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__scrollText {
    top: 23.4rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__scrollText.is-show-fadeInUp {
  -webkit-animation: fadeInUp 0.8s ease forwards;
  animation: fadeInUp 0.8s ease forwards;
}
.kujyuski-service-s-mainvisual .s-mainvisual__scrollText .s-mainvisual__scrollTextTrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.6rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-filter: drop-shadow(0 0 3.6rem rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 3.6rem rgba(0, 0, 0, 0.15));
  -webkit-transform: translateX(0);
  transform: translateX(0);
  will-change: transform;
  -webkit-animation: s-mainvisual-marquee var(--marquee-duration, 40s) linear infinite;
  animation: s-mainvisual-marquee var(--marquee-duration, 40s) linear infinite;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__scrollText .s-mainvisual__scrollTextTrack {
    gap: 1.2rem;
    -webkit-filter: drop-shadow(0 0 2.4rem rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 2.4rem rgba(0, 0, 0, 0.2));
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__scrollText .s-mainvisual__scrollText--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__scrollText .s-mainvisual__scrollText--item {
    gap: 1.2rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__scrollText .s-mainvisual__scrollText--text {
  white-space: nowrap;
  font-size: 8.6rem;
  font-family: "Rajdhani", sans-serif;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__scrollText .s-mainvisual__scrollText--text {
    font-size: 5.2rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__scrollText .s-mainvisual__scrollText--image {
  width: 8.6rem;
  height: 8.6rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(0 0 3.6rem rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 3.6rem rgba(0, 0, 0, 0.15));
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__scrollText .s-mainvisual__scrollText--image {
    width: 5.2rem;
    height: 5.2rem;
    -webkit-filter: drop-shadow(0 0 2.4rem rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 0 2.4rem rgba(0, 0, 0, 0.15));
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__snsList {
  position: fixed;
  top: 16rem;
  left: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  opacity: 0;
}
.kujyuski-service-s-mainvisual .s-mainvisual__snsList.is-show-fadeInUp {
  -webkit-animation: fadeInUp 0.8s ease forwards;
  animation: fadeInUp 0.8s ease forwards;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__snsList {
    top: 1.8rem;
    left: 11.2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0.6rem;
    opacity: 0;
  }
  .kujyuski-service-s-mainvisual .s-mainvisual__snsList.is-show-fadeInDown {
    -webkit-animation: fadeInDown 0.8s ease forwards;
    animation: fadeInDown 0.8s ease forwards;
    opacity: 1;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__snsList .s-mainvisual__snsItem {
  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;
}
.kujyuski-service-s-mainvisual .s-mainvisual__snsList .s-mainvisual__snsItem .s-mainvisual__snsItem--link {
  text-decoration: none;
  background: #191A1B;
  border-radius: 0.6rem;
  position: relative;
  height: 2.4rem;
  width: 2.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__snsList .s-mainvisual__snsItem .s-mainvisual__snsItem--link {
    height: 2.2rem;
    width: 2.2rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__snsList .s-mainvisual__snsItem .s-mainvisual__snsItem--link .s-mainvisual__snsItem--image {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  -o-object-fit: contain;
  object-fit: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__snsList .s-mainvisual__snsItem .s-mainvisual__snsItem--link .s-mainvisual__snsItem--image {
    width: 1.283rem;
    height: 1.283rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__snsList .s-mainvisual__snsItem .s-mainvisual__snsItem--link:hover {
  background: #FFFFFF;
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.kujyuski-service-s-mainvisual .s-mainvisual__snsList .s-mainvisual__snsItem .s-mainvisual__snsItem--link:hover .s-mainvisual__snsItem--image {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__headWrap {
    padding: 3.5rem 1.2rem 0 2rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__head {
  position: absolute;
  bottom: 4.8rem;
  left: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
}
.kujyuski-service-s-mainvisual .s-mainvisual__head.is-show-fadeInUp {
  -webkit-animation: fadeInUp 0.8s ease forwards;
  animation: fadeInUp 0.8s ease forwards;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__head {
    position: relative;
    bottom: initial;
    left: initial;
    margin: 0 0 6rem 0;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__head .s-mainvisual__snowImage {
  width: 2.8rem;
  height: 2.8rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 0 1rem 0.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__head .s-mainvisual__snowImage {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 0 0.8rem 0.2rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__head .s-mainvisual__headTitle {
  color: #191A1B;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 0.96;
  letter-spacing: -0.02em;
  margin: 0 0 0.6rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__head .s-mainvisual__headTitle {
    font-size: 3.6rem;
    margin: 0 0 0.3rem 0;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__head .s-mainvisual__headText {
  color: #191A1B;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__head .s-mainvisual__headText {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__infoList {
  position: fixed;
  bottom: 2.4rem !important;
  right: 2.4rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  z-index: 10;
  opacity: 0;
  pointer-events: none !important;
}
.kujyuski-service-s-mainvisual .s-mainvisual__infoList.is-show-fadeInUp {
  -webkit-animation: fadeIn 0.8s ease forwards;
  animation: fadeIn 0.8s ease forwards;
  opacity: 1;
  pointer-events: auto !important;
}
.kujyuski-service-s-mainvisual .s-mainvisual__infoList.is-in-footer {
  -webkit-animation: none !important;
  animation: none !important;
  opacity: 0;
  pointer-events: none !important;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__infoList {
    position: fixed;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    bottom: 1.2rem !important;
    right: 1.2rem !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__infoList .s-mainvisual__infoItem .s-mainvisual__infoItem--link {
  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;
  gap: 1.2rem;
  text-decoration: none;
}
.kujyuski-service-s-mainvisual .s-mainvisual__infoList .s-mainvisual__infoItem .s-mainvisual__infoItem--link .s-mainvisual__infoItem--text {
  color: #191A1B;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__infoList .s-mainvisual__infoItem .s-mainvisual__infoItem--link .s-mainvisual__infoItem--text {
    display: none;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__infoList .s-mainvisual__infoItem .s-mainvisual__infoItem--link .s-mainvisual__infoItem--imageWrap {
  background: #191A1B;
  -webkit-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1019607843);
  border-radius: 1.2rem;
  width: 4.8rem;
  height: 4.8rem;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__infoList .s-mainvisual__infoItem .s-mainvisual__infoItem--link .s-mainvisual__infoItem--imageWrap {
    width: 4rem;
    height: 4rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__infoList .s-mainvisual__infoItem .s-mainvisual__infoItem--link .s-mainvisual__infoItem--imageWrap .s-mainvisual__infoItem--image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3.6rem;
  height: 3.6rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__infoList .s-mainvisual__infoItem .s-mainvisual__infoItem--link .s-mainvisual__infoItem--imageWrap .s-mainvisual__infoItem--image {
    width: 3rem;
    height: 3rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__infoList .s-mainvisual__infoItem .s-mainvisual__infoItem--link:hover {
  opacity: 1;
}
.kujyuski-service-s-mainvisual .s-mainvisual__infoList .s-mainvisual__infoItem .s-mainvisual__infoItem--link:hover .s-mainvisual__infoItem--imageWrap {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  background: #FFFFFF;
  opacity: 1;
}
.kujyuski-service-s-mainvisual .s-mainvisual__infoList .s-mainvisual__infoItem .s-mainvisual__infoItem--link:hover .s-mainvisual__infoItem--imageWrap .s-mainvisual__infoItem--image {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.kujyuski-service-s-mainvisual .s-mainvisual__infoList.is-scrolling {
  right: 1.8rem !important;
  bottom: 1.8rem !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__infoList.is-scrolling {
    right: 1.2rem !important;
    bottom: 1.2rem !important;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__infoList.is-scrolling .s-mainvisual__infoItem .s-mainvisual__infoItem--link .s-mainvisual__infoItem--imageWrap {
  -webkit-box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.3019607843);
}
.kujyuski-service-s-mainvisual .s-mainvisual__infoList.is-scrolling .s-mainvisual__infoItem .s-mainvisual__infoItem--link .s-mainvisual__infoItem--text {
  opacity: 0;
}
.kujyuski-service-s-mainvisual .s-mainvisual__infoList.is-scrolling .s-mainvisual__infoItem .s-mainvisual__infoItem--link:hover .s-mainvisual__infoItem--text {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.4rem 0.8rem 0.7rem 0.8rem;
  border-radius: 0.6rem;
  border: 0.1rem solid #191A1B;
  background: #FFFFFF;
  opacity: 1;
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap {
  position: relative;
  z-index: 1;
  width: 59.7222222222vw;
  margin: 17.2rem 18.75vw 0 21.5277777778vw;
  height: 55.2rem;
  opacity: 0;
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap.is-show-fadeInUp {
  -webkit-animation: fadeInUp 0.8s ease forwards;
  animation: fadeInUp 0.8s ease forwards;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__imageWrap {
    width: 100%;
    margin: 11rem 0 0 0;
    height: 30rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageTopList {
  position: absolute;
  top: 0;
  right: 0;
  width: 17.2rem;
  height: 17.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageTopList {
    right: 2rem;
    width: 10rem;
    height: 10rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageTopList .s-mainvisual__imageTopItem {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1.8rem;
  opacity: 0;
  -webkit-box-shadow: 2.4rem 2.4rem 3.6rem 0 rgba(25, 26, 27, 0.12);
  box-shadow: 2.4rem 2.4rem 3.6rem 0 rgba(25, 26, 27, 0.12);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageTopList .s-mainvisual__imageTopItem {
    border-radius: 1rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageTopList .s-mainvisual__imageTopItem.is-first-image {
  opacity: 1;
  -webkit-animation: imageFadeIn 0.8s ease-out forwards;
  animation: imageFadeIn 0.8s ease-out forwards;
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageTopList .s-mainvisual__imageTopItem.is-animate {
  opacity: 1;
  -webkit-animation: imageRotateFadeIn 0.8s ease-out forwards;
  animation: imageRotateFadeIn 0.8s ease-out forwards;
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageTopList .s-mainvisual__imageTopItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.8rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.5' numOctaves='4' result='noise' seed='1' /%3E%3CfeColorMatrix in='noise' type='saturate' values='0.8'/%3E%3C/filter%3E%3C/defs%3E%3Crect width='200' height='200' fill='%233292FF' opacity='0.15' filter='url(%23noise)'/%3E%3Crect width='200' height='200' fill='%23FFFFFF' opacity='0.15' filter='url(%23noise)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageTopList .s-mainvisual__imageTopItem::before {
    border-radius: 1rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageTopList .s-mainvisual__imageTopItem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.8rem;
  -webkit-box-shadow: 0 0 1.8rem 0 #FFFFFF inset;
  box-shadow: 0 0 1.8rem 0 #FFFFFF inset;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageTopList .s-mainvisual__imageTopItem::after {
    border-radius: 1rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageTopList .s-mainvisual__imageTopItem .s-mainvisual__imageTopItem--image {
  border-radius: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageTopList .s-mainvisual__imageTopItem .s-mainvisual__imageTopItem--image {
    border-radius: 1rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageLeftList {
  position: absolute;
  top: 13.5rem;
  left: 0;
  width: 10rem;
  height: 10.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageLeftList {
    top: 15.3rem;
    left: 2rem;
    width: 6rem;
    height: 6.1rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageLeftList .s-mainvisual__imageLeftItem {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1.8rem;
  overflow: hidden;
  opacity: 0;
  -webkit-box-shadow: 2.4rem 2.4rem 3.6rem 0 rgba(25, 26, 27, 0.12);
  box-shadow: 2.4rem 2.4rem 3.6rem 0 rgba(25, 26, 27, 0.12);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageLeftList .s-mainvisual__imageLeftItem {
    border-radius: 1rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageLeftList .s-mainvisual__imageLeftItem.is-first-image {
  opacity: 1;
  -webkit-animation: imageFadeIn 0.8s ease-out forwards;
  animation: imageFadeIn 0.8s ease-out forwards;
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageLeftList .s-mainvisual__imageLeftItem.is-animate {
  opacity: 1;
  -webkit-animation: imageRotateFadeIn 0.8s ease-out forwards;
  animation: imageRotateFadeIn 0.8s ease-out forwards;
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageLeftList .s-mainvisual__imageLeftItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.8rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.5' numOctaves='4' result='noise' seed='1' /%3E%3CfeColorMatrix in='noise' type='saturate' values='0.8'/%3E%3C/filter%3E%3C/defs%3E%3Crect width='200' height='200' fill='%233292FF' opacity='0.15' filter='url(%23noise)'/%3E%3Crect width='200' height='200' fill='%23FFFFFF' opacity='0.15' filter='url(%23noise)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageLeftList .s-mainvisual__imageLeftItem::before {
    border-radius: 1rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageLeftList .s-mainvisual__imageLeftItem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.8rem;
  -webkit-box-shadow: 0 0 1.8rem 0 #FFFFFF inset;
  box-shadow: 0 0 1.8rem 0 #FFFFFF inset;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageLeftList .s-mainvisual__imageLeftItem::after {
    border-radius: 1rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageLeftList .s-mainvisual__imageLeftItem .s-mainvisual__imageLeftItem--image {
  border-radius: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageLeftList .s-mainvisual__imageLeftItem .s-mainvisual__imageLeftItem--image {
    border-radius: 1rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageBottomList {
  position: absolute;
  bottom: 0;
  right: 25.8rem;
  width: 12.7rem;
  height: 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageBottomList {
    bottom: initial;
    top: 25rem;
    right: 8.4rem;
    width: 7.5rem;
    height: 5rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageBottomList .s-mainvisual__imageBottomItem {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1.8rem;
  overflow: hidden;
  opacity: 0;
  -webkit-box-shadow: 2.4rem 2.4rem 3.6rem 0 rgba(25, 26, 27, 0.12);
  box-shadow: 2.4rem 2.4rem 3.6rem 0 rgba(25, 26, 27, 0.12);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageBottomList .s-mainvisual__imageBottomItem {
    border-radius: 1rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageBottomList .s-mainvisual__imageBottomItem.is-first-image {
  opacity: 1;
  -webkit-animation: imageFadeIn 0.8s ease-out forwards;
  animation: imageFadeIn 0.8s ease-out forwards;
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageBottomList .s-mainvisual__imageBottomItem.is-animate {
  opacity: 1;
  -webkit-animation: imageRotateFadeIn 0.8s ease-out forwards;
  animation: imageRotateFadeIn 0.8s ease-out forwards;
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageBottomList .s-mainvisual__imageBottomItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.8rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.5' numOctaves='4' result='noise' seed='1' /%3E%3CfeColorMatrix in='noise' type='saturate' values='0.8'/%3E%3C/filter%3E%3C/defs%3E%3Crect width='200' height='200' fill='%233292FF' opacity='0.15' filter='url(%23noise)'/%3E%3Crect width='200' height='200' fill='%23FFFFFF' opacity='0.15' filter='url(%23noise)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageBottomList .s-mainvisual__imageBottomItem::before {
    border-radius: 1rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageBottomList .s-mainvisual__imageBottomItem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.8rem;
  -webkit-box-shadow: 0 0 1.8rem 0 #FFFFFF inset;
  box-shadow: 0 0 1.8rem 0 #FFFFFF inset;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageBottomList .s-mainvisual__imageBottomItem::after {
    border-radius: 1rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageBottomList .s-mainvisual__imageBottomItem .s-mainvisual__imageBottomItem--image {
  border-radius: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mainvisual .s-mainvisual__imageWrap .s-mainvisual__imageBottomList .s-mainvisual__imageBottomItem .s-mainvisual__imageBottomItem--image {
    border-radius: 1rem;
  }
}
.kujyuski-service-s-mainvisual .s-mainvisual__loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F3F4F4;
  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;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1.2s ease, visibility 1.2s ease;
  transition: opacity 1.2s ease, visibility 1.2s ease;
}
.kujyuski-service-s-mainvisual .s-mainvisual__loading.is-loaded {
  -webkit-animation: fadeOut 1.2s ease forwards;
  animation: fadeOut 1.2s ease forwards;
}
.kujyuski-service-s-mainvisual .s-mainvisual__loading .s-mainvisual__loadingInner {
  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;
  gap: 2rem;
  z-index: 9999;
  position: relative;
}
.kujyuski-service-s-mainvisual .s-mainvisual__loading .s-mainvisual__loadingContent {
  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;
  gap: 1rem;
}
.kujyuski-service-s-mainvisual .s-mainvisual__loading .s-mainvisual__loadingIcon {
  width: 4rem;
  height: 4rem;
  -webkit-animation: spinIcon 2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation: spinIcon 2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}
.kujyuski-service-s-mainvisual .s-mainvisual__loading .s-mainvisual__loadingPercent {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #191A1B;
  font-weight: 600;
  min-width: 3rem;
  text-align: center;
}
.kujyuski-service-s-mainvisual .s-mainvisual__loading .s-mainvisual__loadingSlide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 9998;
  pointer-events: none;
}
.kujyuski-service-s-mainvisual .s-mainvisual__loading .s-mainvisual__loadingSlide.is-sliding {
  -webkit-animation: slideLoadingBar 2s cubic-bezier(0.42, 0, 0.58, 1) forwards !important;
  animation: slideLoadingBar 2s cubic-bezier(0.42, 0, 0.58, 1) forwards !important;
}
.kujyuski-service-s-mainvisual.leadgridCms-onlyInnerWorkspace .s-mainvisual__background {
  position: absolute !important;
  top: 14rem;
}

@-webkit-keyframes s-mainvisual-marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes s-mainvisual-marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.kujyuski-service-s-topPickupNews {
  margin: 4.8rem 0 8.4rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topPickupNews {
    margin: 3.6rem 0 6rem 0;
  }
}
.kujyuski-service-s-topPickupNews .kujyuski-service-c-inner {
  margin: 0 auto;
  padding: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topPickupNews .kujyuski-service-c-inner {
    padding: 0 1rem;
  }
}
.kujyuski-service-s-topPickupNews .kujyuski-service-c-inner .s-topPickupNews__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 3.6rem 2.4rem;
  border-top: 0.1rem solid #191A1B;
  border-bottom: 0.1rem solid #191A1B;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topPickupNews .kujyuski-service-c-inner .s-topPickupNews__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3.2rem 1rem;
    gap: 2.4rem;
  }
}
.kujyuski-service-s-topPickupNews .kujyuski-service-c-inner .s-topPickupNews__content .s-topPickupNews__sectionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 32.7rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topPickupNews .kujyuski-service-c-inner .s-topPickupNews__content .s-topPickupNews__sectionTitle {
    min-width: 100%;
  }
}
.kujyuski-service-s-topPickupNews .kujyuski-service-c-inner .s-topPickupNews__content .s-topPickupNews__sectionTitle .s-topPickupNews__sectionTitleImage {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0;
}
.kujyuski-service-s-topPickupNews .kujyuski-service-c-inner .s-topPickupNews__content .s-topPickupNews__sectionTitle .s-topPickupNews__sectionTitle__title .s-topPickupNews__sectionTitle__titleEn {
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 0.96;
  letter-spacing: -0.03rem;
  margin: 0;
}
.kujyuski-service-s-topPickupNews .kujyuski-service-c-inner .s-topPickupNews__content .s-topPickupNews__contentList {
  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;
  width: 100%;
}
.kujyuski-service-s-topPickupNews .kujyuski-service-c-inner .s-topPickupNews__content .s-topPickupNews__contentList .s-topPickupNews__contentItem .s-topPickupNews__contentItem__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.4rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topPickupNews .kujyuski-service-c-inner .s-topPickupNews__content .s-topPickupNews__contentList .s-topPickupNews__contentItem .s-topPickupNews__contentItem__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.6rem;
  }
}
.kujyuski-service-s-topPickupNews .kujyuski-service-c-inner .s-topPickupNews__content .s-topPickupNews__contentList .s-topPickupNews__contentItem .s-topPickupNews__contentItem__link .s-topPickupNews__contentItem__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topPickupNews .kujyuski-service-c-inner .s-topPickupNews__content .s-topPickupNews__contentList .s-topPickupNews__contentItem .s-topPickupNews__contentItem__link .s-topPickupNews__contentItem__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 1rem;
  }
}
.kujyuski-service-s-topPickupNews .kujyuski-service-c-inner .s-topPickupNews__content .s-topPickupNews__contentList .s-topPickupNews__contentItem .s-topPickupNews__contentItem__link .s-topPickupNews__contentItem__header .s-topPickupNews__contentItem__date {
  color: #191A1B;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topPickupNews .kujyuski-service-c-inner .s-topPickupNews__content .s-topPickupNews__contentList .s-topPickupNews__contentItem .s-topPickupNews__contentItem__link .s-topPickupNews__contentItem__header .s-topPickupNews__contentItem__date {
    font-size: 1.5rem;
  }
}
.kujyuski-service-s-topPickupNews .kujyuski-service-c-inner .s-topPickupNews__content .s-topPickupNews__contentList .s-topPickupNews__contentItem .s-topPickupNews__contentItem__link .s-topPickupNews__contentItem__header .s-topPickupNews__contentItem__category {
  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;
  color: #191A1B;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.03rem;
  overflow-wrap: anywhere;
  padding: 0.4rem 1.1rem;
  border: 0.1rem solid #191A1B;
  border-radius: 0.4rem;
  margin: 0;
  min-width: 9.6rem;
  min-height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topPickupNews .kujyuski-service-c-inner .s-topPickupNews__content .s-topPickupNews__contentList .s-topPickupNews__contentItem .s-topPickupNews__contentItem__link .s-topPickupNews__contentItem__header .s-topPickupNews__contentItem__category {
    font-size: 1.3rem;
    min-height: 2.2rem;
  }
}
.kujyuski-service-s-topPickupNews .kujyuski-service-c-inner .s-topPickupNews__content .s-topPickupNews__contentList .s-topPickupNews__contentItem .s-topPickupNews__contentItem__link .s-topPickupNews__contentItem__title {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0 0 0.3rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topPickupNews .kujyuski-service-c-inner .s-topPickupNews__content .s-topPickupNews__contentList .s-topPickupNews__contentItem .s-topPickupNews__contentItem__link .s-topPickupNews__contentItem__title {
    font-size: 1.4rem;
  }
}

.kujyuski-service-s-topNews {
  background: #FFFFFF;
  padding: 0 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topNews {
    padding: 0 0 6rem 0;
  }
}
.kujyuski-service-s-topNews .kujyuski-service-c-inner {
  margin: 0 auto;
  padding: 0 6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topNews .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-topNews .kujyuski-service-c-inner .s-topNews__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topNews .kujyuski-service-c-inner .s-topNews__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-topNews .kujyuski-service-c-inner .s-topNews__contentList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topNews .kujyuski-service-c-inner .s-topNews__contentList {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.6rem;
    margin-bottom: 4.8rem;
  }
}

.kujyuski-service-s-topOpening {
  padding: 0 0 3.6rem 0;
}
.kujyuski-service-s-topOpening .kujyuski-service-c-inner {
  padding: 0 2.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topOpening .kujyuski-service-c-inner {
    padding: 0 1rem;
  }
}
.kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__sectionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__sectionTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.5rem;
    margin-left: 1rem;
  }
}
.kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__sectionTitle .s-topOpening__sectionTitleImage {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__sectionTitle .s-topOpening__sectionTitleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__sectionTitle .s-topOpening__sectionTitle__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__sectionTitle .s-topOpening__sectionTitle__title {
    gap: 0.6rem;
  }
}
.kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__sectionTitle .s-topOpening__sectionTitle__title .s-topOpening__sectionTitle__titleEn {
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 0.96;
  letter-spacing: -0.03rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__sectionTitle .s-topOpening__sectionTitle__title .s-topOpening__sectionTitle__titleEn {
    font-size: 2.8rem;
    letter-spacing: -0.02rem;
  }
}
.kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__sectionTitle .s-topOpening__sectionTitle__title .s-topOpening__sectionTitle__titleJa {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0 0 0.4rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__sectionTitle .s-topOpening__sectionTitle__title .s-topOpening__sectionTitle__titleJa {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
  }
}
.kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__list .s-topOpening__card {
  width: 100%;
  padding: 3.4rem 3.6rem;
  background-color: #003811;
  color: #FFFFFF;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__list .s-topOpening__card {
    padding: 2rem 2rem 1.8rem;
  }
}
.kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__list .s-topOpening__card .s-topOpening__card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__list .s-topOpening__card .s-topOpening__card__header {
    margin-bottom: 2.2rem;
  }
}
.kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__list .s-topOpening__card .s-topOpening__card__header .s-topOpening__card__day {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__list .s-topOpening__card .s-topOpening__card__header .s-topOpening__card__day {
    font-size: 1.8rem;
  }
}
.kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__list .s-topOpening__card .s-topOpening__card__header .s-topOpening__card__time {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 0.96;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__list .s-topOpening__card .s-topOpening__card__header .s-topOpening__card__time {
    font-size: 3.2rem;
  }
}
.kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__list .s-topOpening__card .s-topOpening__card__detail {
  margin: 0;
}
.kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__list .s-topOpening__card .s-topOpening__card__detail .s-topOpening__card__row {
  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: 0.8rem 0;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__list .s-topOpening__card .s-topOpening__card__detail .s-topOpening__card__row {
    padding: 0.4rem 0;
  }
}
.kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__list .s-topOpening__card .s-topOpening__card__detail .s-topOpening__card__row:last-of-type {
  border-bottom: none;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__list .s-topOpening__card .s-topOpening__card__detail .s-topOpening__card__row:last-of-type {
    padding-bottom: 0.2rem;
  }
}
.kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__list .s-topOpening__card .s-topOpening__card__detail .s-topOpening__card__row:first-of-type {
  padding-top: 0;
}
.kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__list .s-topOpening__card .s-topOpening__card__detail .s-topOpening__card__row dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__list .s-topOpening__card .s-topOpening__card__detail .s-topOpening__card__row dt {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__list .s-topOpening__card .s-topOpening__card__detail .s-topOpening__card__row dd {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.8rem;
  line-height: 0.96;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topOpening .kujyuski-service-c-inner .s-topOpening__list .s-topOpening__card .s-topOpening__card__detail .s-topOpening__card__row dd {
    font-size: 1.7rem;
  }
}

.kujyuski-service-s-topLatest {
  padding: 0 0 10.9rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest {
    padding: 0 0 6rem 0;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner {
  margin: 0 auto;
  padding: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner {
    padding: 0 1rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__content {
  background: #369DC8;
  border-radius: 1.2rem;
  padding: 3.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__content {
    padding: 3.6rem 2rem 1.8rem 2rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28rem;
  background: url("/assets/kujyuski-service/img/top/latest/latest-bg.png") no-repeat center center/cover;
  background-position: top center;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__content::after {
    height: 14rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.6rem;
    margin-bottom: 3.6rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft {
    width: 100%;
    padding: 0 1rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .kujyuski-service-c-sectionTitle {
  margin-bottom: 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .kujyuski-service-c-sectionTitle {
    margin-bottom: 3.6rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplayWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6rem;
  padding: 0 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplayWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.8rem 0;
    padding: 0;
    width: 100%;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplayWrap .displayItem {
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplayWrap .displayItem {
    width: 50%;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplayWrap .displayItem::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -3rem;
  width: 0.1rem;
  height: 1.2rem;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplayWrap .displayItem::after {
    right: 0rem;
    height: 0.8rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -3rem;
  width: 0.1rem;
  height: 1.2rem;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay:before {
    left: 0;
    height: 0.8rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay .s-topLatest__dateDisplay__year {
  color: #FFFFFF;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0 0 0.4rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay .s-topLatest__dateDisplay__year {
    font-size: 1.5rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay .s-topLatest__dateDisplay__day {
  color: #FFFFFF;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay .s-topLatest__dateDisplay__day {
    font-size: 2.6rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay .s-topLatest__dateDisplay__weekday {
  color: #FFFFFF;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 0 0 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay .s-topLatest__dateDisplay__weekday {
    font-size: 1.1rem;
    margin: 0 0 0.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__weatherList .s-topLatest__weatherItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__weatherList .s-topLatest__weatherItem .s-topLatest__weatherIconWrap {
  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;
  gap: 0.4rem;
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__weatherList .s-topLatest__weatherItem .s-topLatest__weatherIconWrap .s-topLatest__weatherIconTitle {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__weatherList .s-topLatest__weatherItem .s-topLatest__weatherIconWrap .s-topLatest__weatherIconTitle {
    display: none;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__weatherList .s-topLatest__weatherItem .s-topLatest__weatherIconWrap .s-topLatest__weatherIcon {
  width: 8.2rem;
  min-width: 8.2rem;
  height: 4rem;
  min-height: 4rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__weatherList .s-topLatest__weatherItem .s-topLatest__weatherIconWrap .s-topLatest__weatherIcon {
    width: 6.97rem;
    min-width: 6.97rem;
    height: 3.4rem;
    min-height: 3.4rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay__temp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay__temp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay__temp:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 0.8rem;
    width: 0.1rem;
    background: #FFFFFF;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay__temp .s-topLatest__dateDisplay__tempTitle {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay__temp .s-topLatest__dateDisplay__tempTitle {
    font-size: 1.2rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay__temp .s-topLatest__dateDisplay__tempValueWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay__temp .s-topLatest__dateDisplay__tempValueWrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay__temp .s-topLatest__dateDisplay__tempValueWrap .s-topLatest__dateDisplay__tempValue {
  color: #FFFFFF;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay__temp .s-topLatest__dateDisplay__tempValueWrap .s-topLatest__dateDisplay__tempValue {
    font-size: 2.6rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay__temp .s-topLatest__dateDisplay__tempValueWrap .s-topLatest__dateDisplay__tempValueUnit {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay__temp .s-topLatest__dateDisplay__tempValueWrap .s-topLatest__dateDisplay__tempValueUnit {
    font-size: 1.3rem;
    margin: 0 0 0.5rem 0;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay__snowfall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay__snowfall {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay__snowfall .s-topLatest__dateDisplay__snowTitle {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay__snowfall .s-topLatest__dateDisplay__snowTitle {
    font-size: 1.2rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay__snowValueWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.2rem;
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay__snowValueWrap .s-topLatest__dateDisplay__snowValue {
  color: #FFFFFF;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay__snowValueWrap .s-topLatest__dateDisplay__snowValue {
    font-size: 2.6rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay__snowValueUnit {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__contentTopLeft .s-topLatest__dateDisplay__snowValueUnit {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live {
  background: #191A1B;
  -webkit-box-shadow: 1.2rem 1.2rem 2.8rem 0rem rgba(25, 26, 27, 0.3019607843);
  box-shadow: 1.2rem 1.2rem 2.8rem 0rem rgba(25, 26, 27, 0.3019607843);
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem;
  margin: -1.2rem -1.2rem 0 0;
  height: 33rem;
  width: 47.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live {
    width: 100%;
    height: 22.7rem;
    margin: 0;
    padding: 0.8rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveMovie {
  width: 100%;
  height: 25.8rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveMovie {
    height: 16.9rem;
    margin-bottom: 1.4rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveMovie > div {
  width: 100%;
  height: 100%;
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveMovie iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveMovie iframe {
    border-radius: 0.8rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveMovie iframe .ytmCuedOverlayPlayButton {
  display: none !important;
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveTextWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 1.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveTextWrap {
    margin: 0 1rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveTextWrap .s-topLatest__liveTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveTextWrap .s-topLatest__liveTitle .s-topLatest__liveIconImage {
  width: 2.9rem;
  height: 2.1rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveTextWrap .s-topLatest__liveTitle .s-topLatest__liveIconImage {
    width: 2.4rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveTextWrap .s-topLatest__liveTitle .s-topLatest__liveTextTitle {
  color: #FFFFFF;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 0.96;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveTextWrap .s-topLatest__liveTitle .s-topLatest__liveTextTitle {
    font-size: 1.8rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveTextWrap .s-topLatest__liveLink {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveTextWrap .s-topLatest__liveLink {
    gap: 0.6rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveTextWrap .s-topLatest__liveLink .s-topLatest__liveText {
  color: #FFFFFF;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveTextWrap .s-topLatest__liveLink .s-topLatest__liveText {
    font-size: 1.2rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveTextWrap .s-topLatest__liveLink .s-topLatest__liveIcon {
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-top: 0.2rem;
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveTextWrap .s-topLatest__liveLink .s-topLatest__liveIcon::before, .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveTextWrap .s-topLatest__liveLink .s-topLatest__liveIcon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveTextWrap .s-topLatest__liveLink .s-topLatest__liveIcon::before {
  background: url("/assets/kujyuski-service/img/common/arrow-white.svg") no-repeat center center/contain;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 1;
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveTextWrap .s-topLatest__liveLink .s-topLatest__liveIcon::after {
  background: url("/assets/kujyuski-service/img/common/arrow-white.svg") no-repeat center center/contain;
  -webkit-transform: translate(-1.2rem, -1.2rem);
  transform: translate(-1.2rem, -1.2rem);
  opacity: 0;
  z-index: 2;
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveTextWrap .s-topLatest__liveLink:hover {
  opacity: 1;
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveTextWrap .s-topLatest__liveLink:hover .s-topLatest__liveIcon::before {
  -webkit-transform: translate(1.2rem, 1.2rem);
  transform: translate(1.2rem, 1.2rem);
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentTop .s-topLatest__live .s-topLatest__liveTextWrap .s-topLatest__liveLink:hover .s-topLatest__liveIcon::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8.3rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList {
    gap: 0.6rem;
    width: 100%;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem {
  width: calc((100% - 1.6rem) / 3);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem {
    width: calc((100% - 0.8rem) / 2);
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem .s-topLatest__latestItemLink {
  background: #191A1B;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
  padding: 0.6rem;
  height: 100%;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem .s-topLatest__latestItemLink {
    border-radius: 0.8rem;
    padding: 0.4rem;
    gap: 0.8rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem .s-topLatest__latestItemLink .s-topLatest__latestItemImageWrap {
  border: 0.1rem solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 1rem;
  position: relative;
  width: 6rem;
  height: 6rem;
  min-width: 6rem;
  min-height: 6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem .s-topLatest__latestItemLink .s-topLatest__latestItemImageWrap {
    border-radius: 0.6rem;
    width: 4.8rem;
    height: 4.8rem;
    min-width: 4.8rem;
    min-height: 4.8rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem .s-topLatest__latestItemLink .s-topLatest__latestItemImageWrap .s-topLatest__latestItemImage {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem .s-topLatest__latestItemLink .s-topLatest__latestItemImageWrap .s-topLatest__latestItemImage {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem .s-topLatest__latestItemLink .s-topLatest__latestItemTitle {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.3;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem .s-topLatest__latestItemLink .s-topLatest__latestItemTitle {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem .s-topLatest__latestItemLink .s-topLatest__latestItemIcon {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem .s-topLatest__latestItemLink .s-topLatest__latestItemIcon {
    width: 0.6rem;
    height: 0.6rem;
    bottom: 1rem;
    right: 1rem;
  }
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem .s-topLatest__latestItemLink .s-topLatest__latestItemIcon::before, .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem .s-topLatest__latestItemLink .s-topLatest__latestItemIcon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem .s-topLatest__latestItemLink .s-topLatest__latestItemIcon::before {
  background: url("/assets/kujyuski-service/img/common/arrow-white.svg") no-repeat center center/contain;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 1;
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem .s-topLatest__latestItemLink .s-topLatest__latestItemIcon::after {
  background: url("/assets/kujyuski-service/img/common/arrow-black.svg") no-repeat center center/contain;
  -webkit-transform: translate(-1.2rem, -1.2rem);
  transform: translate(-1.2rem, -1.2rem);
  opacity: 0;
  z-index: 2;
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem .s-topLatest__latestItemLink:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 1.2rem 1.2rem 2.8rem 0rem rgba(25, 26, 27, 0.3019607843);
  box-shadow: 1.2rem 1.2rem 2.8rem 0rem rgba(25, 26, 27, 0.3019607843);
  opacity: 1;
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem .s-topLatest__latestItemLink:hover .s-topLatest__latestItemImageWrap {
  border-color: #191A1B;
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem .s-topLatest__latestItemLink:hover .s-topLatest__latestItemImage {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem .s-topLatest__latestItemLink:hover .s-topLatest__latestItemTitle {
  color: #191A1B;
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem .s-topLatest__latestItemLink:hover .s-topLatest__latestItemIcon::before {
  -webkit-transform: translate(1.2rem, 1.2rem);
  transform: translate(1.2rem, 1.2rem);
  opacity: 0;
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__latestList .s-topLatest__latestItem .s-topLatest__latestItemLink:hover .s-topLatest__latestItemIcon::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__copyright {
  color: #FFFFFF;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topLatest .kujyuski-service-c-inner .s-topLatest__contentBottom .s-topLatest__copyright {
    font-size: 1.2rem;
  }
}

.kujyuski-service-s-topMap {
  padding: 0 0 2.4rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topMap {
    padding: 0 0 6rem 0;
  }
}
.kujyuski-service-s-topMap::after {
  content: "";
  width: 100%;
  height: 11rem;
  background: url("/assets/kujyuski-service/img/top/map/map-wave.png") no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-filter: drop-shadow(0 -3.6rem 2.8rem rgba(29, 84, 108, 0.1019607843));
  filter: drop-shadow(0 -3.6rem 2.8rem rgba(29, 84, 108, 0.1019607843));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topMap::after {
    display: none;
  }
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topMap .kujyuski-service-c-inner {
    padding: 0;
  }
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content {
  padding: 0 0 0 6rem;
  position: relative;
  height: 76.4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content {
    padding: 0;
    height: auto;
  }
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .kujyuski-service-c-sectionTitle {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .kujyuski-service-c-sectionTitle {
    margin-bottom: 1.2rem;
    padding: 0 2rem;
  }
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__background {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(0 -4.8rem 4.8rem #FFFFFF);
  filter: drop-shadow(0 -4.8rem 4.8rem #FFFFFF);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__background {
    display: none;
  }
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentSp {
    display: block;
    width: 100%;
    height: 112vw;
    position: relative;
  }
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentSp .s-topMap__backgroundSp {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(0 -2.4rem 2.4rem #FFFFFF);
  filter: drop-shadow(0 -2.4rem 2.4rem #FFFFFF);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentSp .s-topMap__backgroundSp {
    background-position: center;
  }
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner {
  position: relative;
  z-index: 2;
  padding: 2.4rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner {
    padding: 0;
  }
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner .s-topMap__guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  padding: 2.8rem 2.8rem 3rem 2.8rem;
  background: #FFFFFF;
  -webkit-backdrop-filter: blur(1.2rem);
  backdrop-filter: blur(1.2rem);
  -webkit-box-shadow: 0 0 2.4rem 0 rgba(9, 125, 174, 0.2);
  box-shadow: 0 0 2.4rem 0 rgba(9, 125, 174, 0.2);
  border-radius: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner .s-topMap__guide {
    padding: 2.4rem;
    position: relative;
    margin: -4rem auto 0;
    z-index: 2;
  }
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner .s-topMap__guide .s-topMap__guideList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  counter-reset: guide-item;
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner .s-topMap__guide .s-topMap__guideList .s-topMap__guideItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 1.2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner .s-topMap__guide .s-topMap__guideList .s-topMap__guideItem .s-topMap__guideNumber {
  background: #80C1EE;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner .s-topMap__guide .s-topMap__guideList .s-topMap__guideItem .s-topMap__guideNumber::before {
  content: counter(guide-item);
  color: #FFFFFF;
  counter-increment: guide-item;
  font-size: 1.125rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner .s-topMap__guide .s-topMap__guideList_2_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner .s-topMap__guide .s-topMap__guideList_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  counter-reset: guide-item_2;
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner .s-topMap__guide .s-topMap__guideList_2 .s-topMap__guideItem_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 1.2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner .s-topMap__guide .s-topMap__guideList_2 .s-topMap__guideItem_2 .s-topMap__guideNumber {
  background: #78B041;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner .s-topMap__guide .s-topMap__guideList_2 .s-topMap__guideItem_2 .s-topMap__guideNumber::before {
  content: counter(guide-item_2, decimal);
  color: #FFFFFF;
  counter-increment: guide-item_2;
  font-size: 1.125rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner .s-topMap__guide .s-topMap__guideList_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  counter-reset: guide-item-3;
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner .s-topMap__guide .s-topMap__guideList_3 .s-topMap__guideItem_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 1.2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner .s-topMap__guide .s-topMap__guideList_3 .s-topMap__guideItem_3 .s-topMap__guideImageWrap {
  width: 2rem;
  height: 1.8rem;
  position: relative;
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner .s-topMap__guide .s-topMap__guideList_3 .s-topMap__guideItem_3 .s-topMap__guideImageWrap::before {
  content: counter(guide-item-3);
  position: absolute;
  top: 60%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  counter-increment: guide-item-3;
  font-size: 1.078rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner .s-topMap__guide .s-topMap__guideList_3 .s-topMap__guideItem_3 .s-topMap__guideImageWrap .s-topMap__guideIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner .s-topMap__guide .s-topMap__guideList_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner .s-topMap__guide .s-topMap__guideList_4 .s-topMap__guideItem_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 1.2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner .s-topMap__guide .s-topMap__guideList_4 .s-topMap__guideItem_4 .s-topMap__guideImageWrap {
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
}
.kujyuski-service-s-topMap .kujyuski-service-c-inner .s-topMap__content .s-topMap__contentInner .s-topMap__guide .s-topMap__guideList_4 .s-topMap__guideItem_4 .s-topMap__guideImageWrap .s-topMap__guideIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
}
.kujyuski-service-s-topMap.leadgridCms-onlyInnerWorkspace .s-topMap__contentInner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.kujyuski-service-s-topAttraction {
  background: #FFFFFF;
  padding: 4.8rem 0 12rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topAttraction {
    padding: 7.2rem 0 6rem 0;
    margin-top: 5rem;
    position: relative;
    overflow: visible;
  }
}
.kujyuski-service-s-topAttraction::after {
  content: "";
  position: absolute;
  top: -4.8rem;
  left: 0;
  width: 100%;
  height: 5rem;
  background: url("/assets/kujyuski-service/img/top/attraction/attraction-wave-sp.svg") no-repeat center center/cover;
  z-index: -1;
  -webkit-filter: drop-shadow(0px -2.4rem 4.8rem rgba(29, 84, 108, 0.1019607843));
  filter: drop-shadow(0px -2.4rem 4.8rem rgba(29, 84, 108, 0.1019607843));
}
@media screen and (min-width: 768px) {
  .kujyuski-service-s-topAttraction::after {
    display: none;
  }
}
.kujyuski-service-s-topAttraction .s-topAttraction__playerImageSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topAttraction .s-topAttraction__playerImageSp {
    display: block;
    position: absolute;
    top: -3.4rem;
    right: 2.8rem;
    width: 14rem;
    height: 15.7rem;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: drop-shadow(2rem 2rem 3rem rgba(0, 0, 0, 0.2));
    filter: drop-shadow(2rem 2rem 3rem rgba(0, 0, 0, 0.2));
    will-change: transform;
    z-index: 3;
  }
}
.kujyuski-service-s-topAttraction .kujyuski-service-c-inner {
  margin: 0 auto;
  padding: 0 6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topAttraction .kujyuski-service-c-inner {
    padding: 3.6rem 2rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topAttraction .kujyuski-service-c-sectionTitle {
    margin: 0 0 2.4rem 0;
  }
}
.kujyuski-service-s-topAttraction .s-topAttraction__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0 0 7.2rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topAttraction .s-topAttraction__description {
    font-size: 1.4rem;
    margin: 0 0 4.8rem 0;
  }
}
.kujyuski-service-s-topAttraction .s-topAttraction__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.kujyuski-service-s-topAttraction .s-topAttraction__content .s-topAttraction__playerImage {
  position: absolute;
  top: 16.4rem;
  left: -10rem;
  width: 38.8rem;
  height: 43.5rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(6rem 6rem 8rem rgba(0, 0, 0, 0.2));
  filter: drop-shadow(6rem 6rem 8rem rgba(0, 0, 0, 0.2));
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topAttraction .s-topAttraction__content .s-topAttraction__playerImage {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topAttraction .s-topAttraction__content .kujyuski-service-c-button {
    display: none;
  }
}
.kujyuski-service-s-topAttraction .s-topAttraction__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;
  margin: -3.6rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topAttraction .s-topAttraction__list {
    margin: 0;
    gap: 1.8rem;
    padding-top: 1.8rem;
    border-top: 0.1rem solid #191A1B;
  }
}
.kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item {
  border-bottom: 0.1rem solid #191A1B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.4rem;
  padding: 0 1.2rem 3rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item {
    padding: 0 0 1.8rem 0;
    position: relative;
  }
}
.kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item .s-topAttraction__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}
.kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item .s-topAttraction__itemInner .s-topAttraction__itemImageWrap {
  width: 13.2rem;
  height: 13.2rem;
  min-width: 13.2rem;
  min-height: 13.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item .s-topAttraction__itemInner .s-topAttraction__itemImageWrap {
    width: 7.2rem;
    height: 7.2rem;
    min-width: 7.2rem;
    min-height: 7.2rem;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item .s-topAttraction__itemInner .s-topAttraction__itemImageWrap .s-topAttraction__itemImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item .s-topAttraction__itemInner .s-topAttraction__itemContent {
  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.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item .s-topAttraction__itemInner .s-topAttraction__itemContent {
    margin: 3rem 0 3.2rem 0;
  }
}
.kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item .s-topAttraction__itemInner .s-topAttraction__itemContent .s-topAttraction__itemTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item .s-topAttraction__itemInner .s-topAttraction__itemContent .s-topAttraction__itemTitle {
    font-size: 1.8rem;
  }
}
.kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item .s-topAttraction__itemInner .s-topAttraction__itemContent .s-topAttraction__itemDescription {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item .s-topAttraction__itemInner .s-topAttraction__itemContent .s-topAttraction__itemDescription {
    font-size: 1.4rem;
    margin: 0 0 0.6rem 0;
  }
}
.kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item .s-topAttraction__itemLink {
  background: #191A1B;
  border-radius: 0.6rem;
  margin: 0.4rem 0;
  width: 3.4rem;
  min-width: 3.4rem;
  height: 12.4rem;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item .s-topAttraction__itemLink {
    width: 3.6rem;
    min-width: 3.6rem;
    height: 3.6rem;
    position: absolute;
    bottom: 1.8rem;
    right: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item .s-topAttraction__itemLink .s-topAttraction__itemIcon {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  overflow: hidden;
}
.kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item .s-topAttraction__itemLink .s-topAttraction__itemIcon::before, .kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item .s-topAttraction__itemLink .s-topAttraction__itemIcon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item .s-topAttraction__itemLink .s-topAttraction__itemIcon::before {
  background: url("/assets/kujyuski-service/img/common/arrow-white.svg") no-repeat center center/contain;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 1;
}
.kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item .s-topAttraction__itemLink .s-topAttraction__itemIcon::after {
  background: url("/assets/kujyuski-service/img/common/arrow-black.svg") no-repeat center center/contain;
  -webkit-transform: translate(-1.2rem, -1.2rem);
  transform: translate(-1.2rem, -1.2rem);
  opacity: 0;
  z-index: 2;
}
.kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item .s-topAttraction__itemLink:hover {
  opacity: 1;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1019607843);
  color: #191A1B;
}
.kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item .s-topAttraction__itemLink:hover .s-topAttraction__itemIcon::before {
  -webkit-transform: translate(1.2rem, 1.2rem);
  transform: translate(1.2rem, 1.2rem);
  opacity: 0;
}
.kujyuski-service-s-topAttraction .s-topAttraction__list .s-topAttraction__item .s-topAttraction__itemLink:hover .s-topAttraction__itemIcon::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.kujyuski-service-s-topFacilities {
  background: #FFFFFF;
  padding: 0 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFacilities {
    padding: 6rem 0;
  }
}
.kujyuski-service-s-topFacilities .kujyuski-service-c-inner {
  padding: 0 2.4rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFacilities .kujyuski-service-c-inner {
    padding: 0 1rem;
  }
}
.kujyuski-service-s-topFacilities .s-topFacilities__playerImage {
  -webkit-filter: drop-shadow(3.6rem 2.4rem 4.8rem rgba(0, 0, 0, 0.5019607843));
  filter: drop-shadow(3.6rem 2.4rem 4.8rem rgba(0, 0, 0, 0.5019607843));
  position: absolute;
  top: -7.2rem;
  right: 9.7rem;
  width: 30rem;
  height: 27.3rem;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 6;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFacilities .s-topFacilities__playerImage {
    -webkit-filter: drop-shadow(2rem 2rem 3rem rgba(0, 0, 0, 0.2));
    filter: drop-shadow(2rem 2rem 3rem rgba(0, 0, 0, 0.2));
    top: -9.3rem;
    right: 1rem;
    width: 18.1rem;
    height: 16.5rem;
  }
}
.kujyuski-service-s-topFacilities .s-topFacilities__content {
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  gap: 2.4rem;
  padding: 0 8.4rem 0 1.2rem;
  position: relative;
  height: 74rem;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFacilities .s-topFacilities__content {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 3.6rem;
    padding: 7.2rem 0 0 0;
  }
}
.kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
}
.kujyuski-service-s-topFacilities .s-topFacilities__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 26, 27, 0.8509803922);
  z-index: 1;
}
.kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap {
  overflow: hidden;
  min-width: 63.6rem;
  width: 63.6rem;
  max-height: 100%;
  height: 100%;
  padding: 0 7.2rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 1440px) and (min-width: 769px) {
  .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap {
    width: 44.1666666667vw;
    min-width: 44.1666666667vw;
    padding: 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap {
    width: 100%;
    min-width: 0;
    max-height: 32rem;
    height: 32rem;
    gap: 0.8rem;
    padding: 0 1rem;
  }
}
.kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .s-topFacilities__swiperButton {
  position: absolute;
  bottom: 2.4rem;
  left: 2.2916666667vw;
}
@media (max-width: 1280px) and (min-width: 769px) {
  .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .s-topFacilities__swiperButton {
    left: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .s-topFacilities__swiperButton {
    display: none;
  }
}
.kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .s-topFacilities__swiperButton .s-topFacilities__playPauseButton {
  width: 2.7rem;
  height: 2.7rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.1490196078);
  border-radius: 0.4rem;
  background: transparent;
}
.kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .s-topFacilities__swiperButton .s-topFacilities__playPauseButton .s-topFacilities__playPauseButton--image.-start {
  margin-left: 0.2rem;
  margin-top: 0.3rem;
  width: 0.9rem;
  height: 0.9rem;
}
.kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .s-topFacilities__swiperButton .s-topFacilities__playPauseButton .s-topFacilities__playPauseButton--image.-stop {
  width: 0.9rem;
  height: 0.9rem;
}
.kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .s-topFacilities__imageWrapInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .s-topFacilities__imageWrapInner {
    gap: 0.8rem;
  }
}
.kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-1, .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-2 {
  width: calc((100% - 1.2rem) / 2);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-1, .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-2 {
    width: 100%;
  }
}
.kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-1 .swiper-wrapper, .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-2 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-1 .swiper-wrapper .swiper-slide, .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-2 .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-1 .swiper-wrapper .swiper-slide, .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-2 .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-1 .swiper-wrapper .swiper-slide .s-topFacilitiesSwiper__image, .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-2 .swiper-wrapper .swiper-slide .s-topFacilitiesSwiper__image {
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-1 .swiper-wrapper .swiper-slide .s-topFacilitiesSwiper__image, .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-2 .swiper-wrapper .swiper-slide .s-topFacilitiesSwiper__image {
    border-radius: 0.8rem;
  }
}
.kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-1 .swiper-wrapper .swiper-slide::before, .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-2 .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.5' numOctaves='4' result='noise' seed='1' /%3E%3CfeColorMatrix in='noise' type='saturate' values='0.8'/%3E%3C/filter%3E%3C/defs%3E%3Crect width='200' height='200' fill='%233292FF' opacity='0.15' filter='url(%23noise)'/%3E%3Crect width='200' height='200' fill='%23FFFFFF' opacity='0.15' filter='url(%23noise)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-1 .swiper-wrapper .swiper-slide::before, .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-2 .swiper-wrapper .swiper-slide::before {
    border-radius: 0.8rem;
  }
}
.kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-1 .swiper-wrapper .swiper-slide::after, .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-2 .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 0 2.8rem 0 #FFFFFF inset;
  box-shadow: 0 0 2.8rem 0 #FFFFFF inset;
  pointer-events: none;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-1 .swiper-wrapper .swiper-slide::after, .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__imageWrap .js-topFacilitiesSwiper-2 .swiper-wrapper .swiper-slide::after {
    border-radius: 0.8rem;
  }
}
.kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__contentWrap {
  padding: 13.2rem 0 3.6rem;
  width: calc(100% - 63.6rem - 2.4rem);
  z-index: 3;
}
@media (max-width: 1440px) and (min-width: 769px) {
  .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__contentWrap {
    width: calc(100% - 44.1666666667vw - 2.4rem);
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__contentWrap {
    width: 100%;
    padding: 0 0 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__contentWrap .kujyuski-service-c-sectionTitle {
    padding: 0 3rem;
    margin-bottom: 3.6rem;
  }
}
.kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__contentWrap .s-topFacilities__description {
  color: #FFFFFF;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__contentWrap .s-topFacilities__description {
    font-size: 1.4rem;
    padding: 0 3rem;
    margin-bottom: 3.6rem;
  }
}
.kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__contentWrap .s-topFacilities__buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  position: absolute;
  bottom: 3.6rem;
  right: 3.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__contentWrap .s-topFacilities__buttonWrap {
    position: relative;
    bottom: 0;
    right: 0;
    gap: 0.8rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__contentWrap .s-topFacilities__buttonWrap .kujyuski-service-c-button {
    width: calc(50% - 0.4rem);
    min-width: auto;
  }
  .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__contentWrap .s-topFacilities__buttonWrap .kujyuski-service-c-button .c-button__wrap {
    min-width: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  .kujyuski-service-s-topFacilities .s-topFacilities__content .s-topFacilities__contentWrap .s-topFacilities__buttonWrap .kujyuski-service-c-button .c-button__wrap {
    border-radius: 0.8rem;
  }
}

.kujyuski-service-s-topFaq {
  background: #FFFFFF;
  padding: 0 0 20.3rem 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFaq {
    padding: 12.2rem 0 6rem 0;
    position: relative;
    overflow: visible;
  }
}
.kujyuski-service-s-topFaq .kujyuski-service-c-inner {
  margin: 0 auto;
  padding: 0 6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFaq .kujyuski-service-c-inner {
    padding: 0 1rem;
  }
}
.kujyuski-service-s-topFaq .s-topFaq__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFaq .s-topFaq__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFaq .s-topFaq__content .s-topFaq__contentWrap {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFaq .s-topFaq__content .kujyuski-service-c-sectionTitle {
    margin-bottom: 2.4rem;
  }
}
.kujyuski-service-s-topFaq .s-topFaq__content .s-topFaq__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0 0 7.2rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFaq .s-topFaq__content .s-topFaq__description {
    font-size: 1.4rem;
    margin: 0 0 4.8rem 0;
  }
}
.kujyuski-service-s-topFaq .s-topFaq__content .s-topFaq__playerImage {
  position: absolute;
  left: -10.8rem;
  width: 38.8rem;
  height: 43.5rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(6rem 6rem 3rem rgba(0, 0, 0, 0.2));
  filter: drop-shadow(6rem 6rem 3rem rgba(0, 0, 0, 0.2));
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFaq .s-topFaq__content .s-topFaq__playerImage {
    display: none;
  }
}
.kujyuski-service-s-topFaq .s-topFaq__list {
  min-width: 65.4rem;
  width: calc((100% - 1.2rem) / 2);
  margin-top: 1.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFaq .s-topFaq__list {
    min-width: 100%;
    width: 100%;
    margin-top: 0;
  }
}
.kujyuski-service-s-topFaq .s-topFaq__list .s-topFaq__listItem {
  position: relative;
  background-color: #ffffff;
  border-bottom: 0.1rem solid #191A1B;
  opacity: 0;
  -webkit-transform: translateY(1.2rem);
  transform: translateY(1.2rem);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.kujyuski-service-s-topFaq .s-topFaq__list .s-topFaq__listItem.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.kujyuski-service-s-topFaq .s-topFaq__list .s-topFaq__listItem:first-child {
  border-top: 0.1rem solid #191A1B;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFaq .s-topFaq__list .s-topFaq__listItem:nth-child(6) .s-topFaq__listItem_question {
    padding: 2rem 1rem 3.6rem 1rem;
  }
}
.kujyuski-service-s-topFaq .s-topFaq__moreWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(75%, #FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, #FFFFFF 75%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 2;
}
.kujyuski-service-s-topFaq .s-topFaq__moreButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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.2rem 1.5rem;
  border: 0.1rem solid #191A1B;
  background-color: #191A1B;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: auto 0 0.4rem 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: auto;
  position: relative;
  width: 18.6rem;
  height: 4.3rem;
  border-radius: 0.8rem;
}
.kujyuski-service-s-topFaq .s-topFaq__moreButton::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  background: url("/assets/kujyuski-service/img/top/faq/topFaq_more.svg") no-repeat center center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kujyuski-service-s-topFaq .s-topFaq__moreButton:hover {
  opacity: 1;
  background-color: #FFFFFF;
  color: #191A1B;
}
.kujyuski-service-s-topFaq .s-topFaq__moreButton:hover::before {
  background: url("/assets/kujyuski-service/img/top/faq/topFaq_more_black.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFaq .s-topFaq__moreButton {
    margin: auto 0 0 0;
  }
}
.kujyuski-service-s-topFaq .s-topFaq__listItem_question {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 3.2rem 2.2rem;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFaq .s-topFaq__listItem_question {
    font-size: 1.5rem;
    padding: 2rem 1rem;
  }
}
.kujyuski-service-s-topFaq .s-topFaq__listItem_question::before {
  content: "Q.";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1F82AC;
  font-family: "Rajdhani", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFaq .s-topFaq__listItem_question::before {
    font-size: 2.6rem;
    margin-right: 0.8rem;
  }
}
.kujyuski-service-s-topFaq .s-topFaq__listItem_question.is-active::after {
  bottom: -2.4rem;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFaq .s-topFaq__listItem_question.is-active::after {
    bottom: -1.6rem;
  }
}
.kujyuski-service-s-topFaq .s-topFaq__listItem_question.is-active .s-topFaq__listItem_question_icon {
  background: #FFFFFF;
}
.kujyuski-service-s-topFaq .s-topFaq__listItem_question.is-active .s-topFaq__listItem_question_icon > span {
  background: #191A1B;
}
.kujyuski-service-s-topFaq .s-topFaq__listItem_question.is-active .s-topFaq__listItem_question_icon > span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.kujyuski-service-s-topFaq .s-topFaq__listItem_question .s-topFaq__listItem_question_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFaq .s-topFaq__listItem_question .s-topFaq__listItem_question_text {
    gap: 1.2rem;
  }
}
.kujyuski-service-s-topFaq .s-topFaq__listItem_answer_text {
  color: #191A1B;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding: 0 0 3.2rem 0;
  margin: 0 3.6rem 0 5.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFaq .s-topFaq__listItem_answer_text {
    font-size: 1.4rem;
    margin: 0 3.6rem 0 4.4rem;
    padding: 0 0 2rem 0;
  }
}
.kujyuski-service-s-topFaq .s-topFaq__listItem_answer_text a {
  color: #191A1B;
}
.kujyuski-service-s-topFaq .s-topFaq__listItem_answer {
  display: none;
}
.kujyuski-service-s-topFaq .s-topFaq__listItem_question_icon {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 2.8rem;
  height: 2.8rem;
  min-width: 2.8rem;
  min-height: 2.8rem;
  border: 0.1rem solid #191A1B;
  background: #191A1B;
  border-radius: 0.4rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFaq .s-topFaq__listItem_question_icon {
    width: 2.4rem;
    height: 2.4rem;
    min-width: 2.4rem;
    min-height: 2.4rem;
  }
}
.kujyuski-service-s-topFaq .s-topFaq__listItem_question_icon > span {
  width: 0.975rem;
  height: 0.125rem;
  background: #FFFFFF;
  border-radius: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topFaq .s-topFaq__listItem_question_icon > span {
    width: 0.836rem;
    height: 0.107rem;
    border-radius: 0.107rem;
  }
}
.kujyuski-service-s-topFaq .s-topFaq__listItem_question_icon > span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.kujyuski-service-s-topFaq .s-topFaq__listItem_question_icon > span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.kujyuski-service-s-topRecruit {
  background: #FFFFFF;
  padding: 0 0 16rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topRecruit {
    padding: 4rem 0 6rem;
    position: relative;
  }
}
.kujyuski-service-s-topRecruit .s-topRecruit__playerImage {
  position: absolute;
  top: 4rem;
  right: 0;
  width: 17.6rem;
  height: 18.4rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: drop-shadow(2rem 2rem 3rem rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2rem 2rem 3rem rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 768px) {
  .kujyuski-service-s-topRecruit .s-topRecruit__playerImage {
    display: none;
  }
}
.kujyuski-service-s-topRecruit .kujyuski-service-c-inner {
  padding: 0 6rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.1rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topRecruit .kujyuski-service-c-inner {
    padding: 0 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__left {
  max-width: 47.1rem;
}
.kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__left .kujyuski-service-c-sectionTitle {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__left .kujyuski-service-c-sectionTitle {
    margin-bottom: 4.8rem;
  }
}
.kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__left .s-topRecruit__title {
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__left .s-topRecruit__title {
    font-size: 2rem;
    margin: 0 0 1.8rem;
  }
}
.kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__left .s-topRecruit__description {
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__left .s-topRecruit__description {
    font-size: 1.4rem;
    margin: 0 0 4.8rem;
  }
}
.kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__left .kujyuski-service-c-button {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__left .kujyuski-service-c-button {
    text-align: center;
  }
}
.kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__right {
  margin-top: 1.2rem;
  width: calc(100% - 54.2rem);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__right {
    margin-top: 0;
    margin-bottom: 4.8rem;
    width: 100%;
  }
}
.kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__right .s-topRecruit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem;
  counter-reset: recruit-counter;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__right .s-topRecruit-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.2rem;
  }
}
.kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__right .s-topRecruit-list .s-topRecruit-list__item {
  padding: 1.8rem 1.8rem 2.4rem 2.6rem;
  width: 100%;
  -webkit-box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.1490196078);
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__right .s-topRecruit-list .s-topRecruit-list__item {
    border-radius: 1rem;
    padding: 1.4rem 1.4rem 1.4rem 2rem;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.1490196078);
    box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.1490196078);
  }
}
.kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__right .s-topRecruit-list .s-topRecruit-list__item .s-topRecruit-list__thumb {
  margin: 0 0 2.7rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__right .s-topRecruit-list .s-topRecruit-list__item .s-topRecruit-list__thumb {
    margin: 0;
  }
}
.kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__right .s-topRecruit-list .s-topRecruit-list__item .s-topRecruit-list__thumb .s-topRecruit-list__image {
  width: 5rem;
  height: 5rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__right .s-topRecruit-list .s-topRecruit-list__item .s-topRecruit-list__thumb .s-topRecruit-list__image {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__right .s-topRecruit-list .s-topRecruit-list__item .s-topRecruit-list__content .s-topRecruit-list__number {
  color: #1F82AC;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.02em;
  font-family: "Rajdhani", sans-serif;
  counter-increment: recruit-counter;
  margin: 0 0 0.1rem;
}
.kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__right .s-topRecruit-list .s-topRecruit-list__item .s-topRecruit-list__content .s-topRecruit-list__number::before {
  content: counter(recruit-counter, decimal-leading-zero);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__right .s-topRecruit-list .s-topRecruit-list__item .s-topRecruit-list__content .s-topRecruit-list__number {
    font-size: 1.8rem;
  }
}
.kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__right .s-topRecruit-list .s-topRecruit-list__item .s-topRecruit-list__content .s-topRecruit-list__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topRecruit .kujyuski-service-c-inner .s-topRecruit__right .s-topRecruit-list .s-topRecruit-list__item .s-topRecruit-list__content .s-topRecruit-list__title {
    font-size: 1.5rem;
  }
}

.kujyusuki-service-s-topInfo {
  background: #FFFFFF;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kujyusuki-service-s-topInfo {
    padding: 0 0 6rem 0;
  }
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner {
  padding: 0 2.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kujyusuki-service-s-topInfo .kujyusuki-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.2rem 0;
  }
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__wifi {
  width: 100%;
  border-radius: 1.2rem;
  padding: 1.2rem 1.2rem 3rem 3.2rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.4rem;
  background: #369DC8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__wifi {
    padding: 0.8rem;
  }
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__wifi .s-topInfo__left {
  width: 100%;
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__wifi .s-topInfo__left .s-topInfo__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 1.4rem 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__wifi .s-topInfo__left .s-topInfo__title {
    font-size: 1.6rem;
    margin: 2.3rem 0 3.1rem 1.2rem;
  }
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__wifi .s-topInfo__left .s-topInfo__list .s-topInfo__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.2rem 1.3rem 1.8rem;
  background-color: #1F82AC;
  position: relative;
  margin: 0 0 0.4rem 0;
  border-radius: 0.6rem;
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__wifi .s-topInfo__left .s-topInfo__list .s-topInfo__row:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__wifi .s-topInfo__left .s-topInfo__list .s-topInfo__row {
    padding: 0.5rem 1.2rem 0.7rem 1.2rem;
  }
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__wifi .s-topInfo__left .s-topInfo__list .s-topInfo__row .s-topInfo__label {
  width: calc((100% - 0.8rem) / 2);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__wifi .s-topInfo__left .s-topInfo__list .s-topInfo__row .s-topInfo__label {
    font-size: 1.2rem;
  }
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__wifi .s-topInfo__left .s-topInfo__list .s-topInfo__row .s-topInfo__ssid {
  width: calc((100% - 0.8rem) / 2);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__wifi .s-topInfo__left .s-topInfo__list .s-topInfo__row .s-topInfo__ssid {
    font-size: 1.5rem;
  }
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__wifi .s-topInfo__wifiIcon {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  width: 10.8rem;
  height: 10.8rem;
  min-width: 10.8rem;
}
@media screen and (max-width: 767px) {
  .kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__wifi .s-topInfo__wifiIcon {
    position: absolute;
    right: 0.8rem;
    width: 7.2rem;
    min-width: 7.2rem;
    height: 7.2rem;
  }
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__wifi .s-topInfo__wifiIcon .s-topInfo__wifiIconImage {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 7.45rem;
}
@media screen and (max-width: 767px) {
  .kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__wifi .s-topInfo__wifiIcon .s-topInfo__wifiIconImage {
    width: 3.3rem;
    height: 4.97rem;
  }
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio {
  width: 100%;
  border-radius: 1.2rem;
  padding: 1.2rem 1.2rem 3.2rem 3.2rem;
  color: #FFFFFF;
  gap: 2.4rem;
  background: #003811;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio {
    padding: 0.8rem;
  }
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio .s-topInfo__left {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio .s-topInfo__left {
    padding: 0;
  }
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio .s-topInfo__left .s-topInfo__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 1.4rem 0 0.8rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
  margin: 0 0 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio .s-topInfo__left .s-topInfo__title {
    font-size: 1.6rem;
    padding: 1.9rem 0 2.7rem 1.2rem;
    width: calc(100% - 8.4rem);
  }
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio .s-topInfo__left .s-topInfo__radioText {
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio .s-topInfo__left .s-topInfo__radioText {
    font-size: 1.3rem;
    margin: 0 1.2rem 1rem;
  }
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio .s-topInfo__left .s-topInfo__radioLink {
  font-size: 1.3rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
  background-color: #FFFFFF;
  border: 0.1rem solid #003811;
  color: #003811;
  min-width: 18rem;
  width: 18rem;
  min-height: 3.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.6rem;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio .s-topInfo__left .s-topInfo__radioLink {
    margin: 0 1.2rem 1rem 1.2rem;
  }
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio .s-topInfo__left .s-topInfo__radioLink .s-topInfo__radioLinkIcon {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  display: inline-block;
  overflow: hidden;
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio .s-topInfo__left .s-topInfo__radioLink .s-topInfo__radioLinkIcon::before, .kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio .s-topInfo__left .s-topInfo__radioLink .s-topInfo__radioLinkIcon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio .s-topInfo__left .s-topInfo__radioLink .s-topInfo__radioLinkIcon::before {
  background: url("/assets/kujyuski-service/img/top/info/info-arrow.svg") no-repeat center center/contain;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 1;
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio .s-topInfo__left .s-topInfo__radioLink .s-topInfo__radioLinkIcon::after {
  background: url("/assets/kujyuski-service/img/top/info/info-arrow-white.svg") no-repeat center center/contain;
  -webkit-transform: translate(-0.6rem, -0.6rem);
  transform: translate(-0.6rem, -0.6rem);
  opacity: 0;
  z-index: 2;
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio .s-topInfo__left .s-topInfo__radioLink:hover {
  opacity: 1;
  background: #003811;
  border: 0.1rem solid #FFFFFF;
  -webkit-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1019607843);
  color: #FFFFFF;
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio .s-topInfo__left .s-topInfo__radioLink:hover .s-topInfo__radioLinkIcon::before {
  -webkit-transform: translate(0.6rem, 0.6rem);
  transform: translate(0.6rem, 0.6rem);
  opacity: 0;
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio .s-topInfo__left .s-topInfo__radioLink:hover .s-topInfo__radioLinkIcon::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio .s-topInfo__radioIcon {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  width: 10.8rem;
  height: 10.8rem;
  min-width: 10.8rem;
}
@media screen and (max-width: 767px) {
  .kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio .s-topInfo__radioIcon {
    position: absolute;
    right: 0.8rem;
    width: 7.2rem;
    min-width: 7.2rem;
    height: 7.2rem;
  }
}
.kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio .s-topInfo__radioIconImage {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7.4rem;
  height: 7.4rem;
}
@media screen and (max-width: 767px) {
  .kujyusuki-service-s-topInfo .kujyusuki-service-c-inner .s-topInfo__content .s-topInfo__radio .s-topInfo__radioIconImage {
    width: 4.93rem;
    height: 4.93rem;
  }
}

.kujyuski-service-s-topInformation {
  background: #FFFFFF;
  padding: 0 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topInformation {
    padding: 0 0 6rem 0;
  }
}
.kujyuski-service-s-topInformation .kujyuski-service-c-inner {
  margin: 0 auto;
  padding: 0 6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topInformation .kujyuski-service-c-inner {
    padding: 0 1rem;
  }
}
.kujyuski-service-s-topInformation .kujyuski-service-c-inner .kujyuski-service-c-sectionTitle {
  margin-bottom: 8.4rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topInformation .kujyuski-service-c-inner .kujyuski-service-c-sectionTitle {
    margin-bottom: 4.8rem;
    padding: 0 1rem;
  }
}
.kujyuski-service-s-topInformation .kujyuski-service-c-inner .s-topInformation__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 3.2rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topInformation .kujyuski-service-c-inner .s-topInformation__description {
    font-size: 1.4rem;
    margin: 0;
  }
}
.kujyuski-service-s-topInformation .s-topInformation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item {
  border-bottom: 0.1rem solid #191A1B;
}
.kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item:first-child {
  border-top: 0.1rem solid #191A1B;
}
.kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.6rem;
  padding: 1.8rem 1.2rem 1.8rem 1.8rem;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.4rem;
    padding: 2.4rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap:hover {
    opacity: 1;
  }
  .kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap:hover .s-topInformation__itemImageWrapper {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -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;
  }
  .kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap:hover .s-topInformation__itemImageWrapper::before {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap:hover .s-topInformation__itemImage {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap:hover .s-topInformation__itemLink {
    opacity: 1;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1019607843);
    color: #191A1B;
  }
  .kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap:hover .s-topInformation__itemLink .s-topInformation__itemIcon::before {
    -webkit-transform: translate(1.2rem, 1.2rem);
    transform: translate(1.2rem, 1.2rem);
    opacity: 0;
  }
  .kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap:hover .s-topInformation__itemLink .s-topInformation__itemIcon::after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
.kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap .s-topInformation__itemImageWrapper {
  position: absolute;
  top: 50%;
  right: 11rem;
  width: 28rem;
  height: 17.4rem;
  border-radius: 1.2rem;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap .s-topInformation__itemImageWrapper {
    position: relative;
    top: initial;
    right: initial;
    width: 12rem;
    height: 7.5rem;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap .s-topInformation__itemImageWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap .s-topInformation__itemImageWrapper::before {
    opacity: 1;
  }
}
.kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap .s-topInformation__itemImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transform: translate(0, 0) scale(0);
  transform: translate(0, 0) scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap .s-topInformation__itemImage {
    width: 100%;
    height: 100%;
    border-radius: 0.8rem;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap .s-topInformation__itemTitleWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.2rem;
    width: 100%;
  }
}
.kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap .s-topInformation__itemTitle {
  color: #191A1B;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  margin: 0;
  min-width: 24rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap .s-topInformation__itemTitle {
    font-size: 2rem;
    min-width: initial;
  }
}
.kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap .s-topInformation__itemContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap .s-topInformation__itemContent {
    gap: 1.2rem;
  }
}
.kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap .s-topInformation__itemContent .s-topInformation__itemDescription {
  font-size: 1.5rem;
  color: #191A1B;
  font-weight: 500;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap .s-topInformation__itemContent .s-topInformation__itemDescription {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap .s-topInformation__itemContent .s-topInformation__itemLink {
  background: #191A1B;
  border-radius: 0.6rem;
  margin: 0.8rem 0;
  width: 3.4rem;
  min-width: 3.4rem;
  height: 10.2rem;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap .s-topInformation__itemContent .s-topInformation__itemLink {
    width: 2.2rem;
    min-width: 2.2rem;
    height: 7.2rem;
  }
}
.kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap .s-topInformation__itemContent .s-topInformation__itemLink .s-topInformation__itemIcon {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  overflow: hidden;
}
.kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap .s-topInformation__itemContent .s-topInformation__itemLink .s-topInformation__itemIcon::before, .kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap .s-topInformation__itemContent .s-topInformation__itemLink .s-topInformation__itemIcon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap .s-topInformation__itemContent .s-topInformation__itemLink .s-topInformation__itemIcon::before {
  background: url("/assets/kujyuski-service/img/common/arrow-white.svg") no-repeat center center/contain;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 1;
}
.kujyuski-service-s-topInformation .s-topInformation__list .s-topInformation__item .s-topInformation__itemLinkWrap .s-topInformation__itemContent .s-topInformation__itemLink .s-topInformation__itemIcon::after {
  background: url("/assets/kujyuski-service/img/common/arrow-black.svg") no-repeat center center/contain;
  -webkit-transform: translate(-1.2rem, -1.2rem);
  transform: translate(-1.2rem, -1.2rem);
  opacity: 0;
  z-index: 2;
}

.kujyuski-service-s-mediaList {
  padding: 4.1rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaList {
    padding: 3.6rem 0 1.1rem 0;
  }
}
.kujyuski-service-s-mediaList .kujyuski-service-c-inner {
  padding: 0 6rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaList .kujyuski-service-c-inner {
    padding: 0 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.kujyuski-service-s-mediaList .s-mediaList__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: 4.8rem;
  min-width: 26.7rem;
  max-width: 26.7rem;
  position: sticky;
  top: 7.8rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaList .s-mediaList__header {
    gap: 2.4rem;
    min-width: auto;
    position: static;
    top: auto;
    height: auto;
  }
}
.kujyuski-service-s-mediaList .s-mediaList__header.-topChange {
  top: 11.8rem;
}
.kujyuski-service-s-mediaList .s-mediaList__filterSection {
  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;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaList .s-mediaList__filterSection {
    gap: 1rem;
  }
}
.kujyuski-service-s-mediaList .s-mediaList__filterTitle {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 0.96;
  letter-spacing: -0.02em;
  color: #191A1B;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaList .s-mediaList__filterTitle {
    font-size: 1.6rem;
  }
}
.kujyuski-service-s-mediaList .s-mediaList__filterOptions {
  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;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaList .s-mediaList__filterOptions.-category {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaList .s-mediaList__filterOptions.-category .s-mediaList__filterItem {
    width: calc((100% - 0.4rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaList .s-mediaList__filterOptions.-tag {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.2rem;
  }
}
.kujyuski-service-s-mediaList .s-mediaList__filterItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.kujyuski-service-s-mediaList .s-mediaList__filterRadio {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #DDDDDD;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kujyuski-service-s-mediaList .s-mediaList__filterItem.is-current .s-mediaList__filterRadio {
  border-color: #369DC8;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 0.4rem #369DC8;
  box-shadow: inset 0 0 0 0.4rem #369DC8;
}
.kujyuski-service-s-mediaList .s-mediaList__filterCheckbox-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #DDDDDD;
  border-radius: 0.3rem;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kujyuski-service-s-mediaList .s-mediaList__filterItem.is-current .s-mediaList__filterCheckbox-box {
  background-color: #369DC8;
  border-color: #369DC8;
}
.kujyuski-service-s-mediaList .s-mediaList__filterItem.is-current .s-mediaList__filterCheckbox-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 0.6rem;
  border: solid #FFFFFF;
  border-width: 0 0 0.2rem 0.2rem;
  -webkit-transform: translate(-50%, -70%) rotate(-45deg);
  transform: translate(-50%, -70%) rotate(-45deg);
}
.kujyuski-service-s-mediaList .s-mediaList__filterLabel {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #191A1B;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaList .s-mediaList__filterLabel {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-mediaList .s-mediaList__filterItem.is-current .s-mediaList__filterLabel {
  color: #191A1B;
  opacity: 1;
}
.kujyuski-service-s-mediaList .s-mediaList__content {
  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%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaList .s-mediaList__content {
    gap: 0;
  }
}
.kujyuski-service-s-mediaList .s-mediaList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4.9rem 3.6rem;
  margin-bottom: 4.9rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaList .s-mediaList__list {
    padding: 4.8rem 0 2.4rem 0;
    gap: 3.6rem;
  }
}
.kujyuski-service-s-mediaList .kujyuski-service-c-newsCard {
  width: calc((100% - 3.6rem) / 2);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaList .kujyuski-service-c-newsCard {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaList .kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__figure {
    margin: 0 0 1.2rem 0;
  }
}
.kujyuski-service-s-mediaList .kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__figure.-noimage {
  border: 0.1rem solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaList .kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__body .c-newsCard__header {
    margin-bottom: 0.6rem;
  }
}
.kujyuski-service-s-mediaList .kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__body .c-newsCard__header .c-newsCard__category {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaList .kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__body .c-newsCard__header .c-newsCard__date {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaList .kujyuski-service-c-newsCard .c-newsCard__link .c-newsCard__body .c-newsCard__title {
    font-size: 1.6rem;
    margin: 0 0 0.6rem 0;
  }
}

.kujyuski-service-s-pageHeader {
  position: relative;
  margin: 0 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-pageHeader {
    margin: 0 0 3.6rem;
  }
}
.kujyuski-service-s-pageHeader.-media {
  margin-bottom: 0;
}
.kujyuski-service-s-pageHeader .kujyuski-service-c-inner {
  padding: 22rem 2.4rem 0 2.4rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-pageHeader .kujyuski-service-c-inner {
    padding: 10.6rem 2rem 0 2rem;
  }
}
.kujyuski-service-s-pageHeader .kujyuski-service-c-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45.7rem;
  background-image: url("/assets/kujyuski-service/img/common/pageHeader-bg.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-pageHeader .kujyuski-service-c-inner::before {
    height: 18.7rem;
    background-image: url("/assets/kujyuski-service/img/common/pageHeader-bg-sp.png");
  }
}
.kujyuski-service-s-pageHeader .s-pageHeader__content {
  border-bottom: 0.1rem solid #191A1B;
  margin: 0 0 1.8rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-pageHeader .s-pageHeader__content {
    margin: 0 0 1.2rem 0;
  }
}
.kujyuski-service-s-pageHeader .s-pageHeader__content .kujyuski-service-c-sectionTitle {
  margin: 0 0 0 3.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-pageHeader .s-pageHeader__content .kujyuski-service-c-sectionTitle {
    margin: 0 0 3.6rem 0;
  }
}
.kujyuski-service-s-pageHeader .s-pageHeader__content .s-pageHeader__textWrap {
  margin: -1.8rem 0 6rem auto;
  width: calc((100% - 1.2rem) / 2);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-pageHeader .s-pageHeader__content .s-pageHeader__textWrap {
    margin: 0 0 3.6rem 0;
    width: 100%;
  }
}
.kujyuski-service-s-pageHeader .s-pageHeader__content .s-pageHeader__text {
  font-weight: 500;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-pageHeader .s-pageHeader__content .s-pageHeader__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-pageHeader.-privacy .kujyuski-service-c-inner {
    padding: 11.8rem 2rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-pageHeader.-privacy .kujyuski-service-c-inner::before {
    height: 20.4rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-pageHeader.-privacy .kujyuski-service-c-inner .kujyuski-service-c-sectionTitle {
    margin: 0;
  }
}
.kujyuski-service-s-pageHeader.-privacy .kujyuski-service-c-inner .s-pageHeader__textWrap {
  margin: 0 0 6.8rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-pageHeader.-privacy .kujyuski-service-c-inner .s-pageHeader__textWrap {
    margin: 0 0 7.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-pageHeader.-spMargin .s-pageHeader__content .kujyuski-service-c-sectionTitle {
    margin: 0 0 2.4rem 0;
  }
}

.kujyuski-service-s-mediaHeader {
  position: relative;
}
.kujyuski-service-s-mediaHeader .kujyuski-service-c-inner {
  padding: 22rem 6rem 0 6rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaHeader .kujyuski-service-c-inner {
    padding: 10.6rem 2rem 0 2rem;
  }
}
.kujyuski-service-s-mediaHeader .kujyuski-service-c-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45.7rem;
  background-image: url("/assets/kujyuski-service/img/common/pageHeader-bg.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaHeader .kujyuski-service-c-inner::before {
    height: 18.7rem;
    background-image: url("/assets/kujyuski-service/img/common/pageHeader-bg-sp.png");
  }
}
.kujyuski-service-s-mediaHeader .s-mediaHeader__content {
  border-bottom: 0.1rem solid #191A1B;
  margin: 0 0 1.8rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaHeader .s-mediaHeader__content {
    margin: 0 0 1.2rem 0;
  }
}
.kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__contentInner {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__contentInner {
    width: 100%;
  }
}
.kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__meta {
    gap: 1.6rem;
    margin-bottom: 1rem;
  }
}
.kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__meta .s-mediaHeader__category {
  color: #191A1B;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.5rem 1.2rem;
  border-radius: 0.4rem;
  -webkit-box-shadow: inset 0 0 0 0.1rem #191A1B;
  box-shadow: inset 0 0 0 0.1rem #191A1B;
  min-width: 11.6rem;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__meta .s-mediaHeader__category {
    padding: 0.4rem 1.2rem;
    min-width: 8rem;
  }
}
.kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__meta .s-mediaHeader__date {
  font-size: 1.5rem;
  font-weight: 600;
  list-style: 1;
  color: #8C8C8D;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__meta .s-mediaHeader__date {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__title {
  color: #191A1B;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__title {
    font-size: 2rem;
    margin: 0 0 1rem 0;
  }
}
.kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 0 0 3.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__tags {
    gap: 0.5rem;
    margin: 0 0 1.8rem 0;
  }
}
.kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__tags .s-mediaHeader__tag {
  color: #1F82AC;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__tags .s-mediaHeader__tag {
    font-size: 1.2rem;
  }
}
.kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__tags .s-mediaHeader__tag::before {
  content: "";
  margin-top: 0.2rem;
  margin-right: 0.1rem;
  width: 1.3rem;
  min-width: 1.3rem;
  height: 1.3rem;
  background: url("/assets/kujyuski-service/img/common/icon-tag.svg") no-repeat center center/contain;
}
.kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  list-style: none;
  padding: 0;
  margin: 0 0 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__snsList {
    gap: 1.2rem;
    margin: 0 0 3.6rem 0;
  }
}
.kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__snsItem {
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.1490196078);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__snsItem .s-mediaHeader__snsItem--image {
  width: 1.867rem;
  height: 1.867rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__snsItem .s-mediaHeader__snsItem--image {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__snsItem .s-mediaHeader__snsItem--image.-copy {
  width: 2rem;
  height: 2rem;
}
.kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__snsItem .s-mediaHeader__snsItem--imageHover {
  display: none;
  width: 1.867rem;
  height: 1.867rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__snsItem .s-mediaHeader__snsItem--imageHover {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__snsItem .s-mediaHeader__snsItem--imageHover.-copy {
  width: 2rem;
  height: 2rem;
}
.kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__snsItem:hover {
  background: #191A1B;
  opacity: 1;
}
.kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__snsItem:hover .s-mediaHeader__snsItem--image {
  display: none;
}
.kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__snsItem:hover .s-mediaHeader__snsItem--imageHover {
  display: block;
}
.kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__copyToast {
  position: absolute;
  background: #FFFFFF;
  color: #191A1B;
  padding: 0.3rem 0.8rem 0.6rem 0.8rem;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  opacity: 0;
  pointer-events: none;
  z-index: 10000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__copyToast {
    font-size: 1.3rem;
    padding: 0.3rem 0.8rem 0.6rem 0.8rem;
  }
}
.kujyuski-service-s-mediaHeader .s-mediaHeader__content .s-mediaHeader__copyToast.is-show {
  opacity: 1;
}

.kujyuski-service-s-mediaDetail {
  padding: 7.2rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail {
    padding: 3.6rem 0;
    margin-bottom: 7.3rem;
  }
}
.kujyuski-service-s-mediaDetail > .kujyuski-service-c-inner {
  padding: 0 6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail > .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 13rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-bottom: 3.6rem;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__content .s-mediaDetail__wrap {
  width: calc(100% - 32rem - 13rem);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__content .s-mediaDetail__wrap {
    width: 100%;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__title {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__title {
    font-size: var(--font-size-xl-sp);
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__share {
  position: sticky;
  top: 14rem;
  height: 100%;
  width: 3.2rem;
  margin-left: -5.6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__share {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right;
    margin-bottom: 2.4rem;
    margin-left: 0;
    margin-top: 2.4rem;
    width: auto;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__share a + a {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__share a + a {
    margin-top: 0;
    margin-left: 0.8rem;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__body {
  width: 100%;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__thumb {
  margin: 0 0 3.6rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__thumb {
    margin: 0 0 2.4rem 0;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__thumb img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__thumb img {
    border-radius: 1rem;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__thumb.-noimage {
  border-radius: 1.2rem;
  border: 0.1rem solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__thumb.-noimage {
    border-radius: 1rem;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__profile {
  border: 0.1rem solid #DDDDDD;
  padding: 2.4rem 3.6rem 2.4rem 2.4rem;
  position: relative;
  margin-top: 4.8rem;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__profile {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 1rem;
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__profile:after {
  content: "";
  display: block;
  width: 41.5rem;
  height: 100%;
  background: url("/assets/kujyuski-service/img/common/profile_bg.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__profile:after {
    width: 18.2rem;
    height: 100%;
    background: url("/assets/kujyuski-service/img/common/profile_bg-sp.png") no-repeat center center;
    background-size: cover;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__profile .s-mediaDetail__profileHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  max-width: 32rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__profile .s-mediaDetail__profileHeader {
    max-width: 100%;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__profile .s-mediaDetail__profileThumb {
  position: relative;
  overflow: hidden;
  min-width: 8.6rem;
  width: 8.6rem;
  height: 8.6rem;
  border-radius: 1.2rem;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__profile .s-mediaDetail__profileThumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__profile .s-mediaDetail__profileWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__profile .s-mediaDetail__profileWrap .s-mediaDetail__profileLabel {
  color: #191A1B;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  opacity: 0.3;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__profile .s-mediaDetail__profileWrap .s-mediaDetail__profileName {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__profile .s-mediaDetail__profileWrap .s-mediaDetail__profileSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  margin-top: 1.2rem;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__profile .s-mediaDetail__profileWrap .s-mediaDetail__profileSns .s-mediaDetail__profileSnsItem {
  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;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__profile .s-mediaDetail__profileWrap .s-mediaDetail__profileSns .s-mediaDetail__profileSnsItem .s-mediaDetail__profileSnsItem--link {
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.1490196078);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__profile .s-mediaDetail__profileWrap .s-mediaDetail__profileSns .s-mediaDetail__profileSnsItem .s-mediaDetail__profileSnsItem--link .s-mediaDetail__profileSnsItem--image {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__profile .s-mediaDetail__profileWrap .s-mediaDetail__profileSns .s-mediaDetail__profileSnsItem .s-mediaDetail__profileSnsItem--link .s-mediaDetail__profileSnsItem--imageHover {
  display: none;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__profile .s-mediaDetail__profileWrap .s-mediaDetail__profileSns .s-mediaDetail__profileSnsItem .s-mediaDetail__profileSnsItem--link:hover {
  opacity: 1;
  background: #191a1b;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__profile .s-mediaDetail__profileWrap .s-mediaDetail__profileSns .s-mediaDetail__profileSnsItem .s-mediaDetail__profileSnsItem--link:hover .s-mediaDetail__profileSnsItem--image {
  display: none;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__profile .s-mediaDetail__profileWrap .s-mediaDetail__profileSns .s-mediaDetail__profileSnsItem .s-mediaDetail__profileSnsItem--link:hover .s-mediaDetail__profileSnsItem--imageHover {
  display: block;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__profile .s-mediaDetail__profileText {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
  width: calc(100% - 32rem);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__profile .s-mediaDetail__profileText {
    font-size: 1.3rem;
    width: 100%;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__related {
  border-top: 0.1rem solid #000000;
  margin: 0 0 12rem 0;
  padding: 4.8rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__related {
    padding: 2.4rem 0 0 0;
    width: 100%;
    margin: 0;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__related .s-mediaDetail__relatedHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__related .s-mediaDetail__relatedHeader {
    margin-bottom: 2.4rem;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__related .s-mediaDetail__relatedHeader .kujyuski-service-c-sectionTitle {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__related .s-mediaDetail__relatedHeader .kujyuski-service-c-button {
    display: none;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__relatedList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.6rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__relatedList {
    margin-bottom: 3.6rem;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__relatedList .kujyuski-service-c-newsCard {
  width: calc((100% - 7.2rem) / 3);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__relatedList .kujyuski-service-c-newsCard {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__relatedButton {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__relatedButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc {
  background: #F3F4F4;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4.8rem;
  padding: 3.4rem 3.6rem;
  margin: 0 0 3.6rem 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__toc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 2.4rem 0;
    padding: 2.4rem 2rem;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc .s-mediaDetail__tocTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__toc .s-mediaDetail__tocTitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc .s-mediaDetail__tocTitle .s-mediaDetail__tocTitleEn {
  color: #191A1B;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 0.96;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__toc .s-mediaDetail__tocTitle .s-mediaDetail__tocTitleEn {
    font-size: 2.4rem;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc .s-mediaDetail__tocTitle .s-mediaDetail__tocTitleJa {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc ol li {
  list-style: none;
  padding-left: 2rem;
  text-indent: -1.7rem;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc .title {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin: 0 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__toc .title {
    font-size: 1.6rem;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h2list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h2list li {
  margin: 0;
  padding: 0;
  text-indent: initial;
  padding-left: 2.6rem;
  text-indent: -1.6rem;
  list-style: none;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h2list li + li {
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h2list li {
    font-size: 1.3rem;
    padding-left: 2.4rem;
    text-indent: -0.4rem;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h2list li:before {
  display: inline-block;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #369DC8;
  border-radius: 50%;
  position: relative;
  top: -0.3rem;
  left: -1rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h2list li:before {
    top: -0.2rem;
    left: -1.1rem;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h2list li a {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h2list li a {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h2list li a:hover {
  opacity: 1;
  color: #1F82AC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h2list li::marker {
  content: none;
  display: none;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h3list {
  list-style: none;
  margin: 0.6rem 0 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h3list {
    margin: 0.6rem 0 0 0.6rem;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h3list li {
  margin: 0;
  padding: 0;
  text-indent: initial;
  padding-left: 1.4rem;
  text-indent: -0.5rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h3list li {
    font-size: 1.3rem;
    padding-left: 1.4rem;
    text-indent: -0.4rem;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h3list li + li {
  margin-top: 0.6rem;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h3list li:before {
  display: inline-block;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border: 0.1rem solid #369DC8;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  top: -0.3rem;
  left: -1rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h3list li:before {
    top: -0.2rem;
    left: -1.1rem;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h3list li a {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h3list li a {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h3list li a:hover {
  opacity: 1;
  color: #1F82AC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.kujyuski-service-s-mediaDetail .s-mediaDetail__toc .h3list li::marker {
  content: none;
  display: none;
}

.kujyuski-service-s-breadcrumbs {
  margin: 14.4rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-breadcrumbs {
    margin: 9.4rem 0 0 0;
  }
}

.kujyuski-service-s-complete {
  padding: 7.2rem 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-complete {
    padding: 6rem 0 4.8rem 0;
  }
}
.kujyuski-service-s-complete .kujyuski-service-c-inner {
  max-width: 98.7rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.kujyuski-service-s-complete .s-complete__content {
  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;
  max-width: 72rem;
  margin: 0 auto;
}
.kujyuski-service-s-complete .s-complete__content .s-complete__image {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 0 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-complete .s-complete__content .s-complete__image {
    margin: 0 0 0.7rem 0;
  }
}
.kujyuski-service-s-complete .s-complete__content .s-complete__label {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 0.96;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #191A1B;
  margin: 0 0 0.6rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-complete .s-complete__content .s-complete__label {
    font-size: 4rem;
    margin: 0 0 0.2rem 0;
  }
}
.kujyuski-service-s-complete .s-complete__content .s-complete__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
  color: #191A1B;
  margin: 0 0 4.8rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-complete .s-complete__content .s-complete__title {
    font-size: 1.4rem;
    margin: 0 0 3rem 0;
  }
}
.kujyuski-service-s-complete .s-complete__content .s-complete__text-wrapper {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-complete .s-complete__content .s-complete__text-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.kujyuski-service-s-complete .s-complete__content .s-complete__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: center;
  color: #191A1B;
  margin: 0 0 1.6rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-complete .s-complete__content .s-complete__text {
    font-size: 1.6rem;
  }
}
.kujyuski-service-s-complete .s-complete__content .s-complete__description {
  color: #757676;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  max-width: 72rem;
  margin: 0 0 7.2rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-complete .s-complete__content .s-complete__description {
    font-size: 1.4rem;
    margin: 0 0 4.8rem 0;
    text-align: center;
  }
}
.kujyuski-service-s-complete .s-complete__content .s-complete__error-text {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 0 7.2rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-complete .s-complete__content .s-complete__error-text {
    font-size: 1.4rem;
    margin: 0 0 4.8rem 0;
  }
}

.kujyuski-service-s-contactDetail {
  padding: 7.2rem 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-contactDetail {
    padding: 3.6rem 0 4.8rem 0;
  }
}
.kujyuski-service-s-contactDetail .kujyuski-service-c-inner {
  padding: 0 6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-contactDetail .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-contactDetail .s-contactDetail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-contactDetail .s-contactDetail__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.kujyuski-service-s-contactDetail .s-contactDetail__content .s-contactDetail__contentText {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-contactDetail .s-contactDetail__content .s-contactDetail__contentText {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-contactDetail .s-contactDetail__content .kujyuski-service-c-form {
  width: 65.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-contactDetail .s-contactDetail__content .kujyuski-service-c-form {
    width: 100%;
  }
}

.kujyuski-service-s-policy {
  padding: 0 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-policy {
    padding: 3.6rem 0 4.8rem 0;
  }
}
.kujyuski-service-s-policy .kujyuski-service-c-inner {
  padding: 0 6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-policy .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-policy .s-policy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-policy .s-policy__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.6rem;
  }
}
.kujyuski-service-s-policy .s-policy__content .s-policy__contentText {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.kujyuski-service-s-policy .s-policy__content .s-policy__contentWysiwyg {
  max-width: 84.9rem;
}
.kujyuski-service-s-policy .s-policy__content .s-policy__contentWysiwyg .kujyuski-service-c-wysiwyg h2 {
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-policy .s-policy__content .s-policy__contentWysiwyg .kujyuski-service-c-wysiwyg h2 {
    font-size: 2rem;
  }
}
.kujyuski-service-s-policy .s-policy__content .s-policy__contentWysiwyg .kujyuski-service-c-wysiwyg p {
  padding: 0.4rem 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.kujyuski-service-s-policy .s-policy__content .s-policy__contentWysiwyg .kujyuski-service-c-wysiwyg ul {
  margin: 1.2rem 0;
}
.kujyuski-service-s-policy .s-policy__content .s-policy__contentWysiwyg .kujyuski-service-c-wysiwyg ul li {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.kujyuski-service-s-policy .s-policy__content .s-policy__contentWysiwyg .kujyuski-service-c-wysiwyg a {
  text-decoration: underline;
  color: #191A1B;
}
.kujyuski-service-s-policy .s-policy__content .s-policy__contentWysiwyg .kujyuski-service-c-wysiwyg a:hover {
  opacity: 0.7;
}
.kujyuski-service-s-policy .s-policy__content .s-policy__credit {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-policy .s-policy__content .s-policy__credit {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-policy .s-policy__content .s-policy__credit {
    margin-top: 2.4rem;
  }
}

.kujyuski-service-s-appealHeader {
  position: relative;
  margin: 0 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealHeader {
    margin: 0 0 4.8rem;
  }
}
.kujyuski-service-s-appealHeader .kujyuski-service-c-inner {
  padding: 14.4rem 2.4rem 0 2.4rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealHeader .kujyuski-service-c-inner {
    padding: 9.4rem 1rem 0 1rem;
  }
}
.kujyuski-service-s-appealHeader .s-appealHeader__content {
  min-height: 33.9rem;
  height: auto;
  aspect-ratio: 1392/339;
  margin: 0 0 3.2rem 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealHeader .s-appealHeader__content {
    min-height: auto;
    margin: 0 0 2.4rem 0;
    aspect-ratio: auto;
    height: auto;
  }
}
.kujyuski-service-s-appealHeader .s-appealHeader__content .s-appealHeader__backgroundWrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.kujyuski-service-s-appealHeader .s-appealHeader__content .s-appealHeader__background {
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-position: center calc(50% + var(--appealHeaderParallaxY, 0px));
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealHeader .s-appealHeader__content .s-appealHeader__background {
    display: none;
  }
}
.kujyuski-service-s-appealHeader .s-appealHeader__content .s-appealHeader__background-sp {
  display: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealHeader .s-appealHeader__content .s-appealHeader__background-sp {
    display: block;
    border-radius: 1rem;
    aspect-ratio: 355/284;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  @supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) or (-webkit-mask-image: url("")) {
    .kujyuski-service-s-appealHeader .s-appealHeader__content .s-appealHeader__background-sp {
      border-radius: 0;
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20355%20284%22%20preserveAspectRatio=%22none%22%3E%3Cpath%20fill=%22white%22%20d=%22M345%200H10C4.47715%200%200%204.47715%200%2010L2.96492e-05%20163.212C3.06525e-05%20168.735%204.47718%20173.212%2010%20173.212H219.021C224.544%20173.212%20229.021%20177.689%20229.021%20183.212V274C229.021%20279.523%20233.498%20284%20239.021%20284H345C350.523%20284%20355%20279.523%20355%20274V10C355%204.47715%20350.523%200%20345%200Z%22/%3E%3C/svg%3E");
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: 100% 100%;
      -webkit-mask-position: center;
      mask-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20355%20284%22%20preserveAspectRatio=%22none%22%3E%3Cpath%20fill=%22white%22%20d=%22M345%200H10C4.47715%200%200%204.47715%200%2010L2.96492e-05%20163.212C3.06525e-05%20168.735%204.47718%20173.212%2010%20173.212H219.021C224.544%20173.212%20229.021%20177.689%20229.021%20183.212V274C229.021%20279.523%20233.498%20284%20239.021%20284H345C350.523%20284%20355%20279.523%20355%20274V10C355%204.47715%20350.523%200%20345%200Z%22/%3E%3C/svg%3E");
      mask-repeat: no-repeat;
      mask-size: 100% 100%;
      mask-position: center;
    }
    .kujyuski-service-s-appealHeader .s-appealHeader__content .s-appealHeader__background-sp .s-appealHeader__backgroundSpImg {
      border-radius: 0;
    }
  }
  .kujyuski-service-s-appealHeader .s-appealHeader__content .s-appealHeader__background-sp .s-appealHeader__backgroundSpImg {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.kujyuski-service-s-appealHeader .s-appealHeader__content .s-appealHeader__titleWrap {
  border-radius: 0 1rem 0 0;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.7rem 5.9rem 0.7rem 3.6rem;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealHeader .s-appealHeader__content .s-appealHeader__titleWrap {
    padding: 1.2rem 2rem 0 1rem;
    bottom: 0;
  }
}
.kujyuski-service-s-appealHeader .s-appealHeader__content .s-appealHeader__titleWrap .s-appealHeader__titleImage {
  width: 9.6rem;
  height: 9.6rem;
  position: relative;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealHeader .s-appealHeader__content .s-appealHeader__titleWrap .s-appealHeader__titleImage {
    width: 6rem;
    height: 6rem;
  }
}
.kujyuski-service-s-appealHeader .s-appealHeader__content .s-appealHeader__titleWrap .s-appealHeader__titleImage .s-appealHeader__titleImageImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-appealHeader .s-appealHeader__content .s-appealHeader__titleWrap .s-appealHeader__title {
  color: #191A1B;
  font-size: 4.4rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealHeader .s-appealHeader__content .s-appealHeader__titleWrap .s-appealHeader__title {
    font-size: 2.6rem;
  }
}
.kujyuski-service-s-appealHeader .s-appealHeader__breadWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 2.4rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealHeader .s-appealHeader__breadWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
    padding: 0 1rem 0 2rem;
  }
}
.kujyuski-service-s-appealHeader .s-appealHeader__breadWrap .s-appealHeader__text {
  font-weight: 500;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealHeader .s-appealHeader__breadWrap .s-appealHeader__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealHeader .s-appealHeader__breadWrap .kujyuski-service-c-breadcrumbs .c-breadcrumbs-inner {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  @supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) or (-webkit-mask-image: url("")) {
    .kujyuski-service-s-appealHeader.-appeal1 .s-appealHeader__content .s-appealHeader__backgroundWrap {
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%201392%20339%22%20preserveAspectRatio=%22none%22%3E%3Cpath%20fill=%22white%22%20d=%22M1374%200H18C8.05888%200%206.17275e-06%208.0589%201.37872e-05%2018L0.000109594%20143.082C0.000117209%20153.023%208.05898%20161.082%2018.0001%20161.082H349.1C359.042%20161.082%20367.1%20169.141%20367.1%20179.082V321C367.1%20330.941%20375.159%20339%20385.1%20339H1374C1383.94%20339%201392%20330.941%201392%20321V18C1392%208.05888%201383.94%200%201374%200Z%22/%3E%3C/svg%3E");
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: 100% 100%;
      -webkit-mask-position: center;
      mask-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%201392%20339%22%20preserveAspectRatio=%22none%22%3E%3Cpath%20fill=%22white%22%20d=%22M1374%200H18C8.05888%200%206.17275e-06%208.0589%201.37872e-05%2018L0.000109594%20143.082C0.000117209%20153.023%208.05898%20161.082%2018.0001%20161.082H349.1C359.042%20161.082%20367.1%20169.141%20367.1%20179.082V321C367.1%20330.941%20375.159%20339%20385.1%20339H1374C1383.94%20339%201392%20330.941%201392%20321V18C1392%208.05888%201383.94%200%201374%200Z%22/%3E%3C/svg%3E");
      mask-repeat: no-repeat;
      mask-size: 100% 100%;
      mask-position: center;
    }
  }
}
@media screen and (min-width: 768px) {
  @supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) or (-webkit-mask-image: url("")) {
    .kujyuski-service-s-appealHeader.-appeal2 .s-appealHeader__content .s-appealHeader__backgroundWrap {
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%201392%20339%22%20preserveAspectRatio=%22none%22%3E%3Cpath%20fill=%22white%22%20d=%22M1382%200H10C4.47716%200%203.4293e-06%204.47715%207.65955e-06%2010L0.000115722%20151.082C0.000119952%20156.605%204.47728%20161.082%2010.0001%20161.082H437.1C442.623%20161.082%20447.1%20165.559%20447.1%20171.082V329C447.1%20334.523%20451.578%20339%20457.1%20339H1382C1387.52%20339%201392%20334.523%201392%20329V10C1392%204.47715%201387.52%200%201382%200Z%22/%3E%3C/svg%3E");
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: 100% 100%;
      -webkit-mask-position: center;
      mask-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%201392%20339%22%20preserveAspectRatio=%22none%22%3E%3Cpath%20fill=%22white%22%20d=%22M1382%200H10C4.47716%200%203.4293e-06%204.47715%207.65955e-06%2010L0.000115722%20151.082C0.000119952%20156.605%204.47728%20161.082%2010.0001%20161.082H437.1C442.623%20161.082%20447.1%20165.559%20447.1%20171.082V329C447.1%20334.523%20451.578%20339%20457.1%20339H1382C1387.52%20339%201392%20334.523%201392%20329V10C1392%204.47715%201387.52%200%201382%200Z%22/%3E%3C/svg%3E");
      mask-repeat: no-repeat;
      mask-size: 100% 100%;
      mask-position: center;
    }
  }
}
@media screen and (min-width: 768px) {
  @supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) or (-webkit-mask-image: url("")) {
    .kujyuski-service-s-appealHeader.-appeal3 .s-appealHeader__content .s-appealHeader__backgroundWrap {
      border-radius: 0;
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%201392%20339%22%20preserveAspectRatio=%22none%22%3E%3Cpath%20fill=%22white%22%20d=%22M1382%200H10C4.47716%200%203.4293e-06%204.47715%207.65955e-06%2010L0.000115722%20151.082C0.000119952%20156.605%204.47728%20161.082%2010.0001%20161.082H423.1C428.623%20161.082%20433.1%20165.559%20433.1%20171.082V329C433.1%20334.523%20437.578%20339%20443.1%20339H1382C1387.52%20339%201392%20334.523%201392%20329V10C1392%204.47715%201387.52%200%201382%200Z%22/%3E%3C/svg%3E");
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: 100% 100%;
      -webkit-mask-position: center;
      mask-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%201392%20339%22%20preserveAspectRatio=%22none%22%3E%3Cpath%20fill=%22white%22%20d=%22M1382%200H10C4.47716%200%203.4293e-06%204.47715%207.65955e-06%2010L0.000115722%20151.082C0.000119952%20156.605%204.47728%20161.082%2010.0001%20161.082H423.1C428.623%20161.082%20433.1%20165.559%20433.1%20171.082V329C433.1%20334.523%20437.578%20339%20443.1%20339H1382C1387.52%20339%201392%20334.523%201392%20329V10C1392%204.47715%201387.52%200%201382%200Z%22/%3E%3C/svg%3E");
      mask-repeat: no-repeat;
      mask-size: 100% 100%;
      mask-position: center;
    }
  }
}
@media screen and (min-width: 768px) {
  @supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) or (-webkit-mask-image: url("")) {
    .kujyuski-service-s-appealHeader.-appeal4 .s-appealHeader__content .s-appealHeader__backgroundWrap {
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%201392%20339%22%20preserveAspectRatio=%22none%22%3E%3Cpath%20fill=%22white%22%20d=%22M1382%200H10C4.47716%200%203.4293e-06%204.47715%207.65955e-06%2010L0.000115722%20151.082C0.000119952%20156.605%204.47727%20161.082%2010.0001%20161.082H725.1C730.623%20161.082%20735.1%20165.559%20735.1%20171.082V329C735.1%20334.523%20739.578%20339%20745.1%20339H1382C1387.52%20339%201392%20334.523%201392%20329V10C1392%204.47715%201387.52%200%201382%200Z%22/%3E%3C/svg%3E");
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: 100% 100%;
      -webkit-mask-position: center;
      mask-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%201392%20339%22%20preserveAspectRatio=%22none%22%3E%3Cpath%20fill=%22white%22%20d=%22M1382%200H10C4.47716%200%203.4293e-06%204.47715%207.65955e-06%2010L0.000115722%20151.082C0.000119952%20156.605%204.47727%20161.082%2010.0001%20161.082H725.1C730.623%20161.082%20735.1%20165.559%20735.1%20171.082V329C735.1%20334.523%20739.578%20339%20745.1%20339H1382C1387.52%20339%201392%20334.523%201392%20329V10C1392%204.47715%201387.52%200%201382%200Z%22/%3E%3C/svg%3E");
      mask-repeat: no-repeat;
      mask-size: 100% 100%;
      mask-position: center;
    }
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealHeader.-appeal4 .s-appealHeader__content .s-appealHeader__background-sp {
    display: block;
    border-radius: 1rem;
    aspect-ratio: 355/322;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  @supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) or (-webkit-mask-image: url("")) {
    .kujyuski-service-s-appealHeader.-appeal4 .s-appealHeader__content .s-appealHeader__background-sp {
      border-radius: 0;
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22355%22%20height=%22322%22%20viewBox=%220%200%20355%20322%22%20fill=%22none%22%3E%3Cpath%20d=%22M345%200H10C4.47715%200%200%204.47715%200%2010L2.96492e-05%20163.212C3.06525e-05%20168.735%204.47719%20173.212%2010%20173.212H228.021C233.544%20173.212%20238.021%20177.689%20238.021%20183.212V312C238.021%20317.523%20242.498%20322%20248.021%20322H345C350.523%20322%20355%20317.523%20355%20312V10C355%204.47715%20350.523%200%20345%200Z%22%20fill=%22white%22/%3E%3C/svg%3E");
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: 100% 100%;
      -webkit-mask-position: center;
      mask-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22355%22%20height=%22322%22%20viewBox=%220%200%20355%20322%22%20fill=%22none%22%3E%3Cpath%20d=%22M345%200H10C4.47715%200%200%204.47715%200%2010L2.96492e-05%20163.212C3.06525e-05%20168.735%204.47719%20173.212%2010%20173.212H228.021C233.544%20173.212%20238.021%20177.689%20238.021%20183.212V312C238.021%20317.523%20242.498%20322%20248.021%20322H345C350.523%20322%20355%20317.523%20355%20312V10C355%204.47715%20350.523%200%20345%200Z%22%20fill=%22white%22/%3E%3C/svg%3E");
      mask-repeat: no-repeat;
      mask-size: 100% 100%;
      mask-position: center;
    }
  }
}

.kujyuski-service-s-customerReviews {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-customerReviews {
    padding: 3.6rem 0 8rem;
  }
}
.kujyuski-service-s-customerReviews .kujyuski-service-c-inner {
  padding: 0 6rem 0 37.9rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-customerReviews .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-customerReviews .s-customerReviews__linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 23rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-customerReviews .s-customerReviews__linkList {
    min-width: auto;
    width: 100%;
    margin: 0 0 2.4rem;
  }
}
.kujyuski-service-s-customerReviews .s-customerReviews__linkList .s-customerReviews__linkItem {
  border-top: 0.1rem solid #DDDDDD;
  padding: 1rem 1.2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-customerReviews .s-customerReviews__linkList .s-customerReviews__linkItem {
    padding: 1rem 1.2rem 1.4rem 1.2rem;
  }
}
.kujyuski-service-s-customerReviews .s-customerReviews__linkList .s-customerReviews__linkItem:last-child {
  border-bottom: 0.1rem solid #DDDDDD;
}
.kujyuski-service-s-customerReviews .s-customerReviews__linkList .s-customerReviews__linkItem .s-customerReviews__linkLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.kujyuski-service-s-customerReviews .s-customerReviews__linkList .s-customerReviews__linkItem .s-customerReviews__linkLink .s-customerReviews__linkText {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-customerReviews .s-customerReviews__linkList .s-customerReviews__linkItem .s-customerReviews__linkLink .s-customerReviews__linkText {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-customerReviews .s-customerReviews__linkList .s-customerReviews__linkItem .s-customerReviews__linkLink .s-customerReviews__linkIcon {
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
}
.kujyuski-service-s-customerReviews .s-customerReviews__linkList .s-customerReviews__linkItem .s-customerReviews__linkLink .s-customerReviews__linkIcon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-customerReviews .s-customerReviews__linkList .s-customerReviews__linkItem .s-customerReviews__linkLink:hover {
  opacity: 1;
}
.kujyuski-service-s-customerReviews .s-customerReviews__linkList .s-customerReviews__linkItem .s-customerReviews__linkLink:hover .s-customerReviews__linkText {
  color: #1F82AC;
}
.kujyuski-service-s-customerReviews .s-customerReviews__content {
  width: 100%;
}
.kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
    margin: 0 0 3.6rem;
  }
}
.kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__titleWrap .kujyuski-service-c-sectionTitle {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__titleWrap .s-customerReviews__description {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__titleWrap .s-customerReviews__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list {
    gap: 3.6rem;
  }
}
.kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc((100% - 9.6rem) / 3);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__itemContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.4rem;
    margin: 0 0 1.2rem;
  }
}
.kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__itemImage {
  border-radius: 1.2rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 66%;
  margin: 0 0 1.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__itemImage {
    border-radius: 0.8rem;
    width: 16rem;
    height: 10rem;
    padding-bottom: 0;
    margin: 0;
  }
}
.kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__itemImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__itemContent .s-customerReviews__itemHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__itemContent .s-customerReviews__itemHead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.4rem;
  }
}
.kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__itemContent .s-customerReviews__itemHead .s-customerReviews__nameWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.2rem;
}
.kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__itemContent .s-customerReviews__itemHead .s-customerReviews__nameWrap .s-customerReviews__itemTitle {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__itemContent .s-customerReviews__itemHead .s-customerReviews__nameWrap .s-customerReviews__itemTitle {
    font-size: 2rem;
  }
}
.kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__itemContent .s-customerReviews__itemHead .s-customerReviews__nameWrap .s-customerReviews__nameSuffix {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0 0 0.4rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__itemContent .s-customerReviews__itemHead .s-customerReviews__nameWrap .s-customerReviews__nameSuffix {
    font-size: 1.2rem;
    margin: 0 0 0.2rem 0;
  }
}
.kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__itemContent .s-customerReviews__itemHead .s-customerReviews__itemSnsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}
.kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__itemContent .s-customerReviews__itemHead .s-customerReviews__itemSnsWrap .s-customerReviews__itemSnsIcon {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 3.5rem 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 0 3.5rem 0 rgba(0, 0, 0, 0.1490196078);
  border-radius: 50%;
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__itemContent .s-customerReviews__itemHead .s-customerReviews__itemSnsWrap .s-customerReviews__itemSnsIcon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__itemContent .s-customerReviews__itemHead .s-customerReviews__itemSnsWrap .s-customerReviews__itemSnsIcon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.6rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__itemContent .s-customerReviews__itemHead .s-customerReviews__itemSnsWrap .s-customerReviews__itemSnsIcon img {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__itemContent .s-customerReviews__itemHead .s-customerReviews__itemSnsWrap .s-customerReviews__itemSnsText {
  color: #BABABB;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__itemContent .s-customerReviews__itemHead .s-customerReviews__itemSnsWrap .s-customerReviews__itemSnsText {
    font-size: 1.2rem;
  }
}
.kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__itemContent .s-customerReviews__itemHead .s-customerReviews__itemSnsNone {
  color: #BABABB;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__text {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-customerReviews .s-customerReviews__content .s-customerReviews__list .s-customerReviews__item .s-customerReviews__text {
    font-weight: 500;
    font-size: 1.4rem;
  }
}

.kujyuski-service-s-officialRiders {
  padding: 0 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-officialRiders {
    padding: 4.8rem 0 8rem;
  }
}
.kujyuski-service-s-officialRiders .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-officialRiders .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-officialRiders .s-officialRiders__content {
  width: 100%;
}
.kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 7rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
    margin: 0 0 3.6rem;
  }
}
.kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__titleWrap .kujyuski-service-c-sectionTitle {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__titleWrap .s-officialRiders__description {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__titleWrap .s-officialRiders__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list {
    gap: 2.4rem;
  }
}
.kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list .s-officialRiders__item {
  border-bottom: 0.1rem solid #000000;
  padding: 0 1.2rem 2.6rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list .s-officialRiders__item {
    padding: 0 1rem 2.4rem 1rem;
  }
}
.kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list .s-officialRiders__item .s-officialRiders__itemTextSp {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list .s-officialRiders__item .s-officialRiders__itemTextSp {
    display: none;
  }
}
.kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list .s-officialRiders__item .s-officialRiders__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list .s-officialRiders__item .s-officialRiders__itemWrap {
    gap: 2.4rem;
    margin: 0 0 1.2rem 0;
  }
}
.kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list .s-officialRiders__item .s-officialRiders__itemImage {
  border-radius: 1.2rem;
  min-width: 32rem;
  width: 32rem;
  height: 20rem;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list .s-officialRiders__item .s-officialRiders__itemImage {
    min-width: 16rem;
    width: 16rem;
    height: 10rem;
    border-radius: 0.8rem;
  }
}
.kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list .s-officialRiders__item .s-officialRiders__itemImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list .s-officialRiders__item .s-officialRiders__itemContent .s-officialRiders__itemTitle {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0 0 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list .s-officialRiders__item .s-officialRiders__itemContent .s-officialRiders__itemTitle {
    font-size: 2rem;
    margin: 0 0 0.6rem 0;
  }
}
.kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list .s-officialRiders__item .s-officialRiders__itemContent .s-officialRiders__itemText {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0 0 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list .s-officialRiders__item .s-officialRiders__itemContent .s-officialRiders__itemText {
    display: none;
  }
}
.kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list .s-officialRiders__item .s-officialRiders__itemContent .s-officialRiders__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list .s-officialRiders__item .s-officialRiders__itemContent .s-officialRiders__snsList {
    gap: 1.2rem;
  }
}
.kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list .s-officialRiders__item .s-officialRiders__itemContent .s-officialRiders__snsList .s-officialRiders__snsItem {
  -webkit-box-shadow: 0 0 0.35rem 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 0 0.35rem 0 rgba(0, 0, 0, 0.1490196078);
  width: 2.8rem;
  height: 2.8rem;
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list .s-officialRiders__item .s-officialRiders__itemContent .s-officialRiders__snsList .s-officialRiders__snsItem {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list .s-officialRiders__item .s-officialRiders__itemContent .s-officialRiders__snsList .s-officialRiders__snsItem img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.6rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-officialRiders .s-officialRiders__content .s-officialRiders__list .s-officialRiders__item .s-officialRiders__itemContent .s-officialRiders__snsList .s-officialRiders__snsItem img {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.kujyuski-service-s-rentalHighlights {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalHighlights {
    padding: 3.6rem 0 6rem;
  }
}
.kujyuski-service-s-rentalHighlights .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalHighlights .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-rentalHighlights .s-rentalHighlights__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalHighlights .s-rentalHighlights__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.6rem;
  }
}
.kujyuski-service-s-rentalHighlights .s-rentalHighlights__content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalHighlights .s-rentalHighlights__content {
    width: 100%;
  }
}
.kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
    margin: 0 0 3.6rem;
  }
}
.kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__titleWrap .kujyuski-service-c-sectionTitle {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__titleWrap .s-rentalHighlights__description {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__titleWrap .s-rentalHighlights__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4.8rem 6rem;
  margin: 0 0 8.4rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__list {
    gap: 2.4rem;
    margin: 0 0 4.8rem 0;
  }
}
.kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__list .s-rentalHighlights__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  width: calc((100% - 6rem) / 2);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__list .s-rentalHighlights__item {
    gap: 1.6rem;
    width: 100%;
  }
}
.kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__list .s-rentalHighlights__item .s-rentalHighlights__itemImage {
  position: relative;
  min-width: 6.4rem;
  width: 6.4rem;
  height: 6.4rem;
  min-height: 6.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__list .s-rentalHighlights__item .s-rentalHighlights__itemImage {
    min-width: 4.8rem;
    min-height: 4.8rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}
.kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__list .s-rentalHighlights__item .s-rentalHighlights__itemImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__list .s-rentalHighlights__item .s-rentalHighlights__itemContent {
  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.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__list .s-rentalHighlights__item .s-rentalHighlights__itemContent {
    margin: 1rem 0 0 0;
    gap: 1.2rem;
  }
}
.kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__list .s-rentalHighlights__item .s-rentalHighlights__itemContent .s-rentalHighlights__itemTitle {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__list .s-rentalHighlights__item .s-rentalHighlights__itemContent .s-rentalHighlights__itemTitle {
    font-size: 1.8rem;
  }
}
.kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__list .s-rentalHighlights__item .s-rentalHighlights__itemContent .s-rentalHighlights__itemText {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__list .s-rentalHighlights__item .s-rentalHighlights__itemContent .s-rentalHighlights__itemText {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__movieList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__movieList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__movieItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  width: calc((100% - 3.6rem) / 2);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__movieItem {
    gap: 1.2rem;
    width: 100%;
  }
}
.kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__movieItem .s-rentalHighlights__movieItemTitle {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__movieItem .s-rentalHighlights__movieItemTitle {
    font-size: 1.6rem;
  }
}
.kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__movieItem .s-rentalHighlights__movieItemMovie {
  border-radius: 1.2rem;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__movieItem .s-rentalHighlights__movieItemMovie {
    border-radius: 0.8rem;
  }
}
.kujyuski-service-s-rentalHighlights .s-rentalHighlights__content .s-rentalHighlights__movieItem iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kujyuski-service-s-appealFeature {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealFeature {
    padding: 0 0 6rem;
  }
}
.kujyuski-service-s-appealFeature .kujyuski-service-c-inner {
  padding: 0 0 0 38.8rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealFeature .kujyuski-service-c-inner {
    padding: 0 0 0 2rem;
  }
}
.kujyuski-service-s-appealFeature .s-appealFeature__content {
  width: 100%;
}
.kujyuski-service-s-appealFeature .s-appealFeature__content .s-appealFeature__titleWrap {
  margin: 0 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealFeature .s-appealFeature__content .s-appealFeature__titleWrap {
    margin: 0 0 3.6rem;
  }
}
.kujyuski-service-s-appealFeature .s-appealFeature__content .s-appealFeature__titleWrap .kujyuski-service-c-sectionTitle {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealFeature .s-appealFeature__content .s-appealFeature__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-appealFeature .s-appealFeature__content .s-appealFeature__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: 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealFeature .s-appealFeature__content .s-appealFeature__list {
    gap: 6rem;
  }
}
.kujyuski-service-s-appealFeature .s-appealFeature__content .s-appealFeature__list .s-appealFeature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealFeature .s-appealFeature__content .s-appealFeature__list .s-appealFeature__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 3.6rem;
  }
}
.kujyuski-service-s-appealFeature .s-appealFeature__content .s-appealFeature__list .s-appealFeature__item .s-appealFeature__itemImage {
  border-radius: 1.2rem 0 0 1.2rem;
  min-width: 54.4rem;
  width: 54.4rem;
  height: 44.6rem;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealFeature .s-appealFeature__content .s-appealFeature__list .s-appealFeature__item .s-appealFeature__itemImage {
    min-width: auto;
    width: 100%;
    height: 22.2rem;
    border-radius: 1rem 0 0 1rem;
  }
}
.kujyuski-service-s-appealFeature .s-appealFeature__content .s-appealFeature__list .s-appealFeature__item .s-appealFeature__itemImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-appealFeature .s-appealFeature__content .s-appealFeature__list .s-appealFeature__item .s-appealFeature__itemContent .s-appealFeature__itemTitle {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealFeature .s-appealFeature__content .s-appealFeature__list .s-appealFeature__item .s-appealFeature__itemContent .s-appealFeature__itemTitle {
    font-size: 2.4rem;
  }
}
.kujyuski-service-s-appealFeature .s-appealFeature__content .s-appealFeature__list .s-appealFeature__item .s-appealFeature__itemContent .s-appealFeature__itemText {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 1.2rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealFeature .s-appealFeature__content .s-appealFeature__list .s-appealFeature__item .s-appealFeature__itemContent .s-appealFeature__itemText {
    font-size: 1.3rem;
    margin: 0.2rem 0 0 0;
  }
}
.kujyuski-service-s-appealFeature .s-appealFeature__content .s-appealFeature__list .s-appealFeature__item .s-appealFeature__itemContent .s-appealFeature__itemDescription {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 3.6rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealFeature .s-appealFeature__content .s-appealFeature__list .s-appealFeature__item .s-appealFeature__itemContent .s-appealFeature__itemDescription {
    font-size: 1.4rem;
    margin: 2.4rem 0 0 0;
  }
}
.kujyuski-service-s-appealFeature .s-appealFeature__content .s-appealFeature__list .s-appealFeature__item .s-appealFeature__itemContent .s-appealFeature__itemDescription .s-appealFeature__itemDescription__block {
  display: block;
  height: 1.6rem;
}

.kujyuski-service-s-usageScenes {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-usageScenes {
    padding: 0 0 6rem;
  }
}
.kujyuski-service-s-usageScenes .kujyuski-service-c-inner {
  padding: 0 3.3rem 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-usageScenes .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-usageScenes .s-usageScenes__content {
  background: #F3F4F4;
  border-radius: 1.2rem;
  padding: 4.8rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-usageScenes .s-usageScenes__content {
    border-radius: 1rem;
    padding: 3.6rem 2.4rem;
  }
}
.kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__titleWrap {
  margin: 0 0 4.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__titleWrap {
    margin: 0 0 2.4rem;
  }
}
.kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__titleWrap .kujyuski-service-c-sectionTitle {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleEn {
    font-size: 3.7rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: usage-scenes-counter;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list .s-usageScenes__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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.6rem;
  width: calc((100% - 7.2rem) / 3);
  counter-increment: usage-scenes-counter;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list .s-usageScenes__item {
    gap: 0.8rem;
    width: 100%;
  }
}
.kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list .s-usageScenes__item .s-usageScenes__itemImage {
  border-radius: 1.2rem;
  width: 100%;
  padding-bottom: 62.5%;
  position: relative;
  overflow: hidden;
}
.kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list .s-usageScenes__item .s-usageScenes__itemImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list .s-usageScenes__item .s-usageScenes__itemContent .s-usageScenes__itemTitleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list .s-usageScenes__item .s-usageScenes__itemContent .s-usageScenes__itemTitleWrap {
    margin-bottom: 0.4rem;
  }
}
.kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list .s-usageScenes__item .s-usageScenes__itemContent .s-usageScenes__itemNumberWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.1rem;
  margin-top: 0.4rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list .s-usageScenes__item .s-usageScenes__itemContent .s-usageScenes__itemNumberWrap .s-usageScenes__itemCurrentNumber::before {
  content: counter(usage-scenes-counter, decimal-leading-zero);
  color: #1F82AC;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
.kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list .s-usageScenes__item .s-usageScenes__itemContent .s-usageScenes__itemNumberWrap .s-usageScenes__itemTotalNumber::before {
  content: "";
  height: 0.8rem;
  background: url(/assets/kujyuski-service/img/appeal/usage_line.svg) no-repeat center center/contain;
  display: inline-block;
  width: 1rem;
  height: 0.8rem;
}
.kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list .s-usageScenes__item .s-usageScenes__itemContent .s-usageScenes__itemNumberWrap .s-usageScenes__itemTotalNumber::after {
  content: attr(data-total-count);
  color: #1F82AC;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
.kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list .s-usageScenes__item .s-usageScenes__itemContent .s-usageScenes__itemTitle {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
}
@media (max-width: 1300px) and (min-width: 768px) {
  .kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list .s-usageScenes__item .s-usageScenes__itemContent .s-usageScenes__itemTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list .s-usageScenes__item .s-usageScenes__itemContent .s-usageScenes__itemTitle {
    font-size: 2rem;
  }
}
.kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list .s-usageScenes__item .s-usageScenes__itemContent .s-usageScenes__itemTitle::before {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 1.6rem;
  background: #BABABB;
  margin-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list .s-usageScenes__item .s-usageScenes__itemContent .s-usageScenes__itemTitle::before {
    height: 1.4rem;
  }
}
.kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list .s-usageScenes__item .s-usageScenes__itemContent .s-usageScenes__itemText {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 1.2rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list .s-usageScenes__item .s-usageScenes__itemContent .s-usageScenes__itemText {
    font-size: 1.3rem;
    margin: 0.2rem 0 0 0;
  }
}
.kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list .s-usageScenes__item .s-usageScenes__itemContent .s-usageScenes__itemDescription {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__list .s-usageScenes__item .s-usageScenes__itemContent .s-usageScenes__itemDescription {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__description {
  background: #FFFFFF;
  border-radius: 0.8rem;
  padding: 1.6rem;
  margin: 2.4rem 0 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  color: #191A1B;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-usageScenes .s-usageScenes__content .s-usageScenes__description {
    font-size: 1.2rem;
    padding: 1.2rem;
  }
}

.kujyuski-service-s-appealBrands.-rental {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealBrands.-rental {
    padding: 0 0 6rem;
  }
}
.kujyuski-service-s-appealBrands .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.3rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealBrands .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-appealBrands .s-appealBrands__content {
  width: 100%;
}
.kujyuski-service-s-appealBrands .s-appealBrands__content .s-appealBrands__titleWrap {
  margin: 0 0 4.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealBrands .s-appealBrands__content .s-appealBrands__titleWrap {
    margin: 0 0 2.4rem;
  }
}
.kujyuski-service-s-appealBrands .s-appealBrands__content .s-appealBrands__titleWrap .kujyuski-service-c-sectionTitle {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealBrands .s-appealBrands__content .s-appealBrands__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-appealBrands .s-appealBrands__content .swiper-container {
  width: 100%;
  height: 15rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealBrands .s-appealBrands__content .swiper-container {
    height: 6.2rem;
  }
}
.kujyuski-service-s-appealBrands .s-appealBrands__content .swiper-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(-10.37%, rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) -10.37%, #FFFFFF 100%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealBrands .s-appealBrands__content .swiper-container::before {
    width: 2.5rem;
  }
}
.kujyuski-service-s-appealBrands .s-appealBrands__content .swiper-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(-10.37%, rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) -10.37%, #FFFFFF 100%);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealBrands .s-appealBrands__content .swiper-container::after {
    width: 2.5rem;
  }
}
.kujyuski-service-s-appealBrands .s-appealBrands__content .swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.kujyuski-service-s-appealBrands .s-appealBrands__content .swiper-container .swiper-slide {
  width: auto;
  height: auto;
  position: relative;
}
.kujyuski-service-s-appealBrands .s-appealBrands__content .swiper-container .swiper-slide img {
  max-height: 15rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealBrands .s-appealBrands__content .swiper-container .swiper-slide img {
    max-height: 6.2rem;
  }
}

.kujyuski-service-s-rentalGallery {
  padding: 8.4rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalGallery {
    padding: 7.2rem 0;
  }
}
.kujyuski-service-s-rentalGallery .kujyuski-service-c-inner {
  padding: 0 6rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalGallery .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 9.4rem;
  margin: 0 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalGallery .s-rentalGallery__wrap {
    margin: 0 0 4.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.6rem;
  }
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__linkList.-pconly {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  min-width: 23rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 21rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalGallery .s-rentalGallery__linkList.-pconly {
    display: none !important;
  }
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__linkList.-sponly {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalGallery .s-rentalGallery__linkList.-sponly {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    min-width: auto;
    width: 100%;
    margin: 0 0 2.4rem;
    position: relative;
    border: 0.1rem solid #DDDDDD;
    border-radius: 0.4rem;
    overflow: hidden;
    background-color: #FFFFFF;
    max-height: 4rem;
    -webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .kujyuski-service-s-rentalGallery .s-rentalGallery__linkList.-sponly::after {
    content: "";
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    width: 2rem;
    height: 2rem;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: url("/assets/kujyuski-service/img/appeal/rentalGallery_linkArrow.svg") no-repeat center center/cover;
  }
  .kujyuski-service-s-rentalGallery .s-rentalGallery__linkList.-sponly.is-open {
    max-height: 100vh;
  }
  .kujyuski-service-s-rentalGallery .s-rentalGallery__linkList.-sponly.is-open::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__linkList .s-rentalGallery__linkItem {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalGallery .s-rentalGallery__linkList .s-rentalGallery__linkItem {
    -webkit-box-ordinal-group: 1000;
    -ms-flex-order: 999;
    order: 999;
    z-index: 1;
  }
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__linkList .s-rentalGallery__linkItem .s-rentalGallery__linkItemInner {
  width: 100%;
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__linkList .s-rentalGallery__linkItem .s-rentalGallery__linkLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalGallery .s-rentalGallery__linkList .s-rentalGallery__linkItem .s-rentalGallery__linkLink {
    padding: 1rem 1.2rem;
    border-bottom: 0.1rem solid #DDDDDD;
  }
  .kujyuski-service-s-rentalGallery .s-rentalGallery__linkList .s-rentalGallery__linkItem .s-rentalGallery__linkLink:last-child {
    border-bottom: none;
  }
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__linkList .s-rentalGallery__linkItem .s-rentalGallery__linkRadio {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #DDDDDD;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__linkList .s-rentalGallery__linkItem .s-rentalGallery__linkLabel {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalGallery .s-rentalGallery__linkList .s-rentalGallery__linkItem .s-rentalGallery__linkLabel {
    color: #191A1B;
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__linkList .s-rentalGallery__linkItem:hover .s-rentalGallery__linkLink {
  border-color: #369DC8;
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__linkList .s-rentalGallery__linkItem:hover .s-rentalGallery__linkRadio {
  border-color: #369DC8;
  background-color: transparent;
  border-width: 0.5rem;
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__linkList .s-rentalGallery__linkItem:hover .s-rentalGallery__linkLabel {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalGallery .s-rentalGallery__linkList .s-rentalGallery__linkItem.is-current {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__linkList .s-rentalGallery__linkItem.is-current .s-rentalGallery__linkItemInner {
  border-color: #369DC8;
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__linkList .s-rentalGallery__linkItem.is-current .s-rentalGallery__linkRadio {
  border-color: #369DC8;
  border-width: 0.5rem;
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__linkList .s-rentalGallery__linkItem.is-current .s-rentalGallery__linkLabel {
  opacity: 1;
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__content {
  width: calc(100% - 23rem);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalGallery .s-rentalGallery__content {
    width: 100%;
  }
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.6rem;
  margin: 0 0 6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
    margin: 0 0 3.6rem;
  }
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__titleWrap .kujyuski-service-c-sectionTitle {
  margin: 0;
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage .-black {
  display: block;
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage .-white {
  display: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__titleWrap .s-rentalGallery__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__titleWrap .s-rentalGallery__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__list {
  position: relative;
  width: 100%;
  min-height: 0;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__list .s-rentalGallery__itemWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(1.6rem);
  transform: translateY(1.6rem);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__list .s-rentalGallery__itemWrap {
    gap: 1.6rem;
  }
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__list .s-rentalGallery__itemWrap.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__list .s-rentalGallery__itemWrap .s-rentalGallery__itemTitle {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 0.96;
  letter-spacing: -0.02em;
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__list .s-rentalGallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__list .s-rentalGallery__item {
    gap: 1.2rem;
  }
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__list .s-rentalGallery__item .s-rentalGallery__itemImage {
  position: relative;
  width: calc((100% - 7.2rem) / 4);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__list .s-rentalGallery__item .s-rentalGallery__itemImage {
    width: calc((100% - 1.2rem) / 2);
  }
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__list .s-rentalGallery__item .s-rentalGallery__itemImage .s-rentalGallery__itemImageInner {
  position: relative;
  width: 100%;
  padding-bottom: 150%;
  overflow: hidden;
  border-radius: 0.8rem;
  cursor: pointer;
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__list .s-rentalGallery__item .s-rentalGallery__itemImage .s-rentalGallery__itemImageInner img {
  border-radius: 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__list .s-rentalGallery__item .s-rentalGallery__itemImage .s-rentalGallery__itemImageInner .s-rentalGallery__itemImageButton {
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  width: 3.6rem;
  height: 3.6rem;
  border: none;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.407rem 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 0 0.407rem 0 rgba(0, 0, 0, 0.1490196078);
  cursor: pointer;
  padding: 0;
  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;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__list .s-rentalGallery__item .s-rentalGallery__itemImage .s-rentalGallery__itemImageInner .s-rentalGallery__itemImageButton {
    bottom: 0.9rem;
    right: 0.9rem;
    width: 2rem;
    height: 2rem;
  }
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__list .s-rentalGallery__item .s-rentalGallery__itemImage .s-rentalGallery__itemImageInner .s-rentalGallery__itemImageButton::before, .kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__list .s-rentalGallery__item .s-rentalGallery__itemImage .s-rentalGallery__itemImageInner .s-rentalGallery__itemImageButton::after {
  content: "";
  position: absolute;
  width: 1.225rem;
  height: 0.17rem;
  background: #191A1B;
  border-radius: 0.15rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__list .s-rentalGallery__item .s-rentalGallery__itemImage .s-rentalGallery__itemImageInner .s-rentalGallery__itemImageButton::before, .kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__list .s-rentalGallery__item .s-rentalGallery__itemImage .s-rentalGallery__itemImageInner .s-rentalGallery__itemImageButton::after {
    width: 0.7rem;
    height: 0.1rem;
  }
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__content .s-rentalGallery__list .s-rentalGallery__item .s-rentalGallery__itemImage .s-rentalGallery__itemImageInner .s-rentalGallery__itemImageButton::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__modal {
  position: fixed;
  inset: 0;
  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;
  background: rgba(25, 26, 27, 0.6980392157);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1200;
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__modal .s-rentalGallery__modalInner {
  position: relative;
  max-width: 96rem;
  max-height: calc(100vh - 7.2rem);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalGallery .s-rentalGallery__modal .s-rentalGallery__modalInner {
    max-width: calc(100% - 4rem);
  }
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__modal .s-rentalGallery__modalImage {
  height: calc(100vh - 7.2rem);
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__modal .s-rentalGallery__modalImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.2rem;
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__modal .s-rentalGallery__modalClose {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 3.6rem;
  height: 3.6rem;
  border: none;
  border-radius: 50%;
  background: #191A1B;
  -webkit-box-shadow: 0 0 0.407rem 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 0 0.407rem 0 rgba(0, 0, 0, 0.1490196078);
  cursor: pointer;
  padding: 0;
  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;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalGallery .s-rentalGallery__modal .s-rentalGallery__modalClose {
    top: 1.2rem;
    right: 1.2rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__modal .s-rentalGallery__modalClose::before, .kujyuski-service-s-rentalGallery .s-rentalGallery__modal .s-rentalGallery__modalClose::after {
  content: "";
  position: absolute;
  width: 1.225rem;
  height: 0.1725rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__modal .s-rentalGallery__modalClose::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__modal .s-rentalGallery__modalClose::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.kujyuski-service-s-rentalGallery .s-rentalGallery__modal .s-rentalGallery__modalClose:hover {
  opacity: 0.7;
}

.kujyuski-service-s-appealOther {
  padding: 0 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealOther {
    padding: 0 0 6rem;
  }
}
.kujyuski-service-s-appealOther .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.3rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealOther .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-appealOther .s-appealOther__content {
  border: 0.1rem solid #DDDDDD;
  border-radius: 1.2rem;
  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;
  gap: 4.8rem;
  padding: 4.8rem;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealOther .s-appealOther__content {
    border-radius: 0.6rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
    padding: 2rem 1.6rem;
  }
}
.kujyuski-service-s-appealOther .s-appealOther__content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 41.5rem;
  height: 100%;
  background: url("/assets/kujyuski-service/img/appeal/appealOther-bg.png") no-repeat center center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealOther .s-appealOther__content::after {
    width: 21.6rem;
    height: 100%;
    background: url("/assets/kujyuski-service/img/appeal/appealOther-bg-sp.png") no-repeat center center/cover;
  }
}
.kujyuski-service-s-appealOther .s-appealOther__content .s-appealOther__title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealOther .s-appealOther__content .s-appealOther__title {
    font-size: 2rem;
  }
}
.kujyuski-service-s-appealOther .s-appealOther__content .s-appealOther__buttonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  min-width: 52rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealOther .s-appealOther__content .s-appealOther__buttonList {
    min-width: auto;
    width: 100%;
  }
}
.kujyuski-service-s-appealOther .s-appealOther__content .s-appealOther__buttonList .kujyuski-service-c-button {
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealOther .s-appealOther__content .s-appealOther__buttonList .kujyuski-service-c-button {
    width: calc((100% - 1.2rem) / 2);
  }
}
.kujyuski-service-s-appealOther .s-appealOther__content .s-appealOther__buttonList .kujyuski-service-c-button .c-button__wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealOther .s-appealOther__content .s-appealOther__buttonList .kujyuski-service-c-button .c-button__wrap {
    min-width: auto;
    min-height: 7.1rem;
  }
}

.kujyuski-service-s-aboutMainvisual {
  height: auto;
  padding: 0 0 6rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutMainvisual {
    padding: 0 0 3.6rem 0;
  }
}
.kujyuski-service-s-aboutMainvisual .c-breadcrumbs-inner {
  padding: 0 2.4rem;
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__content {
  height: 70rem;
  overflow: hidden;
  position: relative;
  margin: 0 0 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__content {
    height: 62.8rem;
    margin: 0 0 2.4rem 0;
  }
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 3;
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__content .s-aboutMainvisual__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__content .s-aboutMainvisual__background {
    display: none;
  }
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__content .s-aboutMainvisual__backgroundSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__content .s-aboutMainvisual__backgroundSp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__content .s-aboutMainvisual__titleWrap {
  position: absolute;
  top: 28rem;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__content .s-aboutMainvisual__titleWrap {
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto 4.8rem auto;
    padding: 17.2rem 0 0 0;
  }
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__content .s-aboutMainvisual__titleWrap .s-aboutMainvisual__titleImage {
  height: 2.4rem;
  width: 2.4rem;
  margin: 0 0 0.8rem 0;
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__content .s-aboutMainvisual__titleWrap .s-aboutMainvisual__titleImage .s-aboutMainvisual__titleImageImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__content .s-aboutMainvisual__titleWrap .s-aboutMainvisual__titleEn {
  color: #191A1B;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 8rem;
  line-height: 0.96;
  letter-spacing: -0.02em;
  margin: 0 0 0.6rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__content .s-aboutMainvisual__titleWrap .s-aboutMainvisual__titleEn {
    font-size: 3.6rem;
  }
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__content .s-aboutMainvisual__titleWrap .s-aboutMainvisual__titleJa {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__content .s-aboutMainvisual__titleWrap .s-aboutMainvisual__titleJa {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__content .s-aboutMainvisual__titleWrap .s-aboutMainvisual__border {
  width: 0.1rem;
  height: 6.4rem;
  background: #191A1B;
  margin: 6.4rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__content .s-aboutMainvisual__titleWrap .s-aboutMainvisual__border {
    height: 4rem;
    margin: 3.2rem 0 0 0;
  }
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__content .s-aboutMainvisual__contentText {
  position: absolute;
  bottom: 6.4rem;
  right: 8rem;
  z-index: 4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__content .s-aboutMainvisual__contentText {
    position: relative;
    bottom: initial;
    right: initial;
    margin: 0 auto 4.8rem auto;
    padding: 0 0 0 0;
    text-align: center;
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__linkWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 1.8rem 0 0;
  background: #FFFFFF;
  padding: 3.2rem 3.2rem 3.2rem 6rem;
  z-index: 4;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__linkWrap {
    position: relative;
    bottom: initial;
    left: initial;
    border-radius: 0;
    padding: 0 2rem;
    background: transparent;
  }
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__linkWrap.-pconly.is-fixed {
  position: fixed;
  z-index: 50;
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__linkWrap.-pconly.is-in-footer {
  opacity: 0 !important;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__linkWrap .s-aboutMainvisual__linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 23rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__linkWrap .s-aboutMainvisual__linkList {
    min-width: auto;
    width: 100%;
  }
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__linkWrap .s-aboutMainvisual__linkList .s-aboutMainvisual__linkItem {
  border-top: 0.1rem solid #DDDDDD;
  padding: 1rem 1.2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__linkWrap .s-aboutMainvisual__linkList .s-aboutMainvisual__linkItem {
    padding: 1rem 1.2rem 1.4rem 1.2rem;
  }
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__linkWrap .s-aboutMainvisual__linkList .s-aboutMainvisual__linkItem:last-child {
  border-bottom: 0.1rem solid #DDDDDD;
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__linkWrap .s-aboutMainvisual__linkList .s-aboutMainvisual__linkItem .s-aboutMainvisual__linkLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__linkWrap .s-aboutMainvisual__linkList .s-aboutMainvisual__linkItem .s-aboutMainvisual__linkLink .s-aboutMainvisual__linkText {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__linkWrap .s-aboutMainvisual__linkList .s-aboutMainvisual__linkItem .s-aboutMainvisual__linkLink .s-aboutMainvisual__linkText {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__linkWrap .s-aboutMainvisual__linkList .s-aboutMainvisual__linkItem .s-aboutMainvisual__linkLink .s-aboutMainvisual__linkIcon {
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__linkWrap .s-aboutMainvisual__linkList .s-aboutMainvisual__linkItem .s-aboutMainvisual__linkLink .s-aboutMainvisual__linkIcon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__linkWrap .s-aboutMainvisual__linkList .s-aboutMainvisual__linkItem .s-aboutMainvisual__linkLink.is-active .s-aboutMainvisual__linkText {
  color: #1F82AC;
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__linkWrap .s-aboutMainvisual__linkList .s-aboutMainvisual__linkItem .s-aboutMainvisual__linkLink:hover {
  opacity: 1;
}
.kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__linkWrap .s-aboutMainvisual__linkList .s-aboutMainvisual__linkItem .s-aboutMainvisual__linkLink:hover .s-aboutMainvisual__linkText {
  color: #1F82AC;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__breadWrap {
    position: relative;
    bottom: 4.5rem;
    right: 0;
    height: 0;
    z-index: 4;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__breadWrap .kujyuski-service-c-breadcrumbs .c-breadcrumbs-inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutMainvisual .s-aboutMainvisual__breadWrap .kujyuski-service-c-breadcrumbs .c-breadcrumbs-inner .c-breadcrumbs__list {
    padding: 0 1rem 0 0;
  }
}

.kujyuski-service-s-aboutKuju {
  padding: 0 0 18rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutKuju {
    padding: 0 0 9.6rem 0;
  }
}
.kujyuski-service-s-aboutKuju .kujyuski-service-c-inner {
  padding: 0 0 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutKuju .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-aboutKuju .s-aboutKuju__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.4rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutKuju .s-aboutKuju__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutKuju .s-aboutKuju__content .s-aboutKuju__titleWrap .kujyuski-service-c-sectionTitle {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutKuju .s-aboutKuju__content .s-aboutKuju__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutKuju .s-aboutKuju__content .s-aboutKuju__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleEn {
    font-size: 3.8rem;
  }
}
.kujyuski-service-s-aboutKuju .s-aboutKuju__content .s-aboutKuju__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleJa {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutKuju .s-aboutKuju__content .s-aboutKuju__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleJa {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-aboutKuju .s-aboutKuju__content .s-aboutKuju__titleWrap .s-aboutKuju__descriptionTop {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0 0 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutKuju .s-aboutKuju__content .s-aboutKuju__titleWrap .s-aboutKuju__descriptionTop {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-aboutKuju .s-aboutKuju__content .s-aboutKuju__titleWrap .s-aboutKuju__descriptionBottom {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutKuju .s-aboutKuju__content .s-aboutKuju__titleWrap .s-aboutKuju__descriptionBottom {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-aboutKuju .s-aboutKuju__content .s-aboutKuju__imageWrap {
  min-width: 47.4rem;
  width: 47.4rem;
  height: 54.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutKuju .s-aboutKuju__content .s-aboutKuju__imageWrap {
    min-width: 100%;
    width: 100%;
    height: 21rem;
  }
}
.kujyuski-service-s-aboutKuju .s-aboutKuju__content .s-aboutKuju__imageWrap .s-aboutKuju__image {
  border-radius: 1.2rem 0 0 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutKuju .s-aboutKuju__content .s-aboutKuju__imageWrap .s-aboutKuju__image {
    border-radius: 1rem;
    -o-object-fit: fill;
    object-fit: fill;
  }
}
.kujyuski-service-s-aboutKuju .s-aboutKuju__content .s-aboutKuju__imageWrap .s-aboutKuju__playerImage {
  position: absolute;
  bottom: -14rem;
  left: 6rem;
  width: 21.2rem;
  height: 41.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: drop-shadow(4rem 4rem 5rem rgba(0, 0, 0, 0.4));
  filter: drop-shadow(4rem 4rem 5rem rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutKuju .s-aboutKuju__content .s-aboutKuju__imageWrap .s-aboutKuju__playerImage {
    bottom: -7.2rem;
    left: initial;
    right: 1.7rem;
    width: 12rem;
    height: 23.3rem;
    -webkit-filter: drop-shadow(2rem 2rem 3rem rgba(0, 0, 0, 0.3));
    filter: drop-shadow(2rem 2rem 3rem rgba(0, 0, 0, 0.3));
  }
}

.kujyuski-service-s-aboutHighlights {
  padding: 0 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutHighlights {
    padding: 0 0 6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutHighlights.-rental {
    padding-top: 3.6rem;
  }
}
.kujyuski-service-s-aboutHighlights .kujyuski-service-c-inner {
  margin: 0 auto;
  padding: 0 6rem 0 38.7rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutHighlights .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 2.4rem;
  margin: 0 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutHighlights .s-aboutHighlights__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
    margin: 0 0 3.6rem 0;
  }
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__titleWrap .kujyuski-service-c-sectionTitle {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutHighlights .s-aboutHighlights__titleWrap .kujyuski-service-c-sectionTitle {
    margin: 0 0 2.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutHighlights .s-aboutHighlights__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleEn {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutHighlights .s-aboutHighlights__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleEn {
    font-size: 3.8rem;
  }
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleJa {
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutHighlights .s-aboutHighlights__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleJa {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__titleWrap .s-aboutHighlights__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutHighlights .s-aboutHighlights__titleWrap .s-aboutHighlights__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__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;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutHighlights .s-aboutHighlights__list {
    margin: 0;
    gap: 1.8rem;
    padding-top: 1.8rem;
    border-top: 0.1rem solid #191A1B;
  }
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item {
  border-bottom: 0.1rem solid #191A1B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.4rem;
  padding: 0 1.2rem 3rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item {
    padding: 0 0 1.8rem 0;
    position: relative;
  }
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item .s-aboutHighlights__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item .s-aboutHighlights__itemInner .s-aboutHighlights__itemImageWrap {
  width: 13.2rem;
  height: 13.2rem;
  min-width: 13.2rem;
  min-height: 13.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item .s-aboutHighlights__itemInner .s-aboutHighlights__itemImageWrap {
    width: 7.2rem;
    height: 7.2rem;
    min-width: 7.2rem;
    min-height: 7.2rem;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item .s-aboutHighlights__itemInner .s-aboutHighlights__itemImageWrap .s-aboutHighlights__itemImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item .s-aboutHighlights__itemInner .s-aboutHighlights__itemContent {
  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.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item .s-aboutHighlights__itemInner .s-aboutHighlights__itemContent {
    margin: 3rem 0 3.2rem 0;
  }
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item .s-aboutHighlights__itemInner .s-aboutHighlights__itemContent .s-aboutHighlights__itemTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item .s-aboutHighlights__itemInner .s-aboutHighlights__itemContent .s-aboutHighlights__itemTitle {
    font-size: 1.8rem;
  }
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item .s-aboutHighlights__itemInner .s-aboutHighlights__itemContent .s-aboutHighlights__itemDescription {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item .s-aboutHighlights__itemInner .s-aboutHighlights__itemContent .s-aboutHighlights__itemDescription {
    font-size: 1.4rem;
    margin: 0 0 0.6rem 0;
  }
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item .s-aboutHighlights__itemLink {
  background: #191A1B;
  border-radius: 0.6rem;
  margin: 0.4rem 0;
  width: 3.4rem;
  min-width: 3.4rem;
  height: 12.4rem;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item .s-aboutHighlights__itemLink {
    width: 3.6rem;
    min-width: 3.6rem;
    height: 3.6rem;
    position: absolute;
    bottom: 1.8rem;
    right: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item .s-aboutHighlights__itemLink .s-aboutHighlights__itemIcon {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  overflow: hidden;
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item .s-aboutHighlights__itemLink .s-aboutHighlights__itemIcon::before, .kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item .s-aboutHighlights__itemLink .s-aboutHighlights__itemIcon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item .s-aboutHighlights__itemLink .s-aboutHighlights__itemIcon::before {
  background: url("/assets/kujyuski-service/img/common/arrow-white.svg") no-repeat center center/contain;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 1;
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item .s-aboutHighlights__itemLink .s-aboutHighlights__itemIcon::after {
  background: url("/assets/kujyuski-service/img/common/arrow-black.svg") no-repeat center center/contain;
  -webkit-transform: translate(-1.2rem, -1.2rem);
  transform: translate(-1.2rem, -1.2rem);
  opacity: 0;
  z-index: 2;
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item .s-aboutHighlights__itemLink:hover {
  opacity: 1;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1019607843);
  color: #191A1B;
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item .s-aboutHighlights__itemLink:hover .s-aboutHighlights__itemIcon::before {
  -webkit-transform: translate(1.2rem, 1.2rem);
  transform: translate(1.2rem, 1.2rem);
  opacity: 0;
}
.kujyuski-service-s-aboutHighlights .s-aboutHighlights__list .s-aboutHighlights__item .s-aboutHighlights__itemLink:hover .s-aboutHighlights__itemIcon::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.kujyuski-service-s-aboutEscalator {
  padding: 0 0 18rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutEscalator {
    padding: 0 0 13.1rem 0;
  }
}
.kujyuski-service-s-aboutEscalator .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutEscalator .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-aboutEscalator .s-aboutEscalator__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutEscalator .s-aboutEscalator__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutEscalator .s-aboutEscalator__content .s-aboutEscalator__titleWrap .kujyuski-service-c-sectionTitle {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutEscalator .s-aboutEscalator__content .s-aboutEscalator__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutEscalator .s-aboutEscalator__content .s-aboutEscalator__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleEn {
    font-size: 3.8rem;
  }
}
.kujyuski-service-s-aboutEscalator .s-aboutEscalator__content .s-aboutEscalator__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleJa {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutEscalator .s-aboutEscalator__content .s-aboutEscalator__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleJa {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-aboutEscalator .s-aboutEscalator__content .s-aboutEscalator__titleWrap .s-aboutEscalator__description {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutEscalator .s-aboutEscalator__content .s-aboutEscalator__titleWrap .s-aboutEscalator__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-aboutEscalator .s-aboutEscalator__content .s-aboutEscalator__imageWrap {
  min-width: 50rem;
  width: 50rem;
  height: 31.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutEscalator .s-aboutEscalator__content .s-aboutEscalator__imageWrap {
    min-width: 100%;
    width: 100%;
    height: 21.2rem;
  }
}
.kujyuski-service-s-aboutEscalator .s-aboutEscalator__content .s-aboutEscalator__imageWrap .s-aboutEscalator__image {
  border-radius: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutEscalator .s-aboutEscalator__content .s-aboutEscalator__imageWrap .s-aboutEscalator__image {
    border-radius: 1rem;
    -o-object-fit: fill;
    object-fit: fill;
  }
}
.kujyuski-service-s-aboutEscalator .s-aboutEscalator__content .s-aboutEscalator__imageWrap .s-aboutEscalator__smallImage {
  border: 0.2rem solid #FFFFFF;
  border-radius: 1.2rem;
  position: absolute;
  bottom: -5.2rem;
  left: 5rem;
  width: 17.3rem;
  height: 15.6rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutEscalator .s-aboutEscalator__content .s-aboutEscalator__imageWrap .s-aboutEscalator__smallImage {
    border: 0.1rem solid #FFFFFF;
    bottom: -3.5rem;
    left: 3.5rem;
    width: 11.5rem;
    height: 10.5rem;
  }
}
.kujyuski-service-s-aboutEscalator.-right {
  padding: 0 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutEscalator.-right {
    padding: 0 0 9.5rem 0;
  }
}
.kujyuski-service-s-aboutEscalator.-right .s-aboutEscalator__imageWrap .s-aboutEscalator__smallImage {
  right: 4.8rem;
  left: initial;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutEscalator.-right .s-aboutEscalator__imageWrap .s-aboutEscalator__smallImage {
    right: 2.3rem;
    left: initial;
  }
}

.kujyuski-service-s-aboutInformation {
  padding: 0 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutInformation {
    padding: 6rem 0;
  }
}
.kujyuski-service-s-aboutInformation .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.7rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutInformation .kujyuski-service-c-inner {
    padding: 0 1rem;
  }
}
.kujyuski-service-s-aboutInformation .s-aboutInformation__content {
  border-radius: 1.2rem;
  padding: 7.2rem;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutInformation .s-aboutInformation__content {
    padding: 7.2rem 3rem 3.6rem 3rem;
  }
}
.kujyuski-service-s-aboutInformation .s-aboutInformation__content .s-aboutInformation__playerImage {
  position: absolute;
  top: -10.6rem;
  right: 5.6rem;
  width: 25.8rem;
  height: 31.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 3;
  -webkit-filter: drop-shadow(4rem 4rem 5rem rgba(0, 0, 0, 0.4));
  filter: drop-shadow(4rem 4rem 5rem rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutInformation .s-aboutInformation__content .s-aboutInformation__playerImage {
    top: -11.2rem;
    right: 1.7rem;
    width: 16rem;
    height: 19.3rem;
    -webkit-filter: drop-shadow(2rem 2rem 3rem rgba(0, 0, 0, 0.3));
    filter: drop-shadow(2rem 2rem 3rem rgba(0, 0, 0, 0.3));
  }
}
.kujyuski-service-s-aboutInformation .s-aboutInformation__content .s-aboutInformation__background {
  position: absolute;
  border-radius: 1.2rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
}
.kujyuski-service-s-aboutInformation .s-aboutInformation__content::after {
  content: "";
  position: absolute;
  border-radius: 1.2rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 26, 27, 0.8509803922);
  z-index: 1;
}
.kujyuski-service-s-aboutInformation .s-aboutInformation__content .kujyuski-service-c-sectionTitle {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutInformation .s-aboutInformation__content .kujyuski-service-c-sectionTitle .kujyuski-service-c-sectionTitle {
    padding: 0 3rem;
    margin-bottom: 3.6rem;
  }
}
.kujyuski-service-s-aboutInformation .s-aboutInformation__content .s-aboutInformation__buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutInformation .s-aboutInformation__content .s-aboutInformation__buttonWrap {
    position: relative;
    bottom: 0;
    right: 0;
    gap: 0.8rem;
  }
}
.kujyuski-service-s-aboutInformation .s-aboutInformation__content .s-aboutInformation__buttonWrap .kujyuski-service-c-button {
  width: calc((100% - 2.4rem) / 3);
  min-width: auto;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutInformation .s-aboutInformation__content .s-aboutInformation__buttonWrap .kujyuski-service-c-button {
    width: calc((100% - 0.8rem) / 2);
  }
}
.kujyuski-service-s-aboutInformation .s-aboutInformation__content .s-aboutInformation__buttonWrap .kujyuski-service-c-button .c-button__wrap {
  min-width: auto;
  width: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.kujyuski-service-s-aboutPlan {
  padding: 0 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutPlan {
    padding: 0 0 9.6rem 0;
  }
}
.kujyuski-service-s-aboutPlan .kujyuski-service-c-inner {
  margin: 0 auto;
  padding: 0 6rem 0 38.7rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutPlan .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 2.4rem;
  margin: 0 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutPlan .s-aboutPlan__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
    margin: 0 0 3.6rem 0;
  }
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__titleWrap .kujyuski-service-c-sectionTitle {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutPlan .s-aboutPlan__titleWrap .kujyuski-service-c-sectionTitle {
    margin: 0 0 2.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutPlan .s-aboutPlan__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleEn {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutPlan .s-aboutPlan__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleEn {
    font-size: 3.8rem;
  }
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleJa {
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutPlan .s-aboutPlan__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleJa {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__titleWrap .s-aboutPlan__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutPlan .s-aboutPlan__titleWrap .s-aboutPlan__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  margin: 0;
  width: 100%;
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4.8rem;
  position: relative;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.6rem;
    padding-bottom: 0;
  }
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 1.3rem;
  width: 0.1rem;
  height: calc(100% - 3rem + 1.57rem);
  background: #191A1B;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item::before {
    display: none;
  }
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item:last-child {
  padding-bottom: 0;
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item:last-child::before {
  height: calc(100% - 3rem);
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemTimeWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemTimeWrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.6rem;
  }
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemTimeWrap .s-aboutPlan__itemTimeIcon {
  width: 2.6rem;
  height: 2.6rem;
  min-width: 2.6rem;
  min-height: 2.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemTimeWrap .s-aboutPlan__itemTimeIcon {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    min-height: 3rem;
  }
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemTimeWrap .s-aboutPlan__itemTimeIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemTimeWrap .s-aboutPlan__itemTimeWrapInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.1rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemTimeWrap .s-aboutPlan__itemTimeWrapInner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemTimeWrap .s-aboutPlan__itemTimeWrapInner .s-aboutPlan__itemTime {
  color: #1F82AC;
  font-size: 2.4rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemTimeWrap .s-aboutPlan__itemTimeWrapInner .s-aboutPlan__itemTimeSeparator {
  color: #1F82AC;
  font-family: "Rajdhani", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemTimeWrap .s-aboutPlan__itemTimeWrapInner .s-aboutPlan__itemTimeSeparator {
    font-size: 2.1rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemTimeWrap .s-aboutPlan__itemTimeWrapInner .s-aboutPlan__itemTimeAfter {
  color: #1F82AC;
  font-size: 2.4rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
    padding: 0 0 0 4rem;
    position: relative;
  }
  .kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemInner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.5rem;
    width: 0.1rem;
    height: 100%;
    background: #191A1B;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemInner .s-aboutPlan__itemImageWrapSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.6rem;
  }
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemInner .s-aboutPlan__itemImageWrap {
  min-width: 17.6rem;
  width: 17.6rem;
  min-height: 11.01rem;
  height: 11.01rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemInner .s-aboutPlan__itemImageWrap {
    min-width: 12rem;
    width: 12rem;
    min-height: 7.5rem;
    height: 7.5rem;
  }
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemInner .s-aboutPlan__itemImageWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemInner .s-aboutPlan__itemContent {
  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;
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemTitle {
    font-size: 1.8rem;
  }
}
.kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemDescription {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutPlan .s-aboutPlan__list .s-aboutPlan__item .s-aboutPlan__itemDescription {
    font-size: 1.3rem;
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-aboutPlan.-appeal {
    padding: 0 0 6rem 0;
  }
}
.kujyuski-service-s-aboutPlan.-appeal .s-aboutPlan__item:last-child::before {
  display: none;
}

.kujyuski-service-s-link {
  position: absolute;
  left: 6rem;
  height: 0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-link {
    position: initial;
    left: auto;
    height: auto;
    width: 100%;
    padding: 0 2rem;
  }
}
.kujyuski-service-s-link.is-fixed {
  position: fixed;
  top: 11rem;
  left: 6rem;
  z-index: 50;
  background-color: #FFFFFF;
  width: 23rem;
  -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
  pointer-events: auto;
}
.kujyuski-service-s-link.is-fade-out {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.kujyuski-service-s-link .s-link__linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 23rem;
  width: 23rem;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 0.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-link .s-link__linkList {
    padding-top: 0;
    min-width: auto;
    width: 100%;
    margin: 0 0 2.4rem;
  }
}
.kujyuski-service-s-link .s-link__linkList .s-link__linkItem {
  border-top: 0.1rem solid #DDDDDD;
  padding: 1rem 1.2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-link .s-link__linkList .s-link__linkItem {
    padding: 1rem 1.2rem 1.4rem 1.2rem;
  }
}
.kujyuski-service-s-link .s-link__linkList .s-link__linkItem:last-child {
  border-bottom: 0.1rem solid #DDDDDD;
}
.kujyuski-service-s-link .s-link__linkList .s-link__linkItem .s-link__linkLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.kujyuski-service-s-link .s-link__linkList .s-link__linkItem .s-link__linkLink .s-link__linkText {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-link .s-link__linkList .s-link__linkItem .s-link__linkLink .s-link__linkText {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-link .s-link__linkList .s-link__linkItem .s-link__linkLink .s-link__linkIcon {
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
}
.kujyuski-service-s-link .s-link__linkList .s-link__linkItem .s-link__linkLink .s-link__linkIcon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-link .s-link__linkList .s-link__linkItem .s-link__linkLink.is-active .s-link__linkText {
  color: #1F82AC;
}
.kujyuski-service-s-link .s-link__linkList .s-link__linkItem .s-link__linkLink:hover {
  opacity: 1;
}
.kujyuski-service-s-link .s-link__linkList .s-link__linkItem .s-link__linkLink:hover .s-link__linkText {
  color: #1F82AC;
}
.kujyuski-service-s-link.is-in-nightSkiing {
  background-color: transparent;
}
.kujyuski-service-s-link.is-in-nightSkiing .s-link__linkList {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.kujyuski-service-s-link.is-in-nightSkiing .s-link__linkList .s-link__linkItem {
  border-color: #FFFFFF;
}
.kujyuski-service-s-link.is-in-nightSkiing .s-link__linkList .s-link__linkItem .s-link__linkText {
  color: #FFFFFF;
}
.kujyuski-service-s-link.is-in-nightSkiing .s-link__linkList .s-link__linkItem:last-child {
  border-bottom-color: #FFFFFF;
}
.kujyuski-service-s-link.is-in-nightSkiing .s-link__linkList .s-link__linkItem .s-link__linkIcon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.kujyuski-service-s-link.is-in-footer {
  opacity: 0 !important;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}
.kujyuski-service-s-link.leadgridCms-onlyInnerWorkspace {
  position: absolute !important;
  top: 21.6rem !important;
  z-index: 50 !important;
}

.kujyuski-service-s-appealKuju {
  padding: 0 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKuju {
    padding: 3.6rem 0 6rem 0;
  }
}
.kujyuski-service-s-appealKuju .kujyuski-service-c-inner {
  padding: 0 0 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKuju .kujyuski-service-c-inner {
    padding: 0;
  }
}
.kujyuski-service-s-appealKuju .s-appealKuju__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKuju .s-appealKuju__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.6rem;
  }
}
.kujyuski-service-s-appealKuju .s-appealKuju__content .s-appealKuju__titleWrap {
  width: 42rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKuju .s-appealKuju__content .s-appealKuju__titleWrap {
    margin-right: auto;
    padding: 0 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKuju .s-appealKuju__content .s-appealKuju__titleWrap .kujyuski-service-c-sectionTitle {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKuju .s-appealKuju__content .s-appealKuju__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-appealKuju .s-appealKuju__content .s-appealKuju__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleJa {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKuju .s-appealKuju__content .s-appealKuju__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleJa {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-appealKuju .s-appealKuju__content .s-appealKuju__titleWrap .s-appealKuju__description {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKuju .s-appealKuju__content .s-appealKuju__titleWrap .s-appealKuju__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-appealKuju .s-appealKuju__content .s-appealKuju__imageWrap {
  width: calc(100% - 42rem - 8.4rem);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKuju .s-appealKuju__content .s-appealKuju__imageWrap {
    min-width: calc(100% - 2rem);
    width: calc(100% - 2rem);
    margin-left: 2rem;
    height: 22.2rem;
  }
}
.kujyuski-service-s-appealKuju .s-appealKuju__content .s-appealKuju__imageWrap .s-appealKuju__imageInner {
  width: 100%;
  position: relative;
  padding-bottom: 62.5%;
  overflow: hidden;
}
.kujyuski-service-s-appealKuju .s-appealKuju__content .s-appealKuju__imageWrap .s-appealKuju__image {
  border-radius: 1.2rem 0 0 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKuju .s-appealKuju__content .s-appealKuju__imageWrap .s-appealKuju__image {
    border-radius: 1rem 0 0 1rem;
    -o-object-fit: fill;
    object-fit: fill;
  }
}
.kujyuski-service-s-appealKuju.-address .s-appealKuju__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kujyuski-service-s-appealKuju.-address .s-appealKuju__content .s-appealKuju__imageWrap {
  width: 69.3rem;
  height: 46rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKuju.-address .s-appealKuju__content .s-appealKuju__imageWrap {
    min-width: calc(100% - 2rem);
    width: calc(100% - 2rem);
    margin-left: 2rem;
    height: 23.6rem;
  }
}

.kujyuski-service-s-appeal1Feature {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appeal1Feature {
    padding: 0 0 6rem;
  }
}
.kujyuski-service-s-appeal1Feature .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appeal1Feature .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-appeal1Feature .s-appeal1Feature__content {
  width: 100%;
}
.kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 8.4rem;
  gap: 12rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
    margin: 0 0 3.6rem;
  }
}
.kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__titleWrap .kujyuski-service-c-sectionTitle {
  margin: 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__titleWrap .s-appeal1Feature__description {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__titleWrap .s-appeal1Feature__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__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: 3.6rem;
  counter-reset: appeal1-feature-counter;
}
.kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item {
  border-bottom: 0.1rem solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.2rem 3.6rem 1.2rem;
  gap: 4.8rem;
  counter-increment: appeal1-feature-counter;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
  }
}
.kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item .s-appeal1Feature__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item .s-appeal1Feature__itemWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 1.6rem;
    width: 100%;
  }
}
.kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item .s-appeal1Feature__itemNumberWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.1rem;
  margin-top: 0.4rem;
  min-width: 10rem;
}
.kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item .s-appeal1Feature__itemNumberWrap .s-appeal1Feature__itemCurrentNumber::before {
  content: counter(appeal1-feature-counter, decimal-leading-zero);
  color: #1F82AC;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item .s-appeal1Feature__itemNumberWrap .s-appeal1Feature__itemCurrentNumber::before {
    font-size: 2rem;
  }
}
.kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item .s-appeal1Feature__itemNumberWrap .s-appeal1Feature__itemTotalNumber::before {
  content: "";
  background: url(/assets/kujyuski-service/img/appeal/usage_line.svg) no-repeat center center/contain;
  display: inline-block;
  width: 1rem;
  height: 1.1rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item .s-appeal1Feature__itemNumberWrap .s-appeal1Feature__itemTotalNumber::before {
    width: 0.8rem;
    height: 0.9rem;
  }
}
.kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item .s-appeal1Feature__itemNumberWrap .s-appeal1Feature__itemTotalNumber::after {
  content: attr(data-total-count);
  color: #1F82AC;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item .s-appeal1Feature__itemNumberWrap .s-appeal1Feature__itemTotalNumber::after {
    font-size: 1.2rem;
  }
}
.kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item .s-appeal1Feature__itemImageWrap {
  width: 40.9rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item .s-appeal1Feature__itemImageWrap {
    width: 100%;
  }
}
.kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item .s-appeal1Feature__itemImage {
  border-radius: 1.8rem;
  margin: 0;
  padding-bottom: 62.66%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item .s-appeal1Feature__itemImage {
    min-width: 100%;
    width: 100%;
  }
}
.kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item .s-appeal1Feature__itemImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item .s-appeal1Feature__itemContent .s-appeal1Feature__itemTitle {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0 0 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item .s-appeal1Feature__itemContent .s-appeal1Feature__itemTitle {
    font-size: 2rem;
    margin: 0 0 1.6rem 0;
  }
}
.kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item .s-appeal1Feature__itemContent .s-appeal1Feature__itemText {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0 0 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appeal1Feature .s-appeal1Feature__content .s-appeal1Feature__list .s-appeal1Feature__item .s-appeal1Feature__itemContent .s-appeal1Feature__itemText {
    font-size: 1.4rem;
    margin: 0;
  }
}

.kujyuski-service-s-appealMap {
  padding: 0 0 2.4rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealMap {
    padding: 0 0 6rem 0;
  }
}
.kujyuski-service-s-appealMap::after {
  content: "";
  width: 100%;
  height: 11rem;
  background: url("/assets/kujyuski-service/img/top/map/map-wave.png") no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-filter: drop-shadow(0 -3.6rem 2.8rem rgba(29, 84, 108, 0.1019607843));
  filter: drop-shadow(0 -3.6rem 2.8rem rgba(29, 84, 108, 0.1019607843));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealMap::after {
    display: none;
  }
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner {
  padding: 0 0 0 20rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealMap .kujyuski-service-c-inner {
    padding: 0;
  }
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 1.8rem 18.7rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
    margin: 0 2rem 2.4rem 2rem;
  }
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__titleWrap .kujyuski-service-c-sectionTitle {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleEn {
    font-size: 3.8rem;
  }
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__titleWrap .s-appealMap__description {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content {
  position: relative;
  min-height: 76.4rem;
  padding: 10.2rem 0 27.7rem 18.7rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content {
    min-height: auto;
    padding: 0;
  }
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__background {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__background {
    display: none;
  }
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentSp {
    display: block;
    width: 100%;
    height: 42rem;
    position: relative;
  }
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentSp .s-appealMap__backgroundSp {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner {
  position: relative;
  z-index: 2;
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .s-appealMap__guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  padding: 2.8rem 2.8rem 3rem 2.8rem;
  background: #FFFFFF;
  -webkit-backdrop-filter: blur(1.2rem);
  backdrop-filter: blur(1.2rem);
  -webkit-box-shadow: 0 0 2.4rem 0 rgba(9, 125, 174, 0.2);
  box-shadow: 0 0 2.4rem 0 rgba(9, 125, 174, 0.2);
  border-radius: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .s-appealMap__guide {
    padding: 2.4rem;
    position: relative;
    margin: -4rem auto 0;
    z-index: 2;
  }
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .s-appealMap__guide .s-appealMap__guideList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  counter-reset: guide-item;
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .s-appealMap__guide .s-appealMap__guideList .s-appealMap__guideItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 1.2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .s-appealMap__guide .s-appealMap__guideList .s-appealMap__guideItem .s-appealMap__guideNumber {
  background: #80C1EE;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .s-appealMap__guide .s-appealMap__guideList .s-appealMap__guideItem .s-appealMap__guideNumber::before {
  content: counter(guide-item);
  color: #FFFFFF;
  counter-increment: guide-item;
  font-size: 1.125rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .s-appealMap__guide .s-appealMap__guideList_2_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .s-appealMap__guide .s-appealMap__guideList_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  counter-reset: guide-item_2;
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .s-appealMap__guide .s-appealMap__guideList_2 .s-appealMap__guideItem_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 1.2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .s-appealMap__guide .s-appealMap__guideList_2 .s-appealMap__guideItem_2 .s-appealMap__guideNumber {
  background: #78B041;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .s-appealMap__guide .s-appealMap__guideList_2 .s-appealMap__guideItem_2 .s-appealMap__guideNumber::before {
  content: counter(guide-item_2, decimal);
  color: #FFFFFF;
  counter-increment: guide-item_2;
  font-size: 1.125rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .s-appealMap__guide .s-appealMap__guideList_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  counter-reset: guide-item-3;
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .s-appealMap__guide .s-appealMap__guideList_3 .s-appealMap__guideItem_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 1.2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .s-appealMap__guide .s-appealMap__guideList_3 .s-appealMap__guideItem_3 .s-appealMap__guideImageWrap {
  width: 2rem;
  height: 1.8rem;
  position: relative;
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .s-appealMap__guide .s-appealMap__guideList_3 .s-appealMap__guideItem_3 .s-appealMap__guideImageWrap::before {
  content: counter(guide-item-3);
  position: absolute;
  top: 60%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  counter-increment: guide-item-3;
  font-size: 1.078rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .s-appealMap__guide .s-appealMap__guideList_3 .s-appealMap__guideItem_3 .s-appealMap__guideImageWrap .s-appealMap__guideIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .s-appealMap__guide .s-appealMap__guideList_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .s-appealMap__guide .s-appealMap__guideList_4 .s-appealMap__guideItem_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 1.2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .s-appealMap__guide .s-appealMap__guideList_4 .s-appealMap__guideItem_4 .s-appealMap__guideImageWrap {
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .s-appealMap__guide .s-appealMap__guideList_4 .s-appealMap__guideItem_4 .s-appealMap__guideImageWrap .s-appealMap__guideIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
}
.kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .kujyuski-service-c-button {
  text-align: left;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .kujyuski-service-c-button {
    margin-top: 2.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealMap .kujyuski-service-c-inner .s-appealMap__content .s-appealMap__contentInner .kujyuski-service-c-button .c-button__wrap {
    min-width: 20rem;
  }
}
.kujyuski-service-s-appealMap.leadgridCms-onlyInnerWorkspace .s-appealMap__contentInner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.kujyuski-service-s-appealSnowmakingEquipment {
  padding: 0 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSnowmakingEquipment {
    padding: 0 0 6rem 0;
  }
}
.kujyuski-service-s-appealSnowmakingEquipment .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.7rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSnowmakingEquipment .kujyuski-service-c-inner {
    padding: 0 1rem;
  }
}
.kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content {
  border-radius: 1.2rem;
  padding: 7.2rem;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content {
    padding: 3.6rem 2.4rem;
  }
}
.kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content .s-appealSnowmakingEquipment__titleWrap {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content .s-appealSnowmakingEquipment__titleWrap {
    margin-bottom: 3.6rem;
  }
}
.kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content .s-appealSnowmakingEquipment__titleWrap .kujyuski-service-c-sectionTitle {
  position: relative;
  z-index: 3;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content .s-appealSnowmakingEquipment__titleWrap .kujyuski-service-c-sectionTitle {
    margin: 0 0 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content .s-appealSnowmakingEquipment__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleEn {
    font-size: 3.8rem;
  }
}
.kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content .s-appealSnowmakingEquipment__titleWrap .s-appealSnowmakingEquipment__description {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content .s-appealSnowmakingEquipment__titleWrap .s-appealSnowmakingEquipment__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content .s-appealSnowmakingEquipment__background {
  position: absolute;
  border-radius: 1.2rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
}
.kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content::after {
  content: "";
  position: absolute;
  border-radius: 1.2rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 26, 27, 0.8509803922);
  z-index: 1;
}
.kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content .s-appealSnowmakingEquipment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.6rem;
  position: relative;
  z-index: 2;
}
.kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content .s-appealSnowmakingEquipment__list .s-appealSnowmakingEquipment__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;
  gap: 1.6rem;
  width: calc((100% - 7.2rem) / 3);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content .s-appealSnowmakingEquipment__list .s-appealSnowmakingEquipment__item {
    width: 100%;
  }
}
.kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content .s-appealSnowmakingEquipment__list .s-appealSnowmakingEquipment__item .s-appealSnowmakingEquipment__itemImageWrap {
  border-radius: 1.2rem;
  position: relative;
  padding-bottom: 66%;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content .s-appealSnowmakingEquipment__list .s-appealSnowmakingEquipment__item .s-appealSnowmakingEquipment__itemImageWrap {
    border-radius: 1rem;
  }
}
.kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content .s-appealSnowmakingEquipment__list .s-appealSnowmakingEquipment__item .s-appealSnowmakingEquipment__itemImageWrap .s-appealSnowmakingEquipment__itemImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content .s-appealSnowmakingEquipment__list .s-appealSnowmakingEquipment__item .s-appealSnowmakingEquipment__itemContent {
  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.2rem;
}
.kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content .s-appealSnowmakingEquipment__list .s-appealSnowmakingEquipment__item .s-appealSnowmakingEquipment__itemContent .s-appealSnowmakingEquipment__itemTitle {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content .s-appealSnowmakingEquipment__list .s-appealSnowmakingEquipment__item .s-appealSnowmakingEquipment__itemContent .s-appealSnowmakingEquipment__itemTitle {
    font-size: 2rem;
  }
}
.kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content .s-appealSnowmakingEquipment__list .s-appealSnowmakingEquipment__item .s-appealSnowmakingEquipment__itemContent .s-appealSnowmakingEquipment__itemText {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSnowmakingEquipment .s-appealSnowmakingEquipment__content .s-appealSnowmakingEquipment__list .s-appealSnowmakingEquipment__item .s-appealSnowmakingEquipment__itemContent .s-appealSnowmakingEquipment__itemText {
    font-size: 1.4rem;
  }
}

.kujyuski-service-s-appealKujuTown {
  padding: 0 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKujuTown {
    padding: 3.6rem 0 6rem 0;
  }
}
.kujyuski-service-s-appealKujuTown .kujyuski-service-c-inner {
  padding: 0 0 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKujuTown .kujyuski-service-c-inner {
    padding: 0;
  }
}
.kujyuski-service-s-appealKujuTown .s-appealKujuTown__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKujuTown .s-appealKujuTown__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKujuTown .s-appealKujuTown__content .s-appealKujuTown__titleWrap .kujyuski-service-c-sectionTitle {
    margin-bottom: 3.6rem;
    padding: 0 1.2rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKujuTown .s-appealKujuTown__content .s-appealKujuTown__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKujuTown .s-appealKujuTown__content .s-appealKujuTown__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleEn {
    font-size: 3.8rem;
    letter-spacing: -0.02em;
  }
}
.kujyuski-service-s-appealKujuTown .s-appealKujuTown__content .s-appealKujuTown__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleJa {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKujuTown .s-appealKujuTown__content .s-appealKujuTown__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleJa {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-appealKujuTown .s-appealKujuTown__content .s-appealKujuTown__titleWrap .s-appealKujuTown__head {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 0 0 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKujuTown .s-appealKujuTown__content .s-appealKujuTown__titleWrap .s-appealKujuTown__head {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
    padding: 0 2rem;
  }
}
.kujyuski-service-s-appealKujuTown .s-appealKujuTown__content .s-appealKujuTown__titleWrap .s-appealKujuTown__description {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKujuTown .s-appealKujuTown__content .s-appealKujuTown__titleWrap .s-appealKujuTown__description {
    font-size: 1.4rem;
    padding: 0 2rem;
  }
}
.kujyuski-service-s-appealKujuTown .s-appealKujuTown__content .s-appealKujuTown__imageWrap {
  min-width: 64.2rem;
  width: 64.2rem;
  height: 40.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKujuTown .s-appealKujuTown__content .s-appealKujuTown__imageWrap {
    min-width: calc(100% - 2rem);
    width: calc(100% - 2rem);
    height: 22.2rem;
    margin-left: 2rem;
  }
}
.kujyuski-service-s-appealKujuTown .s-appealKujuTown__content .s-appealKujuTown__imageWrap .s-appealKujuTown__image {
  border-radius: 1.2rem 0 0 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealKujuTown .s-appealKujuTown__content .s-appealKujuTown__imageWrap .s-appealKujuTown__image {
    border-radius: 1rem 0 0 1rem;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

.kujyuski-service-s-appealSightseeing {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSightseeing {
    padding: 0 0 6rem;
  }
}
.kujyuski-service-s-appealSightseeing .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSightseeing .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-appealSightseeing .s-appealSightseeing__content {
  width: 100%;
}
.kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
    margin: 0 0 4.8rem;
  }
}
.kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__titleWrap .kujyuski-service-c-sectionTitle {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__titleWrap .s-appealSightseeing__descriptionWrap {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__titleWrap .s-appealSightseeing__descriptionWrap {
    gap: 2.4rem;
  }
}
.kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__titleWrap .s-appealSightseeing__descriptionWrap .s-appealSightseeing__description {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__titleWrap .s-appealSightseeing__descriptionWrap .s-appealSightseeing__description {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__titleWrap .s-appealSightseeing__descriptionWrap .kujyuski-service-c-button .c-button__wrap {
    min-width: 20rem;
  }
}
.kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__list {
    gap: 3.6rem;
  }
}
.kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__list .s-appealSightseeing__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: 1.6rem;
  width: calc((100% - 4.8rem) / 2);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__list .s-appealSightseeing__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
  }
}
.kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__list .s-appealSightseeing__item .s-appealSightseeing__itemContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__list .s-appealSightseeing__item .s-appealSightseeing__itemContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__list .s-appealSightseeing__item .s-appealSightseeing__itemContent .s-appealSightseeing__itemImageWrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__list .s-appealSightseeing__item .s-appealSightseeing__itemContent .s-appealSightseeing__itemImageWrap {
    min-width: 16rem;
    width: 16rem;
  }
}
.kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__list .s-appealSightseeing__item .s-appealSightseeing__itemContent .s-appealSightseeing__itemImage {
  border-radius: 1.2rem;
  margin: 0;
  padding-bottom: 62.66%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__list .s-appealSightseeing__item .s-appealSightseeing__itemContent .s-appealSightseeing__itemImage {
    border-radius: 0.8rem;
    min-width: 100%;
    height: 10rem;
    width: 100%;
    padding-bottom: 0;
  }
}
.kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__list .s-appealSightseeing__item .s-appealSightseeing__itemContent .s-appealSightseeing__itemImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__list .s-appealSightseeing__item .s-appealSightseeing__itemContent .s-appealSightseeing__itemTitle {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__list .s-appealSightseeing__item .s-appealSightseeing__itemContent .s-appealSightseeing__itemTitle {
    font-size: 2rem;
  }
}
.kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__list .s-appealSightseeing__item .s-appealSightseeing__itemText {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0 0 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealSightseeing .s-appealSightseeing__content .s-appealSightseeing__list .s-appealSightseeing__item .s-appealSightseeing__itemText {
    font-size: 1.4rem;
    margin: 0;
  }
}

.kujyuski-service-s-appealConvenient {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealConvenient {
    padding: 0 0 6rem;
  }
}
.kujyuski-service-s-appealConvenient .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealConvenient .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-appealConvenient .s-appealConvenient__content {
  background: #F3F4F4;
  border-radius: 1.2rem;
  padding: 4.8rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealConvenient .s-appealConvenient__content {
    border-radius: 1rem;
    padding: 3.6rem 2.4rem;
  }
}
.kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
    margin: 0 0 4.8rem;
  }
}
.kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__titleWrap .kujyuski-service-c-sectionTitle {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__titleWrap .s-appealConvenient__description {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  max-width: 48.5rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__titleWrap .s-appealConvenient__description {
    font-size: 1.4rem;
    max-width: 100%;
  }
}
.kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__list {
    gap: 3.6rem;
  }
}
.kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__list .s-appealConvenient__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: 1.6rem;
  width: calc((100% - 4.8rem) / 2);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__list .s-appealConvenient__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
  }
}
.kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__list .s-appealConvenient__item .s-appealConvenient__itemContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__list .s-appealConvenient__item .s-appealConvenient__itemContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.2rem;
  }
}
.kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__list .s-appealConvenient__item .s-appealConvenient__itemContent .s-appealConvenient__itemImageWrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__list .s-appealConvenient__item .s-appealConvenient__itemContent .s-appealConvenient__itemImageWrap {
    min-width: 16rem;
    width: 16rem;
  }
}
.kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__list .s-appealConvenient__item .s-appealConvenient__itemContent .s-appealConvenient__itemImage {
  border-radius: 1.2rem;
  margin: 0;
  padding-bottom: 62.66%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__list .s-appealConvenient__item .s-appealConvenient__itemContent .s-appealConvenient__itemImage {
    border-radius: 0.8rem;
    min-width: 100%;
    height: 10rem;
    width: 100%;
    padding-bottom: 0;
  }
}
.kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__list .s-appealConvenient__item .s-appealConvenient__itemContent .s-appealConvenient__itemImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__list .s-appealConvenient__item .s-appealConvenient__itemContent .s-appealConvenient__itemTitle {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__list .s-appealConvenient__item .s-appealConvenient__itemContent .s-appealConvenient__itemTitle {
    font-size: 2rem;
  }
}
.kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__list .s-appealConvenient__item .s-appealConvenient__itemText {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0 0 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealConvenient .s-appealConvenient__content .s-appealConvenient__list .s-appealConvenient__item .s-appealConvenient__itemText {
    font-size: 1.4rem;
    margin: 0;
  }
}

.kujyuski-service-s-appealGourmet {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealGourmet {
    padding: 0 0 6rem;
  }
}
.kujyuski-service-s-appealGourmet .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealGourmet .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-appealGourmet .s-appealGourmet__content {
  background: #F3F4F4;
  border-radius: 1.2rem;
  padding: 4.8rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealGourmet .s-appealGourmet__content {
    border-radius: 1rem;
    padding: 3.6rem 2.4rem;
  }
}
.kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 12rem;
  margin: 0 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
    margin: 0 0 4.8rem;
  }
}
.kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__titleWrap .kujyuski-service-c-sectionTitle {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleEn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleEn {
    font-size: 3.8rem;
  }
}
.kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__titleWrap .s-appealGourmet__description {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__titleWrap .s-appealGourmet__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__list {
    gap: 3.6rem;
  }
}
.kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__list .s-appealGourmet__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: 1.6rem;
  width: calc((100% - 4.8rem) / 2);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__list .s-appealGourmet__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
}
.kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__list .s-appealGourmet__item .s-appealGourmet__itemContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__list .s-appealGourmet__item .s-appealGourmet__itemContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
  }
}
.kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__list .s-appealGourmet__item .s-appealGourmet__itemContent .s-appealGourmet__itemImageWrap {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__list .s-appealGourmet__item .s-appealGourmet__itemContent .s-appealGourmet__itemImageWrap {
    min-width: 16rem;
    width: 16rem;
  }
}
.kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__list .s-appealGourmet__item .s-appealGourmet__itemContent .s-appealGourmet__itemImage {
  border: 0.2rem solid #FFFFFF;
  border-radius: 1.2rem;
  margin: 0;
  padding-bottom: 62.66%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__list .s-appealGourmet__item .s-appealGourmet__itemContent .s-appealGourmet__itemImage {
    border: 0.1rem solid #FFFFFF;
    border-radius: 0.8rem;
    min-width: 100%;
    height: 10rem;
    width: 100%;
    padding-bottom: 0;
  }
}
.kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__list .s-appealGourmet__item .s-appealGourmet__itemContent .s-appealGourmet__itemImage .s-appealGourmet__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__list .s-appealGourmet__item .s-appealGourmet__itemContent .s-appealGourmet__itemImageSmall {
  position: absolute;
  bottom: -1.2rem;
  right: -1.2rem;
  border-radius: 0.8rem;
  width: 16rem;
  height: 10rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__list .s-appealGourmet__item .s-appealGourmet__itemContent .s-appealGourmet__itemImageSmall {
    border-radius: 0.4rem;
    bottom: -0.8rem;
    right: -0.8rem;
    width: 8rem;
    height: 5rem;
  }
}
.kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__list .s-appealGourmet__item .s-appealGourmet__itemContent .s-appealGourmet__itemImageSmall .s-appealGourmet__imageSmall {
  border-radius: 0.8rem;
  border: 0.2rem solid #FFFFFF;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__list .s-appealGourmet__item .s-appealGourmet__itemContent .s-appealGourmet__itemImageSmall .s-appealGourmet__imageSmall {
    border: 0.1rem solid #FFFFFF;
    border-radius: 0.4rem;
  }
}
.kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__list .s-appealGourmet__item .s-appealGourmet__itemContent .s-appealGourmet__itemTitle {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__list .s-appealGourmet__item .s-appealGourmet__itemContent .s-appealGourmet__itemTitle {
    font-size: 2rem;
  }
}
.kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__list .s-appealGourmet__item .s-appealGourmet__itemText {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0 0 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealGourmet .s-appealGourmet__content .s-appealGourmet__list .s-appealGourmet__item .s-appealGourmet__itemText {
    font-size: 1.4rem;
    margin: 0;
  }
}

.kujyuski-service-s-appealNearbyhotSprings {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealNearbyhotSprings {
    padding: 0 0 6rem;
  }
}
.kujyuski-service-s-appealNearbyhotSprings .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealNearbyhotSprings .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content {
  width: 100%;
}
.kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__contentHeader {
  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;
  gap: 8.4rem;
  margin: 0 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__contentHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.6rem;
    margin: 0 0 4.8rem;
  }
}
.kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__contentHeader .s-appealNearbyhotSprings__headerImageWrap {
  width: 41.3rem;
  min-width: 41.3rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__contentHeader .s-appealNearbyhotSprings__headerImageWrap {
    width: 100%;
    min-width: auto;
  }
}
.kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__contentHeader .s-appealNearbyhotSprings__headerImageWrap .s-appealNearbyhotSprings__headerImage {
  border-radius: 1.2rem;
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 62.66%;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__contentHeader .s-appealNearbyhotSprings__headerImageWrap .s-appealNearbyhotSprings__headerImage {
    border-radius: 1rem;
  }
}
.kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__contentHeader .s-appealNearbyhotSprings__headerImageWrap .s-appealNearbyhotSprings__headerImage .s-appealNearbyhotSprings__headerImageImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__titleWrap {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__titleWrap {
    gap: 2.4rem;
  }
}
.kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__titleWrap .kujyuski-service-c-sectionTitle {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleEn {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: -0.03em;
}
.kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__titleWrap .s-appealNearbyhotSprings__description {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding-right: 4.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__titleWrap .s-appealNearbyhotSprings__description {
    font-size: 1.4rem;
    padding-right: 0;
  }
}
.kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__list {
    gap: 3.6rem;
  }
}
.kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__list .s-appealNearbyhotSprings__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: 1.6rem;
  width: calc((100% - 4.8rem) / 2);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__list .s-appealNearbyhotSprings__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    width: 100%;
  }
}
.kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__list .s-appealNearbyhotSprings__item .s-appealNearbyhotSprings__itemContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__list .s-appealNearbyhotSprings__item .s-appealNearbyhotSprings__itemContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__list .s-appealNearbyhotSprings__item .s-appealNearbyhotSprings__itemContent .s-appealNearbyhotSprings__itemImageWrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__list .s-appealNearbyhotSprings__item .s-appealNearbyhotSprings__itemContent .s-appealNearbyhotSprings__itemImageWrap {
    min-width: 16rem;
    width: 16rem;
  }
}
.kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__list .s-appealNearbyhotSprings__item .s-appealNearbyhotSprings__itemContent .s-appealNearbyhotSprings__itemImage {
  border-radius: 1.2rem;
  margin: 0;
  padding-bottom: 62.66%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__list .s-appealNearbyhotSprings__item .s-appealNearbyhotSprings__itemContent .s-appealNearbyhotSprings__itemImage {
    border-radius: 0.8rem;
    min-width: 100%;
    height: 10rem;
    width: 100%;
    padding-bottom: 0;
  }
}
.kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__list .s-appealNearbyhotSprings__item .s-appealNearbyhotSprings__itemContent .s-appealNearbyhotSprings__itemImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__list .s-appealNearbyhotSprings__item .s-appealNearbyhotSprings__itemContent .s-appealNearbyhotSprings__itemTitle {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__list .s-appealNearbyhotSprings__item .s-appealNearbyhotSprings__itemContent .s-appealNearbyhotSprings__itemTitle {
    font-size: 2rem;
  }
}
.kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__list .s-appealNearbyhotSprings__item .s-appealNearbyhotSprings__itemText {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0 0 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-appealNearbyhotSprings .s-appealNearbyhotSprings__content .s-appealNearbyhotSprings__list .s-appealNearbyhotSprings__item .s-appealNearbyhotSprings__itemText {
    font-size: 1.4rem;
    margin: 0;
  }
}

.kujyuski-service-s-priceTable {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable {
    padding: 0 0 6rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner {
    padding: 0;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
    margin-bottom: 0.8rem;
    padding: 0 2rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__titleWrap .s-priceTable__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__titleWrap .s-priceTable__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .kujyuski-service-c-sectionTitle {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .kujyuski-service-c-sectionTitle {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .kujyuski-service-c-sectionTitle .c-sectionTitle__titleEn {
    font-size: 3.8rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable-scrollber__sponly {
  display: none;
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable-scrollber__sponly .s-priceTable-scrollber__text {
  font-family: "Rajdhani", sans-serif;
  color: #191A1B;
  font-size: 1.2rem;
  line-height: 0.96;
  letter-spacing: -0.02em;
  font-weight: bold;
  margin: 0;
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable-scrollber__sponly img {
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable-scrollber__sponly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
    margin-bottom: 1.2rem;
    padding-right: 1rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap {
  width: 100%;
  margin-bottom: 2.4rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table {
  border-radius: 0.8rem;
  border: 0.1rem solid #DDDDDD;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table thead tr {
  border: 0.1rem solid rgba(255, 255, 255, 0.5019607843);
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table thead tr th {
  position: relative;
  background-color: #F3F4F4;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  padding: 2.25rem 0;
  max-width: 21rem;
  width: 21rem;
  color: #191A1B;
  border-bottom: 0.05rem solid #DDDDDD;
  border-right: 0.05rem solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table thead tr th {
    font-size: 1.3rem;
    line-height: 1.3;
    min-width: 12rem;
    width: 12rem;
    padding: 1.6rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table thead tr th .s-priceTable__sub {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #191A1B;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table thead tr th .s-priceTable__sub {
    font-size: 1.1rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table thead tr th:first-child {
  background-color: #003811;
  border-radius: 0.7rem 0 0 0;
  border: none;
  border-bottom: 0.05rem solid rgba(255, 255, 255, 0.5019607843);
  color: #fff;
  text-align: center;
  min-width: 15rem;
  max-width: 15rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table thead tr th:first-child {
    min-width: 12rem;
    width: 12rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table thead tr th:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, right bottom, left top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), color-stop(rgba(255, 255, 255, 0.15)), to(transparent));
  background: linear-gradient(to top left, transparent calc(50% - 0.025rem), rgba(255, 255, 255, 0.3) calc(50% - 0.025rem), rgba(255, 255, 255, 0.15) calc(50% + 0.025rem), transparent calc(50% + 0.025rem));
  pointer-events: none;
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table thead tr th:last-child {
  border-right: none;
  border-radius: 0 0.7rem 0 0;
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr th {
  background-color: #003811;
  color: #fff;
  text-align: center;
  padding: 2rem 0;
  min-width: 15rem;
  max-width: 15rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr th {
    font-size: 1.3rem;
    line-height: 1.3;
    min-width: 12rem;
    width: 12rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr th.s-priceTable-body__title {
  padding: 2rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr th.s-priceTable-body__title {
    padding: 1.6rem 0.8rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr th .s-priceTable__sub {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr th .s-priceTable__sub {
    font-size: 1.1rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr th:first-child {
  border-bottom: 0.05rem solid rgba(255, 255, 255, 0.5019607843);
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr td {
  border-bottom: 0.05rem solid #DDDDDD;
  border-right: 0.05rem solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr td {
    padding: 1.6rem 0;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr td .s-priceTable__tdInner {
  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;
  gap: 0.4rem;
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr td .s-priceTable__tdInner--price {
  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: 0.1rem;
  font-family: "Rajdhani", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.01em;
  color: #191A1B;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr td .s-priceTable__tdInner--price {
    font-size: 2rem;
    min-width: 12rem;
    width: 12rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr td .s-priceTable__tdInner--price .s-priceTable__tdInner--currency {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr td .s-priceTable__tdInner--price .s-priceTable__tdInner--currency {
    font-size: 1.1rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr td .s-priceTable__tdInner--note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #191A1B;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr td .s-priceTable__tdInner--note {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr td.s-priceTable__tdRowspan {
  padding: 2.95rem 0;
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr td:last-child {
  border-right: none;
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr .s-priceTable__tdInner--rowspanNote > span {
  display: block;
  padding: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  color: #191A1B;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr .s-priceTable__tdInner--rowspanNote > span {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr:last-child th {
  border-bottom: none;
  border-radius: 0 0 0 0.7rem;
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr:last-child td {
  border-bottom: none;
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr:last-child td:last-child {
  border-right: none;
  border-radius: 0 0 0.7rem 0;
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable-description {
  border: 0.1rem solid #DDDDDD;
  border-radius: 0.8rem;
  padding: 2.4rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable-description {
    border-radius: 0.4rem;
    padding: 1.2rem;
    margin: 2.4rem 2rem 0 2rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable-description .s-priceTable-description__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable-description .s-priceTable-description__text {
    font-size: 1.2rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable-rentalContent {
  margin-top: 3.6rem;
  border: 0.1rem solid #DDDDDD;
  border-radius: 1.2rem;
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable-rentalContent {
    padding: 1.2rem;
    margin: 0 2rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable-rentalContent .s-priceTable-rentalContentItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable-rentalContent .s-priceTable-rentalContentItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable-rentalContent .s-priceTable-rentalContentItem:not(:last-child) {
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 0.1rem solid #DDDDDD;
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable-rentalContent .s-priceTable-rentalContentItem .s-priceTable-rentalContentItem__title {
  color: #202020;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  width: 30rem;
  min-width: 30rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable-rentalContent .s-priceTable-rentalContentItem .s-priceTable-rentalContentItem__title {
    font-size: 1.4rem;
    width: 100%;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable-rentalContent .s-priceTable-rentalContentItem .s-priceTable-rentalContentItem__text {
  color: #202020;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  width: calc(100% - 30rem - 0.6rem);
  min-width: calc(100% - 30rem - 0.6rem);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable-rentalContent .s-priceTable-rentalContentItem .s-priceTable-rentalContentItem__text {
    font-size: 1.2rem;
    width: 100%;
    min-width: 100%;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__cta {
  border: 0.1rem solid #DDDDDD;
  border-radius: 1.2rem;
  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;
  gap: 4.8rem;
  padding: 3.6rem;
  position: relative;
  overflow: hidden;
  margin-top: 6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__cta {
    border-radius: 0.6rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
    padding: 1.6rem 2rem;
    width: calc(100% - 4rem);
    margin: 0 auto;
    margin-top: 3.6rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__cta::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 41.5rem;
  height: 100%;
  background: url("/assets/kujyuski-service/img/appeal/appealOther-bg.png") no-repeat center center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__cta::after {
    width: 21.6rem;
    height: 100%;
    background: url("/assets/kujyuski-service/img/appeal/appealOther-bg-sp.png") no-repeat center center/cover;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__cta .s-priceTable__ctaTitleWrap {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.8rem;
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__cta .s-priceTable__ctaTitleWrap .s-priceTable__titleEn {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__cta .s-priceTable__ctaTitleWrap .s-priceTable__titleEn {
    font-size: 1.8rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__cta .s-priceTable__ctaTitleWrap .s-priceTable__titleJa {
  color: #8C8C8D;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__cta .s-priceTable__ctaTitleWrap .s-priceTable__titleJa {
    font-size: 1.2rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__cta .kujyuski-service-c-button {
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__cta .kujyuski-service-c-button {
    width: 20rem;
  }
}
.kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__cta .kujyuski-service-c-button .c-button__wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable .kujyuski-service-c-inner .s-priceTable__cta .kujyuski-service-c-button .c-button__wrap {
    min-width: 20rem;
    min-height: 6.3rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable.-rental .kujyuski-service-c-inner .kujyuski-service-c-sectionTitle {
    margin-bottom: 2.4rem;
  }
}
.kujyuski-service-s-priceTable.-rental .kujyuski-service-c-inner .s-priceTable__wrap {
  overflow-x: initial;
}
.kujyuski-service-s-priceTable.-rental .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll {
  width: 100%;
}
.kujyuski-service-s-priceTable.-rental .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table {
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable.-rental .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table thead tr th {
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable.-rental .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr th {
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable.-rental .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr td .s-priceTable__tdInner--note {
    font-size: 1.1rem;
  }
}
.kujyuski-service-s-priceTable.-school .kujyuski-service-c-inner .s-priceTable__titleWrap {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable.-school .kujyuski-service-c-inner .s-priceTable__titleWrap {
    margin-bottom: 1.6rem;
  }
}
.kujyuski-service-s-priceTable.-school .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table thead tr th {
  height: 9rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable.-school .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table thead tr th {
    height: 5rem;
  }
}
.kujyuski-service-s-priceTable.-school .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table thead tr th:first-child {
  min-width: 24rem;
  max-width: 24rem;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable.-school .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table thead tr th:first-child {
    min-width: 12rem;
    max-width: 12rem;
    width: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable.-school .kujyuski-service-c-inner .s-priceTable__wrap .s-priceTable-scroll .s-priceTable__table tbody tr .s-priceTable-body__title {
    padding: 1.6rem 0.8rem;
  }
}
.kujyuski-service-s-priceTable.-board .kujyuski-service-c-inner .s-priceTable__titleWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.1rem;
  margin-bottom: 7.7rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable.-board .kujyuski-service-c-inner .s-priceTable__titleWrap {
    gap: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.kujyuski-service-s-priceTable.-board .kujyuski-service-c-inner .s-priceTable__titleWrap .kujyuski-service-c-sectionTitle {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-priceTable.-board .kujyuski-service-c-inner .s-priceTable__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleEn {
    font-size: 3.8rem;
  }
}

.kujyuski-service-s-box {
  padding: 0 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box {
    padding: 0 0 6rem 0;
  }
}
.kujyuski-service-s-box .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-box .s-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box .s-box__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box .s-box__content .s-box__titleWrap .kujyuski-service-c-sectionTitle {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box .s-box__content .s-box__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box .s-box__content .s-box__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleEn {
    font-size: 3.8rem;
  }
}
.kujyuski-service-s-box .s-box__content .s-box__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleJa {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box .s-box__content .s-box__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleJa {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-box .s-box__content .s-box__titleWrap .s-box__description {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box .s-box__content .s-box__titleWrap .s-box__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-box .s-box__content .s-box__imageWrap {
  min-width: 50rem;
  width: 50rem;
  height: 31.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box .s-box__content .s-box__imageWrap {
    min-width: 100%;
    width: 100%;
    height: 21.2rem;
  }
}
.kujyuski-service-s-box .s-box__content .s-box__imageWrap .s-box__image {
  border-radius: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box .s-box__content .s-box__imageWrap .s-box__image {
    border-radius: 1rem;
    -o-object-fit: fill;
    object-fit: fill;
  }
}
.kujyuski-service-s-box .s-box__content .s-box__imageWrap .s-box__smallImage {
  border: 0.2rem solid #FFFFFF;
  border-radius: 1.2rem;
  position: absolute;
  bottom: -5.2rem;
  left: 5rem;
  width: 17.3rem;
  height: 15.6rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box .s-box__content .s-box__imageWrap .s-box__smallImage {
    border: 0.1rem solid #FFFFFF;
    bottom: -3.5rem;
    left: 3.5rem;
    width: 11.5rem;
    height: 10.5rem;
  }
}
.kujyuski-service-s-box.-right {
  padding: 0 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box.-right {
    padding: 0 0 9.5rem 0;
  }
}
.kujyuski-service-s-box.-right .s-box__imageWrap .s-box__smallImage {
  right: 4.8rem;
  left: initial;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box.-right .s-box__imageWrap .s-box__smallImage {
    right: 2.3rem;
    left: initial;
  }
}
.kujyuski-service-s-box.-lift .s-box__content {
  gap: 6.3rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box.-lift .s-box__content {
    gap: 3.6rem;
  }
}
.kujyuski-service-s-box.-lift .s-box__imageWrap {
  min-width: 48.9rem;
  width: 48.9rem;
  height: 30.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box.-lift .s-box__imageWrap {
    min-width: 100%;
    width: 100%;
    height: 21rem;
  }
}

.kujyuski-service-s-box-2 {
  padding: 0 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box-2 {
    padding: 0 0 6rem 0;
  }
}
.kujyuski-service-s-box-2 .-bottom60 {
  padding: 0 0 6rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box-2 .-bottom60 {
    padding: 0 0 4.8rem 0;
  }
}
.kujyuski-service-s-box-2 .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box-2 .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-box-2 .s-box-2__content {
  background: #F3F4F4;
  border-radius: 1.2rem;
  padding: 4.8rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box-2 .s-box-2__content {
    padding: 3.6rem 2.4rem;
  }
}
.kujyuski-service-s-box-2 .s-box-2__content .s-box-2__titleWrap .kujyuski-service-c-sectionTitle {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box-2 .s-box-2__content .s-box-2__titleWrap .kujyuski-service-c-sectionTitle {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box-2 .s-box-2__content .s-box-2__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box-2 .s-box-2__content .s-box-2__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleEn {
    font-size: 3.8rem;
    letter-spacing: -0.04em;
  }
}
.kujyuski-service-s-box-2 .s-box-2__content .s-box-2__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleJa {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box-2 .s-box-2__content .s-box-2__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleJa {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-box-2 .s-box-2__content .s-box-2__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box-2 .s-box-2__content .s-box-2__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.6rem;
  }
}
.kujyuski-service-s-box-2 .s-box-2__content .s-box-2__textWrap .s-box-2__title {
  color: #202020;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0 0 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box-2 .s-box-2__content .s-box-2__textWrap .s-box-2__title {
    font-size: 1.8rem;
    margin: 0 0 1.2rem 0;
  }
}
.kujyuski-service-s-box-2 .s-box-2__content .s-box-2__textWrap .s-box-2__description {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box-2 .s-box-2__content .s-box-2__textWrap .s-box-2__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-box-2 .s-box-2__content .s-box-2__imageWrap {
  min-width: 46rem;
  width: 46rem;
  height: 28.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box-2 .s-box-2__content .s-box-2__imageWrap {
    min-width: 100%;
    width: 100%;
    height: 21.2rem;
  }
}
.kujyuski-service-s-box-2 .s-box-2__content .s-box-2__imageWrap .s-box-2__image {
  border-radius: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box-2 .s-box-2__content .s-box-2__imageWrap .s-box-2__image {
    border-radius: 1rem;
    -o-object-fit: fill;
    object-fit: fill;
  }
}
.kujyuski-service-s-box-2 .s-box-2__content .s-box-2__imageWrap .s-box-2__smallImage {
  border: 0.2rem solid #FFFFFF;
  border-radius: 1.2rem;
  position: absolute;
  bottom: -1.3rem;
  right: -1.7rem;
  width: 20rem;
  height: 12.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-box-2 .s-box-2__content .s-box-2__imageWrap .s-box-2__smallImage {
    border: 0.1rem solid #FFFFFF;
    bottom: -1.2rem;
    right: -1.2rem;
    width: 12rem;
    height: 7.5rem;
  }
}

.kujyuski-service-s-subFaq {
  background: #FFFFFF;
  padding: 0 0 8.4rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFaq {
    padding: 0 0 6rem 0;
    position: relative;
    overflow: visible;
  }
}
.kujyuski-service-s-subFaq .kujyuski-service-c-inner {
  margin: 0 auto;
  padding: 0 6rem 0 38.7rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFaq .kujyuski-service-c-inner {
    padding: 0 1rem;
  }
}
.kujyuski-service-s-subFaq .s-subFaq__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFaq .s-subFaq__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFaq .s-subFaq__content .s-subFaq__contentWrap {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFaq .s-subFaq__content .kujyuski-service-c-sectionTitle {
    margin-bottom: 2.4rem;
  }
}
.kujyuski-service-s-subFaq .s-subFaq__list {
  min-width: 65.4rem;
  width: calc((100% - 1.2rem) / 2);
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFaq .s-subFaq__list {
    min-width: 100%;
    width: 100%;
    margin-top: 0;
  }
}
.kujyuski-service-s-subFaq .s-subFaq__list .s-subFaq__listItem {
  position: relative;
  background-color: #ffffff;
  border-bottom: 0.1rem solid #191A1B;
}
.kujyuski-service-s-subFaq .s-subFaq__list .s-subFaq__listItem:first-child {
  border-top: 0.1rem solid #191A1B;
}
.kujyuski-service-s-subFaq .s-subFaq__listItem_question {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 3.2rem 2.2rem;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFaq .s-subFaq__listItem_question {
    font-size: 1.5rem;
    padding: 2rem 1rem;
  }
}
.kujyuski-service-s-subFaq .s-subFaq__listItem_question::before {
  content: "Q.";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1F82AC;
  font-family: "Rajdhani", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFaq .s-subFaq__listItem_question::before {
    font-size: 2.6rem;
    margin-right: 0.8rem;
  }
}
.kujyuski-service-s-subFaq .s-subFaq__listItem_question.is-active::after {
  bottom: -2.4rem;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFaq .s-subFaq__listItem_question.is-active::after {
    bottom: -1.6rem;
  }
}
.kujyuski-service-s-subFaq .s-subFaq__listItem_question.is-active .s-subFaq__listItem_question_icon {
  background: #FFFFFF;
}
.kujyuski-service-s-subFaq .s-subFaq__listItem_question.is-active .s-subFaq__listItem_question_icon > span {
  background: #191A1B;
}
.kujyuski-service-s-subFaq .s-subFaq__listItem_question.is-active .s-subFaq__listItem_question_icon > span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.kujyuski-service-s-subFaq .s-subFaq__listItem_question .s-subFaq__listItem_question_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFaq .s-subFaq__listItem_question .s-subFaq__listItem_question_text {
    gap: 1.2rem;
  }
}
.kujyuski-service-s-subFaq .s-subFaq__listItem_answer_text {
  color: #191A1B;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding: 0 0 3.2rem 0;
  margin: 0 3.6rem 0 5.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFaq .s-subFaq__listItem_answer_text {
    font-size: 1.4rem;
    margin: 0 3.6rem 0 4.4rem;
    padding: 0 0 2rem 0;
  }
}
.kujyuski-service-s-subFaq .s-subFaq__listItem_answer_text a {
  color: #191A1B;
}
.kujyuski-service-s-subFaq .s-subFaq__listItem_answer {
  display: none;
}
.kujyuski-service-s-subFaq .s-subFaq__listItem_question_icon {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 2.8rem;
  height: 2.8rem;
  min-width: 2.8rem;
  min-height: 2.8rem;
  border: 0.1rem solid #191A1B;
  background: #191A1B;
  border-radius: 0.4rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFaq .s-subFaq__listItem_question_icon {
    width: 2.4rem;
    height: 2.4rem;
    min-width: 2.4rem;
    min-height: 2.4rem;
  }
}
.kujyuski-service-s-subFaq .s-subFaq__listItem_question_icon > span {
  width: 0.975rem;
  height: 0.125rem;
  background: #FFFFFF;
  border-radius: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFaq .s-subFaq__listItem_question_icon > span {
    width: 0.836rem;
    height: 0.107rem;
    border-radius: 0.107rem;
  }
}
.kujyuski-service-s-subFaq .s-subFaq__listItem_question_icon > span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.kujyuski-service-s-subFaq .s-subFaq__listItem_question_icon > span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.kujyuski-service-s-facilitiesMap {
  padding: 0 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesMap {
    padding: 3.6rem 0 4.8rem;
  }
}
.kujyuski-service-s-facilitiesMap .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesMap .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-facilitiesMap .s-facilitiesMap__content {
  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;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesMap .s-facilitiesMap__content {
    gap: 3.6rem;
  }
}
.kujyuski-service-s-facilitiesMap .s-facilitiesMap__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesMap .s-facilitiesMap__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
  }
}
.kujyuski-service-s-facilitiesMap .s-facilitiesMap__titleWrap .kujyuski-service-c-sectionTitle {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesMap .s-facilitiesMap__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-facilitiesMap .s-facilitiesMap__titleWrap .s-facilitiesMap__description {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesMap .s-facilitiesMap__titleWrap .s-facilitiesMap__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-facilitiesMap .s-facilitiesMap__map {
  border: 0.1rem solid #BABABB;
  border-radius: 0.8rem;
  padding: 2.4rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesMap .s-facilitiesMap__map {
    padding: 1.2rem;
    width: 100%;
    height: 100%;
  }
}
.kujyuski-service-s-facilitiesMap .s-facilitiesMap__map .s-facilitiesMap__mapImage {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.kujyuski-service-s-iconList {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-iconList {
    padding: 0 0 6rem;
  }
}
.kujyuski-service-s-iconList .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-iconList .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-iconList .s-iconList__content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-iconList .s-iconList__content {
    width: 100%;
  }
}
.kujyuski-service-s-iconList .s-iconList__content .s-iconList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4.8rem 6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-iconList .s-iconList__content .s-iconList__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.4rem;
  }
}
.kujyuski-service-s-iconList .s-iconList__content .s-iconList__list .s-iconList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  width: calc((100% - 6rem) / 2);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-iconList .s-iconList__content .s-iconList__list .s-iconList__item {
    gap: 1.6rem;
    width: 100%;
  }
}
.kujyuski-service-s-iconList .s-iconList__content .s-iconList__list .s-iconList__item .s-iconList__itemImage {
  position: relative;
  min-width: 6.4rem;
  width: 6.4rem;
  height: 6.4rem;
  min-height: 6.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-iconList .s-iconList__content .s-iconList__list .s-iconList__item .s-iconList__itemImage {
    min-width: 4.8rem;
    min-height: 4.8rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}
.kujyuski-service-s-iconList .s-iconList__content .s-iconList__list .s-iconList__item .s-iconList__itemImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-iconList .s-iconList__content .s-iconList__list .s-iconList__item .s-iconList__itemContent {
  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.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-iconList .s-iconList__content .s-iconList__list .s-iconList__item .s-iconList__itemContent {
    margin: 1rem 0 0 0;
    gap: 1.2rem;
  }
}
.kujyuski-service-s-iconList .s-iconList__content .s-iconList__list .s-iconList__item .s-iconList__itemContent .s-iconList__itemTitle {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-iconList .s-iconList__content .s-iconList__list .s-iconList__item .s-iconList__itemContent .s-iconList__itemTitle {
    font-size: 1.8rem;
  }
}
.kujyuski-service-s-iconList .s-iconList__content .s-iconList__list .s-iconList__item .s-iconList__itemContent .s-iconList__itemText {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-iconList .s-iconList__content .s-iconList__list .s-iconList__item .s-iconList__itemContent .s-iconList__itemText {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-iconList .s-iconList__content .s-iconList__movieList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-iconList .s-iconList__content .s-iconList__movieList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kujyuski-service-s-iconList .s-iconList__content .s-iconList__movieItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  width: calc((100% - 3.6rem) / 2);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-iconList .s-iconList__content .s-iconList__movieItem {
    gap: 1.2rem;
    width: 100%;
  }
}
.kujyuski-service-s-iconList .s-iconList__content .s-iconList__movieItem .s-iconList__movieItemTitle {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-iconList .s-iconList__content .s-iconList__movieItem .s-iconList__movieItemTitle {
    font-size: 1.6rem;
  }
}
.kujyuski-service-s-iconList .s-iconList__content .s-iconList__movieItem .s-iconList__movieItemMovie {
  border-radius: 1.2rem;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-iconList .s-iconList__content .s-iconList__movieItem .s-iconList__movieItemMovie {
    border-radius: 0.8rem;
  }
}
.kujyuski-service-s-iconList .s-iconList__content .s-iconList__movieItem iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kujyuski-service-s-facilitiesSchool {
  padding: 0 0 8.4rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesSchool {
    padding: 0 0 6rem 0;
  }
}
.kujyuski-service-s-facilitiesSchool .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesSchool .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content {
  width: 100%;
}
.kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__titleWrap .kujyuski-service-c-sectionTitle {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__titleWrap .kujyuski-service-c-sectionTitle {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleEn {
    font-size: 3.8rem;
    letter-spacing: -0.04em;
  }
}
.kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleJa {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleJa {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__textWrap {
    width: 100%;
  }
}
.kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__textWrap .s-facilitiesSchool__description {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__textWrap .s-facilitiesSchool__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__textWrap .s-facilitiesSchool__lesson .s-facilitiesSchool__lessonTitle {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0 0 0.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__textWrap .s-facilitiesSchool__lesson .s-facilitiesSchool__lessonTitle {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__textWrap .s-facilitiesSchool__lesson .s-facilitiesSchool__lessonTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8rem 0.6rem;
  border: 0.1rem solid #DDDDDD;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__textWrap .s-facilitiesSchool__lesson .s-facilitiesSchool__lessonTime {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.2rem 1.2rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
  }
}
.kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__textWrap .s-facilitiesSchool__lesson .s-facilitiesSchool__lessonTime .s-facilitiesSchool__lessonTimeItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__textWrap .s-facilitiesSchool__lesson .s-facilitiesSchool__lessonTime .s-facilitiesSchool__lessonTimeItem {
    font-size: 1.2rem;
    padding: 0.6rem 0;
    width: 100%;
  }
}
.kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__textWrap .s-facilitiesSchool__lesson .s-facilitiesSchool__lessonTime .s-facilitiesSchool__lessonTimeItem + .s-facilitiesSchool__lessonTimeItem::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.6rem;
  background: #DDDDDD;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__textWrap .s-facilitiesSchool__lesson .s-facilitiesSchool__lessonTime .s-facilitiesSchool__lessonTimeItem + .s-facilitiesSchool__lessonTimeItem::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__textWrap .s-facilitiesSchool__lesson .s-facilitiesSchool__lessonTime .s-facilitiesSchool__lessonTimeItem + .s-facilitiesSchool__lessonTimeItem {
    border-top: 0.1rem solid #DDDDDD;
  }
}
.kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__textWrap .s-facilitiesSchool__lesson .s-facilitiesSchool__lessonTime .s-facilitiesSchool__lessonTimeItem .s-facilitiesSchool__lessonTimeItemLabel {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__textWrap .s-facilitiesSchool__lesson .s-facilitiesSchool__lessonTime .s-facilitiesSchool__lessonTimeItem .s-facilitiesSchool__lessonTimeItemLabel {
    font-size: 1.2rem;
    min-width: 3.1rem;
  }
}
.kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__textWrap .s-facilitiesSchool__lesson .s-facilitiesSchool__lessonTime .s-facilitiesSchool__lessonTimeItem .s-facilitiesSchool__lessonTimeItemTime {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__textWrap .s-facilitiesSchool__lesson .s-facilitiesSchool__lessonTime .s-facilitiesSchool__lessonTimeItem .s-facilitiesSchool__lessonTimeItemTime {
    font-size: 1.2rem;
  }
}
.kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .kujyuski-service-c-button {
  margin: 4.8rem 0 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .kujyuski-service-c-button {
    margin: 3.6rem 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .kujyuski-service-c-button .c-button__wrap {
    min-width: 20rem;
  }
}
.kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__imageWrap {
  min-width: 45.5rem;
  width: 45.5rem;
  position: relative;
  margin-top: -1.3rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__imageWrap {
    min-width: 100%;
    width: 100%;
    margin-top: 0;
  }
}
.kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__imageWrap .s-facilitiesSchool__imageWrapInner {
  position: relative;
  padding-bottom: 63.078%;
  width: 100%;
  overflow: hidden;
}
.kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__imageWrap .s-facilitiesSchool__image {
  border-radius: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-facilitiesSchool .s-facilitiesSchool__content .s-facilitiesSchool__imageWrap .s-facilitiesSchool__image {
    border-radius: 1rem;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

.kujyuski-service-s-subFacilities {
  padding: 0 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFacilities {
    padding: 6rem 0;
  }
}
.kujyuski-service-s-subFacilities .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.7rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFacilities .kujyuski-service-c-inner {
    padding: 0 1rem;
  }
}
.kujyuski-service-s-subFacilities .s-subFacilities__content {
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  gap: 6.5rem;
  padding: 0 6rem;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFacilities .s-subFacilities__content {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.6rem;
    padding: 3.6rem 0 0 0;
    max-height: none;
  }
}
.kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
}
.kujyuski-service-s-subFacilities .s-subFacilities__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 26, 27, 0.8509803922);
  z-index: 1;
}
.kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrapOuter {
  width: 49.2rem;
  z-index: 3;
  position: relative;
}
@media (max-width: 1440px) and (min-width: 1241px) {
  .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrapOuter {
    width: 34.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrapOuter {
    width: 100%;
    min-width: 0;
    max-height: 32rem;
    height: 32rem;
    gap: 0.8rem;
    padding: 0 1rem;
  }
}
.kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__swiperButton {
  position: absolute;
  bottom: 1.8rem;
  right: -4.1rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__swiperButton {
    display: none;
  }
}
.kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__swiperButton .s-subFacilities__playPauseButton {
  width: 2.7rem;
  height: 2.7rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.1490196078);
  border-radius: 0.4rem;
  background: transparent;
  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;
}
.kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__swiperButton .s-subFacilities__playPauseButton .s-subFacilities__playPauseButton--image.-start {
  margin-left: 0.2rem;
  margin-top: 0.3rem;
  min-width: 0.9rem;
  min-height: 0.9rem;
  width: 0.9rem;
  height: 0.9rem;
}
.kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__swiperButton .s-subFacilities__playPauseButton .s-subFacilities__playPauseButton--image.-stop {
  min-width: 0.9rem;
  min-height: 0.9rem;
  width: 0.9rem;
  height: 0.9rem;
}
.kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrap .s-subFacilities__imageWrapInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrap .s-subFacilities__imageWrapInner {
    gap: 0.8rem;
  }
}
.kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrap .js-subFacilitiesSwiper-1, .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrap .js-subFacilitiesSwiper-2 {
  width: calc((100% - 1.2rem) / 2);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrap .js-subFacilitiesSwiper-1, .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrap .js-subFacilitiesSwiper-2 {
    width: 100%;
  }
}
.kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrap .js-subFacilitiesSwiper-1 .swiper-wrapper, .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrap .js-subFacilitiesSwiper-2 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrap .js-subFacilitiesSwiper-1 .swiper-wrapper .swiper-slide, .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrap .js-subFacilitiesSwiper-2 .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrap .js-subFacilitiesSwiper-1 .swiper-wrapper .swiper-slide, .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrap .js-subFacilitiesSwiper-2 .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrap .js-subFacilitiesSwiper-1 .swiper-wrapper .swiper-slide .s-subFacilitiesSwiper__image, .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrap .js-subFacilitiesSwiper-2 .swiper-wrapper .swiper-slide .s-subFacilitiesSwiper__image {
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  display: block;
  position: relative;
  z-index: 1;
}
.kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrap .js-subFacilitiesSwiper-1 .swiper-wrapper .swiper-slide::before, .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrap .js-subFacilitiesSwiper-2 .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.5' numOctaves='4' result='noise' seed='1' /%3E%3CfeColorMatrix in='noise' type='saturate' values='0.8'/%3E%3C/filter%3E%3C/defs%3E%3Crect width='200' height='200' fill='%233292FF' opacity='0.15' filter='url(%23noise)'/%3E%3Crect width='200' height='200' fill='%23FFFFFF' opacity='0.15' filter='url(%23noise)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 4;
}
.kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrap .js-subFacilitiesSwiper-1 .swiper-wrapper .swiper-slide::after, .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__imageWrap .js-subFacilitiesSwiper-2 .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 0 2.8rem 0 #FFFFFF inset;
  box-shadow: 0 0 2.8rem 0 #FFFFFF inset;
  pointer-events: none;
  z-index: 3;
}
.kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__contentWrap {
  width: calc(100% - 49.2rem - 6.5rem);
  padding: 4.3rem 0;
  z-index: 3;
}
@media (max-width: 1440px) and (min-width: 1241px) {
  .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__contentWrap {
    width: calc(100% - 34.1666666667vw - 2.4rem);
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__contentWrap {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__contentWrap .kujyuski-service-c-sectionTitle {
    padding: 0 3rem;
    margin-bottom: 3.6rem;
  }
}
.kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__contentWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleEn {
  letter-spacing: -0.04em;
}
.kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__contentWrap .s-subFacilities__description {
  color: #FFFFFF;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__contentWrap .s-subFacilities__description {
    font-size: 1.4rem;
    padding: 0 3rem;
    margin-bottom: 3.6rem;
  }
}
.kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__contentWrap .s-subFacilities__buttonWrap {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 4.8rem;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__contentWrap .s-subFacilities__buttonWrap {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.8rem;
    padding: 0 2rem;
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__contentWrap .s-subFacilities__buttonWrap .kujyuski-service-c-button {
    width: calc(50% - 0.4rem);
    min-width: auto;
  }
  .kujyuski-service-s-subFacilities .s-subFacilities__content .s-subFacilities__contentWrap .s-subFacilities__buttonWrap .kujyuski-service-c-button .c-button__wrap {
    min-width: auto;
    width: 100%;
  }
}

.kujyuski-service-s-gelande {
  padding: 0 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-gelande {
    padding: 3.6rem 0 6rem;
  }
}
.kujyuski-service-s-gelande .kujyuski-service-c-inner {
  padding: 0 0 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-gelande .kujyuski-service-c-inner {
    padding: 0;
  }
}
.kujyuski-service-s-gelande .s-gelande__content {
  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;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-gelande .s-gelande__content {
    gap: 4.6rem;
  }
}
.kujyuski-service-s-gelande .s-gelande__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-gelande .s-gelande__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
    padding: 0 0 0 2rem;
  }
}
.kujyuski-service-s-gelande .s-gelande__titleWrap .kujyuski-service-c-sectionTitle {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-gelande .s-gelande__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-gelande .s-gelande__titleWrap .s-gelande__description {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-gelande .s-gelande__titleWrap .s-gelande__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-gelande .s-gelande__map {
  border-radius: 1.2rem 0 0 1.2rem;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-gelande .s-gelande__map {
    border-radius: 1rem 0 0 1rem;
    padding-bottom: 40.6%;
    width: calc(100% - 2rem);
    margin-left: 2rem;
  }
}
.kujyuski-service-s-gelande .s-gelande__map .s-gelande__mapImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.kujyuski-service-s-feature {
  padding: 0 0 8.4rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-feature {
    padding: 0 0 6rem 0;
  }
}
.kujyuski-service-s-feature .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-feature .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-feature .s-feature__content {
  width: 100%;
}
.kujyuski-service-s-feature .s-feature__content .s-feature__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: 3.6rem;
  counter-reset: appeal1-feature-counter;
}
.kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item {
  border-bottom: 0.1rem solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.2rem 3.6rem 1.2rem;
  gap: 4.8rem;
  counter-increment: appeal1-feature-counter;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
  }
}
.kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item .s-feature__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item .s-feature__itemWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 1.6rem;
    width: 100%;
  }
}
.kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item .s-feature__itemNumberWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.1rem;
  margin-top: 0.4rem;
  min-width: 10rem;
}
.kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item .s-feature__itemNumberWrap .s-feature__itemCurrentNumber::before {
  content: counter(appeal1-feature-counter, decimal-leading-zero);
  color: #1F82AC;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item .s-feature__itemNumberWrap .s-feature__itemCurrentNumber::before {
    font-size: 2rem;
  }
}
.kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item .s-feature__itemNumberWrap .s-feature__itemTotalNumber::before {
  content: "";
  background: url(/assets/kujyuski-service/img/appeal/usage_line.svg) no-repeat center center/contain;
  display: inline-block;
  width: 1rem;
  height: 1.1rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item .s-feature__itemNumberWrap .s-feature__itemTotalNumber::before {
    width: 0.8rem;
    height: 0.9rem;
  }
}
.kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item .s-feature__itemNumberWrap .s-feature__itemTotalNumber::after {
  content: attr(data-total-count);
  color: #1F82AC;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item .s-feature__itemNumberWrap .s-feature__itemTotalNumber::after {
    font-size: 1.2rem;
  }
}
.kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item .s-feature__itemImageWrap {
  width: 40.9rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item .s-feature__itemImageWrap {
    width: 100%;
  }
}
.kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item .s-feature__itemImage {
  border-radius: 1.8rem;
  margin: 0;
  padding-bottom: 62.66%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item .s-feature__itemImage {
    min-width: 100%;
    width: 100%;
  }
}
.kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item .s-feature__itemImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item .s-feature__itemContent .s-feature__itemTitle {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0 0 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item .s-feature__itemContent .s-feature__itemTitle {
    font-size: 2rem;
    margin: 0 0 1.6rem 0;
  }
}
.kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item .s-feature__itemContent .s-feature__itemText {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0 0 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-feature .s-feature__content .s-feature__list .s-feature__item .s-feature__itemContent .s-feature__itemText {
    font-size: 1.4rem;
    margin: 0;
  }
}

.kujyuski-service-s-swiper {
  padding: 0 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-swiper {
    padding: 0 0 6rem 0;
  }
}
.kujyuski-service-s-swiper .kujyuski-service-c-inner {
  position: relative;
  margin: 0 auto;
}
.kujyuski-service-s-swiper .s-swiper__content {
  position: relative;
  max-height: 40.6rem;
  width: 100%;
  z-index: 2;
}
.kujyuski-service-s-swiper .s-swiper__content .s-swiper__imageWrap {
  position: relative;
  z-index: 3;
}
.kujyuski-service-s-swiper .s-swiper__content .s-swiper__imageWrap .s-swiper__swiperButton {
  position: absolute;
  bottom: -5.1rem;
  right: 2.4rem;
}
.kujyuski-service-s-swiper .s-swiper__content .s-swiper__imageWrap .s-swiper__swiperButton .s-swiper__playPauseButton {
  width: 2.7rem;
  height: 2.7rem;
  border: 0.1rem solid rgba(25, 26, 27, 0.1490196078);
  border-radius: 0.4rem;
  background: transparent;
  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;
}
.kujyuski-service-s-swiper .s-swiper__content .s-swiper__imageWrap .s-swiper__swiperButton .s-swiper__playPauseButton .s-swiper__playPauseButton--image.-start {
  min-width: 0.9rem;
  min-height: 0.9rem;
  width: 0.9rem;
  height: 0.9rem;
}
.kujyuski-service-s-swiper .s-swiper__content .s-swiper__imageWrap .s-swiper__swiperButton .s-swiper__playPauseButton .s-swiper__playPauseButton--image.-stop {
  min-width: 0.9rem;
  min-height: 0.9rem;
  width: 0.9rem;
  height: 0.9rem;
}
.kujyuski-service-s-swiper .s-swiper__content .s-swiper__imageWrap .s-swiper__imageWrapInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-swiper .s-swiper__content .s-swiper__imageWrap .s-swiper__imageWrapInner {
    gap: 0.8rem;
  }
}
.kujyuski-service-s-swiper .s-swiper__content .s-swiper__imageWrap .js-swiperSwiper {
  width: 100%;
  height: 100%;
}
.kujyuski-service-s-swiper .s-swiper__content .s-swiper__imageWrap .js-swiperSwiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.kujyuski-service-s-swiper .s-swiper__content .s-swiper__imageWrap .js-swiperSwiper .swiper-wrapper .swiper-slide {
  max-width: 30rem;
  width: auto;
  height: auto;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-swiper .s-swiper__content .s-swiper__imageWrap .js-swiperSwiper .swiper-wrapper .swiper-slide {
    max-width: 16rem;
  }
}
.kujyuski-service-s-swiper .s-swiper__content .s-swiper__imageWrap .js-swiperSwiper .swiper-wrapper .swiper-slide .s-swiperSwiper__image {
  width: auto;
  height: auto;
  max-height: 40.6rem;
  border-radius: 1.2rem;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-swiper .s-swiper__content .s-swiper__imageWrap .js-swiperSwiper .swiper-wrapper .swiper-slide .s-swiperSwiper__image {
    max-height: 22.4rem;
  }
}
.kujyuski-service-s-swiper .s-swiper__content .s-swiper__imageWrap .js-swiperSwiper .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.5' numOctaves='4' result='noise' seed='1' /%3E%3CfeColorMatrix in='noise' type='saturate' values='0.8'/%3E%3C/filter%3E%3C/defs%3E%3Crect width='200' height='200' fill='%233292FF' opacity='0.15' filter='url(%23noise)'/%3E%3Crect width='200' height='200' fill='%23FFFFFF' opacity='0.15' filter='url(%23noise)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 4;
}
.kujyuski-service-s-swiper .s-swiper__content .s-swiper__imageWrap .js-swiperSwiper .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 0 2.8rem 0 #FFFFFF inset;
  box-shadow: 0 0 2.8rem 0 #FFFFFF inset;
  pointer-events: none;
  z-index: 3;
}

.kujyuski-service-s-nightSkiing {
  padding: 9.6rem 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing {
    padding: 6rem 0 6.7rem;
    margin-bottom: 6rem;
  }
}
.kujyuski-service-s-nightSkiing .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .kujyuski-service-c-inner {
    padding: 0 1.6rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__content {
  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;
  gap: 0;
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 6rem 0 0;
  margin: 0 0 4.8rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
    padding: 0;
    margin-bottom: 3.6rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__titleWrap .kujyuski-service-c-sectionTitle {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__titleWrap .s-nightSkiing__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__titleWrap .s-nightSkiing__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__map {
  border-radius: 1.2rem 0 0 1.2rem;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  width: 100%;
  margin: 0 0 8.4rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__map {
    border-radius: 1rem;
    padding-bottom: 64.25%;
    margin-bottom: 4.8rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__map .s-nightSkiing__mapImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__hours {
  margin-bottom: 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__hours {
    margin-bottom: 4.8rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__hours .s-nightSkiing__hoursList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__hours .s-nightSkiing__hoursList {
    gap: 2.4rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__hours .s-nightSkiing__hoursList .s-nightSkiing__hoursItem {
  border-bottom: 0.1rem solid rgba(25, 26, 27, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.2rem 3.6rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__hours .s-nightSkiing__hoursList .s-nightSkiing__hoursItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 0 1.2rem 2.4rem 1.2rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__hours .s-nightSkiing__hoursList .s-nightSkiing__hoursItem .s-nightSkiing__hoursTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  min-width: 32rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__hours .s-nightSkiing__hoursList .s-nightSkiing__hoursItem .s-nightSkiing__hoursTitle {
    min-width: 100%;
    gap: 0.8rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__hours .s-nightSkiing__hoursList .s-nightSkiing__hoursItem .s-nightSkiing__hoursTitle .s-nightSkiing__hoursTitleIcon {
  min-width: 2.8rem;
  width: 2.8rem;
  height: 2.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__hours .s-nightSkiing__hoursList .s-nightSkiing__hoursItem .s-nightSkiing__hoursTitle .s-nightSkiing__hoursTitleIcon {
    min-width: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__hours .s-nightSkiing__hoursList .s-nightSkiing__hoursItem .s-nightSkiing__hoursTitle .s-nightSkiing__hoursTitleIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__hours .s-nightSkiing__hoursList .s-nightSkiing__hoursItem .s-nightSkiing__hoursTitle .s-nightSkiing__hoursTitleText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__hours .s-nightSkiing__hoursList .s-nightSkiing__hoursItem .s-nightSkiing__hoursTitle .s-nightSkiing__hoursTitleText {
    font-size: 1.8rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__hours .s-nightSkiing__hoursList .s-nightSkiing__hoursItem .s-nightSkiing__hoursTimeText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__hours .s-nightSkiing__hoursList .s-nightSkiing__hoursItem .s-nightSkiing__hoursTimeText {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__highlight {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__highlight {
    margin-bottom: 4rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__highlight .s-nightSkiing__highlightTitleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.4rem;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__highlight .s-nightSkiing__highlightTitleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__highlight .s-nightSkiing__highlightTitleWrap > .s-nightSkiing__subTitle {
  margin: 0;
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__highlight .s-nightSkiing__highlightTitleWrap .s-nightSkiing__highlightDescription {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 49.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__highlight .s-nightSkiing__highlightTitleWrap .s-nightSkiing__highlightDescription {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__highlight .s-nightSkiing__highlightList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4rem;
  counter-reset: highlight-item;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__highlight .s-nightSkiing__highlightList {
    gap: 1.6rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__highlight .s-nightSkiing__highlightList .s-nightSkiing__highlightItem {
  background: #FFFFFF;
  padding: 2.4rem 2.6rem;
  border-radius: 1.2rem;
  width: calc((100% - 2.4rem) / 2);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__highlight .s-nightSkiing__highlightList .s-nightSkiing__highlightItem {
    border-radius: 0.4rem;
    padding: 1.6rem 2rem;
    width: 100%;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__highlight .s-nightSkiing__highlightList .s-nightSkiing__highlightItem .s-nightSkiing__highlightItemTitle {
  counter-increment: highlight-item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__highlight .s-nightSkiing__highlightList .s-nightSkiing__highlightItem .s-nightSkiing__highlightItemTitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 1rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__highlight .s-nightSkiing__highlightList .s-nightSkiing__highlightItem .s-nightSkiing__highlightItemTitle .s-nightSkiing__highlightItemNumber::before {
  content: counter(highlight-item, decimal-leading-zero);
  color: #1F82AC;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 0.96;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__highlight .s-nightSkiing__highlightList .s-nightSkiing__highlightItem .s-nightSkiing__highlightItemTitle .s-nightSkiing__highlightItemTitleText {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__highlight .s-nightSkiing__highlightList .s-nightSkiing__highlightItem .s-nightSkiing__highlightItemText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__highlight .s-nightSkiing__highlightList .s-nightSkiing__highlightItem .s-nightSkiing__highlightItemText {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__swiper {
  position: relative;
  max-height: 40.6rem;
  width: 100%;
  z-index: 2;
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__swiper .s-nightSkiing__swiperContent {
  position: relative;
  z-index: 3;
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__swiper .s-nightSkiing__swiperContent .s-nightSkiing__swiperButton {
  position: absolute;
  bottom: -5.1rem;
  right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__swiper .s-nightSkiing__swiperContent .s-nightSkiing__swiperButton {
    right: 1.4rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__swiper .s-nightSkiing__swiperContent .s-nightSkiing__swiperButton .s-nightSkiing__playPauseButton {
  width: 2.7rem;
  height: 2.7rem;
  border: 0.1rem solid rgba(25, 26, 27, 0.1490196078);
  border-radius: 0.4rem;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__swiper .s-nightSkiing__swiperContent .s-nightSkiing__swiperButton .s-nightSkiing__playPauseButton .s-nightSkiing__playPauseButton--image {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__swiper .s-nightSkiing__swiperContent .s-nightSkiing__swiperButton .s-nightSkiing__playPauseButton .s-nightSkiing__playPauseButton--image.-start {
  width: 0.9rem;
  height: 0.9rem;
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__swiper .s-nightSkiing__swiperContent .s-nightSkiing__swiperButton .s-nightSkiing__playPauseButton .s-nightSkiing__playPauseButton--image.-stop {
  width: 0.9rem;
  height: 0.9rem;
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__swiper .s-nightSkiing__swiperContent .s-nightSkiing__imageWrapInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__swiper .s-nightSkiing__swiperContent .s-nightSkiing__imageWrapInner {
    gap: 0.8rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__swiper .s-nightSkiing__swiperContent .js-nightSkiingSwiper {
  width: 100%;
  height: 100%;
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__swiper .s-nightSkiing__swiperContent .js-nightSkiingSwiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__swiper .s-nightSkiing__swiperContent .js-nightSkiingSwiper .swiper-wrapper .swiper-slide {
  max-width: 30rem;
  width: auto;
  height: auto;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__swiper .s-nightSkiing__swiperContent .js-nightSkiingSwiper .swiper-wrapper .swiper-slide {
    max-width: 16rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__swiper .s-nightSkiing__swiperContent .js-nightSkiingSwiper .swiper-wrapper .swiper-slide .s-nightSkiingSwiper__image {
  width: auto;
  height: auto;
  max-height: 40.6rem;
  border-radius: 1.2rem;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-nightSkiing .s-nightSkiing__swiper .s-nightSkiing__swiperContent .js-nightSkiingSwiper .swiper-wrapper .swiper-slide .s-nightSkiingSwiper__image {
    max-height: 22.4rem;
  }
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__swiper .s-nightSkiing__swiperContent .js-nightSkiingSwiper .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.5' numOctaves='4' result='noise' seed='1' /%3E%3CfeColorMatrix in='noise' type='saturate' values='0.8'/%3E%3C/filter%3E%3C/defs%3E%3Crect width='200' height='200' fill='%233292FF' opacity='0.15' filter='url(%23noise)'/%3E%3Crect width='200' height='200' fill='%23FFFFFF' opacity='0.15' filter='url(%23noise)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 4;
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__swiper .s-nightSkiing__swiperContent .js-nightSkiingSwiper .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 0 2rem 0 #424242 inset;
  box-shadow: 0 0 2rem 0 #424242 inset;
  pointer-events: none;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1.2rem;
  margin: 0 0 3.6rem 0;
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__subTitle .s-nightSkiing__subTitleEn {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 0.96;
  letter-spacing: -0.03rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.kujyuski-service-s-nightSkiing .s-nightSkiing__subTitle .s-nightSkiing__subTitleJa {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 0 0 0.6rem;
}
.kujyuski-service-s-nightSkiing.-isActive {
  background: #222528;
}
.kujyuski-service-s-nightSkiing.-isActive .s-nightSkiing__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle_title .c-sectionTitle__titleEn {
  color: #FFFFFF;
}
.kujyuski-service-s-nightSkiing.-isActive .s-nightSkiing__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle_title .c-sectionTitle__titleJa {
  color: #FFFFFF;
}
.kujyuski-service-s-nightSkiing.-isActive .s-nightSkiing__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle_title .c-sectionTitle__titleImage {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.kujyuski-service-s-nightSkiing.-isActive .s-nightSkiing__titleWrap .s-nightSkiing__description {
  color: #FFFFFF;
}
.kujyuski-service-s-nightSkiing.-isActive .s-nightSkiing__hoursList .s-nightSkiing__hoursItem {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
}
.kujyuski-service-s-nightSkiing.-isActive .s-nightSkiing__hoursList .s-nightSkiing__hoursTitle .s-nightSkiing__hoursTitleIcon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.kujyuski-service-s-nightSkiing.-isActive .s-nightSkiing__hoursList .s-nightSkiing__hoursTitle .s-nightSkiing__hoursTitleText {
  color: #FFFFFF;
}
.kujyuski-service-s-nightSkiing.-isActive .s-nightSkiing__hoursList .s-nightSkiing__hoursTimeText {
  color: #FFFFFF;
}
.kujyuski-service-s-nightSkiing.-isActive .s-nightSkiing__highlight .s-nightSkiing__highlightTitleWrap .s-nightSkiing__highlightDescription {
  color: #FFFFFF;
}
.kujyuski-service-s-nightSkiing.-isActive .s-nightSkiing__swiper .s-nightSkiing__swiperContent .s-nightSkiing__playPauseButton {
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.kujyuski-service-s-nightSkiing.-isActive .s-nightSkiing__swiper .s-nightSkiing__swiperContent .s-nightSkiing__playPauseButton .s-nightSkiing__playPauseButton--image {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.kujyuski-service-s-nightSkiing.-isActive .s-nightSkiing__swiper .s-nightSkiing__swiperContent .s-nightSkiing__imageWrapInner .swiper-wrapper .swiper-slide::after {
  -webkit-box-shadow: 0 0 2rem 0 #424242 inset;
  box-shadow: 0 0 2rem 0 #424242 inset;
}
.kujyuski-service-s-nightSkiing.-isActive .s-nightSkiing__subTitle .s-nightSkiing__subTitleEn {
  color: #FFFFFF;
}
.kujyuski-service-s-nightSkiing.-isActive .s-nightSkiing__subTitle .s-nightSkiing__subTitleJa {
  color: #FFFFFF;
}

.kujyuski-service-s-school {
  padding: 0 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-school {
    padding: 1.2rem 0 6rem;
  }
}
.kujyuski-service-s-school .kujyuski-service-c-inner {
  margin: 0 auto;
  padding: 0 6rem 0 38.7rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-school .kujyuski-service-c-inner {
    padding: 0 1rem;
  }
}
.kujyuski-service-s-school .kujyuski-service-c-inner .s-school__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-school .kujyuski-service-c-inner .s-school__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem;
  }
}
.kujyuski-service-s-school .kujyuski-service-c-inner .s-school__list .s-school__listItem {
  border: 0.1rem solid #DDDDDD;
  background-color: #F3F4F4;
  border-radius: 1.2rem;
  padding: 1.6rem 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-school .kujyuski-service-c-inner .s-school__list .s-school__listItem {
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.kujyuski-service-s-school .kujyuski-service-c-inner .s-school__list .s-school__listItem .s-school__listItem-title {
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #000000;
  margin: 0;
  max-width: 14rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-school .kujyuski-service-c-inner .s-school__list .s-school__listItem .s-school__listItem-title {
    font-size: 1.6rem;
    border-bottom: 0.1rem solid #E1E1E1;
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
    max-width: none;
    text-align: center;
    width: 100%;
  }
}
.kujyuski-service-s-school .kujyuski-service-c-inner .s-school__list .s-school__listItem .s-school__listItem-text {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  width: calc(100% - 14rem);
  margin: 0;
  font-weight: 500;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #202020;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-school .kujyuski-service-c-inner .s-school__list .s-school__listItem .s-school__listItem-text {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    width: 100%;
  }
}
.kujyuski-service-s-school .kujyuski-service-c-inner .s-school__list .s-school__listItem .s-school__listItem-text::before {
  position: absolute;
  top: 50%;
  left: -3.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 0.1rem;
  height: 100%;
  background-color: #E1E1E1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-school .kujyuski-service-c-inner .s-school__list .s-school__listItem .s-school__listItem-text::before {
    display: none;
  }
}
.kujyuski-service-s-school .kujyuski-service-c-inner .s-school__list .s-school__listItem .s-school__listItem-text .s-school__lessonTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-school .kujyuski-service-c-inner .s-school__list .s-school__listItem .s-school__listItem-text .s-school__lessonTime {
    gap: 0.2rem;
  }
}
.kujyuski-service-s-school .kujyuski-service-c-inner .s-school__list .s-school__listItem .s-school__listItem-text .s-school__lessonTime .s-school__lessonTimeItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-school .kujyuski-service-c-inner .s-school__list .s-school__listItem .s-school__listItem-text .s-school__lessonTime .s-school__lessonTimeItem {
    font-size: 1.2rem;
    padding: 0;
    width: 100%;
  }
}
.kujyuski-service-s-school .kujyuski-service-c-inner .s-school__list .s-school__listItem .s-school__listItem-text .s-school__lessonTime .s-school__lessonTimeItem .s-school__lessonTimeItemLabel {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  min-width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.kujyuski-service-s-school .kujyuski-service-c-inner .s-school__list .s-school__listItem .s-school__listItem-text .s-school__lessonTime .s-school__lessonTimeItem .s-school__lessonTimeItemLabel-colon {
  margin: 0 0.2rem;
}
.kujyuski-service-s-school .kujyuski-service-c-inner .s-school__list .s-school__listItem .s-school__listItem-text .s-school__lessonTime .s-school__lessonTimeItem .s-school__lessonTimeItemTime {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-school .kujyuski-service-c-inner .s-school__list .s-school__listItem .s-school__listItem-text .s-school__lessonTime .s-school__lessonTimeItem .s-school__lessonTimeItemTime {
    font-size: 1.2rem;
  }
}

.kujyuski-service-s-schoolStep {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep {
    padding: 0 0 6rem;
  }
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner {
  margin: 0 auto;
  padding: 0 6rem 0 38.7rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content {
  background-color: #F3F4F4;
  border-radius: 1.2rem;
  padding: 3.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content {
    padding: 3.6rem 2.4rem;
  }
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-title {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 3.6rem;
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-title .s-schoolStep-title__title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  margin: 0 0 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-title .s-schoolStep-title__title {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-title .s-schoolStep-title__text {
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #202020;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-title .s-schoolStep-title__text {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list {
  counter-reset: step-counter;
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 3.6rem 6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list {
    border-radius: 0.6rem;
    padding: 2.4rem;
  }
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3.6rem;
  counter-increment: step-counter;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3.6rem;
  }
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item::before {
  content: "";
  background: #191A1B;
  width: 0.1rem;
  height: calc(100% - 0.3rem);
  position: absolute;
  top: 2.9rem;
  left: 0.25rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item::before {
    display: none;
  }
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item:last-child {
  margin-bottom: 0;
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item:last-child::before {
  display: none;
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-numberWrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-numberWrap {
    width: 100%;
  }
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-numberWrap::before {
  content: "";
  background: #369DC8;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-right: 0.7rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-numberWrap::before {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.4rem;
  }
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-numberWrap::after {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #1F82AC;
  content: "STEP" " " "0" counter(step-counter);
  display: inline-block;
  word-spacing: 0.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-numberWrap::after {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-number {
    width: calc(100% - 5.6rem);
    height: 0.1rem;
    background: #191A1B;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-content {
  font-family: "Noto Sans JP", sans-serif;
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-content .s-schoolStep-list__item-title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: -0.4rem 0 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-content .s-schoolStep-list__item-title {
    margin: 0 0 0.8rem 0;
  }
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-content .s-schoolStep-list__item-title.-recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-content .s-schoolStep-list__item-title.-recommend::after {
  content: "オススメ";
  background: #191A1B;
  border-radius: 0.2rem;
  padding: 0.3rem 0.6rem 0.5rem 0.6rem;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  height: 2.3rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-content .s-schoolStep-list__item-title.-recommend::after {
    font-size: 1.2rem;
    height: 2rem;
  }
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-content .s-schoolStep-list__item-text {
  font-weight: 500;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-content .s-schoolStep-list__item-text {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-content .s-schoolStep-list__item-text .s-schoolStep__lessonTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6rem 0.8rem;
  border: 0.1rem solid #DDDDDD;
  border-radius: 0.4rem;
  margin: 0.6rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-content .s-schoolStep-list__item-text .s-schoolStep__lessonTime {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.2rem 1.2rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
  }
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-content .s-schoolStep-list__item-text .s-schoolStep__lessonTime .s-schoolStep__lessonTimeItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-content .s-schoolStep-list__item-text .s-schoolStep__lessonTime .s-schoolStep__lessonTimeItem {
    font-size: 1.2rem;
    padding: 0.6rem 0;
    width: 100%;
  }
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-content .s-schoolStep-list__item-text .s-schoolStep__lessonTime .s-schoolStep__lessonTimeItem + .s-schoolStep__lessonTimeItem::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.6rem;
  background: #DDDDDD;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-content .s-schoolStep-list__item-text .s-schoolStep__lessonTime .s-schoolStep__lessonTimeItem + .s-schoolStep__lessonTimeItem::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-content .s-schoolStep-list__item-text .s-schoolStep__lessonTime .s-schoolStep__lessonTimeItem + .s-schoolStep__lessonTimeItem {
    border-top: 0.1rem solid #DDDDDD;
  }
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-content .s-schoolStep-list__item-text .s-schoolStep__lessonTime .s-schoolStep__lessonTimeItem .s-schoolStep__lessonTimeItemLabel {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-content .s-schoolStep-list__item-text .s-schoolStep__lessonTime .s-schoolStep__lessonTimeItem .s-schoolStep__lessonTimeItemLabel {
    font-size: 1.2rem;
    min-width: 3.1rem;
  }
}
.kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-content .s-schoolStep-list__item-text .s-schoolStep__lessonTime .s-schoolStep__lessonTimeItem .s-schoolStep__lessonTimeItemTime {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolStep .kujyuski-service-c-inner .s-schoolStep-content .s-schoolStep-list .s-schoolStep-list__item .s-schoolStep-list__item-content .s-schoolStep-list__item-text .s-schoolStep__lessonTime .s-schoolStep__lessonTimeItem .s-schoolStep__lessonTimeItemTime {
    font-size: 1.2rem;
  }
}

.kujyuski-service-s-schoolTeacher {
  padding: 0 0 9.6rem;
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner {
  margin: 0 auto;
  padding: 0 6rem 0 38.7rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 3.6rem;
  }
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__image {
  width: 34rem;
  height: 26.4rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__image {
    width: 24rem;
    height: 18.7rem;
    border-radius: 1rem;
  }
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap {
    width: 100%;
  }
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__schoolName {
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__schoolName {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__teacherNameWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
  margin: 0 0 1.6rem 0;
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__teacherNameWrap .s-schoolTeacher__teacherName {
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__teacherNameWrap .s-schoolTeacher__teacherName {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__teacherNameWrap .s-schoolTeacher__teacherName .s-schoolTeacher__born {
    font-size: 1.3rem;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #191A1B;
  }
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__teacherNameWrap .s-schoolTeacher__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__teacherNameWrap .s-schoolTeacher__snsList .s-schoolTeacher__snsItem {
  width: 2.8rem;
  height: 2.8rem;
  position: relative;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.35rem 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 0 0.35rem 0 rgba(0, 0, 0, 0.1490196078);
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__teacherNameWrap .s-schoolTeacher__snsList .s-schoolTeacher__snsLink {
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__teacherNameWrap .s-schoolTeacher__snsList .s-schoolTeacher__snsLink .s-schoolTeacher__snsIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.4rem;
  height: 1.4rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__teacherNameWrap .s-schoolTeacher__snsList .s-schoolTeacher__snsLink img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__teacherText {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__teacherText {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__licenseList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  margin-top: 0.8rem;
  padding: 0.4rem 0.8rem;
  background: #F3F4F4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__licenseList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-top: 1.6rem;
    padding: 0.8rem 1.2rem;
    width: 100%;
  }
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__licenseList .s-schoolTeacher__licenseItem {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__licenseList .s-schoolTeacher__licenseItem {
    border-bottom: 0.1rem solid #BABABB;
    padding: 0 0 0.6rem 0;
    margin-bottom: 0.6rem;
  }
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__licenseList .s-schoolTeacher__licenseItem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1rem;
  background: #BABABB;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__licenseList .s-schoolTeacher__licenseItem::after {
    display: none;
  }
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__licenseList .s-schoolTeacher__licenseItem:last-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__licenseList .s-schoolTeacher__licenseItem:last-child {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
  }
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__licenseList .s-schoolTeacher__licenseItem .s-schoolTeacher__licenseItemText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__buttonWrap {
    margin-top: 2.4rem;
  }
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__buttonWrap .kujyuski-service-c-button {
  max-width: 26rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__buttonWrap .kujyuski-service-c-button {
    max-width: 100%;
    width: calc(50% - 0.4rem);
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__buttonWrap .kujyuski-service-c-button .c-button__wrap {
    min-width: auto;
    width: 100%;
  }
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__buttonWrap .s-schoolTeacher__buttonTelWrap {
  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;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__buttonWrap .s-schoolTeacher__buttonTelWrap {
    width: calc(50% - 0.4rem);
    gap: 0.4rem;
  }
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__buttonWrap .s-schoolTeacher__buttonTelWrap .s-schoolTeacher__buttonTel {
  border: 0.1rem solid #DDDDDD;
  border-radius: 0.6rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  min-width: 26rem;
  height: 7.2rem;
  color: #191A1B;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__buttonWrap .s-schoolTeacher__buttonTelWrap .s-schoolTeacher__buttonTel {
    font-size: 1rem;
    min-width: auto;
    height: 6.3rem;
    width: 100%;
  }
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__buttonWrap .s-schoolTeacher__buttonTelWrap .s-schoolTeacher__buttonTel .s-schoolTeacher__buttonTelInner {
  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: 0.25rem;
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__buttonWrap .s-schoolTeacher__buttonTelWrap .s-schoolTeacher__buttonTel .s-schoolTeacher__buttonTelInner .s-schoolTeacher__buttonTelImage {
  width: 2rem;
  height: 2rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__buttonWrap .s-schoolTeacher__buttonTelWrap .s-schoolTeacher__buttonTel .s-schoolTeacher__buttonTelInner .s-schoolTeacher__buttonTelImage {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__buttonWrap .s-schoolTeacher__buttonTelWrap .s-schoolTeacher__buttonTel .s-schoolTeacher__buttonTelInner .s-schoolTeacher__buttonTelNumber {
  color: #191A1B;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 0.96;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__buttonWrap .s-schoolTeacher__buttonTelWrap .s-schoolTeacher__buttonTel .s-schoolTeacher__buttonTelInner .s-schoolTeacher__buttonTelNumber {
    font-size: 1.8rem;
  }
}
.kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__buttonWrap .s-schoolTeacher__buttonTelWrap .s-schoolTeacher__buttonTelDay {
  color: #757676;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-schoolTeacher .kujyuski-service-c-inner .s-schoolTeacher__content .s-schoolTeacher__titleWrap .s-schoolTeacher__buttonWrap .s-schoolTeacher__buttonTelWrap .s-schoolTeacher__buttonTelDay {
    font-size: 1rem;
  }
}

.kujyuski-service-s-step {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-step {
    padding: 0 0 6rem;
  }
}
.kujyuski-service-s-step .kujyuski-service-c-inner {
  margin: 0 auto;
  padding: 0 6rem 0 38.7rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-step .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
    margin-bottom: 3.6rem;
  }
}
.kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .kujyuski-service-c-sectionTitle {
  margin-bottom: 0;
}
.kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-description {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list {
  counter-reset: step-counter;
  margin: 0 auto;
}
.kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4.8rem;
  counter-increment: step-counter;
  margin-bottom: 2.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item::before {
  content: "";
  background: #191A1B;
  width: 0.1rem;
  height: calc(100% - 0.4rem);
  position: absolute;
  top: 2.4rem;
  left: 0.25rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item::before {
    display: none;
  }
}
.kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item:last-child {
  margin-bottom: 0;
}
.kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item:last-child::before {
  display: none;
}
.kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item .s-step-list__item-numberWrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item .s-step-list__item-numberWrap {
    width: 100%;
  }
}
.kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item .s-step-list__item-numberWrap::before {
  content: "";
  background: #369DC8;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-right: 0.7rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item .s-step-list__item-numberWrap::before {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.4rem;
  }
}
.kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item .s-step-list__item-numberWrap::after {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #1F82AC;
  content: "STEP" " " "0" counter(step-counter);
  display: inline-block;
  word-spacing: 0.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item .s-step-list__item-numberWrap::after {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item .s-step-list__item-number {
    width: calc(100% - 5.6rem);
    height: 0.1rem;
    background: #191A1B;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item .s-step-list__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item .s-step-list__item-content {
    gap: 1.6rem;
  }
}
.kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item .s-step-list__item-content.has-text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item .s-step-list__item-content.has-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item .s-step-list__item-content .s-step-list__item-image {
  width: 17.6rem;
  min-width: 17.6rem;
  height: 11rem;
  min-height: 11rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item .s-step-list__item-content .s-step-list__item-image {
    width: 12rem;
    min-width: 12rem;
    height: 7.5rem;
    min-height: 7.5rem;
  }
}
.kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item .s-step-list__item-content .s-step-list__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item .s-step-list__item-content .s-step-list__item-contentInner .s-step-list__item-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: -0.4rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item .s-step-list__item-content .s-step-list__item-contentInner .s-step-list__item-title {
    font-size: 1.8rem;
    margin: 0;
  }
}
.kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item .s-step-list__item-content .s-step-list__item-contentInner > .s-step-list__item-text {
  font-weight: 500;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0.8rem 0 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item .s-step-list__item-content .s-step-list__item-contentInner > .s-step-list__item-text {
    display: none;
  }
}
.kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item .s-step-list__item-textSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-step .kujyuski-service-c-inner .s-step-content .s-step-list .s-step-list__item .s-step-list__item-textSp {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
    margin: 0;
    color: #191A1B;
    padding: 0 0 0.8rem 0;
  }
}

.kujyuski-service-s-rentalDiscount {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalDiscount {
    padding: 0 0 6rem;
  }
}
.kujyuski-service-s-rentalDiscount .kujyuski-service-c-inner {
  padding: 0 3.3rem 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalDiscount .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-rentalDiscount .s-rentalDiscount__content {
  background: #F3F4F4;
  border-radius: 1.2rem;
  padding: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalDiscount .s-rentalDiscount__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 1rem;
    padding: 3.6rem 2.4rem;
    gap: 3.6rem;
  }
}
.kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__textWrap .kujyuski-service-c-sectionTitle {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__textWrap .kujyuski-service-c-sectionTitle {
    margin: 0 0 2.7rem 0;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__textWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__textWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleEn {
    font-size: 3.7rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__textWrap .s-rentalDiscount__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  color: #191A1B;
  margin: 0 0 2.9rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__textWrap .s-rentalDiscount__description {
    font-size: 1.4rem;
    margin: 0 0 3.6rem 0;
  }
}
.kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__discount {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #191A1B;
  margin: 0 0 0.9rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__discount {
    font-size: 1.3rem;
    margin: 0 0 1.2rem 0;
  }
}
.kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__discount span {
  font-size: 4.1rem;
  color: #1F82AC;
  font-family: "Rajdhani", sans-serif;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__discount span {
    font-size: 3.2rem;
  }
}
.kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__example {
  background: #FFFFFF;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__example {
    gap: 0.6rem;
  }
}
.kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__example .s-rentalDiscount__exampleTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__example .s-rentalDiscount__exampleTextWrap .s-rentalDiscount__exampleTextWrapItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__example .s-rentalDiscount__exampleTextWrap .s-rentalDiscount__exampleTextWrapItem + .s-rentalDiscount__exampleTextWrapItem {
  margin: 1.6rem 0 0 0;
}
.kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__example .s-rentalDiscount__exampleTextWrap .s-rentalDiscount__exampleTextWrapItem .s-rentalDiscount__exampleTextWrapItemTitle {
  color: #1F82AC;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__example .s-rentalDiscount__exampleTextWrap .s-rentalDiscount__exampleTextWrapItem .s-rentalDiscount__exampleTextWrapItemText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__imageArea {
  width: 37.1rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__imageArea {
    width: 100%;
  }
}
.kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__imageArea .s-rentalDiscount__imageAreaInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3.6rem;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__imageArea .s-rentalDiscount__imageAreaInner {
    gap: 1.2rem;
    margin-bottom: 1.6rem;
  }
}
.kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__imageArea .s-rentalDiscount__imageAreaInner .s-rentalDiscount__imageWrap {
  width: calc((100% - 3.6rem) / 2);
  height: 28.2rem;
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__imageArea .s-rentalDiscount__imageAreaInner .s-rentalDiscount__imageWrap {
    width: calc((100% - 1.2rem) / 2);
    height: 20.9rem;
    border-radius: 0.8rem;
  }
}
.kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__imageArea .s-rentalDiscount__imageAreaInner .s-rentalDiscount__imageWrap .s-rentalDiscount__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__imageArea .s-rentalDiscount__imageAreaDescription {
  color: #757676;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.kujyuski-service-s-rentalDiscount .s-rentalDiscount__content .s-rentalDiscount__imageArea .s-rentalDiscount__imageAreaDescription .s-rentalDiscount__imageAreaDescriptionspan {
  height: 0.8rem;
  display: block;
}

.kujyuski-service-s-accessImage {
  padding: 0 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessImage {
    padding: 0 0 4.8rem;
  }
}
.kujyuski-service-s-accessImage .kujyuski-service-c-inner {
  padding: 0 6rem 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessImage .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-accessImage .s-accessImage__content {
  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;
}
.kujyuski-service-s-accessImage .s-accessImage__titleWrap {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.4rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessImage .s-accessImage__titleWrap {
    margin-bottom: 3.6rem;
  }
}
.kujyuski-service-s-accessImage .s-accessImage__titleWrap .kujyuski-service-c-sectionTitle {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessImage .s-accessImage__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-accessImage .s-accessImage__titleWrap .s-accessImage__description {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessImage .s-accessImage__titleWrap .s-accessImage__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-accessImage .s-accessImage__poster {
  border: 0.1rem solid #BABABB;
  padding: 2.75rem 2.4rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessImage .s-accessImage__poster {
    padding: 1.45rem 1.2rem;
    width: 100%;
    height: 100%;
  }
}
.kujyuski-service-s-accessImage .s-accessImage__poster .s-accessImage__posterImage {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kujyuski-service-s-accessImage .s-accessImage__buttonWrap {
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessImage .s-accessImage__buttonWrap {
    margin: 3.6rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessImage .s-accessImage__buttonWrap .kujyuski-service-c-button .c-button__wrap {
    min-width: 20rem;
  }
}

.kujyuski-service-s-accessCondition {
  padding: 0 0 10.9rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition {
    padding: 0 0 6rem 0;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner {
  margin: 0 auto;
  padding: 0 6rem 0 38.7rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner {
    padding: 0 1rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__content {
  background: #F3F4F4;
  border-radius: 1.2rem;
  padding: 3.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__content {
    padding: 3.6rem 2.4rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__content + .s-accessCondition__content {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__content + .s-accessCondition__content {
    margin-top: 4.8rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__content + .s-accessCondition__content .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .kujyuski-service-c-sectionTitle {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__content + .s-accessCondition__content .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .kujyuski-service-c-sectionTitle {
    margin-bottom: 2.4rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__content + .s-accessCondition__content .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__description {
  margin-top: 4.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__content + .s-accessCondition__content .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__description {
    margin-top: 2.4rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.6rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft {
    width: 100%;
    padding: 0 1rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .kujyuski-service-c-sectionTitle {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .kujyuski-service-c-sectionTitle {
    margin-bottom: 3.6rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__description {
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__description {
    margin-bottom: 3.6rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplayWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplayWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.8rem 0;
    padding: 0;
    width: 100%;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplayWrap .displayItem {
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplayWrap .displayItem {
    width: 50%;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplayWrap .displayItem::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1.6rem;
  width: 0.1rem;
  height: 1.2rem;
  background: #191A1B;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplayWrap .displayItem::after {
    right: 0rem;
    height: 0.8rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplayWrap .displayItem:last-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplayWrap .displayItem:last-child::after {
    display: block;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -1.6rem;
  width: 0.1rem;
  height: 1.2rem;
  background: #191A1B;
  display: none;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay:before {
    left: 0;
    height: 0.8rem;
    display: block;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay .s-accessCondition__dateDisplay__year {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0 0 0.4rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay .s-accessCondition__dateDisplay__year {
    font-size: 1.5rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay .s-accessCondition__dateDisplay__day {
  color: #191A1B;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay .s-accessCondition__dateDisplay__day {
    font-size: 2.6rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay .s-accessCondition__dateDisplay__weekday {
  color: #191A1B;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 0 0 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay .s-accessCondition__dateDisplay__weekday {
    font-size: 1.1rem;
    margin: 0 0 0.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__weatherList .s-accessCondition__weatherItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__weatherList .s-accessCondition__weatherItem .s-accessCondition__weatherIconWrap {
  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;
  gap: 0.4rem;
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__weatherList .s-accessCondition__weatherItem .s-accessCondition__weatherIconWrap .s-accessCondition__weatherIconTitle {
  color: #191A1B;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__weatherList .s-accessCondition__weatherItem .s-accessCondition__weatherIconWrap .s-accessCondition__weatherIconTitle {
    display: none;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__weatherList .s-accessCondition__weatherItem .s-accessCondition__weatherIconWrap .s-accessCondition__weatherIcon {
  width: 8.2rem;
  min-width: 8.2rem;
  height: 4rem;
  min-height: 4rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__weatherList .s-accessCondition__weatherItem .s-accessCondition__weatherIconWrap .s-accessCondition__weatherIcon {
    width: 6.97rem;
    min-width: 6.97rem;
    height: 3.4rem;
    min-height: 3.4rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay__temp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay__temp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay__temp:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 0.8rem;
    width: 0.1rem;
    background: #191A1B;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay__temp .s-accessCondition__dateDisplay__tempTitle {
  color: #191A1B;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay__temp .s-accessCondition__dateDisplay__tempTitle {
    font-size: 1.2rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay__temp .s-accessCondition__dateDisplay__tempValueWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay__temp .s-accessCondition__dateDisplay__tempValueWrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay__temp .s-accessCondition__dateDisplay__tempValueWrap .s-accessCondition__dateDisplay__tempValue {
  color: #191A1B;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay__temp .s-accessCondition__dateDisplay__tempValueWrap .s-accessCondition__dateDisplay__tempValue {
    font-size: 2.6rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay__temp .s-accessCondition__dateDisplay__tempValueWrap .s-accessCondition__dateDisplay__tempValueUnit {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay__temp .s-accessCondition__dateDisplay__tempValueWrap .s-accessCondition__dateDisplay__tempValueUnit {
    font-size: 1.3rem;
    margin: 0 0 0.5rem 0;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay__snowfall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay__snowfall {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay__snowfall .s-accessCondition__dateDisplay__snowTitle {
  color: #191A1B;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay__snowfall .s-accessCondition__dateDisplay__snowTitle {
    font-size: 1.2rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay__snowValueWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.2rem;
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay__snowValueWrap .s-accessCondition__dateDisplay__snowValue {
  color: #191A1B;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay__snowValueWrap .s-accessCondition__dateDisplay__snowValue {
    font-size: 2.6rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay__snowValueUnit {
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__contentTopLeft .s-accessCondition__dateDisplay__snowValueUnit {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live {
  background: #191A1B;
  -webkit-box-shadow: 1.2rem 1.2rem 2.8rem 0rem rgba(25, 26, 27, 0.3019607843);
  box-shadow: 1.2rem 1.2rem 2.8rem 0rem rgba(25, 26, 27, 0.3019607843);
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem;
  margin: 0;
  height: 32.5rem;
  width: 45.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live {
    width: 100%;
    height: 22.7rem;
    margin: 0;
    padding: 0.8rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live.-notLive {
  height: 32.5rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live.-notLive {
    height: 22.7rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live.-notLive .s-accessCondition__liveMovie {
  border-radius: 1rem;
  margin-bottom: 0;
  height: 100%;
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveMovie {
  width: 100%;
  height: 24.4rem;
  margin-bottom: 1.8rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveMovie {
    height: 16.4rem;
    margin-bottom: 1.4rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveMovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveMovie iframe {
    border-radius: 0.8rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveTextWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 1.4rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveTextWrap {
    margin: 0 1rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveTextWrap .s-accessCondition__liveTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveTextWrap .s-accessCondition__liveTitle .s-accessCondition__liveIconImage {
  width: 2.9rem;
  height: 2.1rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveTextWrap .s-accessCondition__liveTitle .s-accessCondition__liveIconImage {
    width: 2.4rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveTextWrap .s-accessCondition__liveTitle .s-accessCondition__liveTextTitle {
  color: #FFFFFF;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 0.96;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveTextWrap .s-accessCondition__liveTitle .s-accessCondition__liveTextTitle {
    font-size: 1.8rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveTextWrap .s-accessCondition__liveLink {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveTextWrap .s-accessCondition__liveLink {
    gap: 0.6rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveTextWrap .s-accessCondition__liveLink .s-accessCondition__liveText {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveTextWrap .s-accessCondition__liveLink .s-accessCondition__liveText {
    font-size: 1.2rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveTextWrap .s-accessCondition__liveLink .s-accessCondition__liveIcon {
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-top: 0.2rem;
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveTextWrap .s-accessCondition__liveLink .s-accessCondition__liveIcon::before, .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveTextWrap .s-accessCondition__liveLink .s-accessCondition__liveIcon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveTextWrap .s-accessCondition__liveLink .s-accessCondition__liveIcon::before {
  background: url("/assets/kujyuski-service/img/common/arrow-white.svg") no-repeat center center/contain;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 1;
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveTextWrap .s-accessCondition__liveLink .s-accessCondition__liveIcon::after {
  background: url("/assets/kujyuski-service/img/common/arrow-white.svg") no-repeat center center/contain;
  -webkit-transform: translate(-1.2rem, -1.2rem);
  transform: translate(-1.2rem, -1.2rem);
  opacity: 0;
  z-index: 2;
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveTextWrap .s-accessCondition__liveLink:hover {
  opacity: 1;
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveTextWrap .s-accessCondition__liveLink:hover .s-accessCondition__liveIcon::before {
  -webkit-transform: translate(1.2rem, 1.2rem);
  transform: translate(1.2rem, 1.2rem);
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentWrap .s-accessCondition__live .s-accessCondition__liveTextWrap .s-accessCondition__liveLink:hover .s-accessCondition__liveIcon::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8.3rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList {
    width: 100%;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem {
  width: calc((100% - 1.6rem) / 3);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem {
    width: calc((100% - 0.8rem) / 2);
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink {
  background: #191A1B;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
  padding: 0.6rem;
  height: 100%;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink {
    padding: 0.4rem;
    gap: 0.8rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink .s-accessCondition__latestItemImageWrap {
  border: 0.1rem solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 1rem;
  position: relative;
  width: 6rem;
  height: 6rem;
  min-width: 6rem;
  min-height: 6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink .s-accessCondition__latestItemImageWrap {
    width: 4.8rem;
    height: 4.8rem;
    min-width: 4.8rem;
    min-height: 4.8rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink .s-accessCondition__latestItemImageWrap .s-accessCondition__latestItemImage {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink .s-accessCondition__latestItemImageWrap .s-accessCondition__latestItemImage {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink .s-accessCondition__latestItemImageWrap .s-accessCondition__latestItemImageHover {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink .s-accessCondition__latestItemImageWrap .s-accessCondition__latestItemImageHover {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink .s-accessCondition__latestItemTitle {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink .s-accessCondition__latestItemTitle {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink .s-accessCondition__latestItemIcon {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink .s-accessCondition__latestItemIcon {
    bottom: 1rem;
    right: 1rem;
  }
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink .s-accessCondition__latestItemIcon::before, .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink .s-accessCondition__latestItemIcon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink .s-accessCondition__latestItemIcon::before {
  background: url("/assets/kujyuski-service/img/common/arrow-white.svg") no-repeat center center/contain;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 1;
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink .s-accessCondition__latestItemIcon::after {
  background: url("/assets/kujyuski-service/img/common/arrow-black.svg") no-repeat center center/contain;
  -webkit-transform: translate(-1.2rem, -1.2rem);
  transform: translate(-1.2rem, -1.2rem);
  opacity: 0;
  z-index: 2;
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 1.2rem 1.2rem 2.8rem 0rem rgba(25, 26, 27, 0.3019607843);
  box-shadow: 1.2rem 1.2rem 2.8rem 0rem rgba(25, 26, 27, 0.3019607843);
  opacity: 1;
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink:hover .s-accessCondition__latestItemImageWrap {
  border-color: #191A1B;
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink:hover .s-accessCondition__latestItemImage {
  opacity: 0;
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink:hover .s-accessCondition__latestItemImageHover {
  opacity: 1;
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink:hover .s-accessCondition__latestItemTitle {
  color: #191A1B;
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink:hover .s-accessCondition__latestItemIcon::before {
  -webkit-transform: translate(1.2rem, 1.2rem);
  transform: translate(1.2rem, 1.2rem);
  opacity: 0;
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__latestList .s-accessCondition__latestItem .s-accessCondition__latestItemLink:hover .s-accessCondition__latestItemIcon::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__copyright {
  color: #FFFFFF;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCondition .kujyuski-service-c-inner .s-accessCondition__contentBottom .s-accessCondition__copyright {
    font-size: 1.2rem;
  }
}

.kujyuski-service-s-accessTrain {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTrain {
    padding: 0 0 6rem;
  }
}
.kujyuski-service-s-accessTrain .kujyuski-service-c-inner {
  margin: 0 auto;
  padding: 0 6rem 0 38.7rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTrain .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
    margin-bottom: 3.6rem;
  }
}
.kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__titleWrap .kujyuski-service-c-sectionTitle {
  margin-bottom: 0;
}
.kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__titleWrap .s-accessTrain__description {
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__titleWrap .s-accessTrain__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1.6rem 0 3.2rem 1.6rem;
  border-top: 0.1rem solid #191A1B;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.6rem 0 3.2rem 0;
  }
}
.kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item:last-child {
  border-bottom: 0.1rem solid #191A1B;
}
.kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__item-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  color: #191A1B;
  letter-spacing: 0.04em;
  margin: -0.4rem 0 0;
  min-width: 20rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__item-title {
    min-width: auto;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__item-trainWrapSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.6rem;
    margin-bottom: 0.4rem;
  }
}
.kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__item-trainWrapTime {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
  color: #1F82AC;
  letter-spacing: 0.04em;
  font-family: "Rajdhani", sans-serif;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__item-trainWrapTime {
    font-size: 2.2rem;
    line-height: 1;
  }
}
.kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__item-trainWrapTime .s-accessTrain__item-trainTime-arrival {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #1F82AC;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__item-trainWrapTime .s-accessTrain__item-trainTime-arrival {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__item-trainWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  min-width: 40rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__item-trainWrap {
    min-width: auto;
  }
}
.kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__item-trainWrap .s-accessTrain__item-trainWrapTimeText {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  color: #191A1B;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__item-trainWrap .s-accessTrain__item-trainWrapTimeText {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }
}
.kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__timeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__timeList {
    gap: 2.6rem;
  }
}
.kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__timeList .s-accessTrain__timeItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.4rem 1.2rem 0.6rem;
  background-color: #F3F4F4;
  border-radius: 0.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__timeList .s-accessTrain__timeItem {
    padding: 0.2rem 0.8rem 0.4rem;
  }
}
.kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__timeList .s-accessTrain__timeItem + .s-accessTrain__timeItem::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("/assets/kujyuski-service/img/common/icon-arrow-right.png") no-repeat center center/contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: -2.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__timeList .s-accessTrain__timeItem + .s-accessTrain__timeItem::before {
    left: -1.9rem;
  }
}
.kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__timeList .s-accessTrain__timeItem .s-accessTrain__timeItem-station {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__timeList .s-accessTrain__timeItem .s-accessTrain__timeItem-station {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__timeList .s-accessTrain__timeItem .s-accessTrain__timeItem-time {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__timeList .s-accessTrain__timeItem .s-accessTrain__timeItem-time {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__timeList .s-accessTrain__timeItem .s-accessTrain__timeItem-time::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 1.2rem;
  background: #BABABB;
  position: absolute;
  top: calc(50% + 0.1rem);
  left: -0.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__timeList .s-accessTrain__timeItem .s-accessTrain__timeItem-time .s-accessTrain__timeItem-time-arrival {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTrain .kujyuski-service-c-inner .s-accessTrain__list .s-accessTrain__item .s-accessTrain__timeList .s-accessTrain__timeItem .s-accessTrain__timeItem-time .s-accessTrain__timeItem-time-arrival {
    font-size: 1.4rem;
  }
}

.kujyuski-service-s-accessCar {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCar {
    padding: 0 0 6rem;
  }
}
.kujyuski-service-s-accessCar .kujyuski-service-c-inner {
  margin: 0 auto;
  padding: 0 6rem 0 38.7rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCar .kujyuski-service-c-inner {
    padding: 0 2rem;
  }
}
.kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
    margin-bottom: 3.6rem;
  }
}
.kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__titleWrap .kujyuski-service-c-sectionTitle {
  margin-bottom: 0;
}
.kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__titleWrap .s-accessCar__description {
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #191A1B;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__titleWrap .s-accessCar__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__list .s-accessCar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1.6rem 0 3.2rem 1.6rem;
  border-top: 0.1rem solid #191A1B;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__list .s-accessCar__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.6rem 0 3.2rem 0;
    gap: 1.2rem;
  }
}
.kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__list .s-accessCar__item:last-child {
  border-bottom: 0.1rem solid #191A1B;
}
.kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__list .s-accessCar__item .s-accessCar__item-carWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.6rem;
  min-width: 30.2rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__list .s-accessCar__item .s-accessCar__item-carWrap {
    min-width: auto;
  }
}
.kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__list .s-accessCar__item .s-accessCar__item-carWrap .s-accessCar__item-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  color: #191A1B;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__list .s-accessCar__item .s-accessCar__item-carWrap .s-accessCar__item-title {
    min-width: auto;
    font-size: 1.8rem;
  }
}
.kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__list .s-accessCar__item .s-accessCar__item-carWrap .s-accessCar__item-time {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #1F82AC;
  letter-spacing: 0.04em;
  font-family: "Rajdhani", sans-serif;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__list .s-accessCar__item .s-accessCar__item-carWrap .s-accessCar__item-time {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__list .s-accessCar__item .s-accessCar__timeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__list .s-accessCar__item .s-accessCar__timeList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.2rem;
    width: 100%;
  }
}
.kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__list .s-accessCar__item .s-accessCar__timeList .s-accessCar__timeItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.4rem 1.2rem 0.6rem;
  background-color: #F3F4F4;
  border-radius: 0.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__list .s-accessCar__item .s-accessCar__timeList .s-accessCar__timeItem {
    padding: 0.2rem 0.8rem 0.4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
.kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__list .s-accessCar__item .s-accessCar__timeList .s-accessCar__timeItem + .s-accessCar__timeItem::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("/assets/kujyuski-service/img/common/icon-arrow-right.png") no-repeat center center/contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: -2.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__list .s-accessCar__item .s-accessCar__timeList .s-accessCar__timeItem + .s-accessCar__timeItem::before {
    background: url("/assets/kujyuski-service/img/common/icon-arrow-bottom.png") no-repeat center center/contain;
    top: -1.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__list .s-accessCar__item .s-accessCar__timeList .s-accessCar__timeItem .s-accessCar__timeItem-station {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessCar .kujyuski-service-c-inner .s-accessCar__list .s-accessCar__item .s-accessCar__timeList .s-accessCar__timeItem .s-accessCar__timeItem-station {
    font-size: 1.4rem;
  }
}

.kujyuski-service-s-accessTop {
  padding: 0 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTop {
    padding: 3.6rem 0 6rem 0;
  }
}
.kujyuski-service-s-accessTop .kujyuski-service-c-inner {
  padding: 0 0 0 38.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTop .kujyuski-service-c-inner {
    padding: 0;
  }
}
.kujyuski-service-s-accessTop .s-accessTop__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTop .s-accessTop__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.6rem;
  }
}
.kujyuski-service-s-accessTop .s-accessTop__content .s-accessTop__titleWrap {
  width: 27.6rem;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTop .s-accessTop__content .s-accessTop__titleWrap {
    margin-right: auto;
    padding: 0 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTop .s-accessTop__content .s-accessTop__titleWrap .kujyuski-service-c-sectionTitle {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTop .s-accessTop__content .s-accessTop__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleImage {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.kujyuski-service-s-accessTop .s-accessTop__content .s-accessTop__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleJa {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTop .s-accessTop__content .s-accessTop__titleWrap .kujyuski-service-c-sectionTitle .c-sectionTitle__titleJa {
    font-size: 1.3rem;
  }
}
.kujyuski-service-s-accessTop .s-accessTop__content .s-accessTop__titleWrap .s-accessTop__description {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTop .s-accessTop__content .s-accessTop__titleWrap .s-accessTop__description {
    font-size: 1.4rem;
  }
}
.kujyuski-service-s-accessTop .s-accessTop__content .s-accessTop__imageWrap {
  width: calc(100% - 27.6rem - 8.4rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTop .s-accessTop__content .s-accessTop__imageWrap {
    min-width: calc(100% - 2rem);
    width: calc(100% - 2rem);
    margin-left: 2rem;
    height: 23.6rem;
  }
}
.kujyuski-service-s-accessTop .s-accessTop__content .s-accessTop__imageWrap .s-accessTop__imageInner {
  width: 100%;
  position: relative;
  padding-bottom: 66.3788%;
  overflow: hidden;
  height: 0;
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTop .s-accessTop__content .s-accessTop__imageWrap .s-accessTop__imageInner {
    padding-bottom: 0;
    height: 23.6rem;
    overflow: visible;
  }
}
.kujyuski-service-s-accessTop .s-accessTop__content .s-accessTop__imageWrap iframe {
  border-radius: 1.2rem 0 0 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (max-width: 767px) {
  .kujyuski-service-s-accessTop .s-accessTop__content .s-accessTop__imageWrap iframe {
    border-radius: 1rem 0 0 1rem;
    -o-object-fit: fill;
    object-fit: fill;
  }
}