/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./theme/src/scss/app.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
}

html {
  overflow-x: clip;
  scroll-padding-top: 85px;
  scroll-behavior: smooth;
}
@media (min-width: 1000px) {
  html {
    scroll-padding-top: 156px;
  }
}

body {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fafafa;
  background-image: url("../../src/img/noise-bg.webp");
  background-repeat: repeat;
  background-size: 100px 100px;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

.l-inner--1320 {
  width: min(100% - 32px, 1320px);
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .l-inner--1320 {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: clamp(60px, 5.74vw, 147px);
  }
}

.l-inner--1200 {
  width: min(90vw, 1200px);
  margin-inline: auto;
}

.l-inner--600 {
  width: min(100%, 600px);
  margin-inline: auto;
}

.sp-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-hidden {
    display: revert;
  }
}

@media screen and (min-width: 768px) {
  .pc-hidden {
    display: none !important;
  }
}

@media (min-width: 617px) {
  .s-616 {
    display: none;
  }
}

[class*=__bars],
[class*=-bars] {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
  height: auto !important;
}
[class*=__bars]::before, [class*=__bars]::after,
[class*=-bars]::before,
[class*=-bars]::after {
  top: 0 !important;
  bottom: 0 !important;
  height: auto !important;
}

.s-section-title__main--light {
  color: #ea1212;
  font-family: "Cormorant Garamond", serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .s-section-title__main--light {
    font-size: 60px;
  }
}

.pointer-pulse {
  vertical-align: middle;
}

.c-card {
  background: #eee;
  border-radius: 5px;
  padding: 20px 16px 28px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .c-card {
    padding: 28px 27px 40px;
    margin-bottom: 30px;
  }
}

.c-card__title {
  position: relative;
  padding-left: 14px;
  font-family: "Zen Old Mincho", serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 16px;
}
@media screen and (min-width: 768px) {
  .c-card__title {
    padding-left: 16px;
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.c-card__title::before,
.c-card__title::after {
  content: "";
  position: absolute;
  top: 0.2em;
  -webkit-transform: none;
          transform: none;
  width: 3px;
  height: 22px;
  background: #ea1212;
}
@media screen and (min-width: 768px) {
  .c-card__title::before,
  .c-card__title::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.c-card__title::before {
  left: 0;
}

.c-card__title::after {
  left: 5px;
}

.c-card__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-card__cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}

.c-card__col-img {
  width: 100%;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .c-card__col-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 239px;
            flex: 0 0 239px;
    width: auto;
  }
}

.c-card__col-img,
.c-card__col-img > *,
.c-card__col-img figure,
.c-card__col-img .wp-block-image {
  margin: 0;
}

.c-card__col-img img,
.c-card__col-img figure img,
.c-card__col-img .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  background: #3c3c3c;
}

.c-card__col-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-card__sub {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 6px;
}
@media screen and (min-width: 768px) {
  .c-card__sub {
    padding-left: 40px;
    font-size: 17px;
    line-height: 2;
  }
}

.c-card__sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95em;
  width: 24px;
  height: 3px;
  background: #ea1212;
}
@media screen and (min-width: 768px) {
  .c-card__sub::before {
    width: 30px;
  }
}

.c-card p {
  font-size: 13px;
  line-height: 1.85;
  color: #353535;
  margin: 0 0 14px;
}
@media screen and (min-width: 768px) {
  .c-card p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 16px;
  }
}

.c-card a {
  color: #ea1212;
  text-decoration: underline;
}

.c-url-card {
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  padding: 18px;
}
@media screen and (min-width: 768px) {
  .c-url-card {
    padding: 28px;
  }
}

.c-url-card .c-url-card__cols {
  display: grid;
  grid-template-columns: 45% 1fr;
  grid-template-areas: "img title" "body body";
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  row-gap: 18px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-url-card .c-url-card__cols {
    grid-template-areas: "img title" "img body";
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 12px;
  }
}

.c-url-card__col-img {
  grid-area: img;
}

.c-url-card__col-body {
  display: contents;
}

.c-url-card__title {
  grid-area: title;
}

.c-url-card__desc {
  grid-area: body;
}

.c-url-card .c-url-card__cols:not(:has(.c-url-card__col-img img)) {
  grid-template-columns: 1fr;
  grid-template-areas: "title" "body";
}
@media screen and (min-width: 768px) {
  .c-url-card .c-url-card__cols:not(:has(.c-url-card__col-img img)) {
    grid-template-columns: 1fr;
  }
}
.c-url-card .c-url-card__cols:not(:has(.c-url-card__col-img img)) .c-url-card__col-img {
  display: none;
}

.c-url-card__col-img,
.c-url-card__col-img > *,
.c-url-card__col-img figure,
.c-url-card__col-img .wp-block-image {
  margin: 0;
}

.c-url-card__col-img img,
.c-url-card__col-img figure img,
.c-url-card__col-img .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  background: #3c3c3c;
}

.c-card figcaption,
.c-card .wp-block-image figcaption,
.c-url-card figcaption,
.c-url-card .wp-block-image figcaption {
  display: none;
}

.c-url-card__col-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-url-card__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.42;
  margin: 0 0 12px;
}

.c-url-card__title a {
  color: #2388d4;
  font-family: "Noto Sans JP";
  font-size: 17.21px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.5px;
}

.c-url-card__title a:hover {
  text-decoration: underline;
}

.c-url-card__desc {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.77;
  color: #535353;
  margin: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.l-grid-lines {
  --grid-inner: rgba(0, 0, 0, 0.08);
  --grid-outer: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(90vw, 1200px);
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(to right, var(--grid-inner) 1px, transparent 1px), linear-gradient(to right, var(--grid-inner) 1px, transparent 1px), linear-gradient(to right, var(--grid-inner) 1px, transparent 1px), linear-gradient(to right, var(--grid-inner) 1px, transparent 1px), linear-gradient(to right, var(--grid-inner) 1px, transparent 1px);
  background-size: 1px 100%;
  background-position: 0% 0, 25% 0, 50% 0, 75% 0, 100% 0;
  background-repeat: no-repeat;
}
.l-grid-lines::before, .l-grid-lines::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc((100vw - 1200px) / 2);
  background-repeat: repeat-x;
}
.l-grid-lines::before {
  right: 100%;
  background-position: right top;
  background-image: repeating-linear-gradient(to left, transparent 0px, transparent 299px, var(--grid-outer) 299px, var(--grid-outer) 300px);
}
.l-grid-lines::after {
  left: 100%;
  background-image: repeating-linear-gradient(to right, transparent 0px, transparent 299px, var(--grid-outer) 299px, var(--grid-outer) 300px);
}

.l-grid-lines--header-area {
  --grid-inner: rgba(0, 0, 0, 0.1);
  --grid-outer: rgba(0, 0, 0, 0.06);
  top: 0;
  height: 118px;
  bottom: auto;
}
@media screen and (min-width: 1000px) {
  .l-grid-lines--header-area {
    height: 156px;
  }
}

.l-grid-lines--outer {
  --grid-inner: rgba(0, 0, 0, 0.13);
  background-image: linear-gradient(to right, var(--grid-inner) 1px, transparent 1px), linear-gradient(to right, var(--grid-inner) 1px, transparent 1px);
  background-size: 1px 100%;
  background-position: 0% 0, 100% 0;
}

.l-grid-lines--light {
  --grid-inner: rgba(255, 255, 255, 0.1);
  --grid-outer: rgba(255, 255, 255, 0.06);
}

.l-grid-lines--loading {
  --grid-inner: rgba(0, 0, 0, 0.08);
  --grid-outer: rgba(0, 0, 0, 0.06);
}

.l-grid-lines--no-75 {
  background-image: linear-gradient(to right, var(--grid-inner) 1px, transparent 1px), linear-gradient(to right, var(--grid-inner) 1px, transparent 1px), linear-gradient(to right, var(--grid-inner) 1px, transparent 1px), linear-gradient(to right, var(--grid-inner) 1px, transparent 1px);
  background-size: 1px 100%;
  background-position: 0% 0, 25% 0, 50% 0, 100% 0;
}

.s-section-title__main--dark {
  color: #c72727;
  font-family: "Cormorant Garamond", serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .s-section-title__main--dark {
    font-size: 60px;
  }
}

.s-section-title__main--adaptive {
  color: #ea1212;
  font-family: "Cormorant Garamond", serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .s-section-title__main--adaptive {
    color: #c72727;
    font-size: 60px;
  }
}

.c-btn {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 14px 44px 14px 42px;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.45;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  background: transparent;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .c-btn {
    padding: 16px 50px 16px 48px;
    font-size: 14px;
  }
}

.c-btn--sm {
  padding: 10px 44px 10px 42px;
}
@media screen and (min-width: 1000px) {
  .c-btn--sm {
    padding: 14px 50px 14px 48px;
  }
}

.c-btn--trailing {
  padding: 14px 44px 14px 14px;
}
@media screen and (min-width: 1000px) {
  .c-btn--trailing {
    padding: 16px 50px 16px 20px;
  }
}

.c-btn--trailing .c-btn__pulse {
  left: auto;
  right: 14px;
}
@media screen and (min-width: 1000px) {
  .c-btn--trailing .c-btn__pulse {
    right: 20px;
  }
}

@media (hover: hover) {
  .c-btn.c-btn--trailing:hover .c-btn__label {
    translate: 0 0;
  }
}
.c-btn__pulse,
.c-btn__arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  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;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.c-btn__pulse {
  left: 14px;
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .c-btn__pulse {
    left: 20px;
  }
}

.c-btn__arrow {
  right: 14px;
  opacity: 0;
}
@media screen and (min-width: 1000px) {
  .c-btn__arrow {
    right: 20px;
  }
}

.c-btn__pulse svg,
.c-btn__arrow svg {
  display: block;
}

.c-btn__label {
  position: relative;
  z-index: 1;
  -webkit-transition: translate 0.5s cubic-bezier(0.33, 0.01, 0.27, 1);
  transition: translate 0.5s cubic-bezier(0.33, 0.01, 0.27, 1);
}

@media (hover: hover) {
  .c-btn:hover .c-btn__pulse {
    opacity: 0;
  }
  .c-btn:hover .c-btn__label {
    translate: -24px 0;
  }
  .c-btn:hover .c-btn__arrow {
    opacity: 1;
  }
}
@media screen and (hover: hover) and (min-width: 1000px) {
  .c-btn:hover .c-btn__label {
    translate: -24px 0;
  }
}
.c-btn__arrow .pointer-pulse circle[fill-opacity="0"] {
  display: none;
}

.c-btn--strong {
  background: linear-gradient(237.87deg, #f86036 2.81%, #d41c1f 69.94%);
}

.c-btn-back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 9px 17px;
  border: 1px solid #939393;
  border-radius: 6px;
  background: transparent;
  color: #000;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.c-btn-back__label {
  white-space: nowrap;
}

.c-btn-back__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}

.c-btn-back__icon svg {
  width: 100%;
  height: 100%;
}

.c-btn-back:hover {
  background: rgba(234, 18, 18, 0.04);
  border-color: #ea1212;
}

[data-fadein] {
  --fadein-delay: 0s;
  --fadein-duration: 0.6s;
}

[data-fadein=A] {
  opacity: 0;
  -webkit-transition: opacity var(--fadein-duration) ease-out var(--fadein-delay);
  transition: opacity var(--fadein-duration) ease-out var(--fadein-delay);
}
[data-fadein=A].is-visible {
  opacity: 1;
}

[data-fadein=A][data-fadein-from=up] {
  translate: 0 30px;
  -webkit-transition: opacity var(--fadein-duration) ease-out var(--fadein-delay), translate var(--fadein-duration) ease-out var(--fadein-delay);
  transition: opacity var(--fadein-duration) ease-out var(--fadein-delay), translate var(--fadein-duration) ease-out var(--fadein-delay);
}
[data-fadein=A][data-fadein-from=up].is-visible {
  translate: 0 0;
}

[data-fadein=C] {
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  will-change: opacity, filter;
  -webkit-transition: opacity var(--fadein-duration) ease-out var(--fadein-delay), -webkit-filter var(--fadein-duration) ease-out var(--fadein-delay);
  transition: opacity var(--fadein-duration) ease-out var(--fadein-delay), -webkit-filter var(--fadein-duration) ease-out var(--fadein-delay);
  transition: opacity var(--fadein-duration) ease-out var(--fadein-delay), filter var(--fadein-duration) ease-out var(--fadein-delay);
  transition: opacity var(--fadein-duration) ease-out var(--fadein-delay), filter var(--fadein-duration) ease-out var(--fadein-delay), -webkit-filter var(--fadein-duration) ease-out var(--fadein-delay);
}
[data-fadein=C].is-visible {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

[data-fadein=B] .fadein-line-wrap {
  display: block;
  overflow: hidden;
  padding-bottom: 0.2em;
  margin-bottom: -0.2em;
}
[data-fadein=B] .fadein-line {
  display: inline-block;
  translate: 0 calc(100% + 0.2em);
  -webkit-transition: translate 1.4s cubic-bezier(0.15, 0.85, 0.3, 1);
  transition: translate 1.4s cubic-bezier(0.15, 0.85, 0.3, 1);
}
[data-fadein=B].is-visible .fadein-line {
  translate: 0 0;
}

[data-fadein=B][data-fadein-from=left] .fadein-line-wrap {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-right: 0.2em;
  margin-right: -0.2em;
}
[data-fadein=B][data-fadein-from=left] .fadein-line {
  translate: calc(-100% - 0.2em) 0;
}
[data-fadein=B][data-fadein-from=left].is-visible .fadein-line {
  translate: 0 0;
}

.swiper-slide[data-fadein] {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  translate: none;
}

.t-default {
  position: relative;
}

.t-default__main {
  position: relative;
  z-index: 1;
  min-height: 60vh;
}

.wp-block-table tr td:first-child {
  font-weight: bold;
  background: #f5f5f5;
}

.wp-block-buttons {
  margin: 32px 0;
}

.wp-block-button {
  margin: 0;
}

.wp-block-button .wp-block-button__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 246px;
  min-height: 49px;
  padding: 14px 14px 14px 36px;
  border: 0;
  border-radius: 6px;
  background: #000 !important;
  color: #fff !important;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  -webkit-transition: -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
  transition: filter 0.3s ease, transform 0.3s ease;
  transition: filter 0.3s ease, transform 0.3s ease, -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .wp-block-button .wp-block-button__link {
    background: linear-gradient(221.36deg, #f86036 2.81%, #d41c1f 69.94%) !important;
  }
}

.wp-block-button .wp-block-button__link::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8' cy='8' r='3' fill='%23ffffff' fill-opacity='0'%3E%3Canimate attributeName='r' values='3;8;8' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='fill-opacity' values='0.7;0;0' dur='2s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='8' cy='8' r='2.86' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat center/contain;
}

.wp-block-button .wp-block-button__link:hover {
  -webkit-filter: brightness(1.06);
          filter: brightness(1.06);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  color: #fff !important;
}

.s-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 2400px;
  margin: 0 auto;
  z-index: 200;
  padding-top: 22px;
}
@media screen and (min-width: 1000px) {
  .s-header {
    padding-top: 45px;
  }
}
.s-header + * {
  padding-top: 118px;
}
@media screen and (min-width: 1000px) {
  .s-header + * {
    padding-top: 156px;
  }
}

:is(#page-page-rat-extermination,
#page-page-cockroach-extermination,
#page-page-for-business,
#page-page-for-customers,
#page-page-service,
#page-page-company,
#page-page-recruit,
#page-page-philosophy) .s-header + * {
  padding-top: 83px;
}
@media screen and (min-width: 768px) {
  :is(#page-page-rat-extermination,
  #page-page-cockroach-extermination,
  #page-page-for-business,
  #page-page-for-customers,
  #page-page-service,
  #page-page-company,
  #page-page-recruit,
  #page-page-philosophy) .s-header + * {
    padding-top: 126px;
  }
}

.s-header__inner {
  padding: 0 17px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .s-header__inner {
    padding: 0 60px;
  }
}

.s-header__grid {
  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 (min-width: 1300px) {
  .s-header__grid {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.s-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 4px;
  position: relative;
}
.s-header__logo .s-header__logo-default,
.s-header__logo .s-header__logo-white,
.s-header__logo .s-header__logo-contact {
  display: block;
  width: 105px;
  height: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .s-header__logo .s-header__logo-default,
  .s-header__logo .s-header__logo-white,
  .s-header__logo .s-header__logo-contact {
    width: 137px;
  }
}
.s-header__logo .s-header__logo-white,
.s-header__logo .s-header__logo-contact {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.s-header__logo.is-inverted .s-header__logo-default {
  opacity: 0;
}
.s-header__logo.is-inverted .s-header__logo-white {
  opacity: 1;
}
.s-header__logo.is-contact-inverted .s-header__logo-default {
  opacity: 0;
}
.s-header__logo.is-contact-inverted .s-header__logo-contact {
  opacity: 1;
}

body.is-drawer-open .s-header__logo .s-header__logo-default {
  opacity: 0;
}
body.is-drawer-open .s-header__logo .s-header__logo-white {
  opacity: 1;
}

.s-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
@media screen and (min-width: 1300px) {
  .s-header__right {
    grid-column: 2;
    justify-self: end;
  }
}

.s-header__nav {
  display: none;
}
@media screen and (min-width: 1300px) {
  .s-header__nav {
    display: block;
  }
}
.s-header__nav > ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 18px 32px;
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  background: #f6f6f6;
}
.s-header__nav > ul > li {
  margin: 0;
}
.s-header__nav > ul > li > a,
.s-header__nav > ul > li > .s-header__nav-trigger {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}
.s-header__nav > ul > li > .s-header__nav-trigger {
  cursor: pointer;
}

.s-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
@media screen and (min-width: 1300px) {
  .s-header__actions {
    margin-left: 0;
  }
}

.s-header__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 0 16px;
  height: 41px;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .s-header__btn {
    height: 49px;
    font-size: 14px;
  }
}
.s-header__btn--contract {
  display: none;
  background: #000;
}
@media screen and (min-width: 768px) {
  .s-header__btn--contract {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.s-header__btn--contract::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(237.87deg, #f86036 2.81%, #d41c1f 69.94%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.s-header__btn--contract:hover::before {
  opacity: 1;
}
.s-header__btn--estimate {
  background: linear-gradient(237.87deg, #f86036 2.81%, #d41c1f 69.94%);
}
.s-header__btn--estimate:hover {
  opacity: 0.85;
}

.s-header__btn-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.s-header__actions .c-btn {
  padding: 10px 16px 10px 46px;
}
@media screen and (min-width: 1000px) {
  .s-header__actions .c-btn {
    padding: 14px 16px 14px 46px;
  }
}

.s-header__actions .c-btn .c-btn__pulse {
  left: 16px;
}

.s-header__actions .c-btn .c-btn__arrow {
  right: 16px;
}

.s-header__actions .c-btn:hover .c-btn__label {
  translate: -24px 0;
}

.s-header__hamburger {
  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;
  gap: 5px;
  width: 62px;
  height: 41px;
  padding: 0 19px;
  border: none;
  border-radius: 6px;
  background: #000;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1300px) {
  .s-header__hamburger {
    display: none;
  }
}

.s-header__hamburger-line {
  display: block;
  width: 24px;
  height: 1px;
  border-radius: 4px;
  background: #fff;
  position: relative;
}

.s-header__hamburger-line:nth-child(2)::before,
.s-header__hamburger-line:nth-child(2)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 4px;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.s-header__hamburger.is-active .s-header__hamburger-line:nth-child(1),
.s-header__hamburger.is-active .s-header__hamburger-line:nth-child(3) {
  -webkit-animation: hb-line-outer-open 0.4s ease forwards;
          animation: hb-line-outer-open 0.4s ease forwards;
}

.s-header__hamburger.is-active .s-header__hamburger-line:nth-child(2) {
  -webkit-animation: hb-line-middle-open 0.4s ease forwards;
          animation: hb-line-middle-open 0.4s ease forwards;
}

.s-header__hamburger.is-active .s-header__hamburger-line:nth-child(2)::before {
  -webkit-animation: hb-line-middle-before-open 0.4s ease forwards;
          animation: hb-line-middle-before-open 0.4s ease forwards;
}

.s-header__hamburger.is-active .s-header__hamburger-line:nth-child(2)::after {
  -webkit-animation: hb-line-middle-after-open 0.4s ease forwards;
          animation: hb-line-middle-after-open 0.4s ease forwards;
}

.s-header__hamburger.is-initialized:not(.is-active) .s-header__hamburger-line:nth-child(1),
.s-header__hamburger.is-initialized:not(.is-active) .s-header__hamburger-line:nth-child(3) {
  -webkit-animation: hb-line-outer-close 0.4s ease forwards;
          animation: hb-line-outer-close 0.4s ease forwards;
}

.s-header__hamburger.is-initialized:not(.is-active) .s-header__hamburger-line:nth-child(2) {
  -webkit-animation: hb-line-middle-close 0.4s ease forwards;
          animation: hb-line-middle-close 0.4s ease forwards;
}

.s-header__hamburger.is-initialized:not(.is-active) .s-header__hamburger-line:nth-child(2)::before {
  -webkit-animation: hb-line-middle-before-close 0.4s ease forwards;
          animation: hb-line-middle-before-close 0.4s ease forwards;
}

.s-header__hamburger.is-initialized:not(.is-active) .s-header__hamburger-line:nth-child(2)::after {
  -webkit-animation: hb-line-middle-after-close 0.4s ease forwards;
          animation: hb-line-middle-after-close 0.4s ease forwards;
}

@-webkit-keyframes hb-line-outer-open {
  0% {
    scale: 1 1;
  }
  50%, 100% {
    scale: 0 1;
  }
}

@keyframes hb-line-outer-open {
  0% {
    scale: 1 1;
  }
  50%, 100% {
    scale: 0 1;
  }
}
@-webkit-keyframes hb-line-outer-close {
  0%, 50% {
    scale: 0 1;
  }
  100% {
    scale: 1 1;
  }
}
@keyframes hb-line-outer-close {
  0%, 50% {
    scale: 0 1;
  }
  100% {
    scale: 1 1;
  }
}
@-webkit-keyframes hb-line-middle-open {
  0%, 50% {
    background-color: #fff;
  }
  51%, 100% {
    background-color: transparent;
  }
}
@keyframes hb-line-middle-open {
  0%, 50% {
    background-color: #fff;
  }
  51%, 100% {
    background-color: transparent;
  }
}
@-webkit-keyframes hb-line-middle-close {
  0%, 49% {
    background-color: transparent;
  }
  50%, 100% {
    background-color: #fff;
  }
}
@keyframes hb-line-middle-close {
  0%, 49% {
    background-color: transparent;
  }
  50%, 100% {
    background-color: #fff;
  }
}
@-webkit-keyframes hb-line-middle-before-open {
  0%, 50% {
    opacity: 0;
    rotate: 0deg;
  }
  100% {
    opacity: 1;
    rotate: 30deg;
  }
}
@keyframes hb-line-middle-before-open {
  0%, 50% {
    opacity: 0;
    rotate: 0deg;
  }
  100% {
    opacity: 1;
    rotate: 30deg;
  }
}
@-webkit-keyframes hb-line-middle-before-close {
  0% {
    opacity: 1;
    rotate: 30deg;
  }
  50%, 100% {
    opacity: 0;
    rotate: 0deg;
  }
}
@keyframes hb-line-middle-before-close {
  0% {
    opacity: 1;
    rotate: 30deg;
  }
  50%, 100% {
    opacity: 0;
    rotate: 0deg;
  }
}
@-webkit-keyframes hb-line-middle-after-open {
  0%, 50% {
    opacity: 0;
    rotate: 0deg;
  }
  100% {
    opacity: 1;
    rotate: -30deg;
  }
}
@keyframes hb-line-middle-after-open {
  0%, 50% {
    opacity: 0;
    rotate: 0deg;
  }
  100% {
    opacity: 1;
    rotate: -30deg;
  }
}
@-webkit-keyframes hb-line-middle-after-close {
  0% {
    opacity: 1;
    rotate: -30deg;
  }
  50%, 100% {
    opacity: 0;
    rotate: 0deg;
  }
}
@keyframes hb-line-middle-after-close {
  0% {
    opacity: 1;
    rotate: -30deg;
  }
  50%, 100% {
    opacity: 0;
    rotate: 0deg;
  }
}
.s-header__nav > ul > li {
  position: relative;
}
.s-header__nav > ul > li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 1px;
  background: #e41317;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -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;
}
.s-header__nav > ul > li:hover::after, .s-header__nav > ul > li.is-current::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.s-header__nav-item--has-megamenu {
  position: relative;
}
.s-header__nav-item--has-megamenu:hover > .s-megamenu, .s-header__nav-item--has-megamenu:focus-within:has(:focus-visible) > .s-megamenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
}

.s-megamenu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-8px);
          transform: translateX(-50%) translateY(-8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #f6f6f6;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 32px 23px 24px 49px;
  z-index: 100;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.s-megamenu::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  height: 38px;
}

.s-megamenu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.s-megamenu__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
  width: 399px;
}

.s-megamenu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.s-megamenu__head:hover {
  opacity: 0.7;
}

.s-megamenu__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  line-height: 40px;
  color: #000;
  margin: 0;
}

.s-megamenu__head-link {
  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;
  width: 20px;
  height: 20px;
  background: #e41317;
  color: #fff;
  border-radius: 10px;
  margin-left: 13px;
  -ms-flex-item-align: center;
      align-self: center;
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.s-megamenu__head-icon {
  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;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  margin-left: 14px;
}
.s-megamenu__head-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e41317;
  -webkit-transform: translate(-50%, -50%) scale(0.375);
          transform: translate(-50%, -50%) scale(0.375);
  opacity: 0.7;
  display: none;
  pointer-events: none;
  z-index: 0;
}
.s-megamenu__head-icon img {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.s-megamenu__head {
  display: block;
}
.s-megamenu__head .s-megamenu__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.s-megamenu__head::after {
  content: "";
  display: block;
  height: 1px;
  background: #d1d1d1;
  margin-top: 26px;
}

.s-megamenu__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.s-megamenu__card {
  position: relative;
  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: 195px;
  height: 178px;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.s-megamenu__card-img {
  position: absolute;
  max-width: none;
}

.s-megamenu__card--corporate .s-megamenu__card-img,
.s-megamenu__card--personal .s-megamenu__card-img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.s-megamenu--company {
  padding: 44px 33px 33px 46px;
}

.s-megamenu--company .s-megamenu__inner {
  gap: 41px;
}

.s-megamenu--company .s-megamenu__left {
  width: 412px;
}

.s-megamenu--company .s-megamenu__cards {
  gap: 24px;
}

.s-megamenu__card--dark {
  background: #3c3c3c;
  width: 194px;
}

.s-megamenu__card--dark .s-megamenu__card-img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.s-megamenu__card--dark:hover .s-megamenu__card-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.s-megamenu__card--dark .s-megamenu__card-label {
  color: #fff;
}

.s-megamenu--recruit {
  padding: 35px 38px;
}

.s-megamenu--recruit .s-megamenu__inner {
  gap: 48px;
}

.s-megamenu--recruit .s-megamenu__left {
  width: 194px;
}

.s-megamenu__card--recruit {
  width: 194px;
}

.s-megamenu__card--recruit .s-megamenu__card-img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.s-megamenu__card--recruit:hover .s-megamenu__card-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.s-megamenu__card-label {
  position: relative;
  z-index: 1;
  font-family: "Zen Old Mincho", serif;
  font-size: 18.827px;
  line-height: 29.469px;
  color: #fff;
  white-space: nowrap;
}

.s-megamenu__right {
  width: 317px;
  padding: 10px 10px 10px 48px;
  border-left: 1px solid #d1d1d1;
}

.s-megamenu__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: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 249px;
  border: none;
}

.s-megamenu__list-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: 100%;
}
.s-megamenu__list-item::after {
  content: "";
  display: block;
  height: 1px;
  background: #d1d1d1;
  margin-top: 8px;
}
.s-megamenu__list-item:last-child::after {
  display: none;
}

.s-megamenu__list-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;
  gap: 16px;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  line-height: 40px;
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.s-megamenu__list-link:hover {
  opacity: 0.7;
}

.s-megamenu__list-icon {
  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;
  width: 20px;
  height: 20px;
  color: #000;
  font-size: 14px;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.s-megamenu__list-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #939393;
  -webkit-transform: translate(-50%, -50%) scale(0.375);
          transform: translate(-50%, -50%) scale(0.375);
  opacity: 0.7;
  display: none;
  pointer-events: none;
  z-index: 0;
}
.s-megamenu__list-icon img {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

@-webkit-keyframes megamenu-icon-pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.375);
            transform: translate(-50%, -50%) scale(0.375);
    opacity: 0.7;
  }
  70%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@keyframes megamenu-icon-pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.375);
            transform: translate(-50%, -50%) scale(0.375);
    opacity: 0.7;
  }
  70%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.s-header__backdrop {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(230, 230, 230, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: -1;
}

.s-header:has(.s-header__nav-item--has-megamenu:hover) .s-header__backdrop,
.s-header:has(.s-header__nav-item--has-megamenu:focus-within) .s-header__backdrop {
  opacity: 1;
  visibility: visible;
}

.s-footer {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-block: 70px;
}
.s-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #111111;
  z-index: -1;
}
.s-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='3.0' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.35;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .s-footer {
    padding-block: 154px 167px;
  }
}

.s-footer__inner {
  position: relative;
  z-index: 2;
  width: min(90vw, 1200px);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .s-footer__inner {
    display: grid;
    /* autoprefixer: ignore next */
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    row-gap: 60px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.s-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
}
@media screen and (min-width: 768px) {
  .s-footer__top {
    grid-column: 1/-1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 28px;
  }
}

.s-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .s-footer__left {
    display: block;
    gap: 16px;
  }
}

.s-footer__logo img {
  width: 145px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .s-footer__logo img {
    width: 100%;
  }
}

.s-footer__catch {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .s-footer__catch {
    margin-top: 27px;
    font-size: 28px;
    line-height: 40px;
  }
}

.s-footer__nav {
  display: grid;
  /* autoprefixer: ignore next */
  grid-template-columns: 1fr;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 5px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .s-footer__nav {
    /* autoprefixer: ignore next */
    grid-template-columns: repeat(auto-fit, minmax(212px, 1fr));
    max-width: 900px;
    margin-left: auto;
    gap: 16px;
  }
}

.s-footer__nav-top-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;
  background: #262626;
  border-radius: 4px;
  padding: 20px 18px;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.s-footer__nav-top-link img {
  width: 8px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  .s-footer__nav-top-link {
    display: none;
  }
}

.s-footer__nav-col {
  background: #262626;
  border-radius: 4px;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .s-footer__nav-col {
    padding: 30px 28px;
  }
}

.s-footer__nav-title {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16.271px;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
  padding: 0 8px;
}
.s-footer__nav-title::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  color: #a6a6a6;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.s-footer__nav-title[aria-expanded=true]::after {
  content: "−";
}
@media screen and (min-width: 768px) {
  .s-footer__nav-title {
    cursor: default;
    pointer-events: none;
    border-bottom: 1px solid #444;
    padding-bottom: 18px;
    margin-bottom: 16px;
  }
  .s-footer__nav-title::after {
    display: none;
  }
}

.s-footer__nav-list-wrap {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s ease-in-out;
  transition: max-height 0.35s ease-in-out;
}
@media screen and (min-width: 768px) {
  .s-footer__nav-list-wrap {
    max-height: none;
    overflow: visible;
  }
}

.s-footer__nav-list {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #212121;
  gap: 8px;
  border-radius: 4px;
  padding: 20px 16px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .s-footer__nav-list {
    margin-top: 0;
    padding: 0;
    background-color: transparent;
  }
}

.s-footer__nav-item {
  line-height: 0;
}

.s-footer__nav-link {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23.593px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.s-footer__nav-link::before {
  content: "・";
  color: #e41317;
  display: inline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .s-footer__nav-link::before {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .s-footer__nav-link:hover {
    color: #e41317;
  }
  .s-footer__nav-link:hover::before {
    color: #e41317;
  }
}

.s-footer__sub-nav {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  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-color: #262626;
  border-radius: 4px;
  margin-top: -12px;
}
.s-footer__sub-nav li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
@media screen and (min-width: 768px) {
  .s-footer__sub-nav {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    justify-self: end;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    gap: 24px;
    -webkit-transform: translateY(22px);
            transform: translateY(22px);
    margin-top: 0;
  }
  .s-footer__sub-nav li + li {
    border-left: none;
  }
}

.s-footer__sub-nav-link {
  position: relative;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  font-size: 13px;
  padding: 0 16px;
}
.s-footer__sub-nav-link::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -2px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.s-footer__sub-nav-link:hover::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .s-footer__sub-nav-link {
    font-size: 15px;
    padding: 0;
  }
  .s-footer__sub-nav-link::after {
    left: 0;
    right: 0;
  }
}

.s-footer__cta {
  display: grid;
  /* autoprefixer: ignore next */
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media screen and (min-width: 768px) {
  .s-footer__cta {
    grid-column: 2;
    grid-row: 3;
    align-self: end;
    justify-self: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: none;
    padding-top: 0;
  }
}

.s-footer__cta-btn {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 8px;
  border-radius: 6px;
  padding: 16px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .s-footer__cta-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.s-footer__cta-btn img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.s-footer__cta-btn:hover {
  opacity: 0.8;
}

.s-footer__cta-btn--gray {
  background: linear-gradient(237.87deg, #525252 2.81%, #646464 69.94%);
  position: relative;
}

.s-footer__cta-btn--red {
  background: linear-gradient(237.87deg, #f86036 2.81%, #d41c1f 69.94%);
}

.s-footer__cta-btn--gray::before,
.s-footer__cta-btn--black::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(237.87deg, #f86036 2.81%, #d41c1f 69.94%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.s-footer__cta-btn--gray:hover::before,
.s-footer__cta-btn--black:hover::before {
  opacity: 1;
}

.s-footer__cta .c-btn {
  padding: 16px 32px;
  font-size: 14px;
}

.s-footer__cta .c-btn .c-btn__pulse {
  left: 8px;
}

.s-footer__cta .c-btn .c-btn__arrow {
  right: 8px;
}

.s-footer__cta .c-btn:hover .c-btn__label {
  translate: -14px 0;
}

.s-footer__cta-btn--black {
  background: #000;
  position: relative;
  grid-column: 1/-1;
}
@media screen and (min-width: 768px) {
  .s-footer__cta-btn--black {
    grid-column: auto;
  }
}

.s-footer__address-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: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media screen and (min-width: 768px) {
  .s-footer__address-list {
    grid-column: 1;
    grid-row: 2;
    border-top: none;
    padding-top: 0;
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
    gap: 10px;
  }
}

.s-footer__address-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: 4px;
}
@media screen and (min-width: 768px) {
  .s-footer__address-item {
    -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;
    gap: 16px;
  }
}

.s-footer__address-label {
  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;
  background: #000;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  width: 84px;
  height: 19px;
  border-radius: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .s-footer__address-label {
    font-size: 15px;
    width: 99px;
    height: 23px;
  }
}

.s-footer__address-text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .s-footer__address-text {
    font-size: 13px;
    line-height: 24px;
  }
}

.s-footer__bottom {
  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-top: -40px;
}
@media screen and (min-width: 768px) {
  .s-footer__bottom {
    grid-column: 1;
    grid-row: 3;
    align-self: end;
    margin-top: 0;
  }
}

.s-footer__legal {
  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: 4px;
}
@media screen and (min-width: 768px) {
  .s-footer__legal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 24px;
  }
}

.s-footer__copy,
.s-footer__privacy {
  margin: 0;
  color: #9f9f9f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .s-footer__copy,
  .s-footer__privacy {
    font-size: 13px;
    line-height: 30px;
  }
}

.s-footer__privacy {
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.s-footer__privacy:hover {
  color: #fff;
}

.s-footer__page-top {
  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: 4px;
  width: 105px;
  height: 82px;
  border-radius: 6px;
  background: linear-gradient(254deg, #f86036 2.81%, #d41c1f 69.94%);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.s-footer__page-top img {
  width: 16px;
}
@media screen and (min-width: 768px) {
  .s-footer__page-top {
    display: none;
  }
}

.s-drawer {
  position: fixed;
  inset: 0;
  z-index: 99;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: visibility 0s ease 0.4s;
  transition: visibility 0s ease 0.4s;
}
.s-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: visibility 0s;
  transition: visibility 0s;
}
@media screen and (min-width: 1300px) {
  .s-drawer {
    display: none;
  }
}

.s-drawer__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.is-open .s-drawer__overlay {
  opacity: 1;
}

.s-drawer__body {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #111111;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='3.0' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
  background-size: 300px 300px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.is-open .s-drawer__body {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.s-drawer__scroll {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 90px;
  padding-bottom: 151px;
  scrollbar-width: none;
}
.s-drawer__scroll::-webkit-scrollbar {
  display: none;
}

.s-drawer__body .l-grid-lines {
  position: absolute;
  z-index: -1;
}

.s-drawer__close-icon {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}
.s-drawer__close-icon::before, .s-drawer__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  border-radius: 4px;
}
.s-drawer__close-icon::before {
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
}
.s-drawer__close-icon::after {
  -webkit-transform: rotate(-26deg);
          transform: rotate(-26deg);
}

.s-drawer__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: min(90vw, 1200px);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.s-drawer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin-top: 33px;
}

.s-drawer__nav-top-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;
  background: #262626;
  border-radius: 4px;
  padding: 20px 18px;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.s-drawer__nav-top-link img {
  width: 8px;
}

.s-drawer__nav-col {
  background: #262626;
  border-radius: 4px;
  padding: 20px 10px;
}

.s-drawer__nav-title {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-weight: 700;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
  padding: 0 8px;
}
.s-drawer__nav-title::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  color: #a6a6a6;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.s-drawer__nav-title[aria-expanded=true]::after {
  content: "−";
}

.s-drawer__nav-list-wrap {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s ease-in-out;
  transition: max-height 0.35s ease-in-out;
}

.s-drawer__nav-list {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #212121;
  gap: 0px;
  border-radius: 4px;
  padding: 20px 16px;
  margin-top: 18px;
}

.s-drawer__nav-item {
  line-height: 0;
}

.s-drawer__nav-link {
  color: #cbcbcb;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 31px;
  text-decoration: none;
}
.s-drawer__nav-link::before {
  content: "・";
  color: #e41317;
  display: inline;
}
.s-drawer__nav-link:hover {
  opacity: 0.7;
}

.s-drawer__sub-nav {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  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-color: #262626;
  border-radius: 4px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.s-drawer__sub-nav li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.s-drawer__sub-nav-link {
  display: block;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  font-size: 13px;
  padding: 0 16px;
}
.s-drawer__sub-nav-link:hover {
  opacity: 0.7;
}

.s-drawer__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.s-drawer__cta-btn {
  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: 6px;
  padding: 18px;
  border-radius: 6px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.s-drawer__cta-btn:hover {
  opacity: 0.8;
}
.s-drawer__cta-btn svg {
  width: 20px;
  height: 20px;
}

.s-drawer__cta-btn--red {
  background: #e41317;
}

.s-drawer__cta-btn--dark {
  background: #000;
}

.s-drawer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.s-drawer__info-logo img {
  width: 145px;
  height: auto;
}

.s-drawer__catch {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
}

.s-drawer__copy {
  text-align: center;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  margin-top: auto;
  padding: 40px 0 20px;
  letter-spacing: 0.7px;
  text-indent: -3px;
}

.s-drawer__close-bottom {
  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: 8px;
  background: #000;
  border: none;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 52px;
  margin: 0 auto 30px;
  border-radius: 6px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.s-drawer__close-bottom:hover {
  opacity: 0.8;
}
.s-drawer__close-bottom .s-drawer__close-icon {
  width: 23px;
  height: 23px;
}

.s-contract-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.s-contract-modal.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}

.s-contract-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  cursor: pointer;
}

.s-contract-modal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 36px);
  max-width: 340px;
  background: #000;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 71px 32px 63px;
}
@media screen and (min-width: 768px) {
  .s-contract-modal__panel {
    width: 700px;
    max-width: none;
    padding: 55px 180px 58px;
  }
}

.s-contract-modal__close {
  position: absolute;
  top: -51px;
  right: 0;
  width: 29px;
  height: 29px;
  padding: 0;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  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;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.s-contract-modal__close:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .s-contract-modal__close {
    width: 39px;
    height: 39px;
    top: -39px;
    right: -66px;
  }
}

.s-contract-modal__close-icon {
  width: 100%;
  height: 100%;
}

.s-contract-modal__body {
  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: 31px;
}
@media screen and (min-width: 768px) {
  .s-contract-modal__body {
    width: 340px;
    margin: 0 auto;
    gap: 32px;
  }
}

.s-contract-modal__header {
  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: 30px;
}
@media screen and (min-width: 768px) {
  .s-contract-modal__header {
    gap: 27px;
  }
}

.s-contract-modal__logo {
  width: 193px;
  height: 39px;
  display: block;
}

.s-contract-modal__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .s-contract-modal__title {
    font-size: 36px;
    line-height: 50px;
  }
}

.s-contract-modal__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .s-contract-modal__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    width: auto;
  }
}

.s-contract-modal__btn {
  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;
  gap: 8px;
  height: 52px;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  -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 (min-width: 768px) {
  .s-contract-modal__btn {
    width: 160px;
    height: 49px;
  }
}
.s-contract-modal__btn:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
}
.s-contract-modal__btn--login {
  background: #fff;
  color: #000;
}
.s-contract-modal__btn--register {
  background: linear-gradient(219.79deg, #f86036 2.81%, #d41c1f 69.94%);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-contract-modal__btn--register {
    background: linear-gradient(233.55deg, #f86036 2.81%, #d41c1f 69.94%);
  }
}

.s-contract-modal__btn-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.s-contract-modal__btn-icon-wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.s-contract-modal__btn-pulse,
.s-contract-modal__btn-arrow {
  position: absolute;
  inset: 0;
  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;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.s-contract-modal__btn-pulse {
  opacity: 1;
}

.s-contract-modal__btn-arrow {
  opacity: 0;
}

.s-contract-modal__btn:hover .s-contract-modal__btn-pulse {
  opacity: 0;
}

.s-contract-modal__btn:hover .s-contract-modal__btn-arrow {
  opacity: 1;
}

.s-contract-modal__btn-arrow .pointer-pulse circle[fill-opacity="0"] {
  display: none;
}

html[data-loading] body > *:not(#loading) {
  visibility: hidden;
}

.l-loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: #fafafa;
  background-image: url("../../src/img/noise-bg.webp");
  background-repeat: repeat;
  background-size: 100px 100px;
  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;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  will-change: opacity;
}

.l-loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.l-loading > .l-grid-lines {
  z-index: -1;
}

.l-loading__logo-wrap {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 196px;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
@media screen and (min-width: 768px) {
  .l-loading__logo-wrap {
    width: 285px;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

.l-loading__logo {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.l-loading.is-ready .l-loading__logo {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-loading__footer {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 12vh;
  bottom: 12svh;
  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: 16px;
}
@media screen and (min-width: 768px) {
  .l-loading__footer {
    left: 64px;
    right: 40px;
    bottom: 10vh;
    bottom: 10svh;
  }
}

.l-loading__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  color: #000;
}

.l-loading__sub-main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
  color: #000;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-loading__sub-main {
    font-size: 28px;
    gap: 11px;
  }
}

.l-loading__sub-word {
  display: inline-block;
  color: #c72727;
}

.l-loading__sub-arrow {
  display: inline-block;
  width: 29px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-loading__sub-arrow {
    width: 37px;
  }
}

.l-loading__sub-note {
  margin: 0;
  color: #000;
  font-family: "Cormorant Garamond", serif;
  font-size: 8.135px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.37px;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .l-loading__sub-note {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
  }
}

.l-loading__count {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
@media screen and (min-width: 768px) {
  .l-loading__count {
    font-size: 42px;
  }
}

.l-loading__count-num {
  display: inline-block;
  min-width: 2ch;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.l-loading__bar {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 7vh;
  bottom: 7svh;
  height: 2px;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-loading__bar {
    left: 64px;
    right: 40px;
    bottom: 6vh;
    bottom: 6svh;
  }
}

.l-loading__bar-fill {
  width: 0%;
  height: 100%;
  background: #ea1212;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

@media (prefers-reduced-motion: reduce) {
  .l-loading,
  .l-loading__logo,
  .l-loading__bar-fill {
    -webkit-transition: none;
    transition: none;
  }
}
.s-home-kv {
  position: relative;
  overflow: clip;
}

@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  40% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  41% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  80% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes scrollLine {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  40% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  41% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  80% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
.s-home-kv__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 68px;
  gap: 13px;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.905px;
  z-index: 30;
  margin-left: 2px;
}
.s-home-kv__link::before {
  content: "";
  display: block;
  width: 1px;
  height: 56px;
  background: #ea1212;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: scrollLine 2.4s cubic-bezier(0.65, 0, 0.35, 1) infinite;
          animation: scrollLine 2.4s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@media screen and (min-width: 768px) {
  .s-home-kv__link {
    max-width: 1200px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: -12px;
    margin-inline: auto;
  }
  .s-home-kv__link::before {
    display: none;
  }
  .s-home-kv__link::after {
    content: "";
    width: 1px;
    height: 56px;
    background: #ea1212;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-animation: scrollLine 2.4s cubic-bezier(0.65, 0, 0.35, 1) infinite;
            animation: scrollLine 2.4s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  }
}
@media screen and (min-width: 1024px) {
  .s-home-kv__link {
    max-width: none;
    margin-left: auto;
    margin-right: 0;
    padding-right: clamp(57px, 57px + (100vw - 1024px) * (80 - 57) / (2560 - 1024), 80px);
  }
}

.p-object {
  position: absolute;
  top: -100px;
  width: 929.21px;
  height: 893.581px;
  pointer-events: none;
  z-index: 30;
}

.p-object__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-object__canvas {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-object__svg {
  position: absolute;
  -webkit-filter: blur(0.7px);
          filter: blur(0.7px);
}

.p-object__img {
  position: absolute;
  pointer-events: none;
  z-index: 3;
}

.p-object__img--origin {
  opacity: 0;
}

.s-stance__badge {
  position: absolute;
  pointer-events: none;
}

.s-stance__badge-sub {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(13px, 0.75vw + 4px, 16px);
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
  background: #fff;
  padding: 6px 24px 9px;
  -webkit-transform: translate(15px, 5px);
          transform: translate(15px, 5px);
}

.s-stance__badge-canvas-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.s-stance__badge-canvas {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  inset: 0;
}

.s-stance__badge-name {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(17px, 1vw + 5px, 21px);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding: 4px 0 6px;
  width: 120px;
  z-index: 1;
}

.s-stance__label {
  position: absolute;
  pointer-events: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 500;
  color: #c72727;
  text-align: center;
  white-space: nowrap;
}

.s-stance__title {
  position: absolute;
  pointer-events: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
}

.p-object__origin-circle,
.p-object__output-circle {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.p-object__origin-circle-text,
.p-object__output-circle-text {
  position: absolute;
  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;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
}

.p-object__origin-circle-text {
  font-size: 48px;
}

.p-object__layer {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.p-object__layer::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -22px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  text-align: center;
}

.p-object__layer--1 {
  top: 10%;
}

.p-object__layer--1::after {
  width: 13.4%;
  left: 45.7%;
}

.p-object__layer--2 {
  top: 27%;
}

.p-object__layer--2::after {
  width: 26.5%;
  left: 39.1%;
}

.p-object__layer--3 {
  top: 43%;
}

.p-object__layer--3::after {
  width: 39%;
  left: 33%;
}

.p-object__layer--4 {
  top: 58%;
}

.p-object__layer--4::after {
  width: 50.6%;
  left: 27.1%;
}

.p-object__layer--5 {
  top: 75%;
}

.p-object__layer-tag {
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  background: #000;
  padding: 5px 2px 7px;
  border-radius: 4px;
  white-space: nowrap;
  position: relative;
  left: 53%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-object__layer-level {
  position: absolute;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 400;
  opacity: 1;
  white-space: nowrap;
}
.p-object__layer-level--1 {
  left: 62%;
}
.p-object__layer-level--2 {
  left: 66%;
  top: -13px;
}
.p-object__layer-level--3 {
  left: 71%;
  top: -13px;
}
.p-object__layer-level--4 {
  left: 78%;
}
.p-object__layer-level--5 {
  left: 84%;
  top: 10px;
}

.p-object__img--philosophy {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-object__img--philosophy {
    right: 7%;
    bottom: -15%;
  }
}

.p-object__philosophy-layer {
  position: absolute;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 44.242px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  right: 8%;
  bottom: -21%;
}

.p-object__strategy-deco {
  pointer-events: none;
}
.p-object__strategy-deco__circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  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: 12px;
}
.p-object__strategy-deco__desc {
  font-size: 13px;
  color: #333;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}
.p-object__strategy-deco__label {
  display: inline-block;
  background: #1a1a1a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 20px;
}
.p-object__strategy-deco__title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 24px;
  font-style: italic;
  color: #fff;
  margin: 0;
  white-space: nowrap;
}

.p-object__outline {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 460px;
  height: 720px;
  opacity: 0;
}

.s-home-main {
  padding: 54px 0;
}
@media screen and (min-width: 1000px) {
  .s-home-main {
    padding: 239px 0 206px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-home-main {
    padding-top: 80px;
    padding-bottom: 206px;
  }
}

.s-home-main__title {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -2px;
}
@media screen and (min-width: 768px) {
  .s-home-main__title {
    margin: 0;
    font-size: 76px;
    line-height: 135.589%;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) {
  .s-home-main__title {
    font-size: clamp(51px, 51px + (100vw - 1024px) * (118 - 51) / (2560 - 1024), 118px);
  }
}

.s-home-main-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .s-home-main-lead {
    padding-bottom: 0;
  }
}

.s-home-main__arrow {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .s-home-main__arrow {
    width: 63px;
  }
}

.s-home-main--text {
  font-size: 28px;
  color: #c72727;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .s-home-main--text {
    font-size: 48px;
    line-height: 100%;
  }
}

.s-home-main__lead {
  margin-top: 22px;
  position: relative;
  padding-bottom: 5px;
}
.s-home-main__lead::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 191px;
  height: 1px;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  scale: 0 1;
  -webkit-transition: scale 0.8s ease-out calc(var(--fadein-delay, 0s) + 0s);
  transition: scale 0.8s ease-out calc(var(--fadein-delay, 0s) + 0s);
}
.s-home-main__lead::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 66px;
  height: 1px;
  background: #ea1212;
  z-index: 2;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  scale: 0 1;
  -webkit-transition: scale 0.28s ease-out calc(var(--fadein-delay, 0s) + 0s);
  transition: scale 0.28s ease-out calc(var(--fadein-delay, 0s) + 0s);
}
.s-home-main__lead.is-visible::before, .s-home-main__lead.is-visible::after {
  scale: 1 1;
}
@media screen and (min-width: 768px) {
  .s-home-main__lead {
    margin-top: 45px;
  }
}

.s-home-main__lead--small {
  display: block;
  font-size: 12px;
  color: #000;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 13px;
  letter-spacing: 0px;
}
@media screen and (min-width: 768px) {
  .s-home-main__lead--small {
    font-size: 18px;
    line-height: 100%;
    margin-top: 13px;
    padding-left: 5px;
    padding-bottom: 19px;
  }
}

.s-home-main__d-note--white {
  position: relative;
  margin: -6px;
  padding: 1px 6px;
  isolation: isolate;
  color: transparent;
  -webkit-transition: color 0.25s ease calc(var(--fadein-delay, 0s) + 0.7s);
  transition: color 0.25s ease calc(var(--fadein-delay, 0s) + 0.7s);
}
.s-home-main__d-note--white::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: -1;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.35s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.45s);
  transition: clip-path 0.35s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.45s);
}

.s-home-main__d-note.is-visible .s-home-main__d-note--white::before {
  clip-path: inset(0 0 0 0);
}

.s-home-main__d-note.is-visible .s-home-main__d-note--white {
  color: #000;
}

.s-home-main__description {
  margin-top: 800px;
  margin-bottom: 111px;
  padding-top: 200px;
}
@media screen and (min-width: 768px) {
  .s-home-main__description {
    padding-top: 0;
    margin-bottom: 205px;
    min-height: calc(100vh - 156px);
  }
}
@media screen and (min-width: 1000px) {
  .s-home-main__description {
    margin-top: 94px;
  }
}

.s-home-main__d-title {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 20px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  line-height: 160.14%;
  padding-left: 2px;
}
@media screen and (min-width: 768px) {
  .s-home-main__d-title {
    font-size: 24px;
    font-style: normal;
  }
}
.s-home-main__d-title::after {
  content: "";
  display: block;
  height: 1px;
  width: 22px;
  background: #ea1212;
  margin-top: 6px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  scale: 0 1;
  -webkit-transition: scale 0.5s ease-out calc(var(--fadein-delay, 0s) + 0.4s);
  transition: scale 0.5s ease-out calc(var(--fadein-delay, 0s) + 0.4s);
}
.s-home-main__d-title.is-visible::after {
  scale: 1 1;
}

.s-home-main__d-note {
  color: #000;
  font-size: 19px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  margin-top: 40px;
  line-height: 205.875%;
  padding-left: 2px;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 500px) and (max-width: 1299px) {
  .s-home-main__d-note br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .s-home-main__d-note {
    font-size: 32px;
    margin-top: 46px;
    letter-spacing: -0.2px;
    line-height: 197.875%;
  }
  .s-home-main__d-note + .s-home-main__d-note {
    margin-top: 64px;
  }
}

.s-strategy-model {
  position: relative;
  padding: 120px 0 101px;
}
.s-strategy-model::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #111111;
  z-index: -1;
}
.s-strategy-model::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='3.0' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.35;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .s-strategy-model {
    padding-top: 104px;
    padding-bottom: 213px;
  }
}

.s-strategy-model__layout {
  position: relative;
  z-index: 31;
  display: grid;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__layout {
    grid-template-columns: 100px 1fr;
    gap: 40px;
  }
}

.s-strategy-model__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 110px;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__contents {
    gap: 283px;
    margin-left: clamp(80px, 12vw, 159px);
    margin-right: auto;
  }
}

.s-strategy-model__content {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__content {
    text-align: left;
  }
}

.s-strategy-model__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 24px;
  margin-bottom: 64px;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__heading {
    gap: 10px;
    margin-bottom: 48px;
  }
}

.s-strategy-model__title {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150.182%;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__title {
    font-weight: 500;
    font-size: 60px;
    line-height: 1;
  }
}
.s-strategy-model__title {
  margin: 0;
}

.s-strategy-model__title-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: linear-gradient(257deg, #f86036 -2.81%, #d41c1f 69.94%);
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 15px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  scale: 0 1;
  -webkit-transition: scale 0.25s ease-out calc(var(--fadein-delay, 0s) + 0s);
  transition: scale 0.25s ease-out calc(var(--fadein-delay, 0s) + 0s);
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__title-line {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
    width: 28px;
    height: 1px;
    background: linear-gradient(257deg, #f86036 -2.81%, #d41c1f 69.94%);
  }
}

.s-strategy-model__title-sub {
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
  color: #fff;
  opacity: 0.6;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.25s ease-out calc(var(--fadein-delay, 0s) + 0.25s);
  transition: clip-path 0.25s ease-out calc(var(--fadein-delay, 0s) + 0.25s);
}

.s-strategy-model__heading.is-visible .s-strategy-model__title-line {
  scale: 1 1;
}
.s-strategy-model__heading.is-visible .s-strategy-model__title-sub {
  clip-path: inset(0 0 0 0);
}

.s-strategy-model__lead {
  font-size: 26px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2;
  color: #fff;
  text-align: start;
  line-height: 179%;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__lead {
    font-size: 32px;
  }
}

.s-strategy-model__lead--output {
  margin-bottom: 192px;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__lead--output {
    margin-bottom: 0;
  }
}

.s-strategy-model__lead--underline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c0392b), to(#c0392b));
  background-image: linear-gradient(#c0392b, #c0392b);
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  padding-bottom: 10px;
  -webkit-transition: background-size 0.6s ease-out calc(var(--fadein-delay, 0s) + 1.4s);
  transition: background-size 0.6s ease-out calc(var(--fadein-delay, 0s) + 1.4s);
}

.s-strategy-model__lead.is-visible .s-strategy-model__lead--underline {
  background-size: 100% 2px;
}

.s-strategy-model__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d8d8d8;
  margin: 0 0 48px;
  padding-left: 3px;
  text-align: start;
}
@media screen and (min-width: 500px) and (max-width: 1299px) {
  .s-strategy-model__body br {
    display: none;
  }
}
.s-strategy-model__body p {
  margin: 0 0 27px;
}
.s-strategy-model__body p:last-child {
  margin-bottom: 0;
}

.s-strategy-model__visual {
  display: block;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__visual {
    display: none;
  }
}

.s-strategy-model__strategy-deco {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  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;
  pointer-events: none;
  z-index: 2;
}

.s-strategy-model__strategy-deco-title {
  position: absolute;
  top: 317px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.s-strategy-model__strategy-deco-circle {
  position: absolute;
  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: 12px;
  width: 120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.s-strategy-model__strategy-deco-circle--left {
  left: 15%;
}

.s-strategy-model__strategy-deco-circle--right {
  right: 15%;
}

.s-strategy-model__strategy-deco-desc {
  color: #000;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.s-strategy-model__strategy-deco-label {
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 17px;
  font-weight: 600;
  border-radius: 4px;
  background: #000;
  padding: 4px 14px;
}

@media screen and (min-width: 1024px) {
  .s-strategy-model__heading--origin {
    margin-bottom: 55px;
  }
}

.s-strategy-model__lead--origin {
  margin-bottom: 207px;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__lead--origin {
    line-height: 2;
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 1024px) {
  .s-strategy-model__heading--philosophy {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .s-strategy-model__lead--philosophy {
    line-height: 2;
    margin-bottom: 50px;
  }
}

.s-strategy-model__body--philosophy {
  margin-top: 360px;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__body--philosophy {
    margin-top: 32px;
  }
}

.s-strategy-model__lead--strategy {
  margin-bottom: 360px;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__lead--strategy {
    margin-bottom: 50px;
    line-height: 2;
  }
}

.s-strategy-model__content--logic {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__content--logic {
    margin-top: 123px;
  }
}

@media screen and (min-width: 1024px) {
  .s-strategy-model__heading--logic {
    margin-bottom: 100px;
    line-height: 2;
  }
}

.s-strategy-model__lead--logic {
  margin-bottom: 383px;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__lead--logic {
    margin-bottom: 50px;
    line-height: 2;
  }
}

@media screen and (min-width: 1024px) {
  .s-strategy-model__body--logic {
    margin-bottom: 53px;
  }
}

.s-strategy-model__btn--logic {
  margin-top: -17px;
  width: 256px;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__btn--logic {
    width: 246px;
  }
}

.s-strategy-model__content--output {
  margin-top: 74px;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__content--output {
    margin-top: 46px;
    padding-bottom: 280px;
  }
}
.s-strategy-model__content--output .s-strategy-model__heading {
  margin-bottom: 69px;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__content--output .s-strategy-model__heading {
    margin-bottom: 60px;
  }
}

.s-strategy-model__highlight {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  color: transparent;
  -webkit-transition: color 0.25s ease calc(var(--fadein-delay, 0s) + 0.7s);
  transition: color 0.25s ease calc(var(--fadein-delay, 0s) + 0.7s);
  padding: 0 8px;
  line-height: 110%;
  margin-right: 12px;
  isolation: isolate;
}
.s-strategy-model__highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: -1;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.35s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.45s);
  transition: clip-path 0.35s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.45s);
}

.s-strategy-model__lead.is-visible .s-strategy-model__highlight::before {
  clip-path: inset(0 0 0 0);
}

.s-strategy-model__lead.is-visible .s-strategy-model__highlight {
  color: #000;
}

.s-strategy-model__highlight-label {
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
  color: #e41317;
}

.s-strategy-model__btn .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.s-strategy-model__btn--philosophy {
  margin-top: -10px;
  width: 256px;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__btn--philosophy {
    width: 246px;
  }
}

.s-strategy-model__content--strategy {
  margin-top: 47px;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__content--strategy {
    position: relative;
    margin-top: 115px;
  }
}

.s-strategy-model__content--strategy .s-strategy-model__heading {
  margin-bottom: 67px;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__content--strategy .s-strategy-model__heading {
    margin-bottom: 100px;
  }
}

.s-strategy-model__content--strategy-arrow {
  display: none;
}
@media (min-width: 1300px) {
  .s-strategy-model__content--strategy-arrow {
    display: block;
    position: absolute;
    top: 32%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 28%;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .s-strategy-model__content--strategy-arrow.is-visible {
    opacity: 1;
  }
}

.s-strategy-model__footer {
  padding-top: 100px;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__footer {
    padding-top: 220px;
  }
}

.s-strategy-model__about {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(248, 96, 54, 0)), color-stop(30%, #f86036), color-stop(65%, #d41c1f), to(rgba(239, 79, 49, 0))), -webkit-gradient(linear, left top, right top, from(rgba(248, 96, 54, 0)), color-stop(30%, #f86036), color-stop(65%, #d41c1f), to(rgba(239, 79, 49, 0)));
  background-image: linear-gradient(90deg, rgba(248, 96, 54, 0), #f86036 30%, #d41c1f 65%, rgba(239, 79, 49, 0)), linear-gradient(90deg, rgba(248, 96, 54, 0), #f86036 30%, #d41c1f 65%, rgba(239, 79, 49, 0));
  background-size: 100% 1px, 100% 1px;
  background-position: top, bottom;
  background-repeat: no-repeat;
  container-type: inline-size;
}
@media screen and (min-width: 768px) {
  .s-strategy-model__about {
    margin-bottom: 72px;
  }
}
.s-strategy-model__about::before {
  content: "";
  position: absolute;
  inset: 1px 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, rgba(0, 0, 0, 0.4)), color-stop(70%, rgba(0, 0, 0, 0.4)), to(transparent));
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.4) 70%, transparent 100%);
  pointer-events: none;
}

.s-strategy-model__about-inner {
  padding: 56px 0 64px;
}
@media screen and (min-width: 768px) {
  .s-strategy-model__about-inner {
    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: 40px;
    padding: 84px 75px 92px;
  }
}

.s-strategy-model__about-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .s-strategy-model__about-wrapper {
    gap: 40px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1200px) {
  .s-strategy-model__about-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.s-strategy-model__about-lead {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(25px, 2.67cqw, 32px);
  line-height: 1.875;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .s-strategy-model__about-br--sp {
    display: none;
  }
}

.s-strategy-model__about-marker {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) no-repeat 0 center/100% 1.15em;
  background: linear-gradient(#fff, #fff) no-repeat 0 center/100% 1.15em;
  color: #000;
  padding: 0 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.s-strategy-model__about-marker-red {
  color: #e41317;
}

.s-strategy-model__about-side {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .s-strategy-model__about-side {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: auto;
  }
}
@media screen and (min-width: 1200px) {
  .s-strategy-model__about-side {
    margin-left: auto;
    padding-bottom: 16px;
  }
}

.s-strategy-model__about-logo {
  width: clamp(191px, 25.25cqw, 303px);
  margin-inline: auto;
}
.s-strategy-model__about-logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .s-strategy-model__about-logo {
    margin-left: auto;
    margin-right: 0;
  }
}

.s-strategy-model__about-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(10px, 1cqw, 12px);
  margin-top: clamp(24px, 3cqw, 42px);
  margin-inline: -34px;
}
@media screen and (min-width: 768px) {
  .s-strategy-model__about-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-inline: 0;
  }
}

.s-strategy-model__about-btn.c-btn {
  width: 100%;
  background: #000;
  font-weight: 700;
  font-size: clamp(13px, 1.17cqw, 14px);
  padding: clamp(12px, 1.17cqw, 14px) clamp(24px, 2.5cqw, 30px) clamp(12px, 1.17cqw, 14px) clamp(42px, 3.5cqw, 56px);
}
@media screen and (min-width: 768px) {
  .s-strategy-model__about-btn.c-btn {
    width: auto;
  }
}

.s-strategy-model__about-btn.c-btn:hover .c-btn__label {
  translate: -24px 0;
}

.s-strategy-model__about-btn .c-btn__pulse {
  left: 17px;
}

.s-news-list {
  padding: 24px 0 40px;
}

.s-page-list {
  padding: 24px 0 40px;
}

.s-page-list__items {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d9d9d9;
}

.s-page-list__item {
  border-bottom: 1px solid #d9d9d9;
}

.s-page-list__link {
  display: block;
  padding: 14px 0;
}

.p-object--pc.is-init {
  visibility: hidden !important;
  opacity: 0 !important;
}

.p-object--origin-sticky {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-object--origin-sticky {
    display: block;
    position: sticky;
    top: 30vh;
    width: 100%;
    z-index: 0;
    pointer-events: none;
    padding-bottom: 300px;
    margin-top: -460px;
    -webkit-transform: translateX(clamp(0px, (100vw - 1900px) / 660px * 50px, 50px));
            transform: translateX(clamp(0px, (100vw - 1900px) / 660px * 50px, 50px));
  }
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .p-object--origin-sticky {
    -webkit-transform: translateX(-10vw);
            transform: translateX(-10vw);
  }
}
@media (min-width: 1100px) and (max-width: 1280px) {
  .p-object--origin-sticky {
    -webkit-transform: translateX(5vw);
            transform: translateX(5vw);
  }
}

.p-object__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: opacity;
}

.p-object__layer-item {
  position: absolute;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.p-object__layer-item::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -22px;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #fff 0 8px, transparent 8px 16px);
  text-align: center;
}

.p-object__layer-item--1 {
  top: 12%;
}

.p-object__layer-level--1 {
  top: 12%;
}

.p-object__layer-item--1::after {
  width: 13.8%;
  left: 45.7%;
}

.p-object__layer-item--2 {
  top: 27%;
}

.p-object__layer-item--2::after {
  width: 25.7%;
  left: 39.7%;
}

.p-object__layer-item--3 {
  top: 43%;
}

.p-object__layer-item--3::after {
  width: 38.1%;
  left: 33.4%;
}

.p-object__layer-item--4 {
  top: 58%;
}

.p-object__layer-item--4::after {
  width: 49.8%;
  left: 27.6%;
}

.p-object__layer-item--5 {
  top: 75%;
}

.p-object__layer--kv {
  color: #000;
  z-index: 2;
}

.p-object__layer--origin {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 1000px;
  color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.p-object--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-object--pc {
    display: block;
    position: fixed;
    top: clamp(-100px, -100px + (100vw - 1900px) / 660px * 200px, 100px);
    left: clamp(30vw, 30vw + (100vw - 1024px) / 1536px * 15vw, 45vw);
  }
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .p-object--pc {
    top: -180px;
    left: 19vw;
  }
}
@media (min-width: 1100px) and (max-width: 1280px) {
  .p-object--pc {
    top: -180px;
    left: 32vw;
  }
}

.p-object--pc .p-object__top,
.p-object--origin-sticky .p-object__top {
  position: absolute;
  top: -147px;
  right: -168px;
  width: 1022.131px;
  height: 982.939px;
  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: 2;
}
.p-object--pc .p-object__top .p-object__canvas--top,
.p-object--origin-sticky .p-object__top .p-object__canvas--top {
  width: 708.699px;
  height: 612.333px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
.p-object--pc .p-object__top .p-object__svg,
.p-object--origin-sticky .p-object__top .p-object__svg {
  width: 637.829px;
  height: 551.1px;
  left: 106.676px;
  top: 137.532px;
}
.p-object--pc .p-object__top .p-object__img--top,
.p-object--origin-sticky .p-object__top .p-object__img--top {
  width: 146px;
  height: 43px;
  top: 49%;
  left: 59%;
}
.p-object--pc .p-object__img--origin,
.p-object--origin-sticky .p-object__img--origin {
  top: 1%;
  left: 66%;
  width: 226px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.p-object--pc .p-object__center,
.p-object--origin-sticky .p-object__center {
  position: absolute;
  top: 314px;
  left: 291px;
  width: 541.282px;
  height: 541.282px;
  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: 3;
}
.p-object--pc .p-object__center .p-object__center-disc,
.p-object--origin-sticky .p-object__center .p-object__center-disc {
  -webkit-filter: drop-shadow(10px 14px 24px rgba(0, 0, 0, 0.22)) drop-shadow(80px 74px 44px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(10px 14px 24px rgba(0, 0, 0, 0.22)) drop-shadow(80px 74px 44px rgba(0, 0, 0, 0.25));
}
.p-object--pc .p-object__center .p-object__canvas--center,
.p-object--origin-sticky .p-object__center .p-object__canvas--center {
  width: 386.2469px;
  height: 386.2469px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  clip-path: circle(50% at 50% 50%);
}
.p-object--pc .p-object__center .p-object__svg,
.p-object--origin-sticky .p-object__center .p-object__svg {
  width: 386.2469px;
  height: 386.2469px;
  left: calc(72.518px + 5px);
  top: calc(72.518px + 5px);
}
.p-object--pc .p-object__center .p-object__img--center,
.p-object--origin-sticky .p-object__center .p-object__img--center {
  width: 227px;
  height: 116px;
  top: 45%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-object--pc .p-object__bottom,
.p-object--origin-sticky .p-object__bottom {
  position: absolute;
  top: 276px;
  left: 33px;
  width: 1022.131px;
  height: 982.939px;
  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;
}
.p-object--pc .p-object__bottom .p-object__canvas--bottom,
.p-object--origin-sticky .p-object__bottom .p-object__canvas--bottom {
  width: 708.699px;
  height: 612.333px;
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  -webkit-box-shadow: 10px 14px 24px 0 rgba(0, 0, 0, 0.22), 80px 74px 44px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 10px 14px 24px 0 rgba(0, 0, 0, 0.22), 80px 74px 44px 0 rgba(0, 0, 0, 0.25);
}
.p-object--pc .p-object__bottom .p-object__svg,
.p-object--origin-sticky .p-object__bottom .p-object__svg {
  width: 637.829px;
  height: 551.1px;
  left: 106.676px;
  top: 137.532px;
}
.p-object--pc .p-object__bottom .p-object__img--bottom,
.p-object--origin-sticky .p-object__bottom .p-object__img--bottom {
  width: 82px;
  height: 42px;
  top: 30%;
  left: 25%;
}
.p-object--pc .p-object__origin-circle-wrap,
.p-object--origin-sticky .p-object__origin-circle-wrap {
  position: absolute;
  width: 230px;
  height: 230px;
  top: -4%;
  left: 49.4%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
.p-object--pc .p-object__output-circle-wrap,
.p-object--origin-sticky .p-object__output-circle-wrap {
  position: absolute;
  width: 325px;
  height: 325px;
  bottom: -5%;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  top: 642px;
}
.p-object--pc .p-object__philosophy,
.p-object--origin-sticky .p-object__philosophy {
  position: absolute;
  top: -8.468px;
  left: 29%;
  width: 715.858px;
  height: 481px;
  opacity: 0;
  z-index: 5;
}
.p-object--pc .p-object__strategy-deco,
.p-object--origin-sticky .p-object__strategy-deco {
  position: absolute;
  width: 380.134px;
  height: 380.134px;
  top: calc(52% - 2px);
  left: calc(57% + 1px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.p-object--pc .p-object__strategy-deco .p-object__strategy-deco__circle,
.p-object--origin-sticky .p-object__strategy-deco .p-object__strategy-deco__circle {
  width: 201.572px;
  height: 201.572px;
  top: 71.969px;
  gap: 19px;
}
.p-object--pc .p-object__strategy-deco .p-object__strategy-deco__circle--left,
.p-object--origin-sticky .p-object__strategy-deco .p-object__strategy-deco__circle--left {
  left: -5px;
  padding-right: 9px;
}
.p-object--pc .p-object__strategy-deco .p-object__strategy-deco__circle--left .p-object__strategy-deco__desc,
.p-object--origin-sticky .p-object__strategy-deco .p-object__strategy-deco__circle--left .p-object__strategy-deco__desc {
  width: 122px;
}
.p-object--pc .p-object__strategy-deco .p-object__strategy-deco__circle--right,
.p-object--origin-sticky .p-object__strategy-deco .p-object__strategy-deco__circle--right {
  right: 3px;
}
.p-object--pc .p-object__strategy-deco .p-object__strategy-deco__circle--right .p-object__strategy-deco__desc,
.p-object--origin-sticky .p-object__strategy-deco .p-object__strategy-deco__circle--right .p-object__strategy-deco__desc {
  width: 181px;
}
.p-object--pc .p-object__logic-svg-overlay,
.p-object--origin-sticky .p-object__logic-svg-overlay {
  position: absolute;
  width: 643.07px;
  height: 622.65px;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  top: 545px;
  left: 308.5px;
  -webkit-transform: translate(0.6px, 0);
          transform: translate(0.6px, 0);
}
.p-object--pc .p-object__strategy-deco__title,
.p-object--origin-sticky .p-object__strategy-deco__title {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0;
  top: 20px;
}
.p-object--pc .p-object__strategy-deco__desc,
.p-object--origin-sticky .p-object__strategy-deco__desc {
  color: #000;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}
.p-object--pc .p-object__strategy-deco__label,
.p-object--origin-sticky .p-object__strategy-deco__label {
  display: inline-block;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 25.647px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 6.412px;
  background: #000;
  padding: 8px 14px 11px;
}
.p-object--pc .p-object__strategy-outer-img,
.p-object--origin-sticky .p-object__strategy-outer-img {
  position: absolute;
  width: 386.2469px;
  height: 386.2469px;
  left: calc(72.518px + 25px);
  top: calc(72.518px - 3px);
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
.p-object--pc .p-object__strategy-deco,
.p-object--origin-sticky .p-object__strategy-deco {
  z-index: 4;
}
.p-object--pc .s-stance__badge--philosophy,
.p-object--origin-sticky .s-stance__badge--philosophy {
  left: 58%;
  top: 25%;
}
.p-object--pc .s-stance__badge--strategy,
.p-object--origin-sticky .s-stance__badge--strategy {
  left: 52%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-object--pc .s-stance__badge--logic,
.p-object--origin-sticky .s-stance__badge--logic {
  left: 29%;
  top: 52%;
}
.p-object--pc .s-stance__label,
.p-object--origin-sticky .s-stance__label {
  left: 59%;
}
.p-object--pc .s-stance__label--origin,
.p-object--origin-sticky .s-stance__label--origin {
  top: -20%;
}
.p-object--pc .s-stance__label--output,
.p-object--origin-sticky .s-stance__label--output {
  top: 124%;
}
.p-object--pc .s-stance__title,
.p-object--origin-sticky .s-stance__title {
  left: 111%;
  top: 61%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-object--pc .p-object__layer--kv .p-object__top .p-object__svg,
.p-object--origin-sticky .p-object__layer--kv .p-object__top .p-object__svg {
  width: 708.699px;
  height: 612.333px;
  left: auto;
  top: auto;
  inset: 0;
  margin: auto;
}
.p-object--pc .p-object__layer--kv .p-object__bottom .p-object__svg,
.p-object--origin-sticky .p-object__layer--kv .p-object__bottom .p-object__svg {
  width: 708.699px;
  height: 612.333px;
  left: auto;
  top: auto;
  inset: 0;
  margin: auto;
}

.p-object--origin-sticky .p-object__top {
  right: -100px;
}

@media screen and (max-width: 1023px) {
  .p-object {
    position: sticky;
    top: calc(50svh - 223.39525px);
    width: 464.605px;
    height: 446.7905px;
    margin-top: -150px;
    margin-left: calc(50% - 232.3025px);
    margin-right: 0;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-object {
    margin-top: -150px;
  }
}
.p-object--sp {
  display: block;
  width: 464.605px;
  height: 446.7905px;
}
.p-object--sp.is-hidden {
  opacity: 0 !important;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-object--sp {
    display: none;
  }
}
.p-object--sp .p-object__top {
  position: absolute;
  top: -89px;
  left: 51px;
  right: auto;
  width: 464.605px;
  height: 446.7905px;
  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;
}
.p-object--sp .p-object__top .p-object__canvas--top {
  width: 375.82545px;
  height: 324.72195px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
.p-object--sp .p-object__top .p-object__svg {
  width: 375.82545px;
  height: 324.72195px;
}
.p-object--sp .p-object__top .p-object__img--top {
  top: 45%;
  left: 38%;
  width: 90px;
  height: auto;
}
.p-object--sp .p-object__center {
  position: absolute;
  top: 159px;
  left: calc(50% - 47.0335px + 36px);
  width: 190.067px;
  height: 190.067px;
  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: 3;
}
.p-object--sp .p-object__center .p-object__center-disc {
  -webkit-filter: drop-shadow(4px 6px 10px rgba(0, 0, 0, 0.22)) drop-shadow(33px 30px 18px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(4px 6px 10px rgba(0, 0, 0, 0.22)) drop-shadow(33px 30px 18px rgba(0, 0, 0, 0.25));
}
.p-object--sp .p-object__center .p-object__canvas--center {
  width: 199.57035px;
  height: 199.57035px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  clip-path: circle(50% at 50% 50%);
}
.p-object--sp .p-object__center .p-object__svg {
  width: 247.0871px;
  height: 247.0871px;
  left: 0;
  top: 100;
}
.p-object--sp .p-object__center .p-object__img--center {
  width: 135px;
  height: 76px;
  top: 49%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-object--sp .p-object__bottom {
  position: absolute;
  top: 137px;
  left: 34px;
  width: 464.605px;
  height: 446.7905px;
  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;
}
.p-object--sp .p-object__bottom .p-object__canvas--bottom {
  width: 375.82545px;
  height: 324.72195px;
  -webkit-transform: rotate(-269.5deg);
          transform: rotate(-269.5deg);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}
.p-object--sp .p-object__bottom .p-object__svg {
  width: 375.82545px;
  height: 324.72195px;
}
.p-object--sp .p-object__bottom .p-object__img--bottom {
  top: 27%;
  left: 20%;
  width: 55px;
  height: auto;
}
.p-object--sp .s-stance__pulse {
  position: absolute;
  left: 53%;
  -webkit-transform: translateX(-50%) scale(2);
          transform: translateX(-50%) scale(2);
  pointer-events: none;
  opacity: 0;
}
.p-object--sp .s-stance__pulse--philosophy {
  top: 8%;
}
.p-object--sp .s-stance__pulse--strategy {
  top: 50%;
}
.p-object--sp .s-stance__pulse--logic {
  top: 95%;
}
.p-object--sp .s-stance__badge--philosophy {
  left: 14%;
  top: 22%;
}
.p-object--sp .s-stance__badge--strategy {
  left: 144%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-object--sp .s-stance__badge--logic {
  left: 9%;
  top: 56%;
}
.p-object--sp .s-stance__badge-sub {
  display: inline-block;
  font-size: 13px;
  padding: 8px 14px 12px;
  width: 133px;
  white-space: nowrap;
  -webkit-transform: translate(15px, 4px);
          transform: translate(15px, 4px);
}
.p-object--sp .s-stance__badge-name {
  display: inline-block;
  font-size: 16px;
  width: 133px;
  white-space: nowrap;
}
.p-object--sp .s-stance__label {
  font-size: 24px;
  left: 54%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-object--sp .s-stance__label--origin {
  top: -40%;
}
.p-object--sp .s-stance__label--output {
  top: 134%;
}
.p-object--sp .s-stance__title {
  font-size: 49px;
  left: 96%;
  top: -57px;
}
.p-object--sp .s-strategy-model__body--origin {
  margin-top: -460px;
}

#stance-sp {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.s-strategy-model__visual {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  margin: 16px auto;
}
.s-strategy-model__visual img,
.s-strategy-model__visual svg.s-strategy-model__visual-img {
  position: relative;
  z-index: 1;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .s-strategy-model__visual {
    display: none;
  }
}

.s-strategy-model__visual--origin {
  top: 400px;
}

.s-strategy-model__visual--philosophy {
  top: 400px;
}

.s-strategy-model__visual--logic {
  top: 200px;
}

.s-strategy-model__visual--strategy {
  margin-top: 0px;
}

.s-strategy-model__visual-canvas {
  position: absolute;
  z-index: 0;
}

.s-strategy-model__visual-canvas--logic-bottom {
  top: 53.2%;
  left: 4.7%;
  width: 90.3%;
  height: 46.6%;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.s-strategy-model__visual-canvas--strategy-circle {
  top: 32.7%;
  left: 11.7%;
  width: 77.1%;
  height: 33.5%;
  clip-path: circle(50% at 50% 50%);
}

.s-strategy-model__visual-canvas--philosophy-top {
  top: 0;
  left: 6.8%;
  width: 85.6%;
  height: 46.7%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.s-strategy-model__visual--strategy {
  top: 50px;
}

.s-strategy-model__visual--output {
  top: 40px;
}

.s-service {
  position: relative;
  margin-top: 60px;
  padding-top: 66px;
  padding-bottom: 57px;
  margin-bottom: 45px;
  border-top: solid 1px rgba(0, 0, 0, 0.05);
  background-color: #fafafa;
  background-image: url("../../src/img/noise-bg.webp");
  background-repeat: repeat;
  background-size: 100px 100px;
}
@media screen and (min-width: 768px) {
  .s-service {
    margin-top: 106px;
    padding-top: 76px;
    padding-bottom: 92px;
    margin-bottom: 80px;
  }
}

.s-service__head {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .s-service__head {
    margin-bottom: 63px;
  }
}

.s-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .s-section-title {
    gap: 16px;
  }
}

.s-section-title__main {
  font-size: 46px;
  color: #ea1212;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 116.667%;
}
@media screen and (min-width: 768px) {
  .s-section-title__main {
    font-size: 60px;
  }
}

.s-section-title__line {
  width: 28px;
  height: 1px;
  background-color: #666666;
  margin-bottom: 20px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  scale: 0 1;
  -webkit-transition: scale 0.25s ease-out calc(var(--fadein-delay, 0s) + 0s);
  transition: scale 0.25s ease-out calc(var(--fadein-delay, 0s) + 0s);
}

.s-section-title__sub {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 265%;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.25s ease-out calc(var(--fadein-delay, 0s) + 0.25s);
  transition: clip-path 0.25s ease-out calc(var(--fadein-delay, 0s) + 0.25s);
}
@media screen and (min-width: 768px) {
  .s-section-title__sub {
    color: #000;
    font-size: 16px;
  }
}

.s-section-title.is-visible .s-section-title__line {
  scale: 1 1;
}
.s-section-title.is-visible .s-section-title__sub {
  clip-path: inset(0 0 0 0);
}

.s-section-title__sub--dark {
  color: #fff;
}

.s-service__body {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .s-service__body {
    margin-bottom: 60px;
  }
}

.s-service__card-wrapper {
  display: grid;
  gap: 15px;
  /* autoprefixer: ignore next */
  grid-template-columns: repeat(auto-fit, minmax(159px, 1fr));
}
@media screen and (min-width: 768px) {
  .s-service__card-wrapper {
    /* autoprefixer: ignore next */
    grid-template-columns: repeat(auto-fit, minmax(187px, 1fr));
  }
}

.s-service__card {
  position: relative;
  z-index: 1;
  display: grid;
  /* autoprefixer: ignore next */
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 0;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 4px;
  overflow: hidden;
}

.s-service__card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.s-service__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 12px 12px 17px;
  -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;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .s-service__card-body {
    padding: 34px 12px 12px 17px;
    gap: 13px;
  }
}

.s-service__card-icon {
  display: block;
  text-align: center;
}

.s-service__card-title {
  color: #000;
  font-size: 18px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .s-service__card-title {
    font-size: 20px;
  }
}

.s-service__card-line {
  width: 100%;
  height: 1px;
  background: #d2d2d2;
}

.s-service__card-description {
  color: #9f9f9f;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .s-service__card-description {
    font-size: 12px;
  }
}

.s-service__card-footer {
  position: relative;
  padding: 9px 15px 10px 18px;
  background: linear-gradient(257deg, #f86036 -2.81%, #d41c1f 69.94%);
}

.s-service__card-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.s-service__card:hover .s-service__card-footer::before {
  opacity: 1;
}

.s-service__footer-wrapper {
  position: relative;
  z-index: 1;
  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;
}

.s-service__footer-link {
  display: inline-block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.s-service__footer-pointer {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.s-service__footer-pulse,
.s-service__footer-arrow {
  position: absolute;
  inset: 0;
  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;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.s-service__footer-pulse {
  opacity: 1;
}

.s-service__footer-arrow {
  opacity: 0;
}

.s-service__card:hover .s-service__footer-pulse {
  opacity: 0;
}

.s-service__card:hover .s-service__footer-arrow {
  opacity: 1;
}

.s-service__footer-arrow .pointer-pulse circle[fill-opacity="0"] {
  display: none;
}

.s-service__cta-wrapper {
  display: grid;
  /* autoprefixer: ignore next */
  grid-template-columns: repeat(auto-fit, minmax(345px, 1fr));
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .s-service__cta-wrapper {
    /* autoprefixer: ignore next */
    grid-template-columns: repeat(auto-fit, minmax(580px, 1fr));
    gap: 38px;
  }
}

.s-service-cta__card {
  position: relative;
  display: grid;
  /* autoprefixer: ignore next */
  place-items: center;
  border-radius: 4px;
  width: 100%;
  padding-block: 48px 29px;
}
@media screen and (min-width: 768px) {
  .s-service-cta__card {
    padding-block: 96px 74px;
  }
}

.s-service-cta__img-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 4px;
  z-index: 1;
  pointer-events: none;
}

.s-service-cta__img {
  position: absolute;
  left: 0;
  right: 0;
  top: -15%;
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-service-cta__en {
  position: absolute;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  right: 7%;
  top: 50%;
  -webkit-transform: translate(50%, -50%) rotate(90deg);
          transform: translate(50%, -50%) rotate(90deg);
  z-index: 2;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .s-service-cta__en {
    color: #fff;
    font-size: 50px;
    right: -1%;
  }
}

.s-service-cta__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .s-service-cta__body {
    gap: 7px;
  }
}

.s-service-cta__title {
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 100.902%;
}
@media screen and (min-width: 768px) {
  .s-service-cta__title {
    font-size: 32px;
  }
}

.s-service-cta__lead {
  color: #e41317;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 118.52%;
}

.s-service-cta__btn {
  margin-top: 12px;
}
.s-service-cta__btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 6px;
  background: linear-gradient(257deg, #f86036 -2.81%, #d41c1f 69.94%);
  padding: 10px 32px;
  margin-top: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .s-service-cta__btn a {
    padding: 14px 43px;
  }
}

.s-service-cta__btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}

.s-service-cta__card:hover .s-service-cta__btn a::before {
  opacity: 1;
}

.s-service-cta__btn-label,
.s-service-cta__btn-icon-wrap {
  position: relative;
  z-index: 1;
}

.s-service-cta__btn-icon-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.s-service-cta__btn-pulse,
.s-service-cta__btn-arrow {
  position: absolute;
  inset: 0;
  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;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.s-service-cta__btn-pulse {
  opacity: 1;
}

.s-service-cta__btn-arrow {
  opacity: 0;
}

.s-service-cta__card:hover .s-service-cta__btn-pulse {
  opacity: 0;
}

.s-service-cta__card:hover .s-service-cta__btn-arrow {
  opacity: 1;
}

.s-service-cta__btn-arrow .pointer-pulse circle[fill-opacity="0"] {
  display: none;
}

.s-service-cta__card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #e41317;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -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;
  pointer-events: none;
  z-index: 1;
}

.s-service-cta__card:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.s-area {
  position: relative;
  border-top: 1px solid #e6e6e6;
}

.s-area__wrapper {
  position: relative;
  display: grid;
  /* autoprefixer: ignore next */
  grid-template-areas: "head" "body" "img" "btns";
  padding-bottom: 56px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 1000px) {
  .s-area__wrapper {
    /* autoprefixer: ignore next */
    grid-template-columns: 1fr 538px;
    /* autoprefixer: ignore next */
    grid-template-areas: "head img" "body img" "btns img";
    padding-bottom: 88px;
  }
}

.s-area__en {
  position: absolute;
  top: 67%;
  right: 4%;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 37.722px;
  font-style: normal;
  font-weight: 500;
  line-height: 37.722px;
  -webkit-transform: translate(50%, -50%) rotate(90deg);
          transform: translate(50%, -50%) rotate(90deg);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .s-area__en {
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 60.262px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    top: 45%;
    right: 5%;
  }
}

.s-area__head {
  /* autoprefixer: ignore next */
  grid-area: head;
}

.s-area__body {
  /* autoprefixer: ignore next */
  grid-area: body;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .s-area__body {
    margin-top: 88px;
  }
}

.s-area__body-title {
  font-size: 26px;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}
@media screen and (min-width: 768px) {
  .s-area__body-title {
    font-size: 32px;
    line-height: 64px;
  }
}

.s-area__body-sub {
  color: #000;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 157%;
  letter-spacing: 1.3px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .s-area__body-sub {
    font-size: 16px;
    margin-top: 45px;
    line-height: 28px;
    letter-spacing: 1.6px;
  }
}

.s-area__body-note {
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 176.231%;
  letter-spacing: 1.3px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .s-area__body-note {
    font-size: 13px;
    margin-top: 50px;
    letter-spacing: 1.3px;
    line-height: 22px;
  }
}

.s-area__btns-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, 246px);
  gap: 9px;
  /* autoprefixer: ignore next */
  grid-area: btns;
  margin-top: 48px;
}
@media screen and (min-width: 1000px) {
  .s-area__btns-wrapper {
    -ms-flex-item-align: end;
        align-self: end;
    margin-top: 44px;
    gap: 13px;
  }
}

.s-area__btn {
  position: relative;
  z-index: 1;
}

.s-area__btn .c-btn {
  width: 246px;
  padding: 16px 14px 16px 50px;
  font-size: 14px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .s-area__btn .c-btn {
    width: 100%;
  }
}

.s-area__btn .c-btn .c-btn__pulse {
  left: 14px;
}

.s-area__btn .c-btn .c-btn__arrow {
  right: 14px;
}

.s-area__btn .c-btn:hover .c-btn__label {
  translate: -24px 0;
}

.s-area__img {
  /* autoprefixer: ignore next */
  grid-area: img;
  position: relative;
  z-index: 1;
  margin-top: -85px;
  -webkit-transform: translate(18px, 22px);
          transform: translate(18px, 22px);
}
.s-area__img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 116.04px;
  height: 53.362px;
  background: url("../../src/img/logo-area.svg") no-repeat center/contain;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out 0.8s;
  transition: opacity 0.6s ease-out 0.8s;
}
@media screen and (min-width: 500px) {
  .s-area__img::after {
    top: 53.6%;
    left: 36%;
  }
}
.s-area__img.is-visible::after {
  opacity: 1;
}
.s-area__img img {
  width: clamp(301px, 218px + 22.16vw, 538px);
  height: auto;
}
@media screen and (min-width: 500px) {
  .s-area__img {
    margin-left: 25%;
    margin-top: -16px;
  }
}
@media screen and (min-width: 1000px) {
  .s-area__img {
    margin-left: -19%;
    margin-top: 15%;
  }
}
@media screen and (min-width: 1200px) {
  .s-area__img {
    margin-left: -229px;
    margin-top: -16px;
  }
}

.s-area__footer-wrapper {
  position: relative;
  width: 100%;
  max-width: calc(min(90vw, 1200px) - 2px);
  margin-inline: auto;
  padding-top: 78px;
}
@media screen and (min-width: 768px) {
  .s-area__footer-wrapper {
    padding-top: 0px;
  }
}

.s-area__footer-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid rgba(0, 0, 0, 0.05);
  /* autoprefixer: ignore next */
}
@media screen and (min-width: 1000px) {
  .s-area__footer-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.s-area__footer-container::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.09) 1px, transparent 1px);
  background-size: 1px 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1000px) {
  .s-area__footer-container::after {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.09) 1px, transparent 1px), linear-gradient(to right, rgba(0, 0, 0, 0.09) 1px, transparent 1px), linear-gradient(to right, rgba(0, 0, 0, 0.09) 1px, transparent 1px);
    background-position: 25% 0, 50% 0, 75% 0;
  }
}

.s-area__footer-card {
  position: relative;
  display: grid;
  background-color: #fafafa;
}
.s-area__footer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../src/img/noise-bg.webp");
  background-repeat: repeat;
  background-size: 100px 100px;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .s-area__footer-card:nth-child(3), .s-area__footer-card:nth-child(4) {
    border-top: 1px solid rgba(0, 0, 0, 0.13);
  }
}
@media screen and (min-width: 768px) {
  .s-area__footer-card {
    height: 358px;
  }
}
.s-area__footer-card {
  /* autoprefixer: ignore next */
  place-items: center;
}

.s-area__footer-card-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 169/88;
}
.s-area__footer-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  scale: 1;
}
@media screen and (min-width: 768px) {
  .s-area__footer-card-img {
    display: block;
    position: absolute;
    inset: 0;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .s-area__footer-card:hover .s-area__footer-card-img {
    opacity: 1;
  }
}
.s-area__card-corner {
  position: absolute;
  bottom: 9px;
  right: 11px;
  z-index: 2;
}

.s-area__card-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 29px;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .s-area__card-content {
    padding-block: 24px;
  }
}

.s-area__card-title {
  color: #000;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .s-area__card-title {
    font-size: 24px;
  }
}

.s-area__card-en {
  color: #e41317;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .s-area__card-en {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .s-area__footer-card:hover .s-area__card-title {
    color: #fff;
  }
}
.s-media {
  position: relative;
  z-index: 1;
  padding-top: 64px;
  padding-bottom: 70px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
  background-image: url("../../src/img/noise-bg.webp");
  background-repeat: repeat;
  background-size: 100px 100px;
}
@media screen and (min-width: 768px) {
  .s-media {
    padding-top: 120px;
    padding-bottom: 10px;
  }
}

.s-media__inner {
  position: relative;
  z-index: 1;
}

.s-media__head {
  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;
}

.s-media__head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-media__prev,
.s-media__next {
  display: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .s-media__prev,
  .s-media__next {
    display: block;
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }
}

.s-media__prev.swiper-button-disabled,
.s-media__next.swiper-button-disabled,
.s-column__prev.swiper-button-disabled,
.s-column__next.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.s-column__prev,
.s-column__next {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 768px) {
  .s-media__prev {
    left: -22px;
  }
}

@media screen and (min-width: 768px) {
  .s-media__next {
    right: -22px;
  }
}

.s-home__cat-btn {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 6px;
  border: 1px solid #939393;
  background: #f3f3f3;
  padding: 4px 12px;
  white-space: nowrap;
  margin-top: 3px;
  margin-right: -2px;
}
@media screen and (min-width: 768px) {
  .s-home__cat-btn {
    padding: 7px 8px 5px 15px;
    margin-right: 19px;
  }
  .s-home__cat-btn a {
    font-size: 12px;
  }
}

.s-home__cat-btn {
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.s-home__cat-btn a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.s-home__cat-btn:hover {
  background: #fff;
  border-color: transparent;
}

.s-home__cat-btn:hover a {
  color: #e41317;
}

.s-home__cat-btn-icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .s-home__cat-btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: 18px;
    vertical-align: middle;
  }
}

.s-home__cat-btn-pulse,
.s-home__cat-btn-arrow {
  position: absolute;
  inset: 0;
  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;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.s-home__cat-btn-pulse {
  opacity: 1;
}

.s-home__cat-btn-arrow {
  opacity: 0;
}

.s-home__cat-btn:hover .s-home__cat-btn-pulse {
  opacity: 0;
}

.s-home__cat-btn:hover .s-home__cat-btn-arrow {
  opacity: 1;
}

.s-home__cat-btn-arrow .pointer-pulse circle[fill-opacity="0"] {
  display: none;
}

.s-media__swiper-wrap {
  position: relative;
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .s-media__swiper-wrap {
    margin-top: 45px;
    margin-bottom: 50px;
  }
}

.s-media__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .s-media__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}

.s-media__card {
  width: auto;
}
.s-media__card:nth-child(n+7) {
  display: none;
}
@media screen and (min-width: 768px) {
  .s-media__card {
    width: 285px;
  }
  .s-media__card:nth-child(n+7) {
    display: block;
  }
}

.s-media__card-img {
  aspect-ratio: 285/156;
  overflow: hidden;
  border-radius: 4px;
}
.s-media__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.s-media__card:hover .s-media__card-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.s-media__card-img--placeholder {
  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;
  aspect-ratio: 285/156;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}

.s-media__card-img--placeholder .s-media__card-img-logo {
  display: block;
  width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.s-media__card-body {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .s-media__card-body {
    margin-top: 15px;
  }
}

.s-media__card-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 12px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .s-media__card-cat {
    margin-bottom: 8px;
  }
}

.s-media__card-date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

.s-media__cat-link {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1.1px;
  border-radius: 4px;
  background: #f3f3f3;
  padding: 4px 7px;
}

.s-media__card-title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.s-media__card:hover .s-media__card-title {
  color: #e41317;
}

.s-column {
  position: relative;
  padding-top: 71px;
  padding-bottom: 68px;
  color: #fff;
}
.s-column::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  background-color: #111111;
  z-index: -1;
}
.s-column::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='3.0' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.35;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .s-column {
    z-index: 1;
    color: #000;
    background-color: #fafafa;
    background-image: url("../../src/img/noise-bg.webp");
    background-repeat: repeat;
    background-size: 100px 100px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.08);
    padding-bottom: 0;
    padding-top: 115px;
  }
  .s-column::before {
    display: none;
  }
  .s-column::after {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .s-column__grid-lines {
    --grid-inner: rgba(0, 0, 0, 0.13);
  }
}
.s-column__grid-lines {
  background-image: linear-gradient(to right, var(--grid-inner) 1px, transparent 1px), linear-gradient(to right, var(--grid-inner) 1px, transparent 1px);
  background-size: 1px 100%;
  background-position: 0% 0, 100% 0;
}

.s-column__inner {
  position: relative;
  z-index: 1;
}

.s-column__head {
  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;
}

.s-column__head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-column__prev,
.s-column__next {
  display: none;
}
@media screen and (min-width: 768px) {
  .s-column__prev,
  .s-column__next {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) {
  .s-column__prev {
    left: -22px;
  }
}

@media screen and (min-width: 768px) {
  .s-column__next {
    right: -22px;
  }
}

.s-column__swiper-wrap {
  position: relative;
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .s-column__swiper-wrap {
    margin-top: 45px;
    margin-bottom: 50px;
  }
}

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

.s-column__card {
  width: 225px;
}
@media screen and (min-width: 768px) {
  .s-column__card {
    width: 285px;
  }
}

.s-column__card-img {
  aspect-ratio: 285/156;
  overflow: hidden;
  border-radius: 4px;
}
.s-column__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.s-column__card:hover .s-column__card-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.s-column__card-img--placeholder {
  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;
  aspect-ratio: 285/156;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}

.s-column__card-img--placeholder .s-column__card-img-logo {
  display: block;
  width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.s-column__card-body {
  margin-top: 15px;
}

.s-column__card-cat {
  margin-bottom: 8px;
}

.s-column__cat-link {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1.1px;
  border-radius: 4px;
  background: #000;
  padding: 4px 7px;
}
@media screen and (min-width: 768px) {
  .s-column__cat-link {
    background: #f3f3f3;
  }
}

.s-column__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.s-column__card:hover .s-column__card-title {
  color: #e41317;
}

.s-column .s-home__cat-btn {
  background-color: transparent;
}

.s-column .s-column__head-btn {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-column .s-column__head-btn {
    color: #000;
    background: #f3f3f3;
  }
  .s-column .s-column__head-btn a {
    font-size: 12px;
  }
}

.s-contact {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .s-contact {
    padding-top: 106px;
    padding-bottom: 188px;
  }
}

.s-contact__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.s-contact__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 1200px);
  margin-inline: auto;
}

.s-contact__title {
  color: #fff;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .s-contact__title {
    font-size: 60px;
  }
}

.s-contact__wrapper {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .s-contact__wrapper {
    margin-top: 55px;
  }
}

.s-contact__lead {
  position: relative;
  background: #fff;
  padding: 3px 5px;
}
@media screen and (min-width: 768px) {
  .s-contact__lead {
    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;
    width: min(100%, 571px);
    margin: 0 auto;
    padding: 3px;
    gap: 10px;
  }
}

.s-contact__lead-tag {
  position: absolute;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 4.5px;
  text-indent: 4px;
  border-radius: 6px;
  background: linear-gradient(257deg, #f86036 -2.81%, #d41c1f 69.94%);
  padding: 4px 11px;
  top: -100%;
  -webkit-transform: translate(-50%, 91%);
  transform: translate(-50%, 106%);
  left: 50%;
}
@media screen and (min-width: 768px) {
  .s-contact__lead-tag {
    position: static;
    -webkit-transform: none;
            transform: none;
    white-space: nowrap;
  }
}

.s-contact__lead-text {
  color: #000;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .s-contact__lead-text {
    font-size: 32px;
    line-height: 1;
  }
}

.s-contact__container {
  display: grid;
  /* autoprefixer: ignore next */
  grid-template-columns: 1fr;
  gap: 5px;
  margin-top: 52px;
}
@media screen and (min-width: 768px) {
  .s-contact__container {
    /* autoprefixer: ignore next */
    grid-template-columns: repeat(auto-fit, minmax(580px, 1fr));
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 40px;
    margin-top: 40px;
  }
}

.s-contact__tel {
  position: relative;
  border-radius: 4px;
  background: #f3f3f3;
  display: grid;
  /* autoprefixer: ignore next */
  place-items: center;
  padding: 44px 28px 32px;
}
@media screen and (min-width: 768px) {
  .s-contact__tel {
    padding: 49px 12px;
  }
}

.s-contact__tel-hurry {
  position: absolute;
  top: -23%;
  left: -3.2%;
  width: 99px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(257deg, #f86036 -2.81%, #d41c1f 69.94%);
  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: 6px;
}
.s-contact__tel-hurry img {
  width: 19px;
  height: 25px;
}
@media screen and (min-width: 768px) {
  .s-contact__tel-hurry {
    width: 131px;
    top: -16.4%;
    left: 5.7%;
  }
  .s-contact__tel-hurry img {
    width: 27px;
    height: 35px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.s-contact__hurry-text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-contact__hurry-text {
    font-size: 13px;
    line-height: 1.7;
  }
}

.s-contact__tel-body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
@media screen and (min-width: 768px) {
  .s-contact__tel-body {
    gap: 4px;
  }
}

.s-contact__tel-lead {
  position: relative;
  isolation: isolate;
  margin-inline: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  padding: 2px 13px 2px 6px;
  margin-bottom: 13px;
  text-indent: 4px;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.s-contact__tel-lead::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  z-index: -1;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) var(--fadein-delay, 0s);
  transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) var(--fadein-delay, 0s);
}
@media screen and (min-width: 768px) {
  .s-contact__tel-lead {
    padding: 2px 7px;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.s-contact__tel-lead.is-visible::before {
  clip-path: inset(0 0 0 0);
}

.s-contact__tel-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .s-contact__tel-main {
    padding-left: 16px;
    padding-top: 7px;
    gap: 11px;
  }
}

.s-contact__tel-icon {
  width: 37px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .s-contact__tel-icon {
    width: 43px;
  }
}

.s-contact__tel-link {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 37px;
  font-style: normal;
  font-weight: 600;
  background: linear-gradient(217.76deg, #f86036 2.81%, #d41c1f 69.94%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .s-contact__tel-link {
    font-size: 60px;
    line-height: 1;
  }
}

.s-contact__tel-description {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .s-contact__tel-description {
    margin-top: 13px;
  }
}

.s-contact__form {
  position: relative;
  display: grid;
  /* autoprefixer: ignore next */
  place-items: center;
  overflow: hidden;
  border-radius: 4px;
  padding: 28px 28px 34px;
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .s-contact__form {
    margin-top: 0;
    padding-block: 44px;
  }
}

.s-contact__form-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.s-contact__form-body {
  position: relative;
  z-index: 2;
  text-align: center;
}

.s-contact__form-lead {
  position: relative;
  isolation: isolate;
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  width: 204px;
  margin-inline: auto;
}
.s-contact__form-lead::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  z-index: -1;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) var(--fadein-delay, 0s);
  transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) var(--fadein-delay, 0s);
}

.s-contact__form-lead.is-visible::before {
  clip-path: inset(0 0 0 0);
}

.s-contact__form-main {
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  white-space: nowrap;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .s-contact__form-main {
    font-size: 24px;
    margin-top: 20px;
  }
}

.s-contact__form-btn {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .s-contact__form-btn {
    margin-top: 15px;
  }
}

.s-contact__form-btn-link {
  background: linear-gradient(257deg, #f86036 -2.81%, #d41c1f 69.94%);
  padding: 12.7px 48px 12.7px 27px;
  font-size: 13px;
  letter-spacing: 0.9px;
}

.s-contact__form-btn-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.s-contact__form-btn-link:hover::before {
  opacity: 1;
}

.s-contact__form-btn-link.c-btn--trailing .c-btn__pulse,
.s-contact__form-btn-link.c-btn--trailing .c-btn__arrow {
  right: 18px;
}

.s-banner {
  position: relative;
  padding-top: 31px;
  padding-bottom: 41px;
}
@media screen and (min-width: 768px) {
  .s-banner {
    padding-block: 72px;
  }
}

.s-banner__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 768px) {
  .s-banner__inner {
    padding-inline: 40px;
  }
}

#page-index .s-banner__inner {
  padding-inline: 0;
}

.s-banner__wrapper {
  display: grid;
  /* autoprefixer: ignore next */
  grid-template-columns: repeat(auto-fit, minmax(345px, 1fr));
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .s-banner__wrapper {
    /* autoprefixer: ignore next */
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 30px;
  }
}

.s-banner__card {
  position: relative;
  z-index: 1;
  display: grid;
  /* autoprefixer: ignore next */
  place-items: center;
  overflow: hidden;
  padding: 29px 20px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .s-banner__card {
    padding: 37px;
  }
}

.s-banner__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.s-banner__card:hover::after {
  opacity: 1;
}

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

.s-banner__text {
  position: relative;
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .s-banner__text {
    font-size: 22px;
  }
}

.s-banner__img-corner {
  position: absolute;
  right: 9px;
  bottom: 8px;
  z-index: 3;
}

.s-strategy-model__sidebar,
.s-strategy-model__contents {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
@media screen and (min-width: 1300px) {
  .s-strategy-model__sidebar,
  .s-strategy-model__contents {
    grid-column: auto;
    grid-row: auto;
  }
}

.s-strategy-model__sidebar {
  position: fixed;
  bottom: 20px;
  left: 16px;
  right: 16px;
  z-index: 50;
  border-radius: 6px;
  background: linear-gradient(204deg, #000 2.81%, #292929 69.94%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.s-strategy-model__sidebar.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1300px) {
  .s-strategy-model__sidebar {
    position: sticky;
    top: 230px;
    left: 0;
    z-index: 10;
    opacity: 1;
    pointer-events: auto;
    background: transparent;
    -webkit-transition: none;
    transition: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-item-align: start;
        align-self: start;
    margin-top: 139px;
    border-radius: 0;
  }
}

.s-strategy-model__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
  border-radius: 6px;
  list-style: none;
  margin: 0;
  padding: 0 24px;
  pointer-events: auto;
  overflow-x: auto;
  scrollbar-width: none;
}
@media screen and (min-width: 500px) {
  .s-strategy-model__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.s-strategy-model__nav::-webkit-scrollbar {
  display: none;
}
.s-strategy-model__nav {
  mask-image: linear-gradient(to right, transparent 0%, black 20px, black calc(100% - 56px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20px, black calc(100% - 56px), transparent 100%);
}
@media screen and (min-width: 1300px) {
  .s-strategy-model__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: visible;
    padding-left: 49px;
    border-radius: 0;
    mask-image: none;
    -webkit-mask-image: none;
    z-index: 5;
    position: relative;
  }
  .s-strategy-model__nav::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    scale: 1 0;
    -webkit-transition: scale 1s ease-out;
    transition: scale 1s ease-out;
  }
  .s-strategy-model__nav.is-visible::before {
    scale: 1 1;
  }
}

.s-strategy-model__nav-line {
  position: relative;
  display: block;
  width: 35px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 6px;
  overflow: hidden;
}
@media screen and (min-width: 1300px) {
  .s-strategy-model__nav-line {
    display: none;
  }
}

.s-strategy-model__nav-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #ea1212;
}

.s-strategy-model__nav-item {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
  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;
  font-weight: 600;
}
.s-strategy-model__nav-item:last-child {
  padding-right: 20px;
}
.s-strategy-model__nav-item.is-active {
  color: #fff;
}
@media screen and (min-width: 1300px) {
  .s-strategy-model__nav-item {
    font-size: 24px;
    color: #fff;
    padding: 9px 0;
    position: relative;
  }
  .s-strategy-model__nav-item.is-active {
    color: #ea1212;
  }
  .s-strategy-model__nav-item.is-active::before {
    content: "";
    position: absolute;
    left: -49px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #ea1212;
    z-index: 10;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    scale: 1 0;
    -webkit-transition: scale 0.2s ease-out;
    transition: scale 0.2s ease-out;
  }
}

.s-strategy-model__nav.is-visible .s-strategy-model__nav-item.is-active::before {
  scale: 1 1;
}

.s-strategy-model__nav-item.is-visible:not(.is-active) {
  opacity: 0.4;
}

@media screen and (min-width: 1300px) {
  .s-strategy-model__nav-item.is-visible:not(.is-active) {
    opacity: 1;
  }
}
.s-strategy-model__nav-dot {
  width: 0;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: width 0.3s ease, opacity 0.3s ease;
  transition: width 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}
.is-active .s-strategy-model__nav-dot {
  width: 24px;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1300px) {
  .s-strategy-model__nav-dot {
    display: none !important;
  }
}

.s-strategy-model__nav-label {
  display: inline-block;
  overflow: hidden;
  height: 1.3em;
  line-height: 1.3;
  vertical-align: middle;
}

.s-strategy-model__nav-en,
.s-strategy-model__nav-jp {
  display: block;
  line-height: 1.3;
  white-space: nowrap;
}

.s-strategy-model__nav-jp {
  font-size: 14px;
}
@media screen and (min-width: 1300px) {
  .s-strategy-model__nav-jp {
    font-size: 18px;
  }
}

.s-post-cards__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .s-post-cards__head {
    -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;
    margin-bottom: 48px;
  }
}

.s-post-cards__head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.s-post-cards__dot {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  overflow: visible;
}

.s-post-cards__title {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-post-cards__title {
    font-size: 30px;
    line-height: 1;
  }
}

.s-post-cards__listbtn {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 129px;
  height: 39px;
  padding: 0 13px 0 17px;
  border: 1px solid #939393;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #000;
  text-decoration: none;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.s-post-cards__listbtn:hover {
  background: #f5f5f5;
}

.s-post-cards__listbtn-icon {
  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;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
}
.s-post-cards__listbtn-icon svg {
  overflow: visible;
}

.s-post-cards__card {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .s-post-cards__card {
    padding: 40px 0 32px;
  }
}

.s-post-cards__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .s-post-cards__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    padding: 0 2px;
  }
}

.s-post-cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.s-post-cards__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.s-post-cards__link:hover {
  opacity: 0.8;
}

.s-post-cards__img {
  position: relative;
  margin: 0 0 16px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #212121;
  aspect-ratio: 285/156;
}
.s-post-cards__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.s-post-cards__link:hover .s-post-cards__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.s-post-cards__img--placeholder {
  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: #fff;
  border: 1px solid #d1d1d1;
}

.s-post-cards__img--placeholder .s-post-cards__img-logo {
  display: block;
  width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.s-post-cards__tag {
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 1px 13px;
  background: #f3f3f3;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 1.1px;
  color: #000;
  margin-bottom: 8px;
}

.s-post-cards__item-title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

.c-promise__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  margin-bottom: 32px;
}

.c-promise__bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7px;
  height: 22px;
}
@media screen and (min-width: 768px) {
  .c-promise__bars {
    width: 12px;
  }
}
.c-promise__bars::before, .c-promise__bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 22px;
  background: #ea1212;
}
@media screen and (min-width: 768px) {
  .c-promise__bars::before, .c-promise__bars::after {
    width: 5px;
  }
}
.c-promise__bars::before {
  left: 0;
}
.c-promise__bars::after {
  right: 0;
}

.c-promise__head-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #000;
}

.c-promise__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 12px;
}
@media (min-width: 500px) {
  .c-promise__list {
    gap: 32px;
  }
}
@media screen and (min-width: 768px) {
  .c-promise__list {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .c-promise__list {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
  }
}

@media screen and (min-width: 768px) {
  .c-promise__card-1 {
    grid-column: span 2/span 2;
  }
}

@media screen and (min-width: 768px) {
  .c-promise__card-2 {
    grid-column: span 2/span 2;
    grid-column-start: 3;
  }
}

@media screen and (min-width: 768px) {
  .c-promise__card-3 {
    grid-column: span 2/span 2;
    grid-column-start: 5;
  }
}

@media screen and (min-width: 768px) {
  .c-promise__card-4 {
    grid-column: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 2;
  }
}

.c-promise__card.c-promise__card-5 {
  grid-column: span 2/span 2;
  justify-self: center;
  width: calc(50% - 6px);
}
@media screen and (min-width: 768px) {
  .c-promise__card.c-promise__card-5 {
    grid-column: span 2/span 2;
    grid-column-start: 4;
    grid-row-start: 2;
    width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  .c-promise__card.c-promise__card-5 {
    grid-column: auto;
    grid-row: auto;
    grid-column-start: auto;
    grid-row-start: auto;
    justify-self: auto;
  }
}

@media screen and (min-width: 1300px) {
  .c-promise__card-1,
  .c-promise__card-2,
  .c-promise__card-3,
  .c-promise__card-4 {
    grid-column: auto;
    grid-row: auto;
    grid-column-start: auto;
    grid-row-start: auto;
    justify-self: auto;
  }
}

.c-promise__card {
  container-type: inline-size;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-self: center;
  text-align: center;
  width: 100%;
  max-width: 210px;
  aspect-ratio: 210/198;
  padding: 16px 12px;
  background: url("../../src/img/for-customers-laurel.svg") no-repeat center/contain;
}

.c-promise__top {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.27;
  color: #000;
  font-size: 10cqw;
}

.c-promise__main {
  margin: 8px 0;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  line-height: 1.12;
}

.c-promise__strong {
  display: inline;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1.12;
  color: #d41c1f;
  font-size: 17.2cqw;
}

.c-promise__card-1 .c-promise__strong {
  font-size: 16.5cqw;
}

.c-promise__suf {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 8.1cqw;
}

.c-promise__bottom {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.27;
  color: #000;
  font-size: 10cqw;
}

.c-promise__card-4 .c-promise__bottom {
  font-size: 8.1cqw;
}

.c-promise__card-5,
.c-promise__card-3 {
  max-height: 198px;
}
.c-promise__card-5 .c-promise__top,
.c-promise__card-3 .c-promise__top {
  font-size: 8.1cqw;
}
.c-promise__card-5 .c-promise__strong,
.c-promise__card-3 .c-promise__strong {
  font-size: 17.2cqw;
}
.c-promise__card-5 .c-promise__suf,
.c-promise__card-3 .c-promise__suf {
  font-size: 8.1cqw;
}
.c-promise__card-5 .c-promise__bottom,
.c-promise__card-3 .c-promise__bottom {
  font-size: 8.1cqw;
}

.c-promise__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 2px;
  margin-bottom: 4px;
}

.c-promise__badge-line {
  display: inline-block;
  padding: 2px 10px;
  background: #d41c1f;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 6.4cqw;
  line-height: 1.27;
  text-align: center;
  margin-top: -2px;
}

.c-smodel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(335px, 1fr));
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .c-smodel {
    grid-template-columns: repeat(auto-fit, minmax(580px, 1fr));
    gap: 35px;
  }
}

.c-smodel__card {
  position: relative;
  border-radius: 4px;
  background: #212121;
  padding-block: 43px;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .c-smodel__card {
    padding-left: 35px;
    padding-block: 34px 40px;
  }
}

.c-smodel__card-link {
  position: absolute;
  inset: 0;
  z-index: 10;
}

.c-smodel__card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #e41317;
  border-radius: 0 0 4px 4px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -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;
  pointer-events: none;
}

.c-smodel__card:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.c-smodel__card-copy {
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: rgba(255, 255, 255, 0.5);
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
@media screen and (min-width: 1024px) {
  .c-smodel__card-copy {
    color: rgba(255, 255, 255, 0.08);
  }
}

.c-smodel__card-copy--1 {
  right: -10%;
  bottom: 50px;
}

.c-smodel__card-copy--2 {
  top: 25%;
  right: -30%;
}

.c-smodel__card-img-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .c-smodel__card-img-box {
    left: 69%;
  }
}

.c-smodel__card-img-box--1 {
  top: -15%;
}
@media screen and (min-width: 1024px) {
  .c-smodel__card-img-box--1 {
    top: -7%;
  }
}

.c-smodel__card-img-box--2 {
  top: 7%;
}
@media screen and (min-width: 1024px) {
  .c-smodel__card-img-box--2 {
    top: 13%;
    left: 71%;
  }
}

.c-smodel__card-img {
  position: relative;
}
.c-smodel__card-img svg {
  width: 295px;
  height: 295px;
  display: block;
}

.c-smodel__card-img-wrap {
  position: relative;
  width: 295px;
  height: 295px;
}

.c-smodel__card-canvas-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 295px;
  height: 295px;
  z-index: 0;
}
.c-smodel__card-canvas-wrap--1 {
  clip-path: polygon(7% 25%, 93% 25%, 50% 100%);
}
.c-smodel__card-canvas-wrap--2 {
  clip-path: polygon(93% 75%, 7% 75%, 50% 0%);
}

.c-smodel__card-svg {
  position: relative;
  z-index: 1;
}

.c-smodel__card-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.c-smodel__card-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.c-smodel__card-filter {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #212121;
  opacity: 0.9;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .c-smodel__card-filter {
    display: none;
  }
}

.c-smodel__card-content {
  position: relative;
  z-index: 3;
  max-width: 280px;
  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: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .c-smodel__card-content {
    margin-left: 0;
    margin-right: auto;
    gap: 24px;
  }
}

.c-smodel__card-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 187.432%;
  border-radius: 1.717px;
  background: #000;
  padding: 2px 15px 2px 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-smodel__card-tag::before {
  content: "";
  display: block;
  border-radius: 3.433px;
  background: #e41317;
  width: 1.717px;
  height: 23.173px;
}
@media screen and (min-width: 1024px) {
  .c-smodel__card-tag {
    font-size: 14px;
  }
}

.c-smodel__card-title {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 40.6px;
}
@media screen and (min-width: 1024px) {
  .c-smodel__card-title {
    font-size: 32px;
    line-height: 157%;
  }
}

.c-smodel__card-btn {
  margin-top: 14px;
}

.c-smodel__card-btn-icon--red {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-smodel__card-btn-icon--red {
    display: block;
  }
}

.c-smodel__card-btn-icon--white {
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-smodel__card-btn-icon--white {
    display: none;
  }
}

.c-smodel__card-btn-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 11px 22px;
  border-radius: 6px;
  background: linear-gradient(257deg, #f86036 -2.81%, #d41c1f 69.94%);
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .c-smodel__card-btn-link {
    font-size: 14px;
    border-radius: 6px;
    background: #000;
  }
}

.c-smodel__card-btn-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(257deg, #f86036 -2.81%, #d41c1f 69.94%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}

@media screen and (min-width: 1024px) {
  .c-smodel__card:hover .c-smodel__card-btn-link::before {
    opacity: 1;
  }
}
.c-smodel__card-btn-pulse,
.c-smodel__card-btn-label,
.c-smodel__card-btn-arrow {
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, translate 0.3s ease;
}

.c-smodel__card-btn-pulse {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 1;
}

.c-smodel__card-btn-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .c-smodel__card-btn-arrow {
    right: 14px;
  }
}

.c-smodel__card:hover .c-smodel__card-btn-pulse {
  opacity: 0;
}

.c-smodel__card:hover .c-smodel__card-btn-label {
  translate: -24px 0;
}

.c-smodel__card:hover .c-smodel__card-btn-arrow {
  opacity: 1;
}

.c-smodel__card-btn-arrow .pointer-pulse circle[fill-opacity="0"] {
  display: none;
}

.c-section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-section-head {
    margin-bottom: 44px;
  }
}

.c-section-head__dot {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  overflow: visible;
  margin-top: 4px;
}

.c-section-head__title {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .c-section-head__title {
    font-size: 30px;
    line-height: 1;
  }
}

.c-category-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-left: 16px;
  border-radius: 5px;
  background: linear-gradient(194.46deg, #f86036 2.81%, #d41c1f 69.94%);
  margin: 0 0 46px;
  height: 56px;
}
@media screen and (min-width: 768px) {
  .c-category-bar {
    gap: 12px;
    height: 70px;
    padding-left: 30px;
    margin-bottom: 73px;
  }
}

.c-category-bar__icon {
  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;
  width: 24px;
  height: 42px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-category-bar__icon {
    width: 42px;
    height: 42px;
  }
}
.c-category-bar__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-category-bar__label {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(18px, 0.197vw + 17.163px, 20px);
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .c-category-bar__label {
    line-height: 28px;
    letter-spacing: 0;
  }
}

.c-flow-cards {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 32px 12px;
}
@media screen and (min-width: 768px) {
  .c-flow-cards {
    padding: 62px 9%;
  }
}

.c-flow-cards__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 44px;
  counter-reset: flow-step;
}
@media screen and (min-width: 768px) {
  .c-flow-cards__list {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media (min-width: 964px) {
  .c-flow-cards__list {
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 73px 56px;
  }
}

.c-flow-cards__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.c-flow-cards__img {
  margin: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-flow-cards__img {
    max-width: 210px;
  }
}

.c-flow-cards__img img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 210/137;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-flow-cards__label {
  margin: 16px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 25.8px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .c-flow-cards__label {
    font-size: 20px;
  }
}
.c-flow-cards__label br {
  display: none;
}
@media (min-width: 964px) {
  .c-flow-cards__label br {
    display: inline;
  }
}

.c-flow-cards__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: url("../../src/img/arrow-red.svg") no-repeat center/contain;
  pointer-events: none;
}
@media (min-width: 964px) {
  .c-flow-cards__item:not(:last-child)::after {
    right: -52px;
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 963px) {
  .c-flow-cards__item:nth-child(2n)::after {
    display: none;
  }
}
@media (min-width: 964px) {
  .c-flow-cards__item:nth-child(3)::after {
    display: none;
  }
}
.c-service-kv {
  position: relative;
  margin: 16px auto 0;
  padding: 0 11px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-service-kv {
    margin-top: 24px;
    padding: 0 28px;
  }
}

.c-service-kv__inner {
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(257.07deg, #f86036 2.81%, #d41c1f 69.94%);
  padding: 171px 33px 39px;
}
@media screen and (min-width: 768px) {
  .c-service-kv__inner {
    background: linear-gradient(227.27deg, #f86036 2.81%, #d41c1f 69.94%);
    padding: 235px 24px 28px;
  }
}

.c-service-kv__card {
  position: absolute;
  top: 143px;
  right: 45px;
  width: 90px;
  min-height: 85px;
  background: #f3f3f3;
  border-radius: 2.169px;
  -webkit-box-shadow: 0 0 4.339px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4.339px rgba(0, 0, 0, 0.1);
  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;
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-service-kv__card {
    top: auto;
    right: 65px;
    width: 187px;
    bottom: 40px;
    min-height: 177px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 32px 16px 16px;
  }
}
@media screen and (min-width: 1000px) {
  .c-service-kv__card {
    right: auto;
    left: -223px;
    bottom: -95px;
  }
}

@media screen and (min-width: 1000px) {
  .c-service-kv__title-block {
    position: relative;
  }
}

.c-service-kv__card-icon {
  display: block;
  width: 63px;
  height: 63px;
}
.c-service-kv__card-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .c-service-kv__card-icon {
    width: 56px;
    height: 56px;
  }
}

.c-service-kv__card-title {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-service-kv__card-title {
    display: block;
    margin: 16px 0 0;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    text-align: center;
  }
}

.c-service-kv__card-tags {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-service-kv__card-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 8px 0 0;
    padding-left: 7px;
    gap: 4px;
  }
}

.c-service-kv__card-tag {
  width: 66px;
  padding: 4px 6px;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1.1px;
  color: #000;
  text-align: center;
}
.c-service-kv__card-tag--corp {
  background: #f4e4e4;
}
.c-service-kv__card-tag--ind {
  background: #fff;
}

.c-service-kv__wrapper {
  max-width: 1200px;
  width: 100%;
  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: 0 auto;
  gap: 26px;
}
@media screen and (min-width: 1000px) {
  .c-service-kv__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 223px;
  }
}

.c-service-kv__title {
  margin: 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;
  gap: 11px;
}
@media screen and (min-width: 768px) {
  .c-service-kv__title {
    -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: 26px;
  }
}

.c-service-kv__title-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-service-kv__title-jp {
    font-size: 38px;
    line-height: 63.222px;
  }
}

.c-service-kv__title-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  padding-left: 2px;
}
@media screen and (min-width: 768px) {
  .c-service-kv__title-en {
    display: none;
  }
}

.c-service-kv__breadcrumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4px 8px;
  padding: 8px 18px 8px 16px;
  border-radius: 4px;
  background: rgba(166, 19, 19, 0.3);
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .c-service-kv__breadcrumb {
    left: auto;
    right: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 37px;
    margin-right: 6px;
    height: 39px;
    gap: 11px;
    margin-left: 0;
  }
}

.c-service-kv__breadcrumb-link,
.c-service-kv__breadcrumb-current {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-service-kv__breadcrumb-link,
  .c-service-kv__breadcrumb-current {
    font-size: 13px;
  }
}

.c-service-kv__breadcrumb-current {
  text-indent: 3px;
}

.c-service-kv__breadcrumb-link:hover {
  text-decoration: underline;
}

.c-service-kv__breadcrumb-sep {
  font-size: 15px;
  color: #800b0d;
  line-height: 1;
}

.c-service-kv--pco .c-service-kv__card {
  top: 57px;
}
@media screen and (min-width: 768px) {
  .c-service-kv--pco .c-service-kv__card {
    top: auto;
  }
}

.c-service-intro__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1000px) {
  .c-service-intro__body {
    display: grid;
    grid-template-columns: 1fr 50%;
    -webkit-column-gap: 91px;
       -moz-column-gap: 91px;
            column-gap: 91px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media screen and (min-width: 1000px) {
  .c-service-intro__body--no-label .c-service-intro__content {
    margin-top: -11px;
  }
}

.c-service-intro__img {
  margin: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .c-service-intro__img {
    width: 100%;
    max-width: 511px;
    justify-self: end;
    min-width: 0;
  }
}

.c-service-intro__img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-service-intro__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media screen and (min-width: 1000px) {
  .c-service-intro__content {
    min-width: 0;
    padding-top: 0;
  }
}

.c-service-intro__label-wrap {
  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;
}

.c-service-intro__label {
  display: inline-block;
  padding: 7px 11px;
  background: #d41c1f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.17;
  color: #fff;
}

.c-service-intro__title {
  margin: 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;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .c-service-intro__title {
    font-size: 32px;
    line-height: 54px;
  }
}

.c-service-intro__title-line {
  display: inline-block;
  position: relative;
  isolation: isolate;
  padding: 0 6px 3px;
}
.c-service-intro__title-line::before {
  content: "";
  position: absolute;
  inset: 5% 0;
  background: #fff;
  z-index: -1;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
  transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
}
@media screen and (min-width: 768px) {
  .c-service-intro__title-line {
    padding: 0 7px 0;
  }
  .c-service-intro__title-line::before {
    inset: 12.5% 0;
  }
}

.c-service-intro__title-line:nth-child(2)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
}

.c-service-intro__title-line:nth-child(3)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.6s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.6s);
}

.c-service-intro__title-line:nth-child(4)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.7s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.7s);
}

.c-service-intro__title-line:nth-child(5)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.8s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.8s);
}

.c-service-intro__title-line:nth-child(6)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.9s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.9s);
}

.c-service-intro__title.is-visible .c-service-intro__title-line::before {
  clip-path: inset(0 0 0 0);
}

.c-service-intro__title-line--red {
  color: #c72727;
}

.c-service-intro__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .c-service-intro__text {
    font-size: 16px;
    line-height: 32px;
    margin-top: 42px;
    text-indent: 3px;
  }
}

.c-service-intro__text p {
  margin: 0 0 24px;
}
@media screen and (min-width: 768px) {
  .c-service-intro__text p {
    margin-bottom: 0;
  }
}

.c-service-intro__text p:last-child {
  margin-bottom: 0;
}

.c-service-intro__text-accent {
  color: #c72727;
}

.c-service-sidebar {
  display: none;
}
@media screen and (min-width: 1000px) {
  .c-service-sidebar {
    position: sticky;
    top: 180px;
    margin-bottom: 0;
    width: 100%;
    display: block;
    max-width: 240px;
  }
}

.c-service-sidebar__header {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 110px;
  padding: 43px 17px 0;
  border-radius: 6px;
  background: linear-gradient(88.16deg, #f86036 0.83%, #e41317 101.43%);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-service-sidebar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 65px;
    padding-bottom: 24px;
  }
}

.c-service-sidebar__header-jp {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}

.c-service-sidebar__header-en {
  display: block;
  margin-top: 8px;
  text-align: right;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .c-service-sidebar__header-en {
    margin-top: 0;
  }
}

.c-service-sidebar__menu {
  position: relative;
  z-index: 1;
  margin-top: -25px;
  padding-top: 51px;
  padding-bottom: 16px;
  background: #f6f6f6;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
}

.c-service-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-service-sidebar__item {
  border-bottom: 1px solid #d1d1d1;
}

.c-service-sidebar__item--last {
  border-bottom: 0;
}

.c-service-sidebar__link {
  position: relative;
  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;
  min-height: 50px;
  padding: 0 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.c-service-sidebar__link:hover {
  color: #e41317;
}

.c-service-sidebar__link.is-current {
  color: #e41317;
}

.c-service-sidebar__arrow {
  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;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-service-sidebar__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #939393;
  -webkit-transform: translate(-50%, -50%) scale(0.375);
          transform: translate(-50%, -50%) scale(0.375);
  opacity: 0.7;
  display: none;
  pointer-events: none;
  z-index: 0;
}

.c-service-sidebar__arrow img {
  display: block;
  position: relative;
  z-index: 1;
}

@-webkit-keyframes c-service-sidebar-arrow-pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.375);
            transform: translate(-50%, -50%) scale(0.375);
    opacity: 0.7;
  }
  70%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@keyframes c-service-sidebar-arrow-pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.375);
            transform: translate(-50%, -50%) scale(0.375);
    opacity: 0.7;
  }
  70%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.c-service-spnav {
  position: fixed;
  bottom: 20px;
  left: 16px;
  right: 16px;
  z-index: 50;
  border-radius: 6px;
  background: linear-gradient(204deg, #000 2.81%, #292929 69.94%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.c-service-spnav.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1000px) {
  .c-service-spnav {
    display: none;
  }
}

.c-service-spnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
  border-radius: 6px;
  list-style: none;
  margin: 0;
  padding: 0 24px;
  pointer-events: auto;
  overflow-x: auto;
  scrollbar-width: none;
}
.c-service-spnav__list::-webkit-scrollbar {
  display: none;
}
.c-service-spnav__list {
  mask-image: linear-gradient(to right, transparent 0%, black 20px, black calc(100% - 56px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20px, black calc(100% - 56px), transparent 100%);
}

.c-service-spnav__line {
  position: relative;
  display: block;
  width: 35px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 6px;
  overflow: hidden;
}

.c-service-spnav__line-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #ea1212;
}

.c-service-spnav__item {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  color: #fff;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
  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;
  padding-right: 18px;
}
.c-service-spnav__item:hover {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-service-spnav__item:last-child {
  padding-right: 20px;
}
.c-service-spnav__item.is-active {
  color: #fff;
  opacity: 1;
}

.c-service-spnav__dot {
  width: 0;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: width 0.3s ease, opacity 0.3s ease;
  transition: width 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}
.is-active .c-service-spnav__dot {
  width: 24px;
  opacity: 1;
  visibility: visible;
}

.c-service-spnav__label {
  display: inline-block;
  line-height: 1.3;
  vertical-align: middle;
  text-align: center;
}

.c-service-spnav__en {
  display: none;
}

.c-service-spnav__jp {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
  text-align: center;
}

.s-news {
  margin-top: 80px;
  padding-bottom: 114px;
}
@media screen and (min-width: 768px) {
  .s-news {
    padding-bottom: 100px;
    margin-bottom: 146px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  }
}

.s-news .l-grid-lines {
  --grid-inner: rgba(0, 0, 0, 0.13);
  --grid-outer: rgba(0, 0, 0, 0.08);
}

.s-news__inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 2px);
  margin-inline: auto;
}

.s-news__head {
  position: relative;
  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: 24px;
  padding-top: 87px;
}
@media screen and (min-width: 768px) {
  .s-news__head {
    padding-top: 30px;
  }
}

.s-news__head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-news__container {
  position: relative;
  display: grid;
}
@media screen and (min-width: 1000px) {
  .s-news__container {
    margin-top: 28px;
    grid-template-columns: auto calc(50% - 4px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.s-news__img {
  display: none;
}
@media screen and (min-width: 768px) {
  .s-news__img {
    position: relative;
    display: block;
    width: min(100%, 485px);
    overflow: hidden;
  }
  .s-news__img img {
    position: relative;
    top: -10%;
    width: 100%;
    height: 120%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.s-news__list {
  list-style: none;
  position: relative;
  z-index: 1;
  -ms-flex-item-align: start;
      align-self: start;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .s-news__list {
    right: 1px;
  }
}

.s-news__item {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e0e0e0;
}
.s-news__item:first-child {
  border-top: 1px solid #e0e0e0;
}

.s-news__item-link {
  position: relative;
  display: grid;
  color: #000;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 8px;
  padding: 18px 8px;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.s-news__item-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../src/img/noise-bg.webp");
  background-repeat: repeat;
  background-size: 100px 100px;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .s-news__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    text-decoration: none;
    padding-block: 24px;
  }
}

.s-news__item-date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  color: #666;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.s-news__item-cat {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
  border-radius: 4px;
  background: #f3f3f3;
  padding: 4px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.s-news__item-title {
  grid-column: 1/-1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.s-news__item-link:hover {
  background: rgba(0, 0, 0, 0.02);
}

.s-news__item-link:hover .s-news__item-title {
  color: #e41317;
}

.s-news__item-arrow {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.s-news__item-arrow img {
  display: block;
}
@media screen and (min-width: 768px) {
  .s-news__item-arrow {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-left: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.s-news__item-arrow-sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .s-news__item-arrow-sp {
    display: none !important;
  }
}

.s-news__item-arrow-pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .s-news__item-arrow-pc {
    display: block !important;
  }
}

.s-news__item-arrow .pointer-pulse circle[fill-opacity="0"] {
  display: none;
}

.s-news__footer {
  position: relative;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .s-news__footer {
    height: 149px;
  }
}

.s-post {
  position: relative;
  padding-block: 24px 120px;
}
@media screen and (min-width: 1000px) {
  .s-post {
    padding-block: 24px 160px;
  }
}

.s-post__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 5%;
}

.s-post__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 21px;
}

.s-post__main {
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  background: #f6f6f6;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 16px;
}
@media screen and (min-width: 768px) {
  .s-post__main {
    padding: 65px 5% 55px;
  }
}

.s-post__title {
  max-width: 613px;
  margin: 0 auto;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(22px, 22px + (100vw - 375px) * (32 - 22) / (1024 - 375), 32px);
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-post__title {
    line-height: 1.3;
  }
}

.s-post__thumb {
  --main-outer: min(calc(100vw * 0.9), 1080px);
  width: calc(var(--main-outer) - 2px);
  max-width: none;
  margin: 16px 0 0;
  margin-inline: calc((100% - var(--main-outer)) / 2 + 1px);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .s-post__thumb {
    width: auto;
    max-width: 600px;
    margin: 24px auto 0;
  }
}

.s-post__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 600/370;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.s-post__meta {
  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;
  max-width: 600px;
  margin: 24px auto 53px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}
@media screen and (min-width: 768px) {
  .s-post__meta {
    margin-top: 32px;
    padding-bottom: 12px;
  }
}

.s-post__cat {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  background: #efd1d1;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .s-post__cat {
    padding: 0 12px;
    font-size: 11px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.s-post__cat--empty {
  background: transparent;
}

.s-post__cat--red,
.s-media__cat-link--red {
  background: #efd1d1;
}

.s-post__cat--blue,
.s-media__cat-link--blue {
  background: #d1dcef;
}

.s-post__cat--yellow,
.s-media__cat-link--yellow {
  background: #efe9d1;
}

.s-post__cat--green,
.s-media__cat-link--green {
  background: #d6efd1;
}

.s-post__cat--black,
.s-media__cat-link--black {
  background: #c8c8c8;
}

.s-post__cat--gray,
.s-media__cat-link--gray {
  background: #e8e8e8;
}

.s-post__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #979797;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .s-post__date {
    font-size: 14px;
    line-height: 1.43;
  }
}

.s-post__toc {
  position: relative;
  max-width: 600px;
  margin: 32px auto 40px;
  padding: 12px 16px;
  background: #eee;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .s-post__toc {
    margin: 48px auto 64px;
    padding: 16px 30px;
  }
}

.s-post__toc-line {
  max-width: 600px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto 40px;
}

.s-post__toc-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.25;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-post__toc-trigger {
    font-size: 18px;
    line-height: 2.43;
  }
}

.s-post__toc-icon {
  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;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -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;
}

.s-post__toc-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.s-post__toc[data-toc-open=false] .s-post__toc-icon {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.s-post__toc-list {
  display: grid;
  grid-template-rows: 1fr;
  -webkit-transition: grid-template-rows 0.3s ease, margin-top 0.3s ease;
  transition: grid-template-rows 0.3s ease, margin-top 0.3s ease;
  transition: grid-template-rows 0.3s ease, margin-top 0.3s ease, -ms-grid-rows 0.3s ease;
  overflow: hidden;
  padding-top: 13px;
}

.s-post__toc[data-toc-open=false] .s-post__toc-list {
  grid-template-rows: 0fr;
  margin-top: 0;
  padding-top: 0;
  border-top-color: transparent;
}

.s-post__toc-h4 {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .s-post__toc-h4 {
    margin-top: 20px;
  }
}

.s-post__toc-h4:last-of-type {
  margin-bottom: 16px;
}

.s-post__toc-list > * {
  min-height: 0;
}

.s-post__toc-list ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-post__toc-list .s-post__toc-h3 {
  position: relative;
  margin-top: 0;
  padding-top: 12px;
  border-top: 1px solid #d1d1d1;
}
@media screen and (min-width: 768px) {
  .s-post__toc-list .s-post__toc-h3 {
    padding-top: 18px;
  }
}

.s-post__toc-list .s-post__toc-h3 + .s-post__toc-h3 {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .s-post__toc-list .s-post__toc-h3 + .s-post__toc-h3 {
    margin-top: 18px;
  }
}

.s-post__toc-list .s-post__toc-h3 > a {
  position: relative;
  display: block;
  padding-left: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .s-post__toc-list .s-post__toc-h3 > a {
    font-size: 18px;
    padding-left: 24px;
  }
}

.s-post__toc-list .s-post__toc-h3 > a::before,
.s-post__toc-list .s-post__toc-h3 > a::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  width: 2px;
  background: #ea1212;
  border-radius: 1.6px;
}
@media screen and (min-width: 768px) {
  .s-post__toc-list .s-post__toc-h3 > a::before,
  .s-post__toc-list .s-post__toc-h3 > a::after {
    width: 3px;
  }
}

.s-post__toc-list .s-post__toc-h3 > a::before {
  left: 0;
}

.s-post__toc-list .s-post__toc-h3 > a::after {
  left: 5px;
}

.s-post__toc-list .s-post__toc-h3 > a:hover {
  color: #ea1212;
}

.s-post__toc-list .s-post__toc-h3 > ol {
  margin: 0;
  padding-left: 0;
}

.s-post__toc-list .s-post__toc-h4 > a {
  position: relative;
  display: block;
  padding-left: 56px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  color: #797979;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .s-post__toc-list .s-post__toc-h4 > a {
    padding-left: 40.77px;
    font-size: 15px;
  }
}

.s-post__toc-list .s-post__toc-h4 > a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 32.726px;
  height: 1px;
  background: #ccc;
}
@media screen and (min-width: 768px) {
  .s-post__toc-list .s-post__toc-h4 > a::before {
    top: 12px;
  }
}

.s-post__toc-list .s-post__toc-h4 > a:hover {
  color: #ea1212;
}

.s-post__body {
  max-width: 600px;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .s-post__body {
    margin-top: 64px;
  }
}

.s-post__body h2 {
  position: relative;
  display: block;
  margin: 40px 0 16px;
  padding: 12px 24px 12px 36px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(194deg, #f86036, #d41c1f);
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .s-post__body h2 {
    margin: 80px 0 24px;
    padding: 0 0 0 36px;
    font-size: 28px;
    color: #e41317;
    background: none;
    border-radius: 0;
  }
}

.s-post__h2-pulse {
  position: absolute;
  left: 10px;
  top: 16px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-post__h2-pulse {
    left: 3px;
    top: 10px;
    width: 24px;
    height: 24px;
    color: #e41317;
  }
}
.s-post__h2-pulse svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.s-post__body h3:not(.c-card__title) {
  position: relative;
  margin: 42px 0 8px;
  padding: 10px 0 10px 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
  color: #000;
  background-color: #eee;
}
@media screen and (min-width: 768px) {
  .s-post__body h3:not(.c-card__title) {
    margin: 62px 0 8px;
    padding: 13px 0 13px 22px;
    font-size: 20px;
    background-color: transparent;
  }
}

.s-post__body h3:not(.c-card__title)::before,
.s-post__body h3:not(.c-card__title)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 10px;
  width: 3px;
  background: #ea1212;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .s-post__body h3:not(.c-card__title)::before,
  .s-post__body h3:not(.c-card__title)::after {
    height: calc(95% - 26px);
    bottom: 13px;
  }
}

.s-post__body h3:not(.c-card__title)::before {
  left: 0;
}

.s-post__body h3:not(.c-card__title)::after {
  left: 5px;
}

.s-post__body h4:not(.c-card__sub) {
  position: relative;
  margin: 32px 0 12px;
  padding-left: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2.13;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-post__body h4:not(.c-card__sub) {
    margin: 40px 0 16px;
    padding-left: 40px;
    font-size: 17px;
    line-height: 2.58;
  }
}

.s-post__body h4:not(.c-card__sub)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 3px;
  background: #ea1212;
}
@media screen and (min-width: 768px) {
  .s-post__body h4:not(.c-card__sub)::before {
    width: 30px;
  }
}

.s-post__body p {
  margin: 0 0 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.86;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-post__body p {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 2;
  }
}

.s-post__body a {
  color: #ea1212;
  text-decoration: underline;
}

.s-post__body .c-url-card__title a {
  color: #2388d4;
  text-decoration: none;
}

.s-post__body .c-url-card__title a:hover {
  text-decoration: underline;
}

.s-post__body .c-card p {
  font-size: 14px;
  line-height: 1.85;
  color: #353535;
}

.s-post__body .c-url-card p,
.s-post__body .c-url-card__desc {
  font-size: 13px;
  line-height: 1.7;
  color: #535353;
}

.s-post__body ul {
  margin: 0 0 24px;
  padding-left: 28px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .s-post__body ul {
    margin-bottom: 32px;
    padding-left: 35px;
  }
}

.s-post__body ul li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.87;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-post__body ul li {
    font-size: 17.21px;
    line-height: 2;
  }
}

.s-post__body ul li::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 8px;
  width: 14px;
  height: 14px;
  background: #ea1212;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .s-post__body ul li::before {
    left: -28px;
    top: 8.75px;
    width: 17px;
    height: 17px;
  }
}

.s-post__body figure,
.s-post__body .wp-block-image {
  margin: 0 0 24px;
}
@media screen and (min-width: 768px) {
  .s-post__body figure,
  .s-post__body .wp-block-image {
    margin-bottom: 32px;
  }
}

.s-post__body .wp-block-separator {
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin: 32px auto;
}

.s-post__body figure img,
.s-post__body .wp-block-image img,
.s-post__body img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .s-post__body figure img,
  .s-post__body .wp-block-image img,
  .s-post__body img {
    border-radius: 5px;
  }
}

.s-post__body .wp-block-image.size-large,
.s-post__body img.size-large {
  --main-outer: min(calc(100vw * 0.9), 1080px);
  width: calc(var(--main-outer) - 2px);
  max-width: none;
  margin-inline: calc((100% - var(--main-outer)) / 2 + 1px);
}
@media screen and (min-width: 768px) {
  .s-post__body .wp-block-image.size-large,
  .s-post__body img.size-large {
    width: auto;
    max-width: 100%;
    margin-inline: 0;
  }
}

.s-post__body .wp-block-image.size-large img {
  width: 100%;
}

.s-post__body .c-card .wp-block-image.size-large,
.s-post__body .c-url-card .wp-block-image.size-large {
  width: auto;
  max-width: 100%;
  margin-inline: 0;
}

.s-post__body figcaption,
.s-post__body .wp-block-image figcaption {
  margin-top: 6px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.7;
  color: #8a8a8a;
}
@media screen and (min-width: 768px) {
  .s-post__body figcaption,
  .s-post__body .wp-block-image figcaption {
    margin-top: 8px;
    font-size: 13px;
    line-height: 2.65;
  }
}

.s-post__body .wp-block-table,
.s-post__body > table {
  display: block;
  max-width: 100%;
  margin: 0 0 32px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .s-post__body .wp-block-table,
  .s-post__body > table {
    display: block;
    overflow-x: visible;
    margin-bottom: 46px;
  }
}

.s-post__body table,
.s-post__body .wp-block-table table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ea1212;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .s-post__body table,
  .s-post__body .wp-block-table table {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
  }
}

.s-post__body table th,
.s-post__body table td {
  padding: 6px 8px;
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #ea1212;
  border-bottom: 1px solid #ea1212;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 2;
  color: #535353;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .s-post__body table th,
  .s-post__body table td {
    padding: 9px 12px;
    font-size: 16px;
    line-height: 2.16;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}

.s-post__body table th:last-child,
.s-post__body table td:last-child {
  border-right: none;
}

.s-post__body table tbody tr:last-child th,
.s-post__body table tbody tr:last-child td {
  border-bottom: none;
}

.s-post__body table thead th,
.s-post__body table thead td {
  background: #fce5e5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 2;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-post__body table thead th,
  .s-post__body table thead td {
    font-size: 15px;
    line-height: 2.3;
  }
}

.s-post__body table tbody tr > :first-child {
  width: 96px;
  background: #fce5e5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 2;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-post__body table tbody tr > :first-child {
    width: 144px;
    font-size: 15px;
    line-height: 2.3;
  }
}

.s-post__main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .s-post__main-footer {
    margin-top: 64px;
  }
}

.s-post__related {
  position: relative;
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .s-post__related {
    margin-top: 96px;
  }
}

.s-post__related-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
}

.s-post__related-head {
  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: 12px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .s-post__related-head {
    margin-bottom: 32px;
  }
}

.s-post__related-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0;
}

.s-post__related-head-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 77px;
  height: 31px;
  padding: 0 14px;
  border: 1px solid #939393;
  border-radius: 6px;
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 2;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.s-post__related-head-btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.s-post__related-title-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-post__related-title-jp {
    font-size: 28px;
    line-height: 1.6;
  }
}

.s-post__related-title-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-post__related-title-en {
    font-size: 18px;
  }
}

.s-post__related .s-media__swiper-wrap {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .s-post__related .s-media__swiper-wrap {
    margin-top: 45px;
    margin-bottom: 50px;
  }
}

.s-post__related .js-related-swiper {
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  -webkit-padding-start: 5%;
          padding-inline-start: 5%;
}
@media screen and (min-width: 768px) {
  .s-post__related .js-related-swiper {
    width: auto;
    margin-inline: 0;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}

.s-post__related .s-media__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-post__related .s-media__card {
  width: 225px;
}
.s-post__related .s-media__card:nth-child(n+7) {
  display: block;
}
@media screen and (min-width: 768px) {
  .s-post__related .s-media__card {
    width: 285px;
  }
}

.s-post__related .s-media__card-img--placeholder {
  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;
  aspect-ratio: 285/156;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}

.s-post__related .s-media__card-img--placeholder .s-media__card-img-logo {
  display: block;
  width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.s-post-archive {
  position: relative;
  padding-block: 24px 80px;
}
@media screen and (min-width: 768px) {
  .s-post-archive {
    padding-block: 123px 177px;
  }
}

.s-post-archive__inner {
  position: relative;
  z-index: 1;
  max-width: calc(1200px + 10%);
  margin-inline: auto;
  padding-inline: 5%;
}

.s-post-archive__header {
  margin: 24px 0 32px;
}
@media screen and (min-width: 768px) {
  .s-post-archive__header {
    margin: 56px 0 35px;
  }
}

.s-post-archive__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  margin: 0;
}

.s-post-archive__title-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-post-archive__title-jp {
    font-size: 46px;
    line-height: 1.37;
  }
}

.s-post-archive__title-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-post-archive__title-en {
    font-size: 26px;
    line-height: 2.69;
  }
}

.s-post-archive__cat-nav {
  background: #f6f6f6;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  margin-bottom: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .s-post-archive__cat-nav {
    overflow: visible;
    margin-bottom: 28px;
  }
}

.s-post-archive__cat-nav-toggle {
  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;
  width: 100%;
  height: 54px;
  padding: 0 17px 0 21px;
  border: 0;
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 13.109px;
  line-height: 2.5;
  color: #000;
  text-align: left;
  cursor: pointer;
}

.s-post-archive__cat-nav-icon {
  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;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -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;
}

.s-post-archive__cat-nav-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.s-post-archive__cat-nav-toggle[aria-expanded=true] .s-post-archive__cat-nav-icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.s-post-archive__cat-nav-list {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  border-top: 1px solid #d1d1d1;
}

.s-post-archive__cat-nav.is-open .s-post-archive__cat-nav-list {
  max-height: 500px;
}

@media screen and (min-width: 768px) {
  .s-post-archive__cat-nav-list,
  .s-post-archive__cat-nav.is-open .s-post-archive__cat-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18px;
    height: 70px;
    padding: 12px;
    max-height: none;
    overflow: visible;
    border-top: 0;
  }
}
.s-post-archive__cat-tab {
  position: relative;
  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;
  width: 100%;
  padding: 14px 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .s-post-archive__cat-tab {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    padding: 19px 18px;
    border-top: 0;
    line-height: 2.5;
  }
}

.s-post-archive__cat-tab:first-child {
  border-top: 0;
}

.s-post-archive__cat-tab::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 1px;
  background: #e41317;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -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;
  display: none;
}
@media screen and (min-width: 768px) {
  .s-post-archive__cat-tab::after {
    display: block;
  }
}

.s-post-archive__cat-tab:hover::after,
.s-post-archive__cat-tab.is-current::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.s-post-archive__cat-tab.is-current {
  color: #e41317;
}
@media screen and (min-width: 768px) {
  .s-post-archive__cat-tab.is-current {
    color: #000;
  }
}

.s-post-archive__tag-row {
  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: 10px;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .s-post-archive__tag-row {
    margin-bottom: 100px;
  }
}

.s-post-archive__tag-label {
  display: none;
}
@media screen and (min-width: 768px) {
  .s-post-archive__tag-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 22px;
    padding: 0 24px 0 14px;
    background: #262626;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 10.62px;
    line-height: 2.07;
    letter-spacing: 0.05em;
    white-space: nowrap;
    clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 50%, calc(100% - 11px) 100%, 0 100%);
    margin-right: 20px;
  }
}

.s-post-archive__tag-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  padding: 0 16px;
  border: 1px solid #d3d3d3;
  border-radius: 40px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 2;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.s-post-archive__tag-pill:hover {
  border-color: #e41317;
  color: #e41317;
}

.s-post-archive__tag-pill.is-current {
  border-color: #e41317;
  color: #e41317;
}

.s-post-archive__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 16px;
  margin: 48px 0;
}
@media screen and (min-width: 768px) {
  .s-post-archive__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 20px;
    margin-top: 100px;
    margin-bottom: 180px;
  }
}

.s-post-archive__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.s-post-archive__card-img {
  width: 100%;
  aspect-ratio: 285/156;
  background: #212121;
  border-radius: 4px;
  overflow: hidden;
}

.s-post-archive__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.s-post-archive__card:hover .s-post-archive__card-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.s-post-archive__card-img--placeholder {
  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: #fff;
  border: 1px solid #d1d1d1;
}

.s-post-archive__card-img--placeholder .s-post-archive__card-img-logo {
  display: block;
  width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.s-post-archive__card-meta {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .s-post-archive__card-meta {
    margin-top: 15px;
  }
}

.s-post-archive__card-date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #666;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .s-post-archive__card-date {
    font-size: 13px;
  }
}

.s-post-archive__card-cat {
  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: 4px 10px;
  background: #efd1d1;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #000;
  white-space: nowrap;
}

.s-post-archive__card-cat--red {
  background: #efd1d1;
}

.s-post-archive__card-cat--blue {
  background: #d1dcef;
}

.s-post-archive__card-cat--yellow {
  background: #efe9d1;
}

.s-post-archive__card-cat--green {
  background: #d6efd1;
}

.s-post-archive__card-cat--black {
  background: #c8c8c8;
}

.s-post-archive__card-cat--gray {
  background: #f3f3f3;
}

.s-post-archive__card-title {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .s-post-archive__card-title {
    margin-top: 9px;
  }
}

.s-post-archive__card:hover .s-post-archive__card-title {
  color: #e41317;
}

.s-post-archive__pagination .nav-links {
  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: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .s-post-archive__pagination .nav-links {
    gap: 9px;
  }
}

.s-post-archive__pagination .page-numbers {
  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;
  width: 40px;
  height: 40px;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #000;
  text-decoration: none;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media screen and (min-width: 768px) {
  .s-post-archive__pagination .page-numbers {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }
}

.s-post-archive__pagination .page-numbers:hover {
  border-color: #e41317;
  color: #e41317;
}

.s-post-archive__pagination .page-numbers.current {
  background: #ea1212;
  border-color: #ea1212;
  color: #fff;
}

.s-post-archive__pagination .page-numbers.dots {
  border-color: transparent;
  background: transparent;
}

.s-post-archive__pagination .page-numbers.prev,
.s-post-archive__pagination .page-numbers.next {
  border-color: #e41317;
}

.s-post-archive__page-arrow {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../../src/img/arrow-red.svg") no-repeat center/contain;
}

.s-post-archive__page-arrow--prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.s-post-archive__empty {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #535353;
  padding: 40px 0 80px;
}

.s-post-archive__title,
.s-page-main__title {
  margin-top: 0;
}

.s-faq {
  position: relative;
  isolation: isolate;
  padding-block: 32px 80px;
}
@media screen and (min-width: 768px) {
  .s-faq {
    padding-block: 123px 120px;
  }
}

.s-faq > .l-grid-lines {
  z-index: -1;
}

.s-faq__inner {
  position: relative;
  z-index: 1;
  max-width: calc(1200px + 10%);
  margin-inline: auto;
  padding-inline: 5%;
}

.s-faq__header {
  margin: 50px 0 32px;
}
@media screen and (min-width: 768px) {
  .s-faq__header {
    margin: 56px 0 52px;
  }
}

.s-faq__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .s-faq__title {
    -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: 16px;
  }
}

.s-faq__title-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-faq__title-jp {
    font-weight: 400;
    font-size: 46px;
    line-height: 63.222px;
  }
}

.s-faq__title-en {
  margin-top: -10px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 20px;
  color: #c72727;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .s-faq__title-en {
    margin-top: 0;
    margin-left: 0;
    font-size: 26px;
  }
}

.s-faq__category {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .s-faq__category {
    margin-bottom: 60px;
  }
}
.s-faq__category:last-child {
  margin-bottom: 0;
}

.s-faq__category-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 56px;
  padding-left: 16px;
  border-radius: 5px;
  background: linear-gradient(194.46deg, #f86036 2.81%, #d41c1f 69.94%);
  margin: 0 0 46px;
}
@media screen and (min-width: 768px) {
  .s-faq__category-bar {
    gap: 12px;
    height: 70px;
    padding-left: 30px;
    margin-bottom: 57px;
  }
}

.s-faq__category-icon {
  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;
  width: 24px;
  height: 42px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .s-faq__category-icon {
    width: 42px;
    height: 42px;
  }
}
.s-faq__category-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.s-faq__category-label {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .s-faq__category-label {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
  }
}

.s-faq__subhead {
  position: relative;
  margin: 32px 0 21px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 17px;
  color: #000;
  background-color: #fff;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 8px 48px 8px 18px;
  letter-spacing: -0.9px;
}
@media screen and (min-width: 768px) {
  .s-faq__subhead {
    letter-spacing: 0px;
    padding: 8px 31px 8px 47px;
    font-size: 20px;
    margin: 32px 0 16px;
  }
}

.s-faq__subhead::before,
.s-faq__subhead::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 100%;
  background: #ea1212;
  -webkit-transform: translateY(calc(-50% + 30px));
          transform: translateY(calc(-50% + 30px));
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease-out;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease-out, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .s-faq__subhead::before,
  .s-faq__subhead::after {
    width: 3px;
    height: 22px;
  }
}

.s-faq__subhead.is-visible::before,
.s-faq__subhead.is-visible::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}

.s-faq__subhead::before {
  left: 0;
}
@media screen and (min-width: 768px) {
  .s-faq__subhead::before {
    left: 30px;
  }
}

.s-faq__subhead::after {
  left: 5px;
}
@media screen and (min-width: 768px) {
  .s-faq__subhead::after {
    left: 35px;
  }
}

.s-faq__list + .s-faq__subhead {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .s-faq__list + .s-faq__subhead {
    margin-top: 55px;
  }
}

.s-faq__subhead + .s-faq__list {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .s-faq__subhead + .s-faq__list {
    margin-top: 28px;
  }
}

.s-faq__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  width: calc(100% - 2px);
}

.s-faq__item {
  border-bottom: 1px solid #d6d6d6;
}
.s-faq__item:last-child {
  border-bottom: none;
}

.s-faq__details {
  background-color: #fafafa;
  background-image: url("../../src/img/noise-bg.webp");
  background-repeat: repeat;
  background-size: 100px 100px;
}

.s-faq__summary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 60px;
  padding: 16px 48px 14px 11px;
  background: none;
  border: none;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .s-faq__summary {
    min-height: 72px;
    padding: 16px 60px 16px 24px;
  }
}

.s-faq__q {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: auto;
}

.s-faq__question {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-faq__question {
    font-size: 16px;
  }
}

.s-faq__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .s-faq__icon {
    right: 27px;
  }
}

.s-faq__icon::before,
.s-faq__icon::after {
  content: "";
  position: absolute;
  background: #d41c1f;
}

.s-faq__icon::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 1.4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.s-faq__icon::after {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1.4px;
  -webkit-transform: translateX(-50%) scaleY(1);
          transform: translateX(-50%) scaleY(1);
  -webkit-transform-origin: center;
          transform-origin: 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;
}

.s-faq__summary[aria-expanded=true] .s-faq__icon::after {
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
}

.s-faq__answer {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s ease-in-out;
  transition: max-height 0.35s ease-in-out;
}

.s-faq__answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px;
  margin: 0 12px 16px;
  padding: 17px 18px 12px 12px;
  background: #f6f6f6;
  border-radius: 5px;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .s-faq__answer-inner {
    gap: 10px;
    margin: 0 23px 23px;
    padding: 13px 29px 11px;
    letter-spacing: 0;
  }
}

.s-faq__a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .s-faq__a {
    width: 36px;
  }
}

.s-faq__answer-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.s-faq__answer-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .s-faq__answer-text {
    font-size: 16px;
    line-height: 28px;
  }
}

.s-faq__note {
  margin: 18px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #666;
  letter-spacing: 0px;
}
@media screen and (min-width: 768px) {
  .s-faq__note {
    margin-top: 16px;
    font-size: 13px;
    line-height: 22px;
  }
}

.s-contact-page {
  position: relative;
  isolation: isolate;
  padding-block: 24px 0px;
}
@media screen and (min-width: 768px) {
  .s-contact-page {
    padding-block: 56px 120px;
  }
}

.s-contact-page > .l-grid-lines {
  z-index: -1;
}

.s-contact-page__inner {
  position: relative;
  z-index: 1;
  max-width: calc(1200px + 10%);
  margin-inline: auto;
  padding-inline: 5%;
}

.s-contact-page__header {
  margin: 58px 0 0;
}
@media screen and (min-width: 768px) {
  .s-contact-page__header {
    margin: 124px 0 0;
  }
}

.s-contact-page__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .s-contact-page__title {
    -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: 16px;
  }
}

.s-contact-page__title-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-contact-page__title-jp {
    font-weight: 400;
    font-size: 46px;
    line-height: 63.222px;
  }
}

.s-contact-page__title-en {
  margin-top: -10px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 58px;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-contact-page__title-en {
    margin-left: 8px;
    margin-top: 0;
    font-size: 26px;
  }
}

.s-contact-page__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-top: 34px;
}
@media screen and (min-width: 1000px) {
  .s-contact-page__intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 72px;
    margin-top: 81px;
  }
}

.s-contact-page__intro-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  border-radius: 9px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .s-contact-page__intro-img {
    width: 529px;
  }
}
.s-contact-page__intro-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 339/198;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .s-contact-page__intro-img img {
    aspect-ratio: 529/309;
  }
}

.s-contact-page__intro-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  .s-contact-page__intro-body {
    max-width: 519px;
  }
}

.s-contact-page__intro-title {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #000;
  font-size: 26px;
  line-height: 46px;
}
@media screen and (min-width: 768px) {
  .s-contact-page__intro-title {
    font-size: 32px;
    line-height: 55px;
    margin-top: -12px;
  }
}

.s-contact-page__intro-title-mark {
  display: inline-block;
  position: relative;
  isolation: isolate;
  padding: 0 6px;
}
.s-contact-page__intro-title-mark::before {
  content: "";
  position: absolute;
  inset: 5% 0;
  background: #fff;
  z-index: -1;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
  transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
}

.s-contact-page__intro-title-mark:nth-of-type(2)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
}

.s-contact-page__intro-title-mark:nth-of-type(3)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.6s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.6s);
}

.s-contact-page__intro-title.is-visible .s-contact-page__intro-title-mark::before {
  clip-path: inset(0 0 0 0);
}

.s-contact-page__intro-title-mark--red {
  color: #e41317;
}

.s-contact-page__intro-desc {
  margin: 24px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .s-contact-page__intro-desc {
    margin-top: 40px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.1em;
  }
}

.s-contact-page__cta {
  position: relative;
  margin-top: 47px;
  padding: 20px 18px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .s-contact-page__cta {
    margin-top: 100px;
    padding: 21px 18px;
    width: auto;
    margin-inline: 0;
    border-radius: 10px;
  }
}

.s-contact-page__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.s-contact-page__cta-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .s-contact-page__cta-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}

.s-contact-page__box {
  background: #f3f3f3;
  border-radius: 4px;
  padding: 24px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (min-width: 768px) {
  .s-contact-page__box {
    background: #f6f6f6;
    padding: 32px 24px 45px;
  }
}

.s-contact-page__box-head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  white-space: nowrap;
}

.s-contact-page__box-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #e41317;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .s-contact-page__box-icon {
    width: 61px;
    height: 61px;
  }
}
.s-contact-page__box-icon img,
.s-contact-page__box-icon svg {
  width: 22px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .s-contact-page__box-icon img,
  .s-contact-page__box-icon svg {
    width: 24px;
  }
}

.s-contact-page__box--web .s-contact-page__box-icon img,
.s-contact-page__box--web .s-contact-page__box-icon svg {
  width: 28px;
}
@media screen and (min-width: 768px) {
  .s-contact-page__box--web .s-contact-page__box-icon img,
  .s-contact-page__box--web .s-contact-page__box-icon svg {
    width: 32px;
  }
}

.s-contact-page__box-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 21px;
  margin-left: -10px;
  padding: 0 24px;
  background: #fff;
  border: 1px solid #e41317;
  border-radius: 60px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-contact-page__box-label {
    height: 24px;
    font-size: 18px;
  }
}

.s-contact-page__tel-number {
  position: relative;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .s-contact-page__tel-number {
    gap: 10px;
  }
}
.s-contact-page__tel-number a {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 37.06px;
  line-height: 41.518px;
  background: linear-gradient(217.76deg, #f86036 2.81%, #d41c1f 69.94%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .s-contact-page__tel-number a {
    font-size: 60px;
    line-height: 67.22px;
  }
}

.s-contact-page__tel-freedial {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin-top: 16px;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .s-contact-page__tel-freedial {
    width: 43px;
    height: 43px;
    margin-right: 16px;
  }
}

.s-contact-page__tel-note {
  margin: 12px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  text-indent: 15px;
}
@media screen and (min-width: 768px) {
  .s-contact-page__tel-note {
    margin-top: 16px;
  }
}

.s-contact-page__web-lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 15.78px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 21px;
}
@media screen and (min-width: 768px) {
  .s-contact-page__web-lead {
    font-size: 24px;
  }
}

.s-recruit {
  position: relative;
  isolation: isolate;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .s-recruit {
    padding-bottom: 120px;
  }
}

.s-recruit > .l-grid-lines {
  z-index: -1;
}

.s-recruit__inner {
  position: relative;
  z-index: 1;
  max-width: calc(1200px + 10%);
  margin-inline: auto;
  padding-inline: 5%;
}

.s-recruit__kv {
  position: relative;
  margin: 16px auto 0;
  padding: 0 17px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .s-recruit__kv {
    margin-top: 24px;
    padding: 0 28px;
  }
}

.s-recruit__kv-inner {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(257.07deg, #f86036 2.81%, #d41c1f 69.94%);
  padding: 171px 100px 39px 23px;
}
@media screen and (min-width: 768px) {
  .s-recruit__kv-inner {
    background: linear-gradient(227.27deg, #f86036 2.81%, #d41c1f 69.94%);
    padding: 229px 24px 31px;
  }
}

.s-recruit__kv-wrapper {
  max-width: 1200px;
  width: 100%;
  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: 0 auto;
  gap: 26px;
}
@media screen and (min-width: 768px) {
  .s-recruit__kv-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.s-recruit__kv-title {
  margin: 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;
  gap: 11px;
}
@media screen and (min-width: 768px) {
  .s-recruit__kv-title {
    -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: 26px;
  }
}

.s-recruit__kv-title-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-recruit__kv-title-jp {
    font-size: 38px;
    line-height: 63.222px;
  }
}

.s-recruit__kv-title-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  padding-left: 2px;
}
@media screen and (min-width: 768px) {
  .s-recruit__kv-title-en {
    line-height: 70px;
    padding-left: 0;
  }
}

.s-recruit__breadcrumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4px 8px;
  padding: 8px 22px 8px 16px;
  border-radius: 4px;
  background: rgba(166, 19, 19, 0.3);
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .s-recruit__breadcrumb {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    left: auto;
    right: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 41px;
    height: 39px;
    gap: 11px;
    margin-left: 0;
  }
}

.s-recruit__breadcrumb-link,
.s-recruit__breadcrumb-current {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .s-recruit__breadcrumb-link,
  .s-recruit__breadcrumb-current {
    font-size: 13px;
  }
}

.s-recruit__breadcrumb-current {
  text-indent: 3px;
}

.s-recruit__breadcrumb-link:hover {
  text-decoration: underline;
}

.s-recruit__breadcrumb-sep {
  font-size: 15px;
  color: #800b0d;
  line-height: 1;
}

.s-recruit__intro {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .s-recruit__intro {
    margin-top: 115px;
    padding-left: 0;
    padding-bottom: 189px;
  }
}

.s-recruit__intro-head {
  position: relative;
  margin-bottom: 47px;
}
@media screen and (min-width: 768px) {
  .s-recruit__intro-head {
    margin-bottom: 59px;
  }
}

.s-recruit__intro-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 53.833px;
  line-height: 56.396px;
  background: linear-gradient(247.71deg, #f86036 2.81%, #d41c1f 69.94%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .s-recruit__intro-title {
    font-size: clamp(90px, 67.143px + 2.976vw, 110px);
    line-height: 1.18;
    background: linear-gradient(234.33deg, #f86036 2.81%, #d41c1f 69.94%);
    -webkit-background-clip: text;
    background-clip: text;
  }
}

.s-recruit__intro-title-en {
  display: block;
  white-space: pre-line;
  word-break: keep-all;
  padding-left: 14px;
}
@media screen and (min-width: 768px) {
  .s-recruit__intro-title-en {
    padding-left: 0;
  }
}

.s-recruit__intro-title-line2 {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .s-recruit__intro-title-line2 {
    padding-left: 1.4em;
  }
}

.s-recruit__intro-subtitle {
  position: absolute;
  left: 211px;
  top: 35%;
  margin: 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;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-recruit__intro-subtitle {
    top: 152px;
    left: 0px;
    right: auto;
    font-size: clamp(22.6px, 16.855px + 0.748vw, 27.625px);
    line-height: 1.47;
  }
}

.s-recruit__intro-subtitle-line {
  display: inline-block;
  position: relative;
  isolation: isolate;
  padding: 0 6px 3px;
}
.s-recruit__intro-subtitle-line::before {
  content: "";
  position: absolute;
  inset: 5% 13% 5% 0;
  background: #fff;
  z-index: -1;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
  transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
}
@media screen and (min-width: 768px) {
  .s-recruit__intro-subtitle-line::before {
    inset: 11.5% 13% 11.5% 0;
  }
}

.s-recruit__intro-subtitle-line:nth-child(2)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
}

.s-recruit__intro-subtitle.is-visible .s-recruit__intro-subtitle-line::before {
  clip-path: inset(0 0 0 0);
}

.s-recruit__intro-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
}
@media screen and (min-width: 1000px) {
  .s-recruit__intro-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 86px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.s-recruit__intro-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media (min-width: 500px) {
  .s-recruit__intro-imgs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1000px) {
  .s-recruit__intro-imgs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 511px;
            flex: 0 0 511px;
    gap: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.s-recruit__intro-img {
  margin: 0;
  width: 100%;
  border-radius: 2.66px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .s-recruit__intro-img {
    border-radius: 4px;
  }
}

.s-recruit__intro-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 511/352;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-recruit__intro-img:nth-child(2) img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.s-recruit__intro-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-recruit__intro-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 603px;
    font-size: 16px;
    line-height: 32px;
  }
}

.s-recruit__intro-text p {
  margin: 0 0 32px;
}

.s-recruit__intro-text p:last-child {
  margin-bottom: 0;
}

.s-recruit__layout {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .s-recruit__layout {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .s-recruit__layout {
    --grid-w: min(90vw, 1200px);
    display: grid;
    grid-template-columns: calc(var(--grid-w) * 0.25) calc(var(--grid-w) * 0.75);
    width: var(--grid-w);
    margin-inline: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.s-recruit__sidebar {
  display: none;
}
@media screen and (min-width: 1000px) {
  .s-recruit__sidebar {
    position: sticky;
    top: 180px;
    margin-bottom: 0;
    width: 100%;
    display: block;
    max-width: 240px;
  }
}

.s-recruit__sidebar-header {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 110px;
  padding: 43px 17px 0;
  border-radius: 6px;
  background: linear-gradient(88.16deg, #f86036 0.83%, #e41317 101.43%);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .s-recruit__sidebar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 65px;
    padding-bottom: 24px;
  }
}

.s-recruit__sidebar-header-jp {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}

.s-recruit__sidebar-header-en {
  display: block;
  margin-top: 8px;
  text-align: right;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .s-recruit__sidebar-header-en {
    margin-top: 0;
  }
}

.s-recruit__sidebar-menu {
  position: relative;
  z-index: 1;
  margin-top: -25px;
  padding-top: 51px;
  padding-bottom: 16px;
  background: #f6f6f6;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
}

.s-recruit__sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-recruit__sidebar-item {
  border-bottom: 1px solid #d1d1d1;
}

.s-recruit__sidebar-item--last {
  border-bottom: 0;
}

.s-recruit__sidebar-link {
  position: relative;
  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;
  height: 50px;
  padding: 0 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.s-recruit__sidebar-link:hover {
  color: #e41317;
}

.s-recruit__sidebar-link.is-current {
  color: #e41317;
}

.s-recruit__sidebar-arrow {
  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;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.s-recruit__sidebar-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #939393;
  -webkit-transform: translate(-50%, -50%) scale(0.375);
          transform: translate(-50%, -50%) scale(0.375);
  opacity: 0.7;
  display: none;
  pointer-events: none;
  z-index: 0;
}

.s-recruit__sidebar-arrow img {
  display: block;
  position: relative;
  z-index: 1;
}

@-webkit-keyframes sidebar-arrow-pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.375);
            transform: translate(-50%, -50%) scale(0.375);
    opacity: 0.7;
  }
  70%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@keyframes sidebar-arrow-pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.375);
            transform: translate(-50%, -50%) scale(0.375);
    opacity: 0.7;
  }
  70%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.s-recruit__main {
  min-width: 0;
}

.s-recruit__section {
  margin-top: 64px;
}
@media screen and (min-width: 1000px) {
  .s-recruit__section {
    padding-top: 65px;
    margin-top: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
}
.s-recruit__section:first-child {
  margin-top: 0;
}

.s-recruit__section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .s-recruit__section-head {
    gap: 12px;
  }
}

.s-recruit__section-head--with-btn {
  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: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s-recruit__section-head-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
}

.s-recruit__section-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.2;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-recruit__section-en {
    font-size: 60px;
    line-height: 70px;
  }
}

.s-recruit__section-divider {
  display: inline-block;
  width: 17px;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.s-recruit__section-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-recruit__section-jp {
    font-size: 16px;
  }
}

.s-recruit__card {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding-block: 16px 32px;
}
@media screen and (min-width: 768px) {
  .s-recruit__card {
    padding-block: 40px 32px;
    margin: 0 auto;
  }
}

.s-recruit__card-inner {
  padding: 24px 16px;
}
@media screen and (min-width: 768px) {
  .s-recruit__card-inner {
    padding: 6px clamp(35px, 5.208vw - 5px, 70px) 41px;
  }
}

.s-recruit__section#interview {
  padding-bottom: 10px;
}

.s-recruit__card-inner--wide {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .s-recruit__card-inner--wide {
    padding: 0;
  }
}

.s-recruit__section#interview .s-post-archive__list {
  grid-template-columns: 1fr;
  gap: 22px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .s-recruit__section#interview .s-post-archive__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin: 0;
  }
}

.s-recruit__overview-block + .s-recruit__overview-block {
  margin-top: 50px;
}

.s-recruit__overview-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 43px;
}
@media screen and (min-width: 768px) {
  .s-recruit__overview-imgs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6px;
    margin-bottom: 37px;
  }
}

.s-recruit__overview-img {
  margin: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .s-recruit__overview-img {
    min-width: 0;
  }
}

@media screen and (min-width: 768px) {
  .s-recruit__overview-img--main {
    -webkit-box-flex: 434;
        -ms-flex: 434 1 0px;
            flex: 434 1 0;
  }
}

@media screen and (min-width: 768px) {
  .s-recruit__overview-img--sub {
    -webkit-box-flex: 320;
        -ms-flex: 320 1 0px;
            flex: 320 1 0;
  }
}

.s-recruit__overview-img img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 434/226;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-recruit__overview-title,
.s-recruit__workstyle-title,
.s-recruit__ideal-title {
  position: relative;
  margin: 0;
  padding-left: 21px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-recruit__overview-title,
  .s-recruit__workstyle-title,
  .s-recruit__ideal-title {
    font-size: 20px;
    line-height: 43.8px;
  }
}

.s-recruit__overview-title::before,
.s-recruit__overview-title::after,
.s-recruit__workstyle-title::before,
.s-recruit__workstyle-title::after,
.s-recruit__ideal-title::before,
.s-recruit__ideal-title::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 3px;
  height: 22px;
  background: #ea1212;
}
@media screen and (min-width: 768px) {
  .s-recruit__overview-title::before,
  .s-recruit__overview-title::after,
  .s-recruit__workstyle-title::before,
  .s-recruit__workstyle-title::after,
  .s-recruit__ideal-title::before,
  .s-recruit__ideal-title::after {
    width: 5px;
    top: 13px;
  }
}

@media screen and (min-width: 768px) {
  .s-recruit__card .s-recruit__overview-title::before,
  .s-recruit__card .s-recruit__overview-title::after,
  .s-recruit__card .s-recruit__workstyle-title::before,
  .s-recruit__card .s-recruit__workstyle-title::after {
    height: 72%;
  }
}
.s-recruit__overview-title::before,
.s-recruit__workstyle-title::before,
.s-recruit__ideal-title::before {
  left: 0;
}

.s-recruit__overview-title::after,
.s-recruit__workstyle-title::after,
.s-recruit__ideal-title::after {
  left: 8px;
}

.s-recruit__overview-title {
  padding-left: 16px;
  font-size: 17px;
  line-height: 27px;
}
@media screen and (min-width: 768px) {
  .s-recruit__overview-title {
    padding-left: 21px;
    font-size: 20px;
    line-height: 43.8px;
  }
}

.s-recruit__overview-title::before,
.s-recruit__overview-title::after {
  top: 50%;
  height: 75%;
  -webkit-transform: translateY(calc(-50% + 30px));
          transform: translateY(calc(-50% + 30px));
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease-out;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease-out, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .s-recruit__overview-title::before,
  .s-recruit__overview-title::after {
    top: 50%;
    height: 22px;
  }
}

.s-recruit__overview-title.is-visible::before,
.s-recruit__overview-title.is-visible::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}

.s-recruit__overview-title::after {
  left: 5px;
}
@media screen and (min-width: 768px) {
  .s-recruit__overview-title::after {
    left: 7.36px;
  }
}

.s-recruit__workstyle-title::before,
.s-recruit__workstyle-title::after {
  top: 50%;
  height: 75%;
  -webkit-transform: translateY(calc(-50% + 30px));
          transform: translateY(calc(-50% + 30px));
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease-out;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease-out, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .s-recruit__workstyle-title::before,
  .s-recruit__workstyle-title::after {
    top: 50%;
    height: 22px;
  }
}

.s-recruit__workstyle-title.is-visible::before,
.s-recruit__workstyle-title.is-visible::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}

.s-recruit__overview-text {
  margin: 12px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.15;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-recruit__overview-text {
    margin-top: 13px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.1px;
  }
}

.s-recruit__workstyle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.s-recruit__workstyle-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: 16px;
  padding: 32px 0;
  border-bottom: 1px solid #c0c0c0;
}
.s-recruit__workstyle-item:first-child {
  padding-top: 0;
}
.s-recruit__workstyle-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .s-recruit__workstyle-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 52px;
    padding: 49px 0 52px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .s-recruit__workstyle-item--img-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.s-recruit__workstyle-img {
  margin: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .s-recruit__workstyle-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
}

.s-recruit__workstyle-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 260/226;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-recruit__workstyle-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.s-recruit__workstyle-text {
  margin: 16px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.85;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-recruit__workstyle-text {
    font-size: 16px;
    line-height: 31px;
  }
}

.s-recruit__ideal-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .s-recruit__ideal-list {
    margin-top: 27px;
  }
}

.s-recruit__ideal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.s-recruit__ideal-item:first-child {
  padding-top: 0;
}
.s-recruit__ideal-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .s-recruit__ideal-item {
    gap: 34px;
    padding: 19px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.s-recruit__ideal-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  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;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .s-recruit__ideal-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 115px;
            flex: 0 0 115px;
    width: 115px;
    height: 115px;
  }
}

.s-recruit__ideal-icon img {
  display: block;
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .s-recruit__ideal-icon img {
    width: 50%;
    height: 50%;
  }
}

.s-recruit__ideal-item:nth-child(1) .s-recruit__ideal-icon img {
  width: 46px;
  height: 46px;
}

.s-recruit__ideal-item:nth-child(2) .s-recruit__ideal-icon img {
  width: 48px;
  height: 41.417px;
}

.s-recruit__ideal-item:nth-child(3) .s-recruit__ideal-icon img {
  width: 48px;
  height: 48px;
}

.s-recruit__ideal-item:nth-child(4) .s-recruit__ideal-icon img {
  width: 50px;
  height: 50px;
}

.s-recruit__ideal-item:nth-child(5) .s-recruit__ideal-icon img {
  width: 46px;
  height: 36.137px;
}

.s-recruit__ideal-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.s-recruit__ideal-title {
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-recruit__ideal-title {
    font-size: 24px;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .s-recruit__ideal-title::before,
  .s-recruit__ideal-title::after {
    display: none;
  }
}
.s-recruit__ideal-text {
  margin: 8px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.85;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-recruit__ideal-text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 32px;
  }
}

.s-recruit__interview-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .s-recruit__interview-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
}

.s-recruit__interview-card {
  display: block;
}

.s-recruit__interview-empty {
  margin: 0;
  padding: 32px 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #666;
}

@media screen and (min-width: 768px) {
  #application .s-recruit__card-inner {
    padding-top: 20px;
  }
}

.s-recruit__app-block {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .s-recruit__app-block {
    margin-bottom: 40px;
  }
}

.s-recruit__app-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #c72727;
  font-family: "Zen Old Mincho";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 43.8px;
}
@media screen and (min-width: 768px) {
  .s-recruit__app-title {
    font-size: 24px;
  }
}

.s-recruit__app-title-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.s-recruit__app-title-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.s-recruit__app-desc {
  margin: 12px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.85;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-recruit__app-desc {
    margin-top: 6px;
    font-size: 16px;
    line-height: 32px;
  }
}

.s-recruit__app-table {
  width: 100%;
  margin: 24px 0 0;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-recruit__app-table {
    margin-top: 32px;
  }
}

.s-recruit__app-table th,
.s-recruit__app-table td {
  border: 1px solid #9f9f9f;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.85;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .s-recruit__app-table th,
  .s-recruit__app-table td {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 32px;
  }
}

.s-recruit__app-th {
  width: 30%;
  background: #ddd4d4;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .s-recruit__app-th {
    width: 196px;
  }
}

.s-recruit__app-td {
  background: #e7e7e7;
  font-weight: 400;
}

.s-recruit__app-td p {
  margin: 0 0 6px;
}

.s-recruit__app-td p:last-child {
  margin-bottom: 0;
}

.s-recruit__app-cta.c-btn {
  margin-top: 32px;
  min-width: 246px;
  height: 49px;
  background: linear-gradient(221.36deg, #f86036 2.81%, #d41c1f 69.94%);
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-recruit__app-cta.c-btn {
    margin-top: 50px;
  }
}

.s-recruit__app-cta.c-btn:hover {
  -webkit-filter: brightness(1.06);
          filter: brightness(1.06);
  color: #fff;
}

.s-recruit__spnav {
  position: fixed;
  bottom: 20px;
  left: 16px;
  right: 16px;
  z-index: 50;
  border-radius: 6px;
  background: linear-gradient(204deg, #000 2.81%, #292929 69.94%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.s-recruit__spnav.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1000px) {
  .s-recruit__spnav {
    display: none;
  }
}

.s-recruit__spnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
  border-radius: 6px;
  list-style: none;
  margin: 0;
  padding: 0 24px;
  pointer-events: auto;
  overflow-x: auto;
  scrollbar-width: none;
}
.s-recruit__spnav-list::-webkit-scrollbar {
  display: none;
}
.s-recruit__spnav-list {
  mask-image: linear-gradient(to right, transparent 0%, black 20px, black calc(100% - 56px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20px, black calc(100% - 56px), transparent 100%);
}

.s-recruit__spnav-line {
  position: relative;
  display: block;
  width: 35px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 6px;
  overflow: hidden;
}

.s-recruit__spnav-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #ea1212;
}

.s-recruit__spnav-item {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  color: #fff;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
  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;
}
.s-recruit__spnav-item:hover {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.s-recruit__spnav-item:last-child {
  padding-right: 20px;
}
.s-recruit__spnav-item.is-active {
  color: #fff;
  opacity: 1;
}

.s-recruit__spnav-dot {
  width: 0;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: width 0.3s ease, opacity 0.3s ease;
  transition: width 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}
.is-active .s-recruit__spnav-dot {
  width: 24px;
  opacity: 1;
  visibility: visible;
}

.s-recruit__spnav-label {
  display: inline-block;
  line-height: 1.3;
  vertical-align: middle;
  text-align: center;
}

.s-recruit__spnav-en {
  display: none;
}

.s-recruit__spnav-jp {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
  text-align: center;
}

#page-page-privacy .s-header + * {
  padding-top: 144px;
}
@media screen and (min-width: 768px) {
  #page-page-privacy .s-header + * {
    padding-top: 118px;
  }
}
@media screen and (min-width: 1000px) {
  #page-page-privacy .s-header + * {
    padding-top: 156px;
  }
}

.s-privacy {
  position: relative;
  isolation: isolate;
  padding-block: 24px 64px;
}
@media screen and (min-width: 768px) {
  .s-privacy {
    padding-block: 56px 120px;
  }
}

.s-privacy > .l-grid-lines {
  z-index: -1;
}

.s-privacy__inner {
  position: relative;
  z-index: 1;
  max-width: calc(1200px + 10%);
  margin-inline: auto;
  padding-inline: 5%;
}

.s-privacy__header {
  margin: 32px 0 0;
}
@media screen and (min-width: 768px) {
  .s-privacy__header {
    margin: 124px 0 0;
  }
}

.s-privacy__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .s-privacy__title {
    -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: 11px;
  }
}

.s-privacy__title-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-privacy__title-jp {
    font-size: 38px;
    line-height: 63.222px;
  }
}

.s-privacy__title-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-privacy__title-en {
    font-size: 26px;
  }
}

.s-privacy__main {
  margin-top: 44px;
  background: #f6f6f6;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 20px 16px 33px 14px;
}
@media screen and (min-width: 768px) {
  .s-privacy__main {
    margin-top: 54px;
    padding: 104px 5% 144px;
  }
}

.s-privacy__body {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .s-privacy__body {
    max-width: 600px;
  }
}

.s-privacy__lead {
  margin: 0 0 37px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-privacy__lead {
    margin-bottom: 49px;
    font-size: 16px;
    line-height: 32px;
  }
}

.s-privacy__h3 {
  position: relative;
  margin: 33px 0 23px;
  padding: 0 0 0 24px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 43.8px;
  color: #000;
  background-color: #eee;
  border-radius: 3.824px;
}
@media screen and (min-width: 768px) {
  .s-privacy__h3 {
    margin: 46px 0 14px;
    padding: 0 0 0 21px;
    font-weight: 600;
    font-size: 20px;
    background-color: transparent;
    border-radius: 0;
    line-height: 1.6;
  }
}

.s-privacy__h3:first-of-type {
  margin-top: 0;
}

.s-privacy__h3::before,
.s-privacy__h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 100%;
  background: #ea1212;
  -webkit-transform: translateY(calc(-50% + 30px));
          transform: translateY(calc(-50% + 30px));
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease-out;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease-out, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .s-privacy__h3::before,
  .s-privacy__h3::after {
    height: 22px;
  }
}

.s-privacy__h3.is-visible::before,
.s-privacy__h3.is-visible::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}

.s-privacy__h3::before {
  left: 0;
}

.s-privacy__h3::after {
  left: 5px;
}

.s-privacy__body p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-privacy__body p {
    font-size: 16px;
    line-height: 32px;
  }
}

.s-privacy__body p + p {
  margin-top: 1em;
}

.s-privacy__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: privacy-num;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-privacy__list {
    font-size: 16px;
    line-height: 32px;
  }
}

.s-privacy__list li {
  counter-increment: privacy-num;
  padding-left: 1.6em;
  text-indent: -1.6em;
}

.s-privacy__list li::before {
  content: counter(privacy-num) ", ";
  padding-left: 4px;
}

.s-privacy__body p + .s-privacy__list,
.s-privacy__body .s-privacy__list + p {
  margin-top: 2em;
}

.s-privacy__main .s-privacy__body .s-privacy__list--mt0 {
  margin-top: 0;
}

.s-philosophy {
  position: relative;
  isolation: isolate;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .s-philosophy {
    padding-bottom: 120px;
  }
}

.s-philosophy > .l-grid-lines {
  z-index: -1;
}

.s-philosophy__inner {
  position: relative;
  z-index: 1;
  max-width: calc(1200px + 10%);
  margin-inline: auto;
  padding-inline: 5%;
}

.s-philosophy__kv {
  position: relative;
  margin: 16px auto 0;
  padding: 0 17px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .s-philosophy__kv {
    margin-top: 24px;
    padding: 0 28px;
  }
}

.s-philosophy__kv-inner {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(257.07deg, #f86036 2.81%, #d41c1f 69.94%);
  padding: 171px 90px 39px 23px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__kv-inner {
    background: linear-gradient(227.27deg, #f86036 2.81%, #d41c1f 69.94%);
    padding: 229px 24px 31px;
  }
}

.s-philosophy__kv-wrapper {
  max-width: 1200px;
  width: 100%;
  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: 0 auto;
  gap: 26px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__kv-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.s-philosophy__kv-title {
  margin: 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;
  gap: 11px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__kv-title {
    -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: 26px;
  }
}

.s-philosophy__kv-title-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-philosophy__kv-title-jp {
    font-size: 38px;
    line-height: 63.222px;
  }
}

.s-philosophy__kv-title-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  padding-left: 2px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__kv-title-en {
    line-height: 70px;
    padding-left: 0;
  }
}

.s-philosophy__breadcrumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4px 8px;
  padding: 8px 22px 8px 16px;
  border-radius: 4px;
  background: rgba(166, 19, 19, 0.3);
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__breadcrumb {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    left: auto;
    right: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 41px;
    height: 39px;
    gap: 11px;
    margin-left: 0;
  }
}

.s-philosophy__breadcrumb-link,
.s-philosophy__breadcrumb-current {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .s-philosophy__breadcrumb-link,
  .s-philosophy__breadcrumb-current {
    font-size: 13px;
  }
}

.s-philosophy__breadcrumb-current {
  text-indent: 3px;
}

.s-philosophy__breadcrumb-link:hover {
  text-decoration: underline;
}

.s-philosophy__breadcrumb-sep {
  font-size: 15px;
  color: #800b0d;
  line-height: 1;
}

.s-philosophy__intro {
  margin-top: 38px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__intro {
    margin-top: 156px;
    padding-bottom: 180px;
  }
}

.s-philosophy__intro-wrapper {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__intro-wrapper {
    grid-template-columns: calc(50% - 24px) 50%;
    gap: 0 24px;
  }
}

.s-philosophy__intro-head {
  position: relative;
  margin-bottom: 47px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__intro-head {
    margin-bottom: 0;
  }
}

.s-philosophy__intro-title {
  margin: 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;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-philosophy__intro-title {
    font-size: 32px;
    line-height: 1.6;
  }
}

.s-philosophy__intro-title-line {
  display: inline-block;
  position: relative;
  isolation: isolate;
  padding: 0 6px 3px;
}
.s-philosophy__intro-title-line::before {
  content: "";
  position: absolute;
  inset: 5% 5% 5% 0;
  background: #fff;
  z-index: -1;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
  transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
}
@media screen and (min-width: 768px) {
  .s-philosophy__intro-title-line::before {
    inset: 11.5% 5% 11.5% 0;
  }
}

.s-philosophy__intro-title-line:nth-child(2)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
}

.s-philosophy__intro-title-line:nth-child(3)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.6s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.6s);
}

.s-philosophy__intro-title.is-visible .s-philosophy__intro-title-line::before {
  clip-path: inset(0 0 0 0);
}

.s-philosophy__intro-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1000px) {
  .s-philosophy__intro-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 86px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.s-philosophy__intro-img {
  margin: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .s-philosophy__intro-img {
    max-width: 473px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 473px;
            flex: 0 0 473px;
  }
}

.s-philosophy__intro-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 473/590;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-philosophy__intro-text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 205.875%;
  letter-spacing: 0.9px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-philosophy__intro-text {
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 22px;
    line-height: 37px;
    letter-spacing: normal;
  }
}

.s-philosophy__intro-text p {
  margin: 0 0 24px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__intro-text p {
    margin-bottom: 37px;
    letter-spacing: 2.4px;
  }
}

.s-philosophy__intro-text p:last-child {
  margin-bottom: 0;
}

.s-philosophy__main {
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
}
.s-philosophy__main::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: rgba(0, 0, 0, 0.05);
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .s-philosophy__main {
    padding-top: 170px;
    padding-bottom: 220px;
  }
}

.s-philosophy__heading {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__heading {
    margin-bottom: 56px;
  }
}

.s-philosophy__heading-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__heading-head {
    gap: 12px;
    margin-bottom: 76px;
  }
}

.s-philosophy__heading-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.2;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-philosophy__heading-en {
    font-size: 60px;
    line-height: 70px;
  }
}

.s-philosophy__heading-divider {
  display: inline-block;
  width: 17px;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media screen and (min-width: 768px) {
  .s-philosophy__heading-divider {
    width: 28px;
  }
}

.s-philosophy__heading-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-philosophy__heading-jp {
    font-size: 16px;
  }
}

.s-philosophy__heading-title {
  margin: 40px 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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .s-philosophy__heading-title {
    font-size: 50px;
    line-height: 80px;
  }
}

.s-philosophy__heading-title-line {
  display: inline-block;
  position: relative;
  isolation: isolate;
  color: transparent;
  padding: 0 12px 4px;
  -webkit-transition: color 0.4s ease-out calc(var(--fadein-delay, 0s) + 0.2s);
  transition: color 0.4s ease-out calc(var(--fadein-delay, 0s) + 0.2s);
}
.s-philosophy__heading-title-line::before {
  content: "";
  position: absolute;
  inset: 10% 0;
  background: #0e0e0e;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .s-philosophy__heading-title-line {
    padding: 0 0 0 10px;
  }
  .s-philosophy__heading-title-line::before {
    inset: 12.5% 0;
  }
}

.s-philosophy__heading-title-line:nth-child(2) {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.3s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.3s);
}

.s-philosophy__heading.is-visible .s-philosophy__heading-title-line {
  color: #fff;
}

.s-philosophy__section {
  margin-top: 64px;
}
@media screen and (min-width: 1000px) {
  .s-philosophy__section {
    padding-top: 65px;
    margin-top: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
}
.s-philosophy__section:first-child {
  margin-top: 0;
}

.s-philosophy__section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__section-head {
    gap: 12px;
  }
}

.s-philosophy__section-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.2;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-philosophy__section-en {
    font-size: 60px;
    line-height: 70px;
  }
}

.s-philosophy__section-divider {
  display: inline-block;
  width: 17px;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.s-philosophy__section-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-philosophy__section-jp {
    font-size: 16px;
  }
}

.s-philosophy__card {
  background: #ececec;
  border: 1px dashed #000;
  border-radius: 19px;
  padding-block: 32px 32px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__card {
    padding-block: 50px 50px;
    margin: 0 auto;
  }
}

.s-philosophy__card-inner {
  padding: 0 24px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__card-inner {
    padding: 0 clamp(35px, 5.208vw - 5px, 70px);
  }
}

.s-philosophy__layer-tag {
  display: inline-block;
  padding: 4px 14px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  background: linear-gradient(241deg, #f86036 2.81%, #d41c1f 69.94%);
  border-radius: 2px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__layer-tag {
    font-size: 16px;
    padding: 5px 18px;
    margin-bottom: 18px;
  }
}

.s-philosophy__layer-tag--2 {
  background: linear-gradient(230deg, #f86036 2.81%, #d41c1f 69.94%);
}

.s-philosophy__layer-tag--3 {
  background: linear-gradient(227deg, #f86036 2.81%, #d41c1f 69.94%);
}

.s-philosophy__layer-tag--4 {
  background: linear-gradient(229deg, #f86036 2.81%, #d41c1f 69.94%);
}

.s-philosophy__layer-tag--5 {
  background: linear-gradient(241deg, #f86036 2.81%, #d41c1f 69.94%);
}

.s-philosophy__layer-text {
  margin: 16px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-philosophy__layer-text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 27px;
  }
}

.s-philosophy__overview {
  position: relative;
  margin-top: 0;
  padding: 32px 0 56px;
}
@media screen and (min-width: 1000px) {
  .s-philosophy__overview {
    padding: 0 0 72px;
  }
}

.s-philosophy__overview-label {
  display: none;
}
@media screen and (min-width: 768px) {
  .s-philosophy__overview-label {
    display: block;
    position: absolute;
    top: 40%;
    right: -20px;
    -webkit-transform: rotate(-58deg);
            transform: rotate(-58deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    color: #000;
    pointer-events: none;
    opacity: 0.5;
  }
}

.s-philosophy__pyramid {
  position: relative;
  margin: 0 auto;
  max-width: 720px;
}

.s-philosophy__pyramid-list {
  list-style: none;
  margin: 0;
  padding: 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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.s-philosophy__pyramid-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .s-philosophy__pyramid-item {
    padding: 16px 24px;
  }
}

.s-philosophy__pyramid-item--1 {
  width: 35%;
  min-width: 200px;
  background: linear-gradient(241deg, #f86036, #d41c1f);
  color: #fff;
  border-color: transparent;
}

.s-philosophy__pyramid-item--2 {
  width: 50%;
  min-width: 240px;
}

.s-philosophy__pyramid-item--3 {
  width: 65%;
  min-width: 260px;
}

.s-philosophy__pyramid-item--4 {
  width: 80%;
  min-width: 280px;
}

.s-philosophy__pyramid-item--5 {
  width: 100%;
}

.s-philosophy__pyramid-num {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #8c8c8c;
}
.s-philosophy__pyramid-item--1 .s-philosophy__pyramid-num {
  color: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 768px) {
  .s-philosophy__pyramid-num {
    font-size: 14px;
  }
}

.s-philosophy__pyramid-label {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .s-philosophy__pyramid-label {
    font-size: 15px;
  }
}

.s-philosophy__pyramid-text {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .s-philosophy__pyramid-text {
    font-size: 14px;
  }
}

.s-philosophy__closing {
  margin-top: 64px;
  padding: 40px 24px;
  background: #212121;
  border-radius: 4px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-philosophy__closing {
    margin-top: 96px;
    padding: 56px 64px;
  }
}

.s-philosophy__closing-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__closing-inner {
    gap: 32px;
  }
}

.s-philosophy__closing-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
}

.s-philosophy__closing-en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-philosophy__closing-en {
    font-size: 16px;
  }
}

.s-philosophy__closing-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #ea1212;
}
@media screen and (min-width: 768px) {
  .s-philosophy__closing-jp {
    font-size: 19.5px;
  }
}

.s-philosophy__closing-title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-philosophy__closing-title {
    font-size: 32px;
    line-height: 50px;
  }
}

.s-philosophy__closing-title-line {
  display: block;
}

.s-philosophy__closing-cta.c-btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 4px;
  min-width: 256px;
  height: 52px;
  background: linear-gradient(221.92deg, #f86036 2.81%, #d41c1f 69.94%);
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.s-philosophy__closing-cta.c-btn:hover {
  -webkit-filter: brightness(1.06);
          filter: brightness(1.06);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  color: #fff;
}

.s-philosophy__spnav {
  position: fixed;
  bottom: 20px;
  left: 16px;
  right: 16px;
  z-index: 50;
  border-radius: 6px;
  background: linear-gradient(204deg, #000 2.81%, #292929 69.94%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.s-philosophy__spnav.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1000px) {
  .s-philosophy__spnav {
    display: none;
  }
}

.s-philosophy__spnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
  border-radius: 6px;
  list-style: none;
  margin: 0;
  padding: 0 24px;
  pointer-events: auto;
  overflow-x: auto;
  scrollbar-width: none;
}
.s-philosophy__spnav-list::-webkit-scrollbar {
  display: none;
}
.s-philosophy__spnav-list {
  mask-image: linear-gradient(to right, transparent 0%, black 20px, black calc(100% - 56px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20px, black calc(100% - 56px), transparent 100%);
}

.s-philosophy__spnav-item {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  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;
  padding-right: 18px;
}
.s-philosophy__spnav-item:hover {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.s-philosophy__spnav-item:last-child {
  padding-right: 20px;
}
.s-philosophy__spnav-item.is-active {
  color: #fff;
}

.s-philosophy__spnav-dot {
  width: 0;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: width 0.3s ease, opacity 0.3s ease;
  transition: width 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}
.is-active .s-philosophy__spnav-dot {
  width: 24px;
  opacity: 1;
  visibility: visible;
}

.s-philosophy__spnav-label {
  display: inline-block;
  line-height: 1.3;
  vertical-align: middle;
  text-align: center;
}

.s-philosophy__spnav-en {
  display: none;
}

.s-philosophy__spnav-jp {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
  text-align: center;
}

.s-philosophy__layers {
  position: relative;
  margin-top: 0px;
  padding-block: 0;
}
@media screen and (min-width: 768px) {
  .s-philosophy__layers {
    margin-top: 76px;
  }
}

.s-philosophy__layers-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__layers-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 70px;
  }
}

.s-philosophy__layer--1 {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .s-philosophy__layer--1 {
    grid-column: 1;
    grid-row: 1;
  }
}

@media screen and (min-width: 768px) {
  .s-philosophy__layer--2 {
    grid-column: 1;
    grid-row: 2;
  }
}

@media screen and (min-width: 768px) {
  .s-philosophy__layer--3 {
    grid-column: 2;
    grid-row: 2;
  }
}

@media screen and (min-width: 768px) {
  .s-philosophy__layer--4 {
    grid-column: 1;
    grid-row: 3;
  }
}

@media screen and (min-width: 768px) {
  .s-philosophy__layer--5 {
    grid-column: 2;
    grid-row: 3;
  }
}

.s-philosophy__pyramid {
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 1;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (min-width: 768px) {
  .s-philosophy__pyramid {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    grid-column: 2;
    grid-row: 1;
    align-self: stretch;
    justify-self: stretch;
  }
}

.s-philosophy__pyramid-img {
  display: block;
  width: 95vw;
  height: auto;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .s-philosophy__pyramid-img {
    position: absolute;
    top: 44%;
    left: 40%;
    width: 136%;
    max-width: 769px;
    margin-left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.s-philosophy__layer {
  position: relative;
  background: #ececec;
  border: 1px dashed #000;
  border-radius: 19.285px;
  padding: 28px 24px 32px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__layer {
    padding: 38px 50px 42px;
  }
}

.s-philosophy__layer-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__layer-head {
    gap: 14px;
    margin-bottom: 37px;
  }
}

.s-philosophy__layer-tag {
  display: inline-block;
  padding: 4px 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background: linear-gradient(225deg, #f86036 2.81%, #d41c1f 69.94%);
}
@media screen and (min-width: 768px) {
  .s-philosophy__layer-tag {
    padding: 5px 14px;
    font-size: 16px;
    margin-bottom: 0;
  }
}

.s-philosophy__layer-num {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  color: #8c8c8c;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__layer-num {
    font-size: 28px;
    padding-bottom: 0;
  }
}

.s-philosophy__layer-title {
  margin: 0 0 18px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .s-philosophy__layer-title {
    margin-bottom: 29px;
    font-size: 26px;
    line-height: 1.6;
    margin-right: -22px;
    white-space: normal;
  }
}

.s-philosophy__layer-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.9;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-philosophy__layer-text {
    font-size: 14px;
    line-height: 1.95;
  }
}

.s-philosophy__layer--1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 32px;
  height: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../../src/img/philosophy-arrow.webp") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .s-philosophy__layer--1::after {
    bottom: -64px;
    left: 22%;
    width: 32px;
    height: 48px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.s-philosophy__layer--2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 32px;
  height: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../../src/img/philosophy-arrow.webp") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .s-philosophy__layer--2::after {
    display: block;
    position: absolute;
    top: 36%;
    left: auto;
    right: -40px;
    width: 32px;
    height: 52px;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
            transform: translate(0, -50%) rotate(-90deg);
    background: url("../../src/img/philosophy-arrow.webp") no-repeat center/contain;
    pointer-events: none;
  }
}

.s-philosophy__layer--3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 32px;
  height: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../../src/img/philosophy-arrow.webp") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .s-philosophy__layer--3::after {
    display: block;
    position: absolute;
    bottom: -51px;
    left: -43px;
    width: 32px;
    height: 48px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: url("../../src/img/philosophy-arrow.webp") no-repeat center/contain;
    pointer-events: none;
  }
}

.s-philosophy__layer--4::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 32px;
  height: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../../src/img/philosophy-arrow.webp") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .s-philosophy__layer--4::after {
    display: block;
    position: absolute;
    top: 28%;
    left: auto;
    right: -40px;
    width: 32px;
    height: 52px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    background: url("../../src/img/philosophy-arrow.webp") no-repeat center/contain;
    pointer-events: none;
  }
}

.s-philosophy__logic {
  padding-top: 100px;
  padding-bottom: 140px;
}

.s-philosophy__logic .s-area__footer-card {
  border-color: rgba(0, 0, 0, 0.15);
}

.s-philosophy__top {
  margin-bottom: 58px;
}

.s-philosophy__container {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #212121;
  padding: 30px 17px 42px 20px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__container {
    padding: 17px 52px 24px 67px;
  }
}
@media (min-width: 1270px) {
  .s-philosophy__container::before {
    content: "Logic";
    position: absolute;
    right: 1%;
    top: 38%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    color: rgba(255, 255, 255, 0.23);
    font-family: "Cormorant Garamond";
    font-size: clamp(32px, 1.69vw + 25.662px, 50px);
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    pointer-events: none;
  }
}

.s-philosophy__container-sidetext {
  position: absolute;
  right: 30px;
  bottom: 24px;
  -webkit-transform: translateY(50%) rotate(90deg);
          transform: translateY(50%) rotate(90deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  color: rgba(255, 255, 255, 0.23);
  font-family: "Cormorant Garamond";
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  pointer-events: none;
}
@media (min-width: 1270px) {
  .s-philosophy__container-sidetext {
    display: none;
  }
}

.s-philosophy__container-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: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 17px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__container-wrapper {
    -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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 32px;
  }
}

.s-philosophy__container-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .s-philosophy__container-head {
    display: block;
    margin-right: 50px;
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}

.s-philosophy__head-text {
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .s-philosophy__head-text {
    display: block;
    font-size: 16px;
    line-height: 39.737px;
  }
}

.s-philosophy__head-text--red {
  color: #ea1212;
  font-family: "Zen Old Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .s-philosophy__head-text--red {
    display: block;
    font-size: 19.594px;
    line-height: 29.747px;
  }
}

.s-philosophy__container-lead {
  color: #fff;
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .s-philosophy__container-lead {
    margin-top: 0;
    font-size: clamp(24px, 0.751vw + 21.183px, 32px);
    line-height: 50px;
    text-align: left;
  }
}
@media (min-width: 1000px) {
  .s-philosophy__container-lead {
    -webkit-transform: translateX(46px);
            transform: translateX(46px);
  }
}

.s-philosophy__container-img {
  position: relative;
  max-width: 342px;
  height: auto;
  width: 88%;
  margin-inline: auto;
}
.s-philosophy__container-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1270px) {
  .s-philosophy__container-img {
    width: 100%;
    -webkit-transform: translateX(77px);
            transform: translateX(77px);
  }
}

.s-philosophy__container-btn {
  margin-inline: auto;
}

@media (min-width: 1270px) {
  .s-philosophy__container-btn {
    margin-inline: auto 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-bottom: 24px;
  }
}
.s-company {
  position: relative;
  isolation: isolate;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .s-company {
    padding-bottom: 120px;
  }
}

.s-company > .l-grid-lines {
  z-index: -1;
}

.s-company__inner {
  position: relative;
  z-index: 1;
  max-width: calc(1200px + 10%);
  margin-inline: auto;
  padding-inline: 5%;
}

.s-company__kv {
  position: relative;
  margin: 16px auto 0;
  padding: 0 17px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .s-company__kv {
    margin-top: 24px;
    padding: 0 28px;
  }
}

.s-company__kv-inner {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(257.07deg, #f86036 2.81%, #d41c1f 69.94%);
  padding: 171px 100px 39px 23px;
}
@media screen and (min-width: 768px) {
  .s-company__kv-inner {
    background: linear-gradient(227.27deg, #f86036 2.81%, #d41c1f 69.94%);
    padding: 229px 24px 31px;
  }
}

.s-company__kv-wrapper {
  max-width: 1200px;
  width: 100%;
  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: 0 auto;
  gap: 26px;
}
@media screen and (min-width: 768px) {
  .s-company__kv-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.s-company__kv-title {
  margin: 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;
  gap: 11px;
}
@media screen and (min-width: 768px) {
  .s-company__kv-title {
    -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: 26px;
  }
}

.s-company__kv-title-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-company__kv-title-jp {
    font-size: 38px;
    line-height: 63.222px;
  }
}

.s-company__kv-title-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  padding-left: 2px;
}
@media screen and (min-width: 768px) {
  .s-company__kv-title-en {
    line-height: 70px;
    padding-left: 0;
  }
}

.s-company__breadcrumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4px 8px;
  padding: 8px 22px 8px 16px;
  border-radius: 4px;
  background: rgba(166, 19, 19, 0.3);
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .s-company__breadcrumb {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    left: auto;
    right: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 41px;
    height: 39px;
    gap: 11px;
    margin-left: 0;
  }
}

.s-company__breadcrumb-link,
.s-company__breadcrumb-current {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .s-company__breadcrumb-link,
  .s-company__breadcrumb-current {
    font-size: 13px;
  }
}

.s-company__breadcrumb-current {
  text-indent: 3px;
}

.s-company__breadcrumb-link:hover {
  text-decoration: underline;
}

.s-company__breadcrumb-sep {
  font-size: 15px;
  color: #800b0d;
  line-height: 1;
}

.s-company__intro {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .s-company__intro {
    margin-top: 126px;
    padding-bottom: 164px;
  }
}

.s-company__intro-head {
  position: relative;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .s-company__intro-head {
    margin-bottom: 48px;
  }
}

.s-company__intro-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 53.833px;
  line-height: 56.396px;
  background: linear-gradient(247.71deg, #f86036 2.81%, #d41c1f 69.94%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .s-company__intro-title {
    font-size: clamp(80px, 58.286px + 2.827vw, 100px);
    line-height: 1.18;
    background: linear-gradient(234.33deg, #f86036 2.81%, #d41c1f 69.94%);
    -webkit-background-clip: text;
    background-clip: text;
  }
}

.s-company__intro-title-en {
  display: block;
  white-space: pre-line;
  word-break: keep-all;
  padding-left: 14px;
}
@media screen and (min-width: 768px) {
  .s-company__intro-title-en {
    padding-left: 0;
  }
}

.s-company__intro-subtitle {
  margin: 16px 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;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-company__intro-subtitle {
    margin-top: 20px;
    font-size: clamp(20px, 15.714px + 0.595vw, 24px);
    line-height: 1.5;
  }
}

.s-company__intro-subtitle-line {
  display: inline-block;
  position: relative;
  isolation: isolate;
  padding: 0 6px 3px;
}
.s-company__intro-subtitle-line::before {
  content: "";
  position: absolute;
  inset: 5% 13% 5% 0;
  background: #fff;
  z-index: -1;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
  transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
}
@media screen and (min-width: 768px) {
  .s-company__intro-subtitle-line::before {
    inset: 11.5% 13% 11.5% 0;
  }
}

.s-company__intro-subtitle-line:nth-child(2)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
}

.s-company__intro-subtitle-line:nth-child(3)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.6s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.6s);
}

.s-company__intro-subtitle.is-visible .s-company__intro-subtitle-line::before {
  clip-path: inset(0 0 0 0);
}

.s-company__intro-body {
  display: grid;
  gap: 32px;
}
@media screen and (min-width: 1000px) {
  .s-company__intro-body {
    display: grid;
    grid-template-columns: 50% auto;
    grid-template-rows: repeat(2, auto);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.s-company__intro-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-company__intro-text {
    font-size: 16px;
    line-height: 32px;
    max-width: 920px;
  }
}

.s-company__intro-text p {
  margin: 0 0 24px;
}
@media screen and (min-width: 768px) {
  .s-company__intro-text p {
    margin-bottom: 32px;
  }
}

.s-company__intro-text p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .s-company__intro-imgs {
    padding-top: 50px;
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    max-width: 511px;
    height: auto;
  }
}

.s-company__intro-img img {
  width: 100%;
  -o-object-position: center;
     object-position: center;
}

.s-recruit__company-subtitle {
  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: 24px 0;
}
@media screen and (min-width: 768px) {
  .s-recruit__company-subtitle {
    margin: 32px 0 43px;
    grid-column-start: 1;
    grid-row-start: 1;
  }
}

.s-recruit__company-subtitle-row {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-recruit__company-subtitle-row {
    font-size: 32px;
    line-height: 54px;
  }
}

.s-recruit__company-subtitle-line {
  display: inline-block;
  position: relative;
  isolation: isolate;
  padding: 0 6px;
  letter-spacing: -0.3px;
  white-space: nowrap;
}
.s-recruit__company-subtitle-line::before {
  content: "";
  position: absolute;
  inset: 10% 5% 10% 0;
  background: #fff;
  z-index: -1;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
  transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
}
@media screen and (min-width: 768px) {
  .s-recruit__company-subtitle-line {
    letter-spacing: 1px;
  }
  .s-recruit__company-subtitle-line::before {
    inset: 12.5% 5% 12.5% 0;
  }
}

.s-recruit__company-subtitle-row:nth-child(2) .s-recruit__company-subtitle-line::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
}

.s-recruit__company-subtitle-row:nth-child(3) .s-recruit__company-subtitle-line::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.6s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.6s);
}

.s-recruit__company-subtitle.is-visible .s-recruit__company-subtitle-line::before {
  clip-path: inset(0 0 0 0);
}

.s-recruit__company-subtitle-red {
  color: #e41317;
}

.s-company__layout {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .s-company__layout {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .s-company__layout {
    --grid-w: min(90vw, 1200px);
    display: grid;
    grid-template-columns: calc(var(--grid-w) * 0.25) calc(var(--grid-w) * 0.75);
    width: var(--grid-w);
    margin-inline: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.s-company__sidebar {
  display: none;
}
@media screen and (min-width: 1000px) {
  .s-company__sidebar {
    position: sticky;
    top: 180px;
    margin-bottom: 0;
    width: 100%;
    display: block;
    max-width: 240px;
  }
}

.s-company__sidebar-header {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 43px 17px 24px;
  border-radius: 6px;
  background: linear-gradient(88.16deg, #f86036 0.83%, #e41317 101.43%);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .s-company__sidebar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 65px;
    padding-bottom: 24px;
  }
}

.s-company__sidebar-header-jp {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}

.s-company__sidebar-header-en {
  display: block;
  margin-top: 8px;
  text-align: right;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .s-company__sidebar-header-en {
    margin-top: 0;
  }
}

.s-company__sidebar-menu {
  position: relative;
  z-index: 1;
  margin-top: -25px;
  padding-top: 51px;
  padding-bottom: 16px;
  background: #f6f6f6;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
}

.s-company__sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-company__sidebar-item {
  border-bottom: 1px solid #d1d1d1;
}

.s-company__sidebar-item--last {
  border-bottom: 0;
}

.s-company__sidebar-link {
  position: relative;
  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;
  min-height: 50px;
  padding: 0 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.s-company__sidebar-link:hover {
  color: #e41317;
}

.s-company__sidebar-link.is-current {
  color: #e41317;
}

.s-company__sidebar-arrow {
  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;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.s-company__sidebar-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #939393;
  -webkit-transform: translate(-50%, -50%) scale(0.375);
          transform: translate(-50%, -50%) scale(0.375);
  opacity: 0.7;
  display: none;
  pointer-events: none;
  z-index: 0;
}

.s-company__sidebar-arrow img {
  display: block;
  position: relative;
  z-index: 1;
}

@-webkit-keyframes company-sidebar-arrow-pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.375);
            transform: translate(-50%, -50%) scale(0.375);
    opacity: 0.7;
  }
  70%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@keyframes company-sidebar-arrow-pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.375);
            transform: translate(-50%, -50%) scale(0.375);
    opacity: 0.7;
  }
  70%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.s-company__main {
  min-width: 0;
}

.s-company__section {
  margin-top: 64px;
}
@media screen and (min-width: 1000px) {
  .s-company__section {
    padding-top: 65px;
    margin-top: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
}
.s-company__section:first-child {
  margin-top: 0;
}

.s-company__section-card {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.s-company__section-card--greeting {
  padding: 24px 16px 32px;
}
@media screen and (min-width: 768px) {
  .s-company__section-card--greeting {
    padding: 49px 71px 60px;
  }
}

.s-company__section-card--profile {
  padding: 24px 16px 32px;
}
@media screen and (min-width: 768px) {
  .s-company__section-card--profile {
    padding: 60px 71px 60px;
  }
}

.s-company__section-card--history {
  padding: 24px 16px 32px;
}
@media screen and (min-width: 768px) {
  .s-company__section-card--history {
    padding: 62px 71px 60px;
  }
}

.s-company__section-card--offices {
  padding: 32px 16px;
}
@media screen and (min-width: 768px) {
  .s-company__section-card--offices {
    padding: 56px 70px 60px;
  }
}

.s-company__section-card--numbers {
  padding: 32px 16px;
}
@media screen and (min-width: 768px) {
  .s-company__section-card--numbers {
    padding: 68px 69px 60px;
  }
}

.s-company__section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .s-company__section-head {
    gap: 8px;
    margin-bottom: 32px;
  }
}

.s-company__section-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-company__section-en {
    font-size: 60px;
    line-height: 70px;
  }
}

.s-company__section-divider {
  display: inline-block;
  width: 20px;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media screen and (min-width: 768px) {
  .s-company__section-divider {
    width: 28px;
  }
}

.s-company__section-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-company__section-jp {
    font-size: 16px;
  }
}

.s-company__card {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding-block: 16px 32px;
}
@media screen and (min-width: 768px) {
  .s-company__card {
    padding-block: 40px 32px;
    margin: 0 auto;
  }
}

.s-company__card-inner {
  padding: 24px 16px;
}
@media screen and (min-width: 768px) {
  .s-company__card-inner {
    padding: 6px clamp(35px, 5.208vw - 5px, 70px) 41px;
  }
}

.s-company__greeting-photo {
  margin: 0 0 24px;
  border-radius: 4px;
  overflow: hidden;
  background: linear-gradient(135deg, #f3f3f3, #d9d9d9);
  aspect-ratio: 760/493;
}
@media screen and (min-width: 768px) {
  .s-company__greeting-photo {
    margin-bottom: 40px;
  }
}

.s-company__greeting-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-company__greeting-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .s-company__greeting-headline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
    margin-bottom: 48px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.s-company__greeting-title-wrap {
  position: relative;
}

.s-company__greeting-title {
  position: relative;
  z-index: 2;
  margin: 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;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(20px, 3.053vw + 8.55px, 32px);
  line-height: 1.6;
  color: #000;
  margin-inline: -1px;
}
@media screen and (min-width: 768px) {
  .s-company__greeting-title {
    font-size: 32px;
    line-height: 54px;
  }
}

.s-company__greeting-title-line {
  display: inline-block;
  position: relative;
  isolation: isolate;
}
.s-company__greeting-title-line::before {
  content: "";
  position: absolute;
  inset: 10% 0;
  background: #fff;
  z-index: -1;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
  transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
}
@media screen and (min-width: 768px) {
  .s-company__greeting-title-line::before {
    inset: 12.5% 0;
  }
}

.s-company__greeting-title-line:nth-child(2)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
}

.s-company__greeting-title-line:nth-child(3)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.6s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.6s);
}

.s-company__section-card.is-visible .s-company__greeting-title-line::before {
  clip-path: inset(0 0 0 0);
}

.s-company__greeting-bg {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 181px;
  width: clamp(140px, 25.954vw + 42.672px, 242px);
}
@media screen and (min-width: 500px) {
  .s-company__greeting-bg {
    top: 64px;
    left: 271px;
    height: auto;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.s-company__greeting-sign {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 940px) {
  .s-company__greeting-sign {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
    padding-top: 10px;
  }
}

.s-company__greeting-sign-row,
.s-company__greeting-sign-name-row {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Zen Old Mincho", serif;
}
@media (min-width: 940px) {
  .s-company__greeting-sign-row,
  .s-company__greeting-sign-name-row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.s-company__greeting-sign-line {
  display: inline-block;
  position: relative;
  isolation: isolate;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  padding: 0 6px;
  margin-top: -1px;
}
.s-company__greeting-sign-line::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  z-index: -1;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
  transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
}
@media screen and (min-width: 768px) {
  .s-company__greeting-sign-line {
    font-size: 13px;
    padding: 0 8px;
  }
}

.s-company__greeting-sign-name {
  display: inline-block;
  position: relative;
  isolation: isolate;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  color: #fff;
  padding: 0 10px 4px;
}
.s-company__greeting-sign-name::before {
  content: "";
  position: absolute;
  inset: 10% 0;
  background: #000;
  z-index: -1;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.6s);
  transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.6s);
}
@media screen and (min-width: 768px) {
  .s-company__greeting-sign-name {
    font-size: 28px;
    line-height: 54px;
  }
}

.s-company__section-card.is-visible .s-company__greeting-sign-line::before,
.s-company__section-card.is-visible .s-company__greeting-sign-name::before {
  clip-path: inset(0 0 0 0);
}

.s-company__greeting-sign-row:nth-child(2) .s-company__greeting-sign-line::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
}

.s-company__greeting-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-company__greeting-text {
    font-size: 16px;
    line-height: 32px;
  }
}

.s-company__greeting-text p {
  margin: 0 0 32px;
}

.s-company__greeting-text p:last-child {
  margin-bottom: 0;
}

.s-company__greeting-cta {
  margin-top: 32px;
  width: 246px;
  max-width: 100%;
  padding: 14px 14px 14px 50px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .s-company__greeting-cta {
    margin-top: 49px;
  }
}

.s-company__greeting-cta .c-btn__pulse {
  left: 14px;
}

.s-company__greeting-cta .c-btn__arrow {
  right: 14px;
}

.s-company__greeting-cta:hover .c-btn__label {
  translate: -24px 0;
}

.s-company__profile-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .s-company__profile-photos {
    grid-template-columns: 434fr 320fr;
  }
}

.s-company__profile-photo {
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  background: linear-gradient(135deg, #f3f3f3, #d9d9d9);
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .s-company__profile-photo {
    aspect-ratio: auto;
  }
}

@media screen and (min-width: 768px) {
  .s-company__profile-photo--1 {
    aspect-ratio: 434/226;
  }
}

@media screen and (min-width: 768px) {
  .s-company__profile-photo--2 {
    aspect-ratio: 320/226;
  }
}

.s-company__profile-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-company__profile-table {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.s-company__profile-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .s-company__profile-row {
    grid-template-columns: 160px 1fr;
    gap: 0;
    padding: 5px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.s-company__profile-label {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-company__profile-label {
    font-size: 18px;
    line-height: 43.8px;
  }
}

.s-company__profile-value {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.85;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-company__profile-value {
    font-size: 15px;
    line-height: 32px;
    padding-top: 6px;
  }
}

.s-company__profile-value p {
  margin: 0 0 4px;
}
@media screen and (min-width: 768px) {
  .s-company__profile-value p {
    margin: 0;
    line-height: 25px;
  }
}

.s-company__profile-value p:last-child {
  margin-bottom: 0;
}

.s-company__profile-address {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 500px) {
  .s-company__profile-address {
    grid-template-columns: -webkit-max-content auto;
    grid-template-columns: max-content auto;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}

.s-company__profile-address-name,
.s-company__profile-address-text {
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .s-company__profile-address-name,
  .s-company__profile-address-text {
    line-height: 25px;
  }
}

.s-company__profile-address-text {
  margin-bottom: 12px;
}
.s-company__profile-address-text:last-child {
  margin-bottom: 0;
}

@media (min-width: 500px) {
  .s-company__profile-address-text {
    margin-bottom: 0;
  }
}
.s-company__history-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d41c1f), to(#d41c1f));
  background-image: linear-gradient(#d41c1f, #d41c1f);
  background-size: 1px 100%;
  background-position: 7px 0;
  background-repeat: no-repeat;
}

.s-company__history-list::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 7px;
  width: 1px;
  height: 16px;
  background-image: linear-gradient(to bottom, #d41c1f 1.5px, transparent 1.5px);
  background-size: 1px 4px;
  background-repeat: repeat-y;
}

.s-company__history-list::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 7px;
  width: 1px;
  height: 16px;
  background-image: linear-gradient(to bottom, #d41c1f 1.5px, transparent 1.5px);
  background-size: 1px 4px;
  background-repeat: repeat-y;
}

.s-company__history-item {
  position: relative;
  display: grid;
  grid-template-columns: 16px auto 1fr;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px 14px;
  padding: 6px 0;
}
@media screen and (min-width: 768px) {
  .s-company__history-item {
    grid-template-columns: 16px 54px 64px 1fr;
    gap: 0 9px;
    padding: 0;
    margin-bottom: 1px;
  }
}

.s-company__history-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: #d41c1f solid 2px;
  position: relative;
  z-index: 1;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .s-company__history-dot {
    margin-top: 14px;
  }
}

.s-company__history-phase {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #c72727;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .s-company__history-phase {
    font-size: 18px;
    line-height: 43.8px;
  }
}

.s-company__history-year {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .s-company__history-year {
    font-size: 18px;
    line-height: 43.8px;
  }
}

.s-company__history-text {
  grid-column: 2/-1;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.8;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-company__history-text {
    grid-column: 4;
    font-size: 15px;
    line-height: 43.8px;
    align-self: center;
  }
}

.s-company__history-text:empty {
  display: none;
}
@media screen and (min-width: 768px) {
  .s-company__history-text:empty {
    display: block;
  }
}

.s-company__offices-list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .s-company__offices-list {
    gap: 30px;
    margin-bottom: 0;
  }
}

.s-company__office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .s-company__office {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 44px;
  }
}

.s-company__office-img {
  margin: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: linear-gradient(135deg, #f3f3f3, #d9d9d9);
  aspect-ratio: 244/177;
}
@media screen and (min-width: 768px) {
  .s-company__office-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 244px;
            flex: 0 0 244px;
  }
}

.s-company__office-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-company__office-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.s-company__office-name {
  margin: 0 0 6px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-company__office-name {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 43.8px;
  }
}

.s-company__office-address {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-company__office-address {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 28px;
  }
}

.s-company__office-mapbtn {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  max-width: 166px;
  width: 100%;
  padding: 10px 13px 10px 13px;
  border: 1px solid #939393;
  border-radius: 6px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #000;
  text-decoration: none;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.s-company__office-mapbtn:hover {
  background: #f5f5f5;
}

.s-company__office-mapbtn-label {
  white-space: nowrap;
}

.s-company__office-mapbtn-icon {
  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;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
}

.s-company__office-mapbtn-pulse {
  position: absolute;
  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;
  pointer-events: none;
}

.s-company__office-mapbtn-pulse svg {
  display: block;
  overflow: visible;
}

.s-company__office-mapbtn-arrow {
  position: relative;
  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: 1;
}

.s-company__offices-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .s-company__offices-ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
  }
}

.s-company__offices-cta {
  width: 246px;
  max-width: 100%;
  padding: 14px 14px 14px 50px;
  font-size: 14px;
}

.s-company__offices-cta .c-btn__pulse {
  left: 14px;
}

.s-company__offices-cta .c-btn__arrow {
  right: 14px;
}

.s-company__offices-cta:hover .c-btn__label {
  translate: -24px 0;
}

.s-company__numbers-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, 243px);
  gap: 30px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1331px) {
  .s-company__numbers-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.s-company__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 243px;
  margin-inline: auto;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .s-company__number {
    gap: 18px;
  }
}

.s-company__number-toplabel {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #000;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .s-company__number-toplabel {
    font-size: 20px;
  }
}

.s-company__number-toplabel--multi {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .s-company__number-toplabel--multi {
    font-size: 16px;
    line-height: 1.2;
  }
}

.s-company__number-figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 243px;
  height: 116px;
}

.s-company__number-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}

.s-company__number-bracket {
  position: absolute;
  top: 0;
  width: 18.5px;
  height: 100%;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.s-company__number-bracket--left {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.5 116' preserveAspectRatio='none' fill='none'%3E%3Cdefs%3E%3ClinearGradient id='gl' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23f86036'/%3E%3Cstop offset='1' stop-color='%23d41c1f'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M18.5 0.5 H6 Q0.5 0.5 0.5 6 V110 Q0.5 115.5 6 115.5 H18.5' stroke='url(%23gl)' stroke-width='1' stroke-linecap='square' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
}

.s-company__number-bracket--right {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.5 116' preserveAspectRatio='none' fill='none'%3E%3Cdefs%3E%3ClinearGradient id='gr' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23f86036'/%3E%3Cstop offset='1' stop-color='%23d41c1f'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 0.5 H12.5 Q18 0.5 18 6 V110 Q18 115.5 12.5 115.5 H0' stroke='url(%23gr)' stroke-width='1' stroke-linecap='square' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
}

.s-company__number-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.s-company__number-body--rat {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.s-company__number-num {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2.58px;
  background: linear-gradient(89.05deg, #f86036 0.83%, #e41317 101.43%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  padding-right: 6px;
  font-size: 60px;
}

.s-company__number-num--space {
  letter-spacing: -5.58px;
  text-indent: 6px;
}

.s-company__number-num--big {
  font-size: 74px;
}

.s-company__number-unit {
  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;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22.5px;
  color: #000;
  padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .s-company__number-unit {
    font-size: 22.5px;
  }
}

.s-company__number-unit--staff {
  -webkit-transform: translate(4px, -12px);
          transform: translate(4px, -12px);
}

.s-company__number-unit--monthly {
  -webkit-transform: translate(12px, 0px);
          transform: translate(12px, 0px);
}

.s-company__number-unit--inline {
  display: inline;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .s-company__number-unit--inline {
    font-size: 29px;
  }
}

.s-company__number-side {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 25.95px;
  line-height: 1;
  letter-spacing: -3.37px;
  color: #000;
  padding-bottom: 12px;
}

.s-company__number-side--left {
  letter-spacing: -5.19px;
}

.s-company__number-text {
  margin: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #000;
  text-align: left;
}

.s-company__number-asof {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #000;
}

.s-company__spnav {
  position: fixed;
  bottom: 20px;
  left: 16px;
  right: 16px;
  z-index: 50;
  border-radius: 6px;
  background: linear-gradient(204deg, #000 2.81%, #292929 69.94%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.s-company__spnav.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1000px) {
  .s-company__spnav {
    display: none;
  }
}

.s-company__spnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
  border-radius: 6px;
  list-style: none;
  margin: 0;
  padding: 0 24px;
  pointer-events: auto;
  overflow-x: auto;
  scrollbar-width: none;
}
.s-company__spnav-list::-webkit-scrollbar {
  display: none;
}
.s-company__spnav-list {
  mask-image: linear-gradient(to right, transparent 0%, black 20px, black calc(100% - 56px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20px, black calc(100% - 56px), transparent 100%);
}

.s-company__spnav-line {
  position: relative;
  display: block;
  width: 35px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 6px;
  overflow: hidden;
}

.s-company__spnav-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #ea1212;
}

.s-company__spnav-item {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  color: #fff;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
  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;
}
.s-company__spnav-item:hover {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.s-company__spnav-item:last-child {
  padding-right: 20px;
}
.s-company__spnav-item.is-active {
  color: #fff;
  opacity: 1;
}

.s-company__spnav-dot {
  width: 0;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: width 0.3s ease, opacity 0.3s ease;
  transition: width 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}
.is-active .s-company__spnav-dot {
  width: 24px;
  opacity: 1;
  visibility: visible;
}

.s-company__spnav-label {
  display: inline-block;
  line-height: 1.3;
  vertical-align: middle;
  text-align: center;
}

.s-company__spnav-en {
  display: none;
}

.s-company__spnav-jp {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
  text-align: center;
}

.s-for-business {
  position: relative;
  isolation: isolate;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .s-for-business {
    padding-bottom: 120px;
  }
}

.s-for-business > .l-grid-lines {
  z-index: -1;
}

.s-for-business__inner {
  position: relative;
  z-index: 1;
  max-width: calc(1200px + 10%);
  margin-inline: auto;
  padding-inline: 5%;
}

.s-for-business__kv {
  position: relative;
  margin: 16px auto 0;
  padding: 0 17px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .s-for-business__kv {
    margin-top: 24px;
    padding: 0 28px;
  }
}

.s-for-business__kv-inner {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(257deg, #646464 -2.81%, #383838 69.94%);
  padding: 171px 23px 39px 23px;
}
@media screen and (min-width: 768px) {
  .s-for-business__kv-inner {
    padding: 229px 24px 31px;
  }
}

.s-for-business__kv-wrapper {
  max-width: 1200px;
  width: 100%;
  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: 0 auto;
  gap: 26px;
}
@media screen and (min-width: 1000px) {
  .s-for-business__kv-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.s-for-business__kv-title {
  margin: 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;
  gap: 11px;
}
@media screen and (min-width: 768px) {
  .s-for-business__kv-title {
    -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: 26px;
  }
}

.s-for-business__kv-title-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-for-business__kv-title-jp {
    font-size: 38px;
    line-height: 63.222px;
  }
}

.s-for-business__kv-title-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  padding-left: 2px;
}
@media screen and (min-width: 768px) {
  .s-for-business__kv-title-en {
    line-height: 70px;
    padding-left: 0;
  }
}

.s-for-business__breadcrumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4px 11px;
  padding: 4px 16px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .s-for-business__breadcrumb {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 39px;
    padding: 0 16px;
    gap: 11px;
    left: auto;
    right: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 41px;
    margin-left: 0;
  }
}

.s-for-business__breadcrumb-link,
.s-for-business__breadcrumb-current {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.s-for-business__breadcrumb-link:hover {
  text-decoration: underline;
}

.s-for-business__breadcrumb-sep {
  font-size: 15px;
  color: #000;
  line-height: 1;
}

.s-for-business__intro {
  margin-top: 38px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .s-for-business__intro {
    margin-top: 131px;
    padding-bottom: 222px;
  }
}

.s-for-business__intro-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1000px) {
  .s-for-business__intro-body {
    display: grid;
    grid-template-columns: 1fr 50%;
    -webkit-column-gap: 91px;
       -moz-column-gap: 91px;
            column-gap: 91px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.s-for-business__intro-img {
  margin: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .s-for-business__intro-img {
    width: 100%;
    max-width: 511px;
    justify-self: end;
    min-width: 0;
  }
}

.s-for-business__intro-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 511/480;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-for-business__intro-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media screen and (min-width: 1000px) {
  .s-for-business__intro-content {
    min-width: 0;
    padding-top: 11px;
    gap: 48px;
  }
}

.s-for-business__intro-title {
  margin: 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;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-business__intro-title {
    font-size: 32px;
    line-height: 54px;
  }
}

.s-for-business__intro-title-line {
  display: inline-block;
  position: relative;
  isolation: isolate;
  padding: 0 6px 3px;
}
.s-for-business__intro-title-line::before {
  content: "";
  position: absolute;
  inset: 5% 0;
  background: #fff;
  z-index: -1;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
  transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
}
@media screen and (min-width: 768px) {
  .s-for-business__intro-title-line {
    padding: 0 7px 0px;
  }
  .s-for-business__intro-title-line::before {
    inset: 12.5% 0;
  }
}

.s-for-business__intro-title-line:nth-child(2)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
}

.s-for-business__intro-title-line:nth-child(3)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.6s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.6s);
}

.s-for-business__intro-title.is-visible .s-for-business__intro-title-line::before {
  clip-path: inset(0 0 0 0);
}

.s-for-business__intro-title-line--red {
  color: #e41317;
}

.s-for-business__intro-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-business__intro-text {
    font-size: 16px;
    line-height: 32px;
  }
}

.s-for-business__intro-text p {
  margin: 0 0 24px;
}
@media screen and (min-width: 768px) {
  .s-for-business__intro-text p {
    margin-bottom: 32px;
  }
}

.s-for-business__intro-text p:last-child {
  margin-bottom: 0;
}

.s-for-business__facility {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .s-for-business__facility {
    margin-top: 68px;
  }
}

.s-for-business__layout {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .s-for-business__layout {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .s-for-business__layout {
    --grid-w: min(90vw, 1200px);
    display: grid;
    grid-template-columns: calc(var(--grid-w) * 0.25) calc(var(--grid-w) * 0.75);
    width: var(--grid-w);
    margin-inline: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.s-for-business__sidebar {
  display: none;
}
@media screen and (min-width: 1000px) {
  .s-for-business__sidebar {
    position: sticky;
    top: 180px;
    margin-bottom: 0;
    width: 100%;
    display: block;
    max-width: 240px;
  }
}

.s-for-business__sidebar-header {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 110px;
  padding: 43px 17px 0;
  border-radius: 6px;
  background: linear-gradient(88.16deg, #f86036 0.83%, #e41317 101.43%);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .s-for-business__sidebar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 65px;
    padding-bottom: 24px;
  }
}

.s-for-business__sidebar-header-jp {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}

.s-for-business__sidebar-header-en {
  display: block;
  margin-top: 8px;
  text-align: right;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .s-for-business__sidebar-header-en {
    margin-top: 0;
  }
}

.s-for-business__sidebar-menu {
  position: relative;
  z-index: 1;
  margin-top: -25px;
  padding-top: 51px;
  padding-bottom: 16px;
  background: #f6f6f6;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
}

.s-for-business__sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-for-business__sidebar-item {
  border-bottom: 1px solid #d1d1d1;
}

.s-for-business__sidebar-item--last {
  border-bottom: 0;
}

.s-for-business__sidebar-link {
  position: relative;
  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;
  min-height: 50px;
  padding: 0 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.s-for-business__sidebar-link:hover {
  color: #e41317;
}

.s-for-business__sidebar-link.is-current {
  color: #e41317;
}

.s-for-business__sidebar-arrow {
  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;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.s-for-business__sidebar-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #939393;
  -webkit-transform: translate(-50%, -50%) scale(0.375);
          transform: translate(-50%, -50%) scale(0.375);
  opacity: 0.7;
  display: none;
  pointer-events: none;
  z-index: 0;
}

.s-for-business__sidebar-arrow img {
  display: block;
  position: relative;
  z-index: 1;
}

@-webkit-keyframes for-customers-sidebar-arrow-pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.375);
            transform: translate(-50%, -50%) scale(0.375);
    opacity: 0.7;
  }
  70%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@keyframes for-customers-sidebar-arrow-pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.375);
            transform: translate(-50%, -50%) scale(0.375);
    opacity: 0.7;
  }
  70%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.s-for-business__main {
  min-width: 0;
}

.s-for-business__section {
  margin-top: 64px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 64px;
}
@media screen and (min-width: 1000px) {
  .s-for-business__section {
    padding-top: 92px;
    margin-top: 60px;
  }
}
.s-for-business__section:first-child {
  margin-top: 0;
}

.s-for-business__section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .s-for-business__section-head {
    gap: 12px;
  }
}

.s-for-business__section-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.2;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-for-business__section-en {
    font-size: 60px;
    line-height: 70px;
  }
}

.s-for-business__section-divider {
  display: inline-block;
  width: 17px;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.s-for-business__section-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-business__section-jp {
    font-size: 16px;
  }
}

.s-for-business__card {
  background: #ececec;
  border: 1px dashed #000;
  border-radius: 19px;
  padding-block: 32px 32px;
}
@media screen and (min-width: 768px) {
  .s-for-business__card {
    padding-block: 50px 50px;
    margin: 0 auto;
  }
}

.s-for-business__card-inner {
  padding: 0 24px;
}
@media screen and (min-width: 768px) {
  .s-for-business__card-inner {
    padding: 0 clamp(35px, 5.208vw - 5px, 70px);
  }
}

.s-for-business__layer-title {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-business__layer-title {
    font-size: 28px;
    line-height: 45px;
  }
}

.s-for-business__layer-text {
  margin: 16px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-business__layer-text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 27px;
  }
}

.s-for-business__considerations {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .s-for-business__considerations {
    margin-top: 32px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.s-for-business__consideration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
}
@media screen and (min-width: 768px) {
  .s-for-business__consideration {
    gap: 22px;
    padding: 24px 26px;
  }
}

.s-for-business__consideration-num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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: 48px;
  padding: 6px 10px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background: linear-gradient(241deg, #f86036 2.81%, #d41c1f 69.94%);
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .s-for-business__consideration-num {
    min-width: 56px;
    font-size: 24px;
    padding: 8px 12px;
  }
}

.s-for-business__consideration-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.s-for-business__consideration-title {
  margin: 0 0 6px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-business__consideration-title {
    font-size: 18px;
  }
}

.s-for-business__consideration-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-business__consideration-text {
    font-size: 14px;
    line-height: 26px;
  }
}

.s-for-business__steps {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .s-for-business__steps {
    margin-top: 32px;
    gap: 18px;
  }
}

.s-for-business__step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 18px 20px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
}
@media screen and (min-width: 768px) {
  .s-for-business__step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 22px;
    padding: 24px 28px;
  }
}

.s-for-business__step-tag {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 4px 12px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  background: linear-gradient(241deg, #f86036, #d41c1f);
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .s-for-business__step-tag {
    min-width: 80px;
    text-align: center;
    margin-top: 4px;
  }
}

.s-for-business__step-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.s-for-business__step-title {
  margin: 0 0 6px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-business__step-title {
    font-size: 18px;
  }
}

.s-for-business__step-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-business__step-text {
    font-size: 14px;
    line-height: 26px;
  }
}

.s-for-business__cases-lead {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-business__cases-lead {
    margin-bottom: 24px;
    font-size: 15px;
  }
}

.s-for-business__cases {
  background: #ececec;
  border: 1px dashed #000;
  border-radius: 19px;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .s-for-business__cases {
    padding: 40px clamp(35px, 5.208vw - 5px, 70px);
  }
}

.s-for-business__cases-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #d1d1d1;
}

.s-for-business__cases-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-business__cases-table {
    font-size: 14px;
  }
}

.s-for-business__cases-table thead th {
  padding: 12px 14px;
  text-align: left;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  background: #f6f6f6;
  border-bottom: 1px solid #d1d1d1;
  white-space: nowrap;
}

.s-for-business__cases-table tbody th,
.s-for-business__cases-table tbody td {
  padding: 14px;
  text-align: left;
  border-bottom: 1px solid #ececec;
  vertical-align: top;
}

.s-for-business__cases-table tbody th {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  white-space: nowrap;
}

.s-for-business__cases-table tbody tr:last-child th,
.s-for-business__cases-table tbody tr:last-child td {
  border-bottom: 0;
}

.s-for-business__cases-note {
  margin: 12px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color: #6b6b6b;
}

.s-for-business__voices {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .s-for-business__voices {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.s-for-business__voice-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  overflow: hidden;
}

.s-for-business__voice-img {
  margin: 0;
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #f3f3f3, #d9d9d9);
  overflow: hidden;
}

.s-for-business__voice-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-for-business__voice-body {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .s-for-business__voice-body {
    padding: 24px;
  }
}

.s-for-business__voice-meta {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #c72727;
  margin-bottom: 8px;
}

.s-for-business__voice-title {
  margin: 0 0 10px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-business__voice-title {
    font-size: 18px;
  }
}

.s-for-business__voice-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #000;
}

.s-for-business__zero {
  border-radius: 19px;
  overflow: hidden;
  background: linear-gradient(241deg, #f86036 2.81%, #d41c1f 69.94%);
  color: #fff;
}

.s-for-business__zero-inner {
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .s-for-business__zero-inner {
    padding: 56px clamp(35px, 5.208vw - 5px, 70px);
  }
}

.s-for-business__zero-en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .s-for-business__zero-en {
    font-size: 36px;
    margin-bottom: 16px;
  }
}

.s-for-business__zero-title {
  margin: 0 0 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.6;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-for-business__zero-title {
    font-size: 28px;
    line-height: 1.6;
  }
}

.s-for-business__zero-text {
  margin: 0 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 768px) {
  .s-for-business__zero-text {
    font-size: 15px;
  }
}

.s-for-business__zero-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.s-for-business__zero-list li {
  position: relative;
  padding-left: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-for-business__zero-list li {
    font-size: 14px;
  }
}

.s-for-business__zero-list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.s-for-business__service {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .s-for-business__service {
    margin-top: 140px;
  }
}

.s-for-business__service-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .s-for-business__service-head {
    margin-bottom: 28px;
  }
}

.s-for-business__service-bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12px;
  height: 22px;
}
.s-for-business__service-bars::before, .s-for-business__service-bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 5px;
  height: 22px;
  background: #ea1212;
}
.s-for-business__service-bars::before {
  left: 0;
}
.s-for-business__service-bars::after {
  right: 0;
}

.s-for-business__service-head-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-business__service-head-jp {
    font-size: 20px;
  }
}

.s-for-business__smodel {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .s-for-business__smodel {
    margin-top: 80px;
  }
}

.s-for-business__promise {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .s-for-business__promise {
    margin-top: 88px;
  }
}

.s-for-business__promise-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .s-for-business__promise-head {
    margin-bottom: 32px;
  }
}

.s-for-business__promise-bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12px;
  height: 22px;
}
.s-for-business__promise-bars::before, .s-for-business__promise-bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 5px;
  height: 22px;
  background: #ea1212;
}
.s-for-business__promise-bars::before {
  left: 0;
}
.s-for-business__promise-bars::after {
  right: 0;
}

.s-for-business__promise-head-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-business__promise-head-jp {
    font-size: 20px;
  }
}

.s-for-business__promise-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  gap: 32px;
}
@media (min-width: 500px) {
  .s-for-business__promise-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .s-for-business__promise-list {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .s-for-business__promise-list {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
  }
}

@media screen and (min-width: 768px) {
  .s-for-business__promise-card-1 {
    grid-column: span 2/span 2;
  }
}

@media screen and (min-width: 768px) {
  .s-for-business__promise-card-2 {
    grid-column: span 2/span 2;
    grid-column-start: 3;
  }
}

@media screen and (min-width: 768px) {
  .s-for-business__promise-card-3 {
    grid-column: span 2/span 2;
    grid-column-start: 5;
  }
}

@media screen and (min-width: 768px) {
  .s-for-business__promise-card-4 {
    grid-column: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 2;
  }
}

.s-for-business__promise-card-5 {
  justify-self: center;
}
@media (min-width: 500px) {
  .s-for-business__promise-card-5 {
    grid-column: span 2/span 2;
  }
}
@media screen and (min-width: 768px) {
  .s-for-business__promise-card-5 {
    grid-column: span 2/span 2;
    grid-column-start: 4;
    grid-row-start: 2;
  }
}

@media screen and (min-width: 1300px) {
  .s-for-business__promise-card-1,
  .s-for-business__promise-card-2,
  .s-for-business__promise-card-3,
  .s-for-business__promise-card-4,
  .s-for-business__promise-card-5 {
    grid-column: auto;
    grid-row: auto;
    grid-column-start: auto;
    grid-row-start: auto;
    justify-self: auto;
  }
}

.s-for-business__promise-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-self: center;
  text-align: center;
  width: 210px;
  aspect-ratio: 210/198;
  padding: 16px 12px;
  background: url("../../src/img/for-customers-laurel.svg") no-repeat center/contain;
}

.s-for-business__promise-top {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.27;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-business__promise-top {
    font-size: 15px;
  }
}

.s-for-business__promise-main {
  margin: 6px 0;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  line-height: 1.12;
}
@media screen and (min-width: 768px) {
  .s-for-business__promise-main {
    margin: 8px 0;
  }
}

.s-for-business__promise-strong {
  display: inline;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.12;
  color: #d41c1f;
}
@media screen and (min-width: 768px) {
  .s-for-business__promise-strong {
    font-size: 32px;
  }
}

.s-for-business__promise-suf {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-business__promise-suf {
    font-size: 15px;
  }
}

.s-for-business__promise-bottom {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.27;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-business__promise-bottom {
    font-size: 15px;
  }
}

.s-for-business__promise-badge {
  display: inline-block;
  padding: 3px 8px;
  background: #d41c1f;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.27;
  text-align: center;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .s-for-business__promise-badge {
    font-size: 12px;
    padding: 4px 10px;
  }
}

.s-for-business__feature-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .s-for-business__feature-head {
    margin-bottom: 44px;
  }
}

.s-for-business__feature-head-dot {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  overflow: visible;
}

.s-for-business__feature-head-title {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-for-business__feature-head-title {
    font-size: 30px;
    line-height: 1;
  }
}

.s-for-business__feature-card {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .s-for-business__feature-card {
    padding: 57px 69px;
  }
}

.s-for-business__feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-for-business__feature-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: 16px;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .s-for-business__feature-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 52px;
    padding: 50px 0;
  }
}
.s-for-business__feature-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.s-for-business__feature-item:first-child {
  padding-top: 0;
}
.s-for-business__feature-item:last-child {
  padding-bottom: 0;
}

.s-for-business__feature-img {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .s-for-business__feature-img {
    max-width: 260px;
    aspect-ratio: 260/200;
  }
}

.s-for-business__feature-img img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-for-business__feature-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.s-for-business__feature-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 13px;
  margin: 0 0 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.29;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-for-business__feature-title {
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 25.8px;
  }
}

.s-for-business__feature-bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  height: 1.29em;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .s-for-business__feature-bars {
    height: 20px;
  }
}
.s-for-business__feature-bars::before, .s-for-business__feature-bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ea1212;
}
@media screen and (min-width: 768px) {
  .s-for-business__feature-bars::before, .s-for-business__feature-bars::after {
    width: 5px;
    height: 20px;
  }
}
.s-for-business__feature-bars::before {
  left: 0;
}
.s-for-business__feature-bars::after {
  left: 5px;
}
@media screen and (min-width: 768px) {
  .s-for-business__feature-bars::after {
    left: auto;
    right: 0;
  }
}

.s-for-business__feature-title-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #000;
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 600;
  line-height: 25.8px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .s-for-business__feature-title-text {
    font-size: 20px;
  }
}

.s-for-business__feature-title-accent {
  color: #c72727;
}

.s-for-business__feature-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-for-business__feature-text {
    font-size: 16px;
    line-height: 32px;
  }
}

.s-for-business__care-card {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .s-for-business__care-card {
    padding: 71px 70px;
  }
}

.s-for-business__care-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .s-for-business__care-intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 28px;
  }
}

.s-for-business__care-intro-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.s-for-business__care-intro-img {
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-width: 326px;
  width: 100%;
}
.s-for-business__care-intro-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.s-for-business__care-summary {
  background: #f3f3f3;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 16px 24px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .s-for-business__care-summary {
    padding: 16px 36px;
    margin-bottom: 48px;
  }
}

.s-for-business__care-summary-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin: 0 0 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-business__care-summary-title {
    font-size: 17px;
    line-height: 43.8px;
  }
}

.s-for-business__care-summary-bar {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 3px;
  background: #ea1212;
}

.s-for-business__care-summary-prefix {
  color: #c72727;
}

.s-for-business__care-summary-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-for-business__care-summary-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-for-business__care-summary-list li {
    font-size: 16px;
    line-height: 32px;
  }
}

.s-for-business__care-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-for-business__care-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: 16px;
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  .s-for-business__care-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 52px;
    padding: 42px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.s-for-business__care-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.s-for-business__care-item:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .s-for-business__care-item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.s-for-business__care-item-img {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .s-for-business__care-item-img {
    width: 260px;
  }
}
.s-for-business__care-item-img img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-for-business__care-item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.s-for-business__care-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 13px;
  margin: 0 0 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-business__care-item-title {
    font-size: 20px;
    line-height: 31.8px;
  }
}

.s-for-business__care-item-note {
  margin: 16px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #535353;
}
@media screen and (min-width: 768px) {
  .s-for-business__care-item-note {
    font-size: 13px;
    line-height: 23px;
  }
}

.s-for-business__voice-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .s-for-business__voice-head {
    -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;
    margin-bottom: 24px;
  }
}

.s-for-business__voice-listbtn {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 129px;
  height: 39px;
  padding: 0 13px 0 17px;
  border: 1px solid #939393;
  border-radius: 6px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #000;
  text-decoration: none;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.s-for-business__voice-listbtn:hover {
  background: #f5f5f5;
}

.s-for-business__voice-listbtn-icon {
  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;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
}
.s-for-business__voice-listbtn-icon svg {
  overflow: visible;
}

.s-for-business__voice-card-wrap {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .s-for-business__voice-card-wrap {
    padding: 40px 0 32px;
    background: #e7e7e7;
  }
}

.s-for-business__voice-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .s-for-business__voice-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    padding: 0 2px;
  }
}

.s-for-business__voice-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.s-for-business__voice-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.s-for-business__voice-link:hover {
  opacity: 0.8;
}

.s-for-business__voice-img {
  margin: 0 0 16px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #212121;
}
.s-for-business__voice-img img {
  display: block;
  width: 100%;
  height: 156px;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-for-business__voice-tag {
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 1px 13px;
  background: #f3f3f3;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 1.1px;
  color: #000;
  margin-bottom: 8px;
}

.s-for-business__voice-title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

.s-for-business__spnav {
  position: fixed;
  bottom: 20px;
  left: 16px;
  right: 16px;
  z-index: 50;
  border-radius: 6px;
  background: linear-gradient(204deg, #000 2.81%, #292929 69.94%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.s-for-business__spnav.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1000px) {
  .s-for-business__spnav {
    display: none;
  }
}

.s-for-business__spnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
  border-radius: 6px;
  list-style: none;
  margin: 0;
  padding: 0 24px;
  pointer-events: auto;
  overflow-x: auto;
  scrollbar-width: none;
}
.s-for-business__spnav-list::-webkit-scrollbar {
  display: none;
}
.s-for-business__spnav-list {
  mask-image: linear-gradient(to right, transparent 0%, black 20px, black calc(100% - 56px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20px, black calc(100% - 56px), transparent 100%);
}

.s-for-business__spnav-line {
  position: relative;
  display: block;
  width: 35px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 6px;
  overflow: hidden;
}

.s-for-business__spnav-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #ea1212;
}

.s-for-business__spnav-item {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  color: #fff;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
  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;
}
.s-for-business__spnav-item:hover {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.s-for-business__spnav-item:last-child {
  padding-right: 20px;
}
.s-for-business__spnav-item.is-active {
  color: #fff;
  opacity: 1;
}

.s-for-business__spnav-dot {
  width: 0;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: width 0.3s ease, opacity 0.3s ease;
  transition: width 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}
.is-active .s-for-business__spnav-dot {
  width: 24px;
  opacity: 1;
  visibility: visible;
}

.s-for-business__spnav-label {
  display: inline-block;
  line-height: 1.3;
  vertical-align: middle;
  text-align: center;
}

.s-for-business__spnav-en {
  display: none;
}

.s-for-business__spnav-jp {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
  text-align: center;
}

.s-for-customers {
  position: relative;
  isolation: isolate;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .s-for-customers {
    padding-bottom: 120px;
  }
}

.s-for-customers > .l-grid-lines {
  z-index: -1;
}

.s-for-customers__inner {
  position: relative;
  z-index: 1;
  max-width: calc(1200px + 10%);
  margin-inline: auto;
  padding-inline: 5%;
}

.s-for-customers__kv {
  position: relative;
  margin: 16px auto 0;
  padding: 0 17px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .s-for-customers__kv {
    margin-top: 24px;
    padding: 0 28px;
  }
}

.s-for-customers__kv-inner {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(257deg, #646464 -2.81%, #383838 69.94%);
  padding: 171px 23px 39px 23px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__kv-inner {
    padding: 229px 24px 31px;
  }
}

.s-for-customers__kv-wrapper {
  max-width: 1200px;
  width: 100%;
  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: 0 auto;
  gap: 26px;
}
@media screen and (min-width: 1000px) {
  .s-for-customers__kv-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.s-for-customers__kv-title {
  margin: 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;
  gap: 11px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__kv-title {
    -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: 26px;
  }
}

.s-for-customers__kv-title-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-for-customers__kv-title-jp {
    font-size: 38px;
    line-height: 63.222px;
  }
}

.s-for-customers__kv-title-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  padding-left: 2px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__kv-title-en {
    line-height: 70px;
    padding-left: 0;
  }
}

.s-for-customers__breadcrumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4px 11px;
  padding: 4px 16px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__breadcrumb {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 39px;
    padding: 0 16px;
    gap: 11px;
    left: auto;
    right: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 41px;
    margin-left: 0;
  }
}

.s-for-customers__breadcrumb-link,
.s-for-customers__breadcrumb-current {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.s-for-customers__breadcrumb-link:hover {
  text-decoration: underline;
}

.s-for-customers__breadcrumb-sep {
  font-size: 15px;
  color: #000;
  line-height: 1;
}

.s-for-customers__intro {
  margin-top: 38px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__intro {
    margin-top: 131px;
    padding-bottom: 222px;
  }
}

.s-for-customers__intro-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1000px) {
  .s-for-customers__intro-body {
    display: grid;
    grid-template-columns: 1fr 50%;
    -webkit-column-gap: 91px;
       -moz-column-gap: 91px;
            column-gap: 91px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.s-for-customers__intro-img {
  margin: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .s-for-customers__intro-img {
    width: 100%;
    max-width: 511px;
    justify-self: end;
    min-width: 0;
  }
}

.s-for-customers__intro-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 511/480;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-for-customers__intro-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media screen and (min-width: 1000px) {
  .s-for-customers__intro-content {
    min-width: 0;
    padding-top: 11px;
    gap: 48px;
  }
}

.s-for-customers__intro-title {
  margin: 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;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-customers__intro-title {
    font-size: 32px;
    line-height: 54px;
  }
}

.s-for-customers__intro-title-line {
  display: inline-block;
  position: relative;
  isolation: isolate;
  padding: 0 6px 3px;
}
.s-for-customers__intro-title-line::before {
  content: "";
  position: absolute;
  inset: 5% 5% 5% 0;
  background: #fff;
  z-index: -1;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
  transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
}
@media screen and (min-width: 768px) {
  .s-for-customers__intro-title-line {
    padding: 0 7px 0px;
  }
  .s-for-customers__intro-title-line::before {
    inset: 12.5% 5% 12.5% 0;
  }
}

.s-for-customers__intro-title-line:nth-child(2)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
}

.s-for-customers__intro-title-line:nth-child(3)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.6s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.6s);
}

.s-for-customers__intro-title.is-visible .s-for-customers__intro-title-line::before {
  clip-path: inset(0 0 0 0);
}

.s-for-customers__intro-title-line--red {
  color: #e41317;
}

.s-for-customers__intro-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-customers__intro-text {
    font-size: 16px;
    line-height: 32px;
  }
}

.s-for-customers__intro-text p {
  margin: 0 0 24px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__intro-text p {
    margin-bottom: 32px;
  }
}

.s-for-customers__intro-text p:last-child {
  margin-bottom: 0;
}

.s-for-customers__layout {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__layout {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .s-for-customers__layout {
    --grid-w: min(90vw, 1200px);
    display: grid;
    grid-template-columns: calc(var(--grid-w) * 0.25) calc(var(--grid-w) * 0.75);
    width: var(--grid-w);
    margin-inline: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.s-for-customers__sidebar {
  display: none;
}
@media screen and (min-width: 1000px) {
  .s-for-customers__sidebar {
    position: sticky;
    top: 180px;
    margin-bottom: 0;
    width: 100%;
    display: block;
    max-width: 240px;
  }
}

.s-for-customers__sidebar-header {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 110px;
  padding: 43px 17px 0;
  border-radius: 6px;
  background: linear-gradient(88.16deg, #f86036 0.83%, #e41317 101.43%);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .s-for-customers__sidebar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 65px;
    padding-bottom: 24px;
  }
}

.s-for-customers__sidebar-header-jp {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}

.s-for-customers__sidebar-header-en {
  display: block;
  margin-top: 8px;
  text-align: right;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__sidebar-header-en {
    margin-top: 0;
  }
}

.s-for-customers__sidebar-menu {
  position: relative;
  z-index: 1;
  margin-top: -25px;
  padding-top: 51px;
  padding-bottom: 16px;
  background: #f6f6f6;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
}

.s-for-customers__sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-for-customers__sidebar-item {
  border-bottom: 1px solid #d1d1d1;
}

.s-for-customers__sidebar-item--last {
  border-bottom: 0;
}

.s-for-customers__sidebar-link {
  position: relative;
  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;
  min-height: 50px;
  padding: 0 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.s-for-customers__sidebar-link:hover {
  color: #e41317;
}

.s-for-customers__sidebar-link.is-current {
  color: #e41317;
}

.s-for-customers__sidebar-arrow {
  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;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.s-for-customers__sidebar-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #939393;
  -webkit-transform: translate(-50%, -50%) scale(0.375);
          transform: translate(-50%, -50%) scale(0.375);
  opacity: 0.7;
  display: none;
  pointer-events: none;
  z-index: 0;
}

.s-for-customers__sidebar-arrow img {
  display: block;
  position: relative;
  z-index: 1;
}

@keyframes for-customers-sidebar-arrow-pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.375);
            transform: translate(-50%, -50%) scale(0.375);
    opacity: 0.7;
  }
  70%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.s-for-customers__main {
  min-width: 0;
}

.s-for-customers__section {
  margin-top: 64px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 64px;
}
@media screen and (min-width: 1000px) {
  .s-for-customers__section {
    padding-top: 92px;
    margin-top: 60px;
  }
}
.s-for-customers__section:first-child {
  margin-top: 0;
}

.s-for-customers__section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__section-head {
    gap: 12px;
  }
}

.s-for-customers__section-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.2;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-for-customers__section-en {
    font-size: 60px;
    line-height: 70px;
  }
}

.s-for-customers__section-divider {
  display: inline-block;
  width: 17px;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.s-for-customers__section-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-customers__section-jp {
    font-size: 16px;
  }
}

.s-for-customers__card {
  background: #ececec;
  border: 1px dashed #000;
  border-radius: 19px;
  padding-block: 32px 32px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__card {
    padding-block: 50px 50px;
    margin: 0 auto;
  }
}

.s-for-customers__card-inner {
  padding: 0 24px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__card-inner {
    padding: 0 clamp(35px, 5.208vw - 5px, 70px);
  }
}

.s-for-customers__layer-title {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-customers__layer-title {
    font-size: 28px;
    line-height: 45px;
  }
}

.s-for-customers__layer-text {
  margin: 16px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-customers__layer-text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 27px;
  }
}

.s-for-customers__considerations {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__considerations {
    margin-top: 32px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.s-for-customers__consideration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
}
@media screen and (min-width: 768px) {
  .s-for-customers__consideration {
    gap: 22px;
    padding: 24px 26px;
  }
}

.s-for-customers__consideration-num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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: 48px;
  padding: 6px 10px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background: linear-gradient(241deg, #f86036 2.81%, #d41c1f 69.94%);
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__consideration-num {
    min-width: 56px;
    font-size: 24px;
    padding: 8px 12px;
  }
}

.s-for-customers__consideration-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.s-for-customers__consideration-title {
  margin: 0 0 6px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-customers__consideration-title {
    font-size: 18px;
  }
}

.s-for-customers__consideration-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-customers__consideration-text {
    font-size: 14px;
    line-height: 26px;
  }
}

.s-for-customers__steps {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__steps {
    margin-top: 32px;
    gap: 18px;
  }
}

.s-for-customers__step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 18px 20px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
}
@media screen and (min-width: 768px) {
  .s-for-customers__step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 22px;
    padding: 24px 28px;
  }
}

.s-for-customers__step-tag {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 4px 12px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  background: linear-gradient(241deg, #f86036, #d41c1f);
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__step-tag {
    min-width: 80px;
    text-align: center;
    margin-top: 4px;
  }
}

.s-for-customers__step-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.s-for-customers__step-title {
  margin: 0 0 6px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-customers__step-title {
    font-size: 18px;
  }
}

.s-for-customers__step-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-customers__step-text {
    font-size: 14px;
    line-height: 26px;
  }
}

.s-for-customers__cases-lead {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-customers__cases-lead {
    margin-bottom: 24px;
    font-size: 15px;
  }
}

.s-for-customers__cases {
  background: #ececec;
  border: 1px dashed #000;
  border-radius: 19px;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__cases {
    padding: 40px clamp(35px, 5.208vw - 5px, 70px);
  }
}

.s-for-customers__cases-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #d1d1d1;
}

.s-for-customers__cases-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-customers__cases-table {
    font-size: 14px;
  }
}

.s-for-customers__cases-table thead th {
  padding: 12px 14px;
  text-align: left;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  background: #f6f6f6;
  border-bottom: 1px solid #d1d1d1;
  white-space: nowrap;
}

.s-for-customers__cases-table tbody th,
.s-for-customers__cases-table tbody td {
  padding: 14px;
  text-align: left;
  border-bottom: 1px solid #ececec;
  vertical-align: top;
}

.s-for-customers__cases-table tbody th {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  white-space: nowrap;
}

.s-for-customers__cases-table tbody tr:last-child th,
.s-for-customers__cases-table tbody tr:last-child td {
  border-bottom: 0;
}

.s-for-customers__cases-note {
  margin: 12px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color: #6b6b6b;
}

.s-for-customers__voices {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__voices {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.s-for-customers__voice-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  overflow: hidden;
}

.s-for-customers__voice-img {
  margin: 0;
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #f3f3f3, #d9d9d9);
  overflow: hidden;
}

.s-for-customers__voice-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-for-customers__voice-body {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__voice-body {
    padding: 24px;
  }
}

.s-for-customers__voice-meta {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #c72727;
  margin-bottom: 8px;
}

.s-for-customers__voice-title {
  margin: 0 0 10px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-customers__voice-title {
    font-size: 18px;
  }
}

.s-for-customers__voice-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #000;
}

.s-for-customers__zero {
  border-radius: 19px;
  overflow: hidden;
  background: linear-gradient(241deg, #f86036 2.81%, #d41c1f 69.94%);
  color: #fff;
}

.s-for-customers__zero-inner {
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__zero-inner {
    padding: 56px clamp(35px, 5.208vw - 5px, 70px);
  }
}

.s-for-customers__zero-en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__zero-en {
    font-size: 36px;
    margin-bottom: 16px;
  }
}

.s-for-customers__zero-title {
  margin: 0 0 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.6;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-for-customers__zero-title {
    font-size: 28px;
    line-height: 1.6;
  }
}

.s-for-customers__zero-text {
  margin: 0 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 768px) {
  .s-for-customers__zero-text {
    font-size: 15px;
  }
}

.s-for-customers__zero-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.s-for-customers__zero-list li {
  position: relative;
  padding-left: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-for-customers__zero-list li {
    font-size: 14px;
  }
}

.s-for-customers__zero-list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.s-for-customers__service {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__service {
    margin-top: 140px;
  }
}

.s-for-customers__service-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__service-head {
    margin-bottom: 28px;
  }
}

.s-for-customers__service-bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12px;
  height: 22px;
}
.s-for-customers__service-bars::before, .s-for-customers__service-bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 5px;
  height: 22px;
  background: #ea1212;
}
.s-for-customers__service-bars::before {
  left: 0;
}
.s-for-customers__service-bars::after {
  right: 0;
}

.s-for-customers__service-head-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-customers__service-head-jp {
    font-size: 20px;
  }
}

.s-for-customers__smodel {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__smodel {
    margin-top: 80px;
  }
}

.s-for-customers__promise {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__promise {
    margin-top: 88px;
  }
}

.s-for-customers__promise-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__promise-head {
    margin-bottom: 32px;
  }
}

.s-for-customers__promise-bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12px;
  height: 22px;
}
.s-for-customers__promise-bars::before, .s-for-customers__promise-bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 5px;
  height: 22px;
  background: #ea1212;
}
.s-for-customers__promise-bars::before {
  left: 0;
}
.s-for-customers__promise-bars::after {
  right: 0;
}

.s-for-customers__promise-head-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-customers__promise-head-jp {
    font-size: 20px;
  }
}

.s-for-customers__promise-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  gap: 32px;
}
@media (min-width: 500px) {
  .s-for-customers__promise-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .s-for-customers__promise-list {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .s-for-customers__promise-list {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
  }
}

@media screen and (min-width: 768px) {
  .s-for-customers__promise-card-1 {
    grid-column: span 2/span 2;
  }
}

@media screen and (min-width: 768px) {
  .s-for-customers__promise-card-2 {
    grid-column: span 2/span 2;
    grid-column-start: 3;
  }
}

@media screen and (min-width: 768px) {
  .s-for-customers__promise-card-3 {
    grid-column: span 2/span 2;
    grid-column-start: 5;
  }
}

@media screen and (min-width: 768px) {
  .s-for-customers__promise-card-4 {
    grid-column: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 2;
  }
}

.s-for-customers__promise-card-5 {
  justify-self: center;
}
@media (min-width: 500px) {
  .s-for-customers__promise-card-5 {
    grid-column: span 2/span 2;
  }
}
@media screen and (min-width: 768px) {
  .s-for-customers__promise-card-5 {
    grid-column: span 2/span 2;
    grid-column-start: 4;
    grid-row-start: 2;
  }
}

@media screen and (min-width: 1300px) {
  .s-for-customers__promise-card-1,
  .s-for-customers__promise-card-2,
  .s-for-customers__promise-card-3,
  .s-for-customers__promise-card-4,
  .s-for-customers__promise-card-5 {
    grid-column: auto;
    grid-row: auto;
    grid-column-start: auto;
    grid-row-start: auto;
    justify-self: auto;
  }
}

.s-for-customers__promise-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-self: center;
  text-align: center;
  width: 210px;
  aspect-ratio: 210/198;
  padding: 16px 12px;
  background: url("../../src/img/for-customers-laurel.svg") no-repeat center/contain;
}

.s-for-customers__promise-top {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.27;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-customers__promise-top {
    font-size: 15px;
  }
}

.s-for-customers__promise-main {
  margin: 6px 0;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  line-height: 1.12;
}
@media screen and (min-width: 768px) {
  .s-for-customers__promise-main {
    margin: 8px 0;
  }
}

.s-for-customers__promise-strong {
  display: inline;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.12;
  color: #d41c1f;
}
@media screen and (min-width: 768px) {
  .s-for-customers__promise-strong {
    font-size: 32px;
  }
}

.s-for-customers__promise-suf {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-customers__promise-suf {
    font-size: 15px;
  }
}

.s-for-customers__promise-bottom {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.27;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-customers__promise-bottom {
    font-size: 15px;
  }
}

.s-for-customers__promise-badge {
  display: inline-block;
  padding: 3px 8px;
  background: #d41c1f;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.27;
  text-align: center;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__promise-badge {
    font-size: 12px;
    padding: 4px 10px;
  }
}

.s-for-customers__feature-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__feature-head {
    margin-bottom: 44px;
  }
}

.s-for-customers__feature-head-dot {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  overflow: visible;
}

.s-for-customers__feature-head-title {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-for-customers__feature-head-title {
    font-size: 30px;
    line-height: 1;
  }
}

.s-for-customers__feature-card {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__feature-card {
    padding: 57px 69px;
  }
}

.s-for-customers__feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-for-customers__feature-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: 16px;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .s-for-customers__feature-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 52px;
    padding: 50px 0;
  }
}
.s-for-customers__feature-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.s-for-customers__feature-item:first-child {
  padding-top: 0;
}
.s-for-customers__feature-item:last-child {
  padding-bottom: 0;
}

.s-for-customers__feature-img {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .s-for-customers__feature-img {
    max-width: 260px;
    aspect-ratio: 260/200;
  }
}

.s-for-customers__feature-img img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-for-customers__feature-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.s-for-customers__feature-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 13px;
  margin: 0 0 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.29;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-for-customers__feature-title {
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 25.8px;
  }
}

.s-for-customers__feature-bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  height: 1.29em;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__feature-bars {
    height: 20px;
  }
}
.s-for-customers__feature-bars::before, .s-for-customers__feature-bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ea1212;
}
@media screen and (min-width: 768px) {
  .s-for-customers__feature-bars::before, .s-for-customers__feature-bars::after {
    width: 5px;
    height: 20px;
  }
}
.s-for-customers__feature-bars::before {
  left: 0;
}
.s-for-customers__feature-bars::after {
  left: 5px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__feature-bars::after {
    left: auto;
    right: 0;
  }
}

.s-for-customers__feature-title-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.s-for-customers__feature-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-for-customers__feature-text {
    font-size: 16px;
    line-height: 32px;
  }
}

.s-for-customers__care-card {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__care-card {
    padding: 71px 70px;
  }
}

.s-for-customers__care-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__care-intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 28px;
  }
}

.s-for-customers__care-intro-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.s-for-customers__care-intro-img {
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-width: 326px;
  width: 100%;
}
.s-for-customers__care-intro-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.s-for-customers__care-summary {
  background: #f3f3f3;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 16px 24px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__care-summary {
    padding: 16px 36px;
    margin-bottom: 48px;
  }
}

.s-for-customers__care-summary-title {
  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: 8px;
  margin: 0 0 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-customers__care-summary-title {
    font-size: 17px;
    line-height: 1.6;
  }
}

.s-for-customers__care-summary-head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}

.s-for-customers__care-summary-bar {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 3px;
  background: #ea1212;
}

.s-for-customers__care-summary-prefix {
  color: #c72727;
}

.s-for-customers__care-summary-body {
  display: block;
}

.s-for-customers__care-summary-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-for-customers__care-summary-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-for-customers__care-summary-list li {
    font-size: 16px;
    line-height: 32px;
  }
}

.s-for-customers__care-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-for-customers__care-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: 16px;
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  .s-for-customers__care-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 52px;
    padding: 42px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.s-for-customers__care-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.s-for-customers__care-item:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .s-for-customers__care-item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.s-for-customers__care-item-img {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .s-for-customers__care-item-img {
    width: 260px;
  }
}
.s-for-customers__care-item-img img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-for-customers__care-item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.s-for-customers__care-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 13px;
  margin: 0 0 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-customers__care-item-title {
    font-size: 20px;
    line-height: 31.8px;
  }
}

.s-for-customers__care-item-note {
  margin: 16px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #535353;
}
@media screen and (min-width: 768px) {
  .s-for-customers__care-item-note {
    font-size: 13px;
    line-height: 23px;
  }
}

.s-for-customers__flow-card {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__flow-card {
    padding: 62px 80px;
  }
}

.s-for-customers__flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 56px;
  counter-reset: flow-step;
}
@media screen and (min-width: 768px) {
  .s-for-customers__flow-list {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media (min-width: 964px) {
  .s-for-customers__flow-list {
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 73px 38px;
  }
}

.s-for-customers__flow-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.s-for-customers__flow-img {
  margin: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .s-for-customers__flow-img {
    width: 210px;
  }
}
.s-for-customers__flow-img img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 210/137;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-for-customers__flow-label {
  margin: 16px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 25.8px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-for-customers__flow-label {
    font-size: 20px;
  }
}

.s-for-customers__flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
  width: 36px;
  height: 36px;
  background: url("../../src/img/arrow-red.svg") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .s-for-customers__flow-item:not(:last-child)::after {
    bottom: auto;
    top: 50%;
    left: auto;
    right: -32px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.s-for-customers__voice-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__voice-head {
    -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;
    margin-bottom: 24px;
  }
}

.s-for-customers__voice-listbtn {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 129px;
  height: 39px;
  padding: 0 13px 0 17px;
  border: 1px solid #939393;
  border-radius: 6px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #000;
  text-decoration: none;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.s-for-customers__voice-listbtn:hover {
  background: #f5f5f5;
}

.s-for-customers__voice-listbtn-icon {
  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;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
}
.s-for-customers__voice-listbtn-icon svg {
  overflow: visible;
}

.s-for-customers__voice-card-wrap {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__voice-card-wrap {
    padding: 40px 0 32px;
    background: #e7e7e7;
  }
}

.s-for-customers__voice-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .s-for-customers__voice-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    padding: 0 2px;
  }
}

.s-for-customers__voice-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.s-for-customers__voice-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.s-for-customers__voice-link:hover {
  opacity: 0.8;
}

.s-for-customers__voice-img {
  margin: 0 0 16px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #212121;
}
.s-for-customers__voice-img img {
  display: block;
  width: 100%;
  height: 156px;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-for-customers__voice-tag {
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 1px 13px;
  background: #f3f3f3;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 1.1px;
  color: #000;
  margin-bottom: 8px;
}

.s-for-customers__voice-title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

.s-for-customers__spnav {
  position: fixed;
  bottom: 20px;
  left: 16px;
  right: 16px;
  z-index: 50;
  border-radius: 6px;
  background: linear-gradient(204deg, #000 2.81%, #292929 69.94%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.s-for-customers__spnav.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1000px) {
  .s-for-customers__spnav {
    display: none;
  }
}

.s-for-customers__spnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
  border-radius: 6px;
  list-style: none;
  margin: 0;
  padding: 0 24px;
  pointer-events: auto;
  overflow-x: auto;
  scrollbar-width: none;
}
.s-for-customers__spnav-list::-webkit-scrollbar {
  display: none;
}
.s-for-customers__spnav-list {
  mask-image: linear-gradient(to right, transparent 0%, black 20px, black calc(100% - 56px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20px, black calc(100% - 56px), transparent 100%);
}

.s-for-customers__spnav-line {
  position: relative;
  display: block;
  width: 35px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 6px;
  overflow: hidden;
}

.s-for-customers__spnav-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #ea1212;
}

.s-for-customers__spnav-item {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  color: #fff;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
  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;
}
.s-for-customers__spnav-item:hover {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.s-for-customers__spnav-item:last-child {
  padding-right: 20px;
}
.s-for-customers__spnav-item.is-active {
  color: #fff;
  opacity: 1;
}

.s-for-customers__spnav-dot {
  width: 0;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: width 0.3s ease, opacity 0.3s ease;
  transition: width 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}
.is-active .s-for-customers__spnav-dot {
  width: 24px;
  opacity: 1;
  visibility: visible;
}

.s-for-customers__spnav-label {
  display: inline-block;
  line-height: 1.3;
  vertical-align: middle;
  text-align: center;
}

.s-for-customers__spnav-en {
  display: none;
}

.s-for-customers__spnav-jp {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
  text-align: center;
}

.s-service-page {
  position: relative;
  isolation: isolate;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .s-service-page {
    padding-bottom: 120px;
  }
}

.s-service-page > .l-grid-lines {
  z-index: -1;
}

.s-service-page__inner {
  position: relative;
  z-index: 1;
  max-width: calc(1200px + 10%);
  margin-inline: auto;
  padding-inline: 5%;
}

.s-service-page__kv {
  position: relative;
  margin: 16px auto 0;
  padding: 0 17px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .s-service-page__kv {
    margin-top: 24px;
    padding: 0 28px;
  }
}

.s-service-page__kv-inner {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(227.27deg, #f86036 2.81%, #d41c1f 69.94%);
  padding: 171px 100px 39px 23px;
}
@media screen and (min-width: 768px) {
  .s-service-page__kv-inner {
    padding: 229px 24px 31px;
  }
}

.s-service-page__kv-wrapper {
  max-width: 1200px;
  width: 100%;
  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: 0 auto;
  gap: 26px;
}
@media screen and (min-width: 1000px) {
  .s-service-page__kv-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.s-service-page__kv-title {
  margin: 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;
  gap: 11px;
}
@media screen and (min-width: 768px) {
  .s-service-page__kv-title {
    -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: 26px;
  }
}

.s-service-page__kv-title-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-service-page__kv-title-jp {
    font-size: 38px;
    line-height: 63.222px;
  }
}

.s-service-page__kv-title-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  padding-left: 2px;
}
@media screen and (min-width: 768px) {
  .s-service-page__kv-title-en {
    line-height: 70px;
    padding-left: 0;
  }
}

.s-service-page__breadcrumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4px 11px;
  padding: 4px 16px;
  border-radius: 4px;
  background: rgba(166, 19, 19, 0.3);
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .s-service-page__breadcrumb {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 39px;
    padding: 0 16px;
    gap: 11px;
    margin-top: 41px;
    margin-left: 0;
  }
}

.s-service-page__breadcrumb-link,
.s-service-page__breadcrumb-current {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.s-service-page__breadcrumb-link:hover {
  text-decoration: underline;
}

.s-service-page__breadcrumb-sep {
  font-size: 15px;
  color: #800b0d;
  line-height: 1;
}

.s-service-page__intro {
  margin-top: 38px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .s-service-page__intro {
    margin-top: 153px;
    padding-bottom: 163px;
  }
}

.s-service-page__intro-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1000px) {
  .s-service-page__intro-body {
    display: grid;
    grid-template-columns: 1fr 50%;
    -webkit-column-gap: 91px;
       -moz-column-gap: 91px;
            column-gap: 91px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.s-service-page__intro-img {
  margin: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 1000px) {
  .s-service-page__intro-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 599px;
    justify-self: end;
    min-width: 0;
  }
}

.s-service-page__intro-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 599/617;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-service-page__intro-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 1000px) {
  .s-service-page__intro-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-width: 0;
    gap: 55px;
  }
}

.s-service-page__intro-title {
  margin: 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;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: #000;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .s-service-page__intro-title {
    font-size: 28px;
    line-height: 54px;
    letter-spacing: 4px;
  }
}

.s-service-page__intro-title-line {
  display: inline-block;
  position: relative;
  isolation: isolate;
  padding: 0 6px 3px;
}
.s-service-page__intro-title-line::before {
  content: "";
  position: absolute;
  inset: 5% 0;
  background: #fff;
  z-index: -1;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
  transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
}
@media screen and (min-width: 768px) {
  .s-service-page__intro-title-line {
    padding: 0 7px 0;
  }
  .s-service-page__intro-title-line::before {
    inset: 12.5% 0;
  }
}

.s-service-page__intro-title-line:nth-child(2)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
}

.s-service-page__intro-title-line:nth-child(3)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.6s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.6s);
}

.s-service-page__intro-title-line:nth-child(4)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.7s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.7s);
}

.s-service-page__intro-title-line:nth-child(5)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.8s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.8s);
}

.s-service-page__intro-title-line:nth-child(6)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.9s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.9s);
}

.s-service-page__intro-title.is-visible .s-service-page__intro-title-line::before {
  clip-path: inset(0 0 0 0);
}

.s-service-page__intro-title-accent {
  color: #c72727;
}

.s-service-page__intro-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-service-page__intro-text {
    font-size: 16px;
    line-height: 32px;
  }
}

.s-service-page__intro-text p {
  margin: 0 0 24px;
}
@media screen and (min-width: 768px) {
  .s-service-page__intro-text p {
    margin-bottom: 32px;
  }
}

.s-service-page__intro-text p:last-child {
  margin-bottom: 0;
}

.s-service-page__sgroup {
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-block: 64px;
}
@media screen and (min-width: 768px) {
  .s-service-page__sgroup {
    padding-block: 108px 160px;
  }
}

.s-service-page__sgroup-inner {
  max-width: calc(1200px + 10vw);
  margin-inline: auto;
  padding-inline: 5%;
}

.s-service-page__sdesign {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .s-service-page__sdesign {
    margin-bottom: 128px;
  }
}

.s-service-page__sdesign-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .s-service-page__sdesign-head {
    margin-bottom: 58px;
  }
}

.s-service-page__sdesign-bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 22px;
}
.s-service-page__sdesign-bars::before, .s-service-page__sdesign-bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 22px;
  background: #ea1212;
}
.s-service-page__sdesign-bars::before {
  left: 0;
}
.s-service-page__sdesign-bars::after {
  right: 0;
}

.s-service-page__sdesign-head-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}

.s-service-page__sdesign-title {
  margin: 0 0 48px;
  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;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-service-page__sdesign-title {
    margin-bottom: 38px;
  }
}

.s-service-page__sdesign-title-line {
  display: inline-block;
  position: relative;
  isolation: isolate;
  font-size: 28px;
  line-height: 1.6;
  padding: 0 12px;
  color: transparent;
  -webkit-transition: color 0.4s ease-out calc(var(--fadein-delay, 0s) + 0.2s);
  transition: color 0.4s ease-out calc(var(--fadein-delay, 0s) + 0.2s);
}
.s-service-page__sdesign-title-line::before {
  content: "";
  position: absolute;
  inset: 10% 0;
  background: #0e0e0e;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .s-service-page__sdesign-title-line {
    font-size: 50px;
    line-height: 80px;
    padding: 0 10px 1px;
  }
  .s-service-page__sdesign-title-line::before {
    inset: 12.5% 0;
  }
}

.s-service-page__sdesign-title-line:nth-child(2) {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.3s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.3s);
}

.s-service-page__sdesign-title.is-visible .s-service-page__sdesign-title-line {
  color: #fff;
}

.s-service-page__sdesign-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

.s-service-page__sdesign-item {
  background: #ececec;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 10px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px 6px rgba(0, 0, 0, 0.05);
  padding: 48px 16px 53px 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 39px;
}
@media screen and (min-width: 768px) {
  .s-service-page__sdesign-item {
    padding: 30px 44px 39px;
    gap: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .s-service-page__sdesign-item {
    grid-template-columns: 230px minmax(0, 1fr);
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 1300px) {
  .s-service-page__sdesign-item {
    grid-template-columns: 230px minmax(0, 404px) minmax(0, 1fr);
  }
}

.s-service-page__sdesign-cat {
  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;
}

.s-service-page__sdesign-cat-en {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.018vw + 8.183px, 16px);
  color: #000;
}

.s-service-page__sdesign-cat-jp {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 19.6px;
  background: linear-gradient(220deg, #f86036 2.8%, #d41c1f 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: 6px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .s-service-page__sdesign-cat-jp {
    margin-top: 14px;
  }
}

.s-service-page__sdesign-item-title {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(27px, 1.272vw + 22.229px, 32px);
  line-height: 1.5;
  color: #000;
}

.s-service-page__sdesign-item-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  color: #353535;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .s-service-page__sdesign-item-text {
    padding-top: 6px;
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1000px) {
  .s-service-page__sdesign-item-text {
    grid-column: 2;
    grid-row: 2;
  }
}
@media screen and (min-width: 1300px) {
  .s-service-page__sdesign-item-text {
    grid-column: auto;
    grid-row: auto;
  }
}

@media screen and (min-width: 768px) {
  .s-service-page__sdesign-item--how {
    padding-bottom: 72px;
  }
}
@media screen and (min-width: 1000px) {
  .s-service-page__sdesign-item--how {
    grid-template-columns: 230px minmax(0, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.s-service-page__sdesign-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  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 (min-width: 768px) {
  .s-service-page__sdesign-steps {
    margin-top: 0;
    padding-top: 10px;
    gap: 24px;
  }
}

.s-service-page__sdesign-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "cat  title" "text text";
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  row-gap: 22px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-bottom: 24px;
  border-bottom: 1px dashed #b3b3b3;
  padding-top: 28px;
}
.s-service-page__sdesign-step:first-child {
  border-top: 1px dashed #b3b3b3;
}
@media screen and (min-width: 768px) {
  .s-service-page__sdesign-step:first-child {
    border-top: none;
  }
}
.s-service-page__sdesign-step:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .s-service-page__sdesign-step {
    padding-bottom: 41px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1300px) {
  .s-service-page__sdesign-step {
    grid-template-columns: minmax(0, 81px) minmax(0, 240px) minmax(0, 416px);
    grid-template-areas: "cat title text";
    -webkit-column-gap: 58px;
       -moz-column-gap: 58px;
            column-gap: 58px;
    row-gap: 0;
  }
}

.s-service-page__sdesign-step-cat {
  grid-area: cat;
  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;
}

.s-service-page__sdesign-step-tag {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 15px;
  background: linear-gradient(238deg, #f86036 2.8%, #d41c1f 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .s-service-page__sdesign-step-tag {
    font-size: 19.6px;
  }
}

.s-service-page__sdesign-step-num {
  margin-top: 3px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 53px;
  line-height: 1;
  background: linear-gradient(261deg, #f86036 2.8%, #d41c1f 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .s-service-page__sdesign-step-num {
    font-size: 70px;
    line-height: 1.05;
  }
}

.s-service-page__sdesign-step-title {
  grid-area: title;
  align-self: flex-end;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-service-page__sdesign-step-title {
    font-size: 30px;
    line-height: 48px;
  }
}

.s-service-page__sdesign-step-text {
  grid-area: text;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #353535;
  letter-spacing: -1px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .s-service-page__sdesign-step-text {
    font-size: 16px;
    line-height: 32px;
  }
}

.s-service-page__sprocess-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .s-service-page__sprocess-head {
    margin-bottom: 57px;
  }
}

.s-service-page__sprocess-bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 22px;
}
.s-service-page__sprocess-bars::before, .s-service-page__sprocess-bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 22px;
  background: #ea1212;
}
.s-service-page__sprocess-bars::before {
  left: 0;
}
.s-service-page__sprocess-bars::after {
  right: 0;
}

.s-service-page__sprocess-head-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}

.s-service-page__sprocess-headblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1000px) {
  .s-service-page__sprocess-headblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 1300px) {
  .s-service-page__sprocess-headblock {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.s-service-page__sprocess-title {
  margin: 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;
  gap: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #fff;
}

.s-service-page__sprocess-title-line {
  display: inline-block;
  position: relative;
  isolation: isolate;
  font-size: 28px;
  line-height: 1.6;
  padding: 0 12px 4px;
  color: transparent;
  -webkit-transition: color 0.4s ease-out calc(var(--fadein-delay, 0s) + 0.2s);
  transition: color 0.4s ease-out calc(var(--fadein-delay, 0s) + 0.2s);
}
.s-service-page__sprocess-title-line::before {
  content: "";
  position: absolute;
  inset: 10% 0;
  background: #0e0e0e;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .s-service-page__sprocess-title-line {
    font-size: 50px;
    line-height: 80px;
    padding: 0 10px 0px;
  }
  .s-service-page__sprocess-title-line::before {
    inset: 12.5% 0;
  }
}

.s-service-page__sprocess-title-line:nth-child(2) {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.3s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.3s);
}

.s-service-page__sprocess-title-line:nth-child(3) {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.4s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.4s);
}

.s-service-page__sprocess-title.is-visible .s-service-page__sprocess-title-line {
  color: #fff;
}

.s-service-page__sprocess-lead {
  margin: 0;
  max-width: 498px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-service-page__sprocess-lead {
    font-size: 16px;
    line-height: 32px;
  }
}

.s-service-page__sprocess-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 1000px) {
  .s-service-page__sprocess-list {
    grid-template-columns: 1fr 1fr;
    gap: 50px 52px;
    grid-template-areas: "phase1 pyramid" "phase2 phase3";
  }
}

.s-service-page__sprocess-pyramid {
  margin: 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (min-width: 1000px) {
  .s-service-page__sprocess-pyramid {
    position: relative;
    grid-area: pyramid;
    align-self: stretch;
    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;
  }
}
.s-service-page__sprocess-pyramid img {
  display: block;
  width: 95vw;
  height: auto;
  max-width: clamp(400px, 81.364vw - 413.636px, 758px);
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1000px) {
  .s-service-page__sprocess-pyramid img {
    position: absolute;
    right: 0;
    width: clamp(400px, 81.364vw - 413.636px, 758px);
    z-index: 2;
    top: 50%;
    margin-left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .s-service-page__sprocess-pyramid img {
    top: 44px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.s-service-page__sprocess-phase {
  position: relative;
  background: #ececec;
  border: 1px dashed #000;
  border-radius: 19.27px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .s-service-page__sprocess-phase {
    padding: 42px 30px 36px 30px;
    gap: 30px;
  }
}

@media screen and (min-width: 1000px) {
  .s-service-page__sprocess-phase--1 {
    grid-area: phase1;
  }
}

@media screen and (min-width: 1000px) {
  .s-service-page__sprocess-phase--2 {
    grid-area: phase2;
  }
}

@media screen and (min-width: 1000px) {
  .s-service-page__sprocess-phase--3 {
    grid-area: phase3;
  }
}

.s-service-page__sprocess-phase--1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../../src/img/philosophy-arrow.webp") no-repeat center/contain;
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .s-service-page__sprocess-phase--1::after {
    bottom: -50px;
    height: 48px;
    left: 34%;
  }
}

.s-service-page__sprocess-phase--2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../../src/img/philosophy-arrow.webp") no-repeat center/contain;
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .s-service-page__sprocess-phase--2::after {
    bottom: auto;
    top: 14%;
    left: auto;
    right: -28px;
    width: 32px;
    height: 48px;
    -webkit-transform: translate(50%, -50%) rotate(-90deg);
            transform: translate(50%, -50%) rotate(-90deg);
  }
}

.s-service-page__sprocess-phase-head {
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 6px 24px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(18px, 2.545vw + 8.458px, 28px);
  color: #fff;
  background: linear-gradient(206deg, #f86036 2.8%, #d41c1f 70%);
}
@media screen and (min-width: 768px) {
  .s-service-page__sprocess-phase-head {
    font-size: 28px;
    padding: 5px 12px;
  }
}

.s-service-page__sprocess-phase-text {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-service-page__sprocess-phase-text {
    font-size: 23px;
    line-height: 36px;
  }
}

.s-service-page__sprocess-phase-detail {
  border-top: 1px dashed #b3b3b3;
  padding: 16px 24px 0;
  margin: 8px -24px 0;
}
@media screen and (min-width: 768px) {
  .s-service-page__sprocess-phase-detail {
    padding: 25px 32px 0 35px;
    margin: 0px -32px 0;
  }
}

.s-service-page__sprocess-phase-detail-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #000;
}

.s-service-page__sprocess-phase-detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-service-page__sprocess-phase-detail-list li {
  position: relative;
  padding-left: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #000;
}
.s-service-page__sprocess-phase-detail-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.s-service-page__service {
  margin-top: 64px;
  padding-top: 30px;
  border-top: rgba(0, 0, 0, 0.08) 1px solid;
}
@media screen and (min-width: 768px) {
  .s-service-page__service {
    margin-top: 88px;
    padding-top: 75px;
  }
}

.s-service-page__service-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin-bottom: 32px;
}

.s-service-page__service-bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 22px;
}
.s-service-page__service-bars::before, .s-service-page__service-bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 22px;
  background: #ea1212;
}
.s-service-page__service-bars::before {
  left: 0;
}
.s-service-page__service-bars::after {
  right: 0;
}

.s-service-page__service-head-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}

.s-service-cta {
  padding-block: 48px;
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}
@media screen and (min-width: 768px) {
  .s-service-cta {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.s-service-page__promise {
  margin-top: 64px;
  padding-bottom: 60px;
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}
@media screen and (min-width: 768px) {
  .s-service-page__promise {
    margin-top: 88px;
  }
}

.s-service-page__reason {
  margin-top: 64px;
  padding-bottom: 60px;
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}
@media screen and (min-width: 768px) {
  .s-service-page__reason {
    margin-top: 77px;
    padding-bottom: 48px;
  }
}

.s-service-page__reason-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .s-service-page__reason-head {
    margin-bottom: 5px;
  }
}

.s-service-page__reason-bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 22px;
}
.s-service-page__reason-bars::before, .s-service-page__reason-bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 22px;
  background: #ea1212;
}
.s-service-page__reason-bars::before {
  left: 0;
}
.s-service-page__reason-bars::after {
  right: 0;
}

.s-service-page__reason-head-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}

.s-service-page__reason-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .s-service-page__reason-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
  }
}

.s-service-page__reason-card {
  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: 14px;
}
.s-service-page__reason-card::before {
  content: attr(data-num);
  position: relative;
  z-index: 1;
  margin-bottom: -36px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  color: #c72727;
  text-align: center;
  -webkit-text-stroke: 1px #fff;
  paint-order: stroke fill;
}
@media screen and (min-width: 768px) {
  .s-service-page__reason-card::before {
    margin-bottom: -48px;
    font-size: 84px;
  }
}

.s-service-page__reason-img {
  margin: 0;
  width: 100%;
  border-radius: 3.86px;
  overflow: hidden;
  background: #b7b7b7;
}
.s-service-page__reason-img img {
  display: block;
  width: 100%;
  aspect-ratio: 374/246;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-service-page__reason-title {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  color: #c72727;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-service-page__reason-title {
    font-size: 22px;
  }
}

.s-service-page__reason-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #000;
}

.s-service-page__media {
  margin-top: 64px;
  padding-bottom: 27px;
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}
@media screen and (min-width: 768px) {
  .s-service-page__media {
    margin-top: 72px;
  }
}

.s-service-page__media-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}

.s-service-page__media-bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 22px;
}
.s-service-page__media-bars::before, .s-service-page__media-bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 22px;
  background: #ea1212;
}
.s-service-page__media-bars::before {
  left: 0;
}
.s-service-page__media-bars::after {
  right: 0;
}

.s-service-page__media-head-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}

.s-service-page__media .s-media__card-img--placeholder {
  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: 100%;
  aspect-ratio: 285/156;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  overflow: hidden;
}

.s-service-page__media .s-media__card-img--placeholder .s-media__card-img-logo {
  display: block;
  width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.s-service-page__media .s-media__card:nth-child(n+5) {
  display: none;
}
@media screen and (min-width: 768px) {
  .s-service-page__media .s-media__card:nth-child(n+5) {
    display: block;
  }
}

.s-service-page__sflow {
  margin-top: 64px;
  padding-bottom: 60px;
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}
@media screen and (min-width: 768px) {
  .s-service-page__sflow {
    margin-top: 76px;
    padding-bottom: 89px;
  }
}

.s-service-page__sflow-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin-bottom: 13px;
}

.s-service-page__sflow-bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 22px;
}
.s-service-page__sflow-bars::before, .s-service-page__sflow-bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 22px;
  background: #ea1212;
}
.s-service-page__sflow-bars::before {
  left: 0;
}
.s-service-page__sflow-bars::after {
  right: 0;
}

.s-service-page__sflow-head-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}

.s-service-page__sflow-lead {
  margin: 0 0 48px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-service-page__sflow-lead {
    font-size: 26px;
    line-height: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .s-service-page__sflow-lead {
    padding-left: 0;
  }
}

.s-service-page__sflow-lead-accent {
  color: #c72727;
}

.s-service-page__sflow-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .s-service-page__sflow-pc {
    display: block;
  }
}
.s-service-page__sflow-pc .s-service-page__sflow-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 27px;
}

.s-service-page__sflow-sp {
  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: 32px;
}
@media screen and (min-width: 1200px) {
  .s-service-page__sflow-sp {
    display: none;
  }
}

.s-service-page__sflow-row {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 768px) {
  .s-service-page__sflow-row {
    width: auto;
    gap: 32px 27px;
  }
}

.s-service-page__sflow-item {
  position: relative;
  width: calc(50% - 12px);
  max-width: 169px;
  min-height: 166px;
}
@media screen and (min-width: 768px) {
  .s-service-page__sflow-item {
    width: 169px;
    max-width: none;
  }
}
.s-service-page__sflow-item {
  border-radius: 5px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.12);
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: visible;
}
.s-service-page__sflow-item::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 31px;
  background: url("../../src/img/sflow-arrow.svg") no-repeat center/contain;
  pointer-events: none;
}
.s-service-page__sflow-item--last::after {
  display: none;
}

.s-service-page__sflow-item--accent {
  background: linear-gradient(257.03deg, #f86036 2.81%, #d41c1f 69.94%);
}

.s-service-page__sflow-item--accent-wide {
  width: calc(50% - 12px);
  max-width: 169px;
  background: linear-gradient(252.17deg, #f86036 2.81%, #d41c1f 69.94%);
}
@media screen and (min-width: 768px) {
  .s-service-page__sflow-item--accent-wide {
    width: 236px;
    max-width: none;
  }
}

.s-service-page__sflow-item--big.s-service-page__sflow-item--last .s-service-page__sflow-item-main {
  font-size: 27.33px;
}

.s-service-page__sflow-item-label {
  display: block;
  margin: 16px 10px 0;
  padding: 0;
  background: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13.6px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}

.s-service-page__sflow-item--accent .s-service-page__sflow-item-label,
.s-service-page__sflow-item--accent-wide .s-service-page__sflow-item-label {
  color: #fff;
}

.s-service-page__sflow-item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 13px 0px 9px;
}

.s-service-page__sflow-item-main {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 30.67px;
  line-height: 1;
  color: #e41317;
  text-align: center;
  margin-block: 14px 10px;
}

.s-service-page__sflow-item-icon {
  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;
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 3px;
}
.s-service-page__sflow-item-icon img {
  display: block;
  width: 48px;
  height: 48px;
}

.s-service-page__sflow-item-text {
  margin-block: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  text-align: center;
}

.s-service-page__sflow-item--accent .s-service-page__sflow-item-text,
.s-service-page__sflow-item--accent-wide .s-service-page__sflow-item-text {
  color: #fff;
}

.s-service-page__sflow-result {
  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: 24px;
  margin-top: 24px;
  width: 100%;
}

.s-service-page__sflow-arrow-down {
  display: block;
  position: relative;
  width: 100%;
  height: 22px;
}
.s-service-page__sflow-arrow-down::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--line-left, 0);
  right: var(--line-right, 0);
  height: 3px;
  background: #000;
}
.s-service-page__sflow-arrow-down::after {
  content: "";
  position: absolute;
  top: 3px;
  left: var(--line-center, 50%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 19px solid #000;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}

.s-service-page__sflow-result-message {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-service-page__sflow-result-message {
    font-size: 23px;
    line-height: 38.8px;
  }
}

.s-service-page__sflow-result-line {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  isolation: isolate;
  padding: 0 6px 3px;
}
.s-service-page__sflow-result-line::before {
  content: "";
  position: absolute;
  inset: 5% 0;
  background: #fff;
  z-index: -1;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
  transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--fadein-delay, 0s) + 0.4s);
}
@media screen and (min-width: 768px) {
  .s-service-page__sflow-result-line {
    padding: 0 7px 0;
  }
  .s-service-page__sflow-result-line::before {
    inset: 12.5% 0;
  }
}

.s-service-page__sflow-result-line:nth-child(2)::before {
  -webkit-transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
          transition-delay: calc(var(--fadein-delay, 0s) + 0.5s);
}

.s-service-page__sflow-result.is-visible .s-service-page__sflow-result-line::before {
  clip-path: inset(0 0 0 0);
}

.s-service-page__sflow-result-accent {
  color: #c72727;
}

.s-service-page__sflow-result-pricing {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-service-page__sflow-result-pricing {
    font-size: 26px;
    line-height: 38px;
  }
}

@media (max-width: 616px) {
  .s-service-page__sflow-sp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    justify-items: center;
    max-width: 450px;
    margin-inline: auto;
  }
  .s-service-page__sflow-row {
    display: contents;
  }
  .s-service-page__sflow-item,
  .s-service-page__sflow-item--accent-wide {
    width: 100%;
    max-width: 169px;
  }
  .s-service-page__sflow-result {
    grid-column: 1/-1;
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
  }
  .s-service-page__sflow-arrow-down {
    display: none;
  }
  .s-service-page__sflow-result-line {
    display: inline;
    width: auto;
    background: #fff;
    padding: 2px 6px;
    line-height: 2;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  .s-service-page__sflow-result-line::before {
    display: none;
  }
  .s-service-page__sflow-result-line:not(:last-child)::after {
    content: "\a";
    white-space: pre;
  }
}
.s-service-page__case {
  margin-top: 64px;
  padding-bottom: 60px;
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}
@media screen and (min-width: 768px) {
  .s-service-page__case {
    margin-top: 76px;
    padding-bottom: 59px;
  }
}

.s-service-page__case-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .s-service-page__case-head {
    margin-bottom: 58px;
  }
}

.s-service-page__case-bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 22px;
}
.s-service-page__case-bars::before, .s-service-page__case-bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 22px;
  background: #ea1212;
}
.s-service-page__case-bars::before {
  left: 0;
}
.s-service-page__case-bars::after {
  right: 0;
}

.s-service-page__case-head-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}

.s-service-page__case-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 382px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
@media (max-width: 876px) {
  .s-service-page__case-list {
    grid-template-columns: 1fr;
  }
}

.s-service-page__area {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .s-service-page__area {
    margin-top: 77px;
  }
}

.s-service-page__area-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-bottom: 48px;
}
@media screen and (min-width: 1000px) {
  .s-service-page__area-top {
    position: relative;
    -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;
    gap: 60px;
    margin-bottom: 100px;
  }
}

.s-service-page__area-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  min-width: 0;
}
@media screen and (min-width: 1000px) {
  .s-service-page__area-text {
    max-width: 422px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    gap: 30px;
  }
}

.s-service-page__area .s-area__img {
  width: 100%;
  max-width: 302.822px;
  aspect-ratio: 302.822/342;
  margin: 0 auto;
}
.s-service-page__area .s-area__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.s-service-page__area .s-area__img::after {
  top: 56%;
  left: 51.5%;
  width: 21.5687732342%;
  height: 8.7911037891%;
}
@media screen and (min-width: 1000px) {
  .s-service-page__area .s-area__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
  }
}

.s-service-page__area-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}

.s-service-page__area-bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 22px;
}
.s-service-page__area-bars::before, .s-service-page__area-bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 22px;
  background: #ea1212;
}
.s-service-page__area-bars::before {
  left: 0;
}
.s-service-page__area-bars::after {
  right: 0;
}

.s-service-page__area-head-jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}

.s-service-page__area-lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.6px;
  color: #000;
  margin-top: 32px;
}

.s-service-page__area-note {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1.3px;
  color: #d41c1f;
}

.s-service-page__area-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.s-service-page__area-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #e7e7e7;
  border: 1px solid #9f9f9f;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media screen and (min-width: 768px) {
  .s-service-page__area-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.s-service-page__area-item + .s-service-page__area-item {
  margin-top: -1px;
}

.s-service-page__area-pref {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 20px;
  background: #ddd4d4;
  border-bottom: 1px solid #9f9f9f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-service-page__area-pref {
    width: 139px;
    border-bottom: none;
    border-right: 1px solid #9f9f9f;
  }
}

.s-service-page__area-cities {
  list-style: none;
  margin: 0;
  padding: 12px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.s-service-page__area-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-service-page__area-row {
    font-size: 16px;
    line-height: 32px;
  }
}

.s-service-page__area-row-kana {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3em;
  font-weight: 500;
}

.s-service-page__area-row-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.s-case-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #ececec;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 21px 30px;
}

.s-case-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}

.s-case-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-case-card__title {
    font-size: 20px;
    line-height: 25.8px;
  }
}

.s-case-card__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
}
.s-case-card__icon img {
  display: block;
  width: 27px;
  height: auto;
}

.s-case-card__bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 22px;
}
.s-case-card__bars::before, .s-case-card__bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 22px;
  background: #ea1212;
}
.s-case-card__bars::before {
  left: 0;
}
.s-case-card__bars::after {
  right: 0;
}

.s-case-card__tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

.s-case-card__tag {
  display: inline-block;
  min-width: 88px;
  padding: 0 12px;
  background: #f3f3f3;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 1.1px;
  color: #000;
  text-align: center;
}

.s-case-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.s-case-card__img {
  margin: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #ddd;
}
.s-case-card__img img {
  display: block;
  width: 100%;
  aspect-ratio: 318/147;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-case-card__detail {
  margin: 0;
  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;
}

.s-case-card__detail-row {
  margin-bottom: 4px;
}
.s-case-card__detail-row:last-child {
  margin-bottom: 0;
}

.s-case-card__detail-label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 43.8px;
  color: #000;
}
.s-case-card__detail-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21.5px;
  height: 3px;
  background: #ea1212;
}

.s-case-card__detail-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #353535;
}

.s-featured-case {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .s-featured-case {
    padding: 60px 71px;
  }
}

.s-featured-case__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .s-featured-case__head {
    -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;
    gap: 56px;
    margin-bottom: 27px;
  }
}

.s-featured-case__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-featured-case__title {
    font-size: 20px;
    line-height: 25.8px;
  }
}

.s-featured-case__bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7px;
  height: 22px;
}
@media screen and (min-width: 768px) {
  .s-featured-case__bars {
    width: 13px;
  }
}

.s-featured-case__bars::before,
.s-featured-case__bars::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 2px;
  height: 20px;
  background: #ea1212;
}
@media screen and (min-width: 768px) {
  .s-featured-case__bars::before,
  .s-featured-case__bars::after {
    width: 5px;
  }
}

.s-featured-case__bars::before {
  left: 0;
}

.s-featured-case__bars::after {
  right: 0;
}

.s-featured-case__tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

.s-featured-case__tag {
  display: inline-block;
  min-width: 88px;
  padding: 0 12px;
  background: #f3f3f3;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 21px;
  letter-spacing: 1.1px;
  color: #000;
  text-align: center;
}

.s-featured-case__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .s-featured-case__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 52px;
  }
}

.s-featured-case__img {
  margin: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #ddd;
}
@media screen and (min-width: 768px) {
  .s-featured-case__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 260px;
  }
}

.s-featured-case__img img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 260/371;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .s-featured-case__img img {
    aspect-ratio: auto;
  }
}

.s-featured-case__detail {
  margin: 0;
  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;
}
@media screen and (min-width: 768px) {
  .s-featured-case__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
  }
}

.s-featured-case__detail-row {
  margin: 0;
}

.s-featured-case__detail-label {
  position: relative;
  margin: 0;
  padding-left: 44px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 43.8px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-featured-case__detail-label {
    font-size: 16px;
  }
}

.s-featured-case__detail-label::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 3px;
  background: #ea1212;
}

.s-featured-case__detail-text {
  margin: 0;
  padding-bottom: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #353535;
}

.s-featured-case__detail-row:last-child .s-featured-case__detail-text {
  padding-bottom: 0;
}

.s-block-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin: 32px 0 24px;
}
@media screen and (min-width: 768px) {
  .s-block-head {
    margin: 46px 0 30px;
  }
}

.s-block-head__bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .s-block-head__bars {
    width: 12px;
  }
}

.s-block-head__bars::before,
.s-block-head__bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 20px;
  background: #ea1212;
}
@media screen and (min-width: 768px) {
  .s-block-head__bars::before,
  .s-block-head__bars::after {
    width: 5px;
  }
}

.s-block-head__bars::before {
  left: 0;
}

.s-block-head__bars::after {
  right: 0;
}

.s-block-head__title {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-block-head__title {
    font-size: 20px;
    line-height: 25.8px;
  }
}

.c-facility {
  background: #e0e0e0;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 24px 20px;
}
@media screen and (min-width: 768px) {
  .c-facility {
    padding: 40px 55px;
  }
}

.c-facility__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .c-facility__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-facility__title {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.c-facility__title span {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-facility__title {
    font-size: 18px;
    line-height: 32px;
    width: 133px;
  }
}

.c-facility__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  .c-facility__cards {
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    gap: 16px;
  }
}

.c-facility__card {
  background: #ececec;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  aspect-ratio: 99/98;
  container-type: inline-size;
}

.c-facility__card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 14cqw 0;
  gap: 6cqw;
}

.c-facility__card-img {
  width: 38cqw;
  height: 38cqw;
  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;
}
.c-facility__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-facility__card-label {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: max(10.5px, 13cqw);
  line-height: 1;
  color: #000;
  text-align: center;
}

.c-species-table {
  width: 100%;
  border-collapse: collapse;
  background: #f3f3f3;
  border: 1px solid #9f9f9f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .c-species-table {
    font-size: 14px;
  }
}

.c-species-table tr {
  border-top: 1px solid #9f9f9f;
}

.c-species-table tr:first-child {
  border-top: 0;
}

.c-species-table th,
.c-species-table td {
  padding: 10px 16px;
  vertical-align: top;
  text-align: left;
}

.c-species-table th {
  width: 90px;
  background: #e8d6bb;
  border-right: 1px solid #9f9f9f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-species-table th {
    width: 109px;
    padding: 10px 19px;
  }
}

@media screen and (min-width: 768px) {
  .c-species-table td {
    padding: 10px 13px 10px 22px;
  }
}

.s-rat {
  position: relative;
  isolation: isolate;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .s-rat {
    padding-bottom: 120px;
  }
}

.s-rat > .l-grid-lines {
  z-index: -1;
}

.s-rat__inner {
  position: relative;
  z-index: 1;
  max-width: calc(1200px + 10%);
  margin-inline: auto;
  padding-inline: 5%;
}

.s-rat__intro {
  margin-top: 38px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .s-rat__intro {
    margin-top: 161px;
    padding-bottom: 100px;
  }
}

.s-rat__facility {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .s-rat__facility {
    padding-bottom: 81px;
  }
}

.s-rat__promise {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .s-rat__promise {
    margin-bottom: 82px;
  }
}

.s-rat__smodel {
  position: relative;
  z-index: 2;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .s-rat__smodel {
    padding-bottom: 220px;
  }
}

.s-rat__layout {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .s-rat__layout {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .s-rat__layout {
    --grid-w: min(90vw, 1200px);
    display: grid;
    grid-template-columns: calc(var(--grid-w) * 0.25) calc(var(--grid-w) * 0.75);
    width: var(--grid-w);
    margin-inline: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.s-rat__main {
  min-width: 0;
}

.s-rat__section {
  padding-top: 48px;
}
@media screen and (min-width: 1000px) {
  .s-rat__section {
    padding-top: 88px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
}
.s-rat__section:first-child {
  padding-top: 88px;
  padding-bottom: 58px;
}

.s-rat__species {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .s-rat__species {
    padding-bottom: 60px;
  }
}

.s-rat__species-card {
  margin-top: 24px;
  padding: 32px 16px;
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
}
@media screen and (min-width: 768px) {
  .s-rat__species-card {
    margin-top: 32px;
    padding: 60px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .s-rat__species-card {
    padding: 60px 72px;
  }
}

.s-rat__species-lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.85;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-rat__species-lead {
    font-size: 16px;
    line-height: 2;
  }
}

.s-rat__species-grid {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .s-rat__species-grid {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1000px) {
  .s-rat__species-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 36px;
  }
}

.s-rat__species-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.s-rat__species-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 0 0 19px;
}

.s-rat__species-text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  max-width: 180px;
}

.s-rat__species-name {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-rat__species-name {
    font-size: 20px;
  }
}

.s-rat__species-bars {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .s-rat__species-bars {
    gap: 4px;
  }
}

.s-rat__species-bars::before,
.s-rat__species-bars::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #a26d1e;
}
@media screen and (min-width: 768px) {
  .s-rat__species-bars::before,
  .s-rat__species-bars::after {
    width: 5px;
  }
}

.s-rat__species-stats {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #353535;
}

.s-rat__species-stats li {
  margin: 0;
}

.s-rat__species-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 130px;
  margin: 11px auto 0;
}
@media screen and (min-width: 768px) {
  .s-rat__species-image {
    width: 151px;
  }
}

.s-rat__species-image img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

@media screen and (min-width: 1000px) {
  .s-rat__species-table tr:nth-child(1) {
    height: 141px;
  }
  .s-rat__species-table tr:nth-child(2) {
    height: 46px;
  }
  .s-rat__species-table tr:nth-child(3) {
    height: 104px;
  }
  .s-rat__species-table tr:nth-child(4) {
    height: 120px;
  }
}
.s-rat__guarantee {
  padding-bottom: 48px;
}

.s-rat__examples {
  padding-bottom: 48px;
}

.s-rat__examples-lead {
  margin: 24px 0 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-rat__examples-lead {
    font-size: 16px;
    line-height: 32px;
    margin: 32px 0 48px;
  }
}

.s-rat__example-section + .s-rat__example-section {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .s-rat__example-section + .s-rat__example-section {
    margin-top: 56px;
  }
}

.s-rat__example-subhead {
  margin: 0 0 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-rat__example-subhead {
    font-size: 20px;
    line-height: 25.8px;
    margin-bottom: 20px;
  }
}

.s-rat__example-text {
  margin: 0 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-rat__example-text {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
.s-rat__example-text:last-of-type {
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .s-rat__example-text:last-of-type {
    margin-bottom: 32px;
  }
}

.s-rat__flow {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .s-rat__flow {
    padding-bottom: 60px;
  }
}

.s-rat__voice {
  padding-block: 48px;
}
@media screen and (min-width: 768px) {
  .s-rat__voice {
    padding-top: 69px;
    padding-bottom: 60px;
  }
}

.s-rat__compare-card {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 0px 0px 24px;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .s-rat__compare-card {
    padding: 46px 71px 60px;
  }
}

.s-rat__compare-card .c-category-bar {
  margin-inline: 2px;
  padding: 15px 10px 16px 15px;
  height: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 17px;
}
.s-rat__compare-card .c-category-bar__icon {
  width: 30px;
  height: auto;
}
.s-rat__compare-card .c-category-bar__label {
  letter-spacing: 0.1px;
}

.s-rat__compare-card-wrapper {
  display: grid;
  gap: 60px;
}

.s-rat__compare-block + .s-rat__compare-block {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .s-rat__compare-block + .s-rat__compare-block {
    margin-top: 80px;
  }
}

.s-rat__compare-block-head {
  padding-left: 16px;
}

.s-rat__compare-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #9f9f9f;
}
.s-rat__compare-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ececec;
}
.s-rat__compare-row + .s-rat__compare-row {
  border-top: 1px solid #9f9f9f;
}
@media screen and (min-width: 768px) {
  .s-rat__compare-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.s-rat__compare-label {
  background: #e4d7d7;
  border-bottom: 1px solid #9f9f9f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 13px 18px;
  min-height: 76px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .s-rat__compare-label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 194px;
    padding: 22px 22px 18px;
    border-bottom: none;
    border-right: 1px solid #9f9f9f;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -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;
    min-height: 0;
    text-align: center;
  }
}

.s-rat__compare-label-card {
  position: relative;
  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: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 156px;
  height: 45px;
  padding: 0 12px;
  background: #fff;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 8px;
}
.s-rat__compare-label-card::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #c72727 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .s-rat__compare-label-card::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .s-rat__compare-label-card {
    display: contents;
  }
}

.s-rat__compare-row--gp .s-rat__compare-label-card {
  width: 199px;
}

.s-rat__compare-label-name {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #000;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .s-rat__compare-label-name {
    font-size: 20px;
    white-space: normal;
  }
}

.s-rat__compare-label-sub {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 18px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-rat__compare-label-sub {
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 20px;
  }
}

.s-rat__compare-logo {
  display: block;
  width: 59px;
  height: 27px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .s-rat__compare-logo {
    width: 85px;
    height: auto;
    margin: 8px auto 12px;
  }
}

.s-rat__compare-list {
  list-style: none;
  margin: 0;
  padding: 12px 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  .s-rat__compare-list {
    padding: 12px 24px;
  }
}
.s-rat__compare-list li {
  position: relative;
  padding-left: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  color: #353535;
}
.s-rat__compare-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .s-rat__compare-list li {
    font-size: 16px;
    line-height: 32px;
  }
}

.s-rat__compare-highlight {
  background: #ece6e6;
  border: 1px solid #9f9f9f;
  border-top: none;
  padding: 24px 20px;
}
@media screen and (min-width: 768px) {
  .s-rat__compare-highlight {
    padding: 47px 46px 45px 51px;
  }
}

.s-rat__compare-highlight-head,
.s-rat__report-head,
.s-rat__warranty-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  height: 44px;
  padding-left: 4px;
  margin-bottom: 32px;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(to right, #f86036 0%, #d41c1f 70%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#f86036), color-stop(70%, #d41c1f)) 1;
     border-image: linear-gradient(to right, #f86036 0%, #d41c1f 70%) 1;
}
@media screen and (min-width: 768px) {
  .s-rat__compare-highlight-head,
  .s-rat__report-head,
  .s-rat__warranty-head {
    margin-bottom: 50px;
  }
}

.s-rat__compare-highlight-icon {
  display: block;
  width: 56px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .s-rat__compare-highlight-icon {
    width: 71px;
  }
}

.s-rat__rat2-icon {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.s-rat__compare-highlight-title {
  margin: 0;
  -ms-flex-item-align: center;
      align-self: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  color: #000;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .s-rat__compare-highlight-title {
    font-size: 20px;
    letter-spacing: 0;
  }
}

.s-rat__compare-highlight-lead {
  margin: 0 0 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-rat__compare-highlight-lead {
    font-size: 20px;
    line-height: 25.8px;
  }
}

.s-rat__compare-highlight-text {
  margin: 0 0 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-rat__compare-highlight-text {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 28px;
  }
}

.s-rat__compare-highlight-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .s-rat__compare-highlight-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
}

.s-rat__compare-highlight-figure {
  margin: 0 0 11px;
  border-radius: 3.858px;
  overflow: hidden;
  background: #ddd;
}
.s-rat__compare-highlight-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 205/150;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-rat__compare-highlight-cap {
  margin: 0 0 9px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #c72727;
}

.s-rat__compare-highlight-desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #353535;
}

.s-rat__report-body {
  background: #ece6e6;
  border: 1px solid #9f9f9f;
  padding: 24px 20px;
}
@media screen and (min-width: 768px) {
  .s-rat__report-body {
    padding: 49px 50px 49px 48px;
  }
}

.s-rat__report-icon {
  display: block;
  width: 56px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .s-rat__report-icon {
    width: 71px;
  }
}

.s-rat__report-title {
  margin: 0;
  -ms-flex-item-align: center;
      align-self: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-rat__report-title {
    font-size: 20px;
  }
}

.s-rat__report-text {
  margin: 0 0 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-rat__report-text {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}

.s-rat__report-subhead {
  margin: 0 0 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-rat__report-subhead {
    font-size: 20px;
    line-height: 25.8px;
  }
}

.s-rat__report-subhead + .s-rat__report-list,
.s-rat__report-subhead + .s-rat__report-images {
  margin-top: 0;
}

.s-rat__report-list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}
.s-rat__report-list li {
  position: relative;
  padding-left: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #353535;
}
.s-rat__report-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .s-rat__report-list li {
    font-size: 16px;
    line-height: 32px;
  }
}

.s-rat__report-images {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 210px));
  gap: 16px;
  max-width: 436px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s-rat__report-figure {
  margin: 0;
  border-radius: 3.858px;
  overflow: hidden;
  background: #ddd;
}
.s-rat__report-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 205/150;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-rat__warranty-body {
  background: #ece6e6;
  border: 1px solid #9f9f9f;
  padding: 24px 20px;
}
@media screen and (min-width: 768px) {
  .s-rat__warranty-body {
    padding: 49px 51px 49px 48px;
  }
}

.s-rat__warranty-icon {
  display: block;
  width: 56px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .s-rat__warranty-icon {
    width: 71px;
  }
}

.s-rat__warranty-title {
  margin: 0;
  -ms-flex-item-align: center;
      align-self: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-rat__warranty-title {
    font-size: 20px;
  }
}

.s-rat__warranty-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-rat__warranty-text {
    font-size: 16px;
    line-height: 32px;
  }
}
.s-rat__warranty-text p {
  margin: 0;
}
.s-rat__warranty-text p + p {
  margin-top: 32px;
}

.s-rat__warranty-callout {
  background: #f3f3f3;
  border: 1px solid #d2d2d2;
  padding: 24px 20px 23px 33px;
  margin: 22px 0 35px;
}
@media screen and (min-width: 768px) {
  .s-rat__warranty-callout {
    padding: 23px 31px;
  }
}

.s-rat__warranty-callout-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-rat__warranty-callout-text {
    font-size: 16px;
  }
}

.s-rat__warranty-subhead {
  margin: 0 0 24px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-rat__warranty-subhead {
    font-size: 20px;
    line-height: 25.8px;
  }
}

.s-rat__warranty-quote {
  margin: 0 0 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-rat__warranty-quote {
    font-size: 16px;
    line-height: 32px;
  }
}

.s-rat__warranty-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .s-rat__warranty-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
}

.s-rat__warranty-figure {
  margin: 0 0 16px;
  border-radius: 3.858px;
  overflow: hidden;
  background: #ddd;
}
.s-rat__warranty-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 205/150;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-rat__warranty-cap {
  margin: 0 0 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #c72727;
}

.s-rat__warranty-desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #353535;
}

.s-rat__guarantee > * + * {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .s-rat__guarantee > * + * {
    margin-top: 60px;
  }
}

.s-rat__case {
  padding-block: 32px;
}
@media screen and (min-width: 768px) {
  .s-rat__case {
    padding-block: 60px;
  }
}

.s-rat__case .s-featured-case__img img {
  -o-object-position: 80% center;
     object-position: 80% center;
}

.s-rat__column {
  padding-block: 32px;
}
@media screen and (min-width: 768px) {
  .s-rat__column {
    padding-block: 70px;
  }
}

.s-cockroach {
  position: relative;
  isolation: isolate;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .s-cockroach {
    padding-bottom: 120px;
  }
}

.s-cockroach > .l-grid-lines {
  z-index: -1;
}

.s-cockroach__inner {
  position: relative;
  z-index: 1;
  max-width: calc(1200px + 10%);
  margin-inline: auto;
  padding-inline: 5%;
}

.s-cockroach__intro {
  margin-top: 38px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .s-cockroach__intro {
    margin-top: 161px;
    padding-bottom: 98px;
  }
}

.s-cockroach__intro .c-service-intro__text {
  margin-top: 30px;
}

.s-cockroach__intro .c-service-intro__text p + p {
  margin-top: 32px;
}

.s-cockroach__facility {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .s-cockroach__facility {
    padding-bottom: 200px;
  }
}

.s-cockroach__layout {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .s-cockroach__layout {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .s-cockroach__layout {
    --grid-w: min(90vw, 1200px);
    display: grid;
    grid-template-columns: calc(var(--grid-w) * 0.25) calc(var(--grid-w) * 0.75);
    width: var(--grid-w);
    margin-inline: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.s-cockroach__main {
  min-width: 0;
}

.s-cockroach__section {
  padding-top: 48px;
}
@media screen and (min-width: 1000px) {
  .s-cockroach__section {
    padding-top: 88px;
    border-top: rgba(0, 0, 0, 0.08) solid 1px;
  }
}
.s-cockroach__section:first-child {
  padding-top: 88px;
  padding-bottom: 58px;
}

.s-cockroach__feature-card {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 32px 24px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .s-cockroach__feature-card {
    margin-top: 32px;
    padding: 50px 70px;
  }
}

.s-cockroach__feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.s-cockroach__feature-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: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .s-cockroach__feature-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 52px;
    padding-bottom: 44px;
  }
}
.s-cockroach__feature-item + .s-cockroach__feature-item {
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .s-cockroach__feature-item + .s-cockroach__feature-item {
    padding-top: 50px;
  }
}
.s-cockroach__feature-item:last-child {
  border-bottom: 0;
}

.s-cockroach__feature-img {
  margin: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #ddd;
}
@media screen and (min-width: 768px) {
  .s-cockroach__feature-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 260px;
  }
}

.s-cockroach__feature-img img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 260/191;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-cockroach__feature-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .s-cockroach__feature-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    gap: 0;
  }
}

.s-cockroach__feature-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-cockroach__feature-title {
    font-size: 20px;
    line-height: 25.8px;
  }
}

.s-cockroach__feature-bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  height: 1.4em;
}
@media screen and (min-width: 768px) {
  .s-cockroach__feature-bars {
    height: 22px;
  }
}

.s-cockroach__feature-bars::before,
.s-cockroach__feature-bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ea1212;
}
@media screen and (min-width: 768px) {
  .s-cockroach__feature-bars::before,
  .s-cockroach__feature-bars::after {
    top: 2px;
    width: 5px;
    height: 20px;
  }
}

.s-cockroach__feature-bars::before {
  left: 0;
}

.s-cockroach__feature-bars::after {
  left: 5px;
}
@media screen and (min-width: 768px) {
  .s-cockroach__feature-bars::after {
    left: auto;
    right: 0;
  }
}

.s-cockroach__feature-title-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.s-cockroach__feature-goal {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-cockroach__feature-goal {
    margin-top: 32px;
    font-size: 16px;
    line-height: 32px;
  }
}

.s-cockroach__feature-points {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .s-cockroach__feature-points {
    margin-top: 11px;
  }
}

.s-cockroach__feature-points li {
  position: relative;
  padding-left: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.85;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-cockroach__feature-points li {
    font-size: 16px;
    line-height: 32px;
  }
}
.s-cockroach__feature-points li::before {
  content: "◯";
  position: absolute;
  left: 0;
  top: 0;
}

.s-cockroach__feature-callout {
  margin-top: 32px;
  padding: 24px 28px;
  background: #f3f3f3;
  border: 1px solid #d2d2d2;
}
@media screen and (min-width: 768px) {
  .s-cockroach__feature-callout {
    margin-top: 36px;
    padding: 32px 40px;
  }
}

.s-cockroach__feature-callout-text {
  position: relative;
  margin: 0;
  padding-left: 44px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-cockroach__feature-callout-text {
    font-size: 17px;
    line-height: 43.8px;
  }
}

.s-cockroach__feature-callout-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 30px;
  height: 3px;
  background: #ea1212;
}
@media screen and (min-width: 768px) {
  .s-cockroach__feature-callout-text::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.s-cockroach__feature-callout-black {
  color: #000;
}

.s-cockroach__feature-callout-red {
  color: #c72727;
}

.s-cockroach__species {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .s-cockroach__species {
    padding-bottom: 60px;
  }
}

.s-cockroach__species-card {
  margin-top: 24px;
  padding: 32px 16px;
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
}
@media screen and (min-width: 768px) {
  .s-cockroach__species-card {
    margin-top: 32px;
    padding: 60px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .s-cockroach__species-card {
    padding: 60px 72px;
  }
}

.s-cockroach__species-lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.85;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-cockroach__species-lead {
    font-size: 16px;
    line-height: 2;
  }
}

.s-cockroach__species-grid {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .s-cockroach__species-grid {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1000px) {
  .s-cockroach__species-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 36px;
  }
}

.s-cockroach__species-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.s-cockroach__species-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 0 0 19px;
}

.s-cockroach__species-text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  max-width: 200px;
}

.s-cockroach__species-name {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-cockroach__species-name {
    font-size: 20px;
  }
}

.s-cockroach__species-bars {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .s-cockroach__species-bars {
    gap: 4px;
  }
}

.s-cockroach__species-bars::before,
.s-cockroach__species-bars::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #a26d1e;
}
@media screen and (min-width: 768px) {
  .s-cockroach__species-bars::before,
  .s-cockroach__species-bars::after {
    width: 5px;
  }
}

.s-cockroach__species-stats {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #353535;
}

.s-cockroach__species-stats li {
  margin: 0;
}

.s-cockroach__species-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  margin: 11px auto 0;
}
@media screen and (min-width: 768px) {
  .s-cockroach__species-image {
    width: 100px;
  }
}

.s-cockroach__species-image img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

@media screen and (min-width: 1000px) {
  .s-cockroach__species-table tr:nth-child(1) {
    height: 161px;
  }
  .s-cockroach__species-table tr:nth-child(2) {
    height: 57px;
  }
  .s-cockroach__species-table tr:nth-child(3) {
    height: 76px;
  }
  .s-cockroach__species-table tr:nth-child(4) {
    height: 46px;
  }
}
.s-cockroach__flow {
  padding-bottom: 48px;
}

.s-cockroach__column {
  padding-block: 48px;
}
@media screen and (min-width: 768px) {
  .s-cockroach__column {
    padding-block: 70px;
  }
}

.s-cockroach__voice {
  padding-block: 48px;
}
@media screen and (min-width: 768px) {
  .s-cockroach__voice {
    padding-top: 69px;
    padding-bottom: 60px;
  }
}

.s-cockroach__case {
  padding-block: 32px;
}
@media screen and (min-width: 768px) {
  .s-cockroach__case {
    padding-block: 78px 60px;
  }
}

.s-pco {
  position: relative;
  isolation: isolate;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .s-pco {
    padding-bottom: 120px;
  }
}

.s-pco > .l-grid-lines {
  z-index: -1;
}

.s-pco__inner {
  position: relative;
  z-index: 1;
  max-width: calc(1200px + 10%);
  margin-inline: auto;
  padding-inline: 5%;
}

.s-pco__intro {
  margin-top: 38px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .s-pco__intro {
    margin-top: 161px;
    padding-bottom: 98px;
  }
}

.s-pco__intro .c-service-intro__text {
  margin-top: 30px;
}

.s-pco__intro .c-service-intro__text p + p {
  margin-top: 32px;
}

.s-pco__facility {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .s-pco__facility {
    margin-top: 68px;
  }
}

.s-pco__promise {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .s-pco__promise {
    margin-top: 88px;
  }
}

.s-pco__smodel {
  margin-top: 64px;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .s-pco__smodel {
    margin-top: 88px;
    padding-bottom: 220px;
  }
}

.s-pco__smodel .c-section-head {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .s-pco__smodel .c-section-head {
    margin-bottom: 32px;
  }
}

.s-pco__layout {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .s-pco__layout {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .s-pco__layout {
    --grid-w: min(90vw, 1200px);
    display: grid;
    grid-template-columns: calc(var(--grid-w) * 0.25) calc(var(--grid-w) * 0.75);
    width: var(--grid-w);
    margin-inline: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.s-pco__main {
  min-width: 0;
}

.s-pco__section {
  padding-top: 48px;
}
@media screen and (min-width: 1000px) {
  .s-pco__section {
    padding-top: 88px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
}
.s-pco__section:first-child {
  padding-top: 88px;
  padding-bottom: 58px;
}

.s-pco__difference {
  padding-bottom: 48px;
}

.s-pco__difference-card {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 24px 16px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .s-pco__difference-card {
    margin-top: 32px;
    padding: 46px 71px 60px;
  }
}

.s-pco__difference-block + .s-pco__difference-block {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .s-pco__difference-block + .s-pco__difference-block {
    margin-top: 80px;
  }
}

.s-pco__difference-body {
  background: #ece6e6;
  border: 1px solid #9f9f9f;
  padding: 24px 20px;
}
@media screen and (min-width: 768px) {
  .s-pco__difference-body {
    padding: 49px 51px 49px 48px;
  }
}

.s-pco__difference-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-pco__difference-text {
    font-size: 16px;
    line-height: 32px;
  }
}
.s-pco__difference-text + .s-pco__difference-text {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .s-pco__difference-text + .s-pco__difference-text {
    margin-top: 32px;
  }
}

.s-pco__difference-subhead {
  margin: 32px 0 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-pco__difference-subhead {
    margin: 40px 0 16px;
    font-size: 18px;
  }
}

.s-pco__difference-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-pco__difference-list li {
  position: relative;
  padding-left: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #353535;
}
.s-pco__difference-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .s-pco__difference-list li {
    font-size: 16px;
    line-height: 32px;
  }
}

.s-pco__cases {
  padding-bottom: 48px;
}

.s-pco__cases-lead {
  margin: 24px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-pco__cases-lead {
    margin-top: 32px;
    font-size: 16px;
    line-height: 32px;
  }
}

.s-pco__cases-card {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 24px 16px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .s-pco__cases-card {
    margin-top: 32px;
    padding: 46px 71px 60px;
  }
}

.s-pco__cases-card-wrapper {
  display: grid;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .s-pco__cases-card-wrapper {
    gap: 60px;
  }
}

.s-pco__case-item {
  background: #ece6e6;
  border: 1px solid #9f9f9f;
  border-radius: 5px;
  padding: 24px 20px;
}
@media screen and (min-width: 768px) {
  .s-pco__case-item {
    padding: 40px 48px;
  }
}

.s-pco__case-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c8b8b8;
}
@media screen and (min-width: 768px) {
  .s-pco__case-head {
    gap: 16px;
    margin-bottom: 32px;
    padding-bottom: 20px;
  }
}

.s-pco__case-num {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-pco__case-num {
    font-size: 18px;
  }
}

.s-pco__case-title {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-pco__case-title {
    font-size: 22px;
  }
}

.s-pco__case-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .s-pco__case-body {
    gap: 32px;
  }
}

.s-pco__case-block-title {
  position: relative;
  margin: 0 0 8px;
  padding-left: 14px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  color: #c72727;
}
.s-pco__case-block-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 16px;
  background: #ea1212;
}
@media screen and (min-width: 768px) {
  .s-pco__case-block-title {
    margin-bottom: 12px;
    padding-left: 16px;
    font-size: 17px;
  }
}

.s-pco__case-block-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-pco__case-block-text {
    font-size: 16px;
    line-height: 32px;
  }
}

.s-pco__flow {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .s-pco__flow {
    padding-bottom: 60px;
  }
}

.s-pco__voice {
  padding-block: 48px;
}
@media screen and (min-width: 768px) {
  .s-pco__voice {
    padding-top: 69px;
    padding-bottom: 60px;
  }
}

.s-pco__column {
  padding-block: 32px;
}
@media screen and (min-width: 768px) {
  .s-pco__column {
    padding-block: 70px;
  }
}

.s-vermin {
  position: relative;
  isolation: isolate;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .s-vermin {
    padding-bottom: 120px;
  }
}

.s-vermin > .l-grid-lines {
  z-index: -1;
}

.s-vermin__inner {
  position: relative;
  z-index: 1;
  max-width: calc(1200px + 10%);
  margin-inline: auto;
  padding-inline: 5%;
}

.s-vermin__intro {
  margin-top: 38px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .s-vermin__intro {
    margin-top: 161px;
    padding-bottom: 98px;
  }
}

.s-vermin__intro .c-service-intro__text {
  margin-top: 30px;
}

.s-vermin__intro .c-service-intro__text p + p {
  margin-top: 32px;
}

.s-vermin__facility {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .s-vermin__facility {
    padding-bottom: 200px;
  }
}

.s-vermin__layout {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .s-vermin__layout {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .s-vermin__layout {
    --grid-w: min(90vw, 1200px);
    display: grid;
    grid-template-columns: calc(var(--grid-w) * 0.25) calc(var(--grid-w) * 0.75);
    width: var(--grid-w);
    margin-inline: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.s-vermin__main {
  min-width: 0;
}

.s-vermin__section {
  padding-top: 48px;
}
@media screen and (min-width: 1000px) {
  .s-vermin__section {
    padding-top: 88px;
    border-top: rgba(0, 0, 0, 0.08) solid 1px;
  }
}
.s-vermin__section:first-child {
  padding-top: 88px;
  padding-bottom: 58px;
}

.s-vermin__feature-card {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 32px 24px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .s-vermin__feature-card {
    margin-top: 32px;
    padding: 50px 70px;
  }
}

.s-vermin__feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.s-vermin__feature-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: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .s-vermin__feature-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 52px;
    padding-bottom: 44px;
  }
}
.s-vermin__feature-item + .s-vermin__feature-item {
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .s-vermin__feature-item + .s-vermin__feature-item {
    padding-top: 50px;
  }
}
.s-vermin__feature-item:last-child {
  border-bottom: 0;
}

.s-vermin__feature-img {
  margin: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #ddd;
}
@media screen and (min-width: 768px) {
  .s-vermin__feature-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 260px;
  }
}

.s-vermin__feature-img img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 260/191;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-vermin__feature-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .s-vermin__feature-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    gap: 0;
  }
}

.s-vermin__feature-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-vermin__feature-title {
    font-size: 20px;
    line-height: 25.8px;
  }
}

.s-vermin__feature-bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  height: 1.4em;
}
@media screen and (min-width: 768px) {
  .s-vermin__feature-bars {
    height: 22px;
  }
}

.s-vermin__feature-bars::before,
.s-vermin__feature-bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ea1212;
}
@media screen and (min-width: 768px) {
  .s-vermin__feature-bars::before,
  .s-vermin__feature-bars::after {
    top: 2px;
    width: 5px;
    height: 20px;
  }
}

.s-vermin__feature-bars::before {
  left: 0;
}

.s-vermin__feature-bars::after {
  left: 5px;
}
@media screen and (min-width: 768px) {
  .s-vermin__feature-bars::after {
    left: auto;
    right: 0;
  }
}

.s-vermin__feature-title-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.s-vermin__feature-goal {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-vermin__feature-goal {
    margin-top: 32px;
    font-size: 16px;
    line-height: 32px;
  }
}

.s-vermin__feature-points {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .s-vermin__feature-points {
    margin-top: 11px;
  }
}

.s-vermin__feature-points li {
  position: relative;
  padding-left: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.85;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-vermin__feature-points li {
    font-size: 16px;
    line-height: 32px;
  }
}
.s-vermin__feature-points li::before {
  content: "◯";
  position: absolute;
  left: 0;
  top: 0;
}

.s-vermin__feature-callout {
  margin-top: 32px;
  padding: 24px 28px;
  background: #f3f3f3;
  border: 1px solid #d2d2d2;
}
@media screen and (min-width: 768px) {
  .s-vermin__feature-callout {
    margin-top: 36px;
    padding: 32px 40px;
  }
}

.s-vermin__feature-callout-text {
  position: relative;
  margin: 0;
  padding-left: 44px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-vermin__feature-callout-text {
    font-size: 17px;
    line-height: 43.8px;
  }
}

.s-vermin__feature-callout-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 30px;
  height: 3px;
  background: #ea1212;
}
@media screen and (min-width: 768px) {
  .s-vermin__feature-callout-text::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.s-vermin__feature-callout-black {
  color: #000;
}

.s-vermin__feature-callout-red {
  color: #c72727;
}

.s-vermin__species {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .s-vermin__species {
    padding-bottom: 60px;
  }
}

.s-vermin__species-card {
  margin-top: 24px;
  padding: 32px 16px;
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
}
@media screen and (min-width: 768px) {
  .s-vermin__species-card {
    margin-top: 32px;
    padding: 60px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .s-vermin__species-card {
    padding: 60px 72px;
  }
}

.s-vermin__species-lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.85;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-vermin__species-lead {
    font-size: 16px;
    line-height: 2;
  }
}

.s-vermin__species-grid {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .s-vermin__species-grid {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1000px) {
  .s-vermin__species-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 36px;
  }
}

.s-vermin__species-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.s-vermin__species-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 0 0 19px;
}

.s-vermin__species-text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  max-width: 200px;
}

.s-vermin__species-name {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-vermin__species-name {
    font-size: 20px;
  }
}

.s-vermin__species-bars {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .s-vermin__species-bars {
    gap: 4px;
  }
}

.s-vermin__species-bars::before,
.s-vermin__species-bars::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #a26d1e;
}
@media screen and (min-width: 768px) {
  .s-vermin__species-bars::before,
  .s-vermin__species-bars::after {
    width: 5px;
  }
}

.s-vermin__species-stats {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #353535;
}

.s-vermin__species-stats li {
  margin: 0;
}

.s-vermin__species-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  margin: 11px auto 0;
}
@media screen and (min-width: 768px) {
  .s-vermin__species-image {
    width: 100px;
  }
}

.s-vermin__species-image img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

@media screen and (min-width: 1000px) {
  .s-vermin__species-table tr:nth-child(1) {
    height: 161px;
  }
  .s-vermin__species-table tr:nth-child(2) {
    height: 57px;
  }
  .s-vermin__species-table tr:nth-child(3) {
    height: 76px;
  }
  .s-vermin__species-table tr:nth-child(4) {
    height: 46px;
  }
}
.s-vermin__flow {
  padding-bottom: 48px;
}

.s-vermin__column {
  padding-block: 48px;
}
@media screen and (min-width: 768px) {
  .s-vermin__column {
    padding-block: 70px;
  }
}

.s-vermin__voice {
  padding-block: 48px;
}
@media screen and (min-width: 768px) {
  .s-vermin__voice {
    padding-top: 69px;
    padding-bottom: 60px;
  }
}

.s-vermin__case {
  padding-block: 32px;
}
@media screen and (min-width: 768px) {
  .s-vermin__case {
    padding-block: 78px 60px;
  }
}

.s-termites {
  position: relative;
  isolation: isolate;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .s-termites {
    padding-bottom: 120px;
  }
}

.s-termites > .l-grid-lines {
  z-index: -1;
}

.s-termites__inner {
  position: relative;
  z-index: 1;
  max-width: calc(1200px + 10%);
  margin-inline: auto;
  padding-inline: 5%;
}

.s-termites__intro {
  margin-top: 38px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .s-termites__intro {
    margin-top: 161px;
    padding-bottom: 98px;
  }
}

.s-termites__intro .c-service-intro__text {
  margin-top: 30px;
}

.s-termites__intro .c-service-intro__text p + p {
  margin-top: 32px;
}

.s-termites__facility {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .s-termites__facility {
    padding-bottom: 200px;
  }
}

.s-termites__layout {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .s-termites__layout {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .s-termites__layout {
    --grid-w: min(90vw, 1200px);
    display: grid;
    grid-template-columns: calc(var(--grid-w) * 0.25) calc(var(--grid-w) * 0.75);
    width: var(--grid-w);
    margin-inline: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.s-termites__main {
  min-width: 0;
}

.s-termites__section {
  padding-top: 48px;
}
@media screen and (min-width: 1000px) {
  .s-termites__section {
    padding-top: 88px;
    border-top: rgba(0, 0, 0, 0.08) solid 1px;
  }
}
.s-termites__section:first-child {
  padding-top: 88px;
  padding-bottom: 58px;
}

.s-termites__feature-card {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 32px 24px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .s-termites__feature-card {
    margin-top: 32px;
    padding: 50px 70px;
  }
}

.s-termites__feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.s-termites__feature-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: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .s-termites__feature-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 52px;
    padding-bottom: 44px;
  }
}
.s-termites__feature-item + .s-termites__feature-item {
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .s-termites__feature-item + .s-termites__feature-item {
    padding-top: 50px;
  }
}
.s-termites__feature-item:last-child {
  border-bottom: 0;
}

.s-termites__feature-img {
  margin: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #ddd;
}
@media screen and (min-width: 768px) {
  .s-termites__feature-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 260px;
  }
}

.s-termites__feature-img img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 260/191;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-termites__feature-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .s-termites__feature-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    gap: 0;
  }
}

.s-termites__feature-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-termites__feature-title {
    font-size: 20px;
    line-height: 25.8px;
  }
}

.s-termites__feature-bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  height: 1.4em;
}
@media screen and (min-width: 768px) {
  .s-termites__feature-bars {
    height: 22px;
  }
}

.s-termites__feature-bars::before,
.s-termites__feature-bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ea1212;
}
@media screen and (min-width: 768px) {
  .s-termites__feature-bars::before,
  .s-termites__feature-bars::after {
    top: 2px;
    width: 5px;
    height: 20px;
  }
}

.s-termites__feature-bars::before {
  left: 0;
}

.s-termites__feature-bars::after {
  left: 5px;
}
@media screen and (min-width: 768px) {
  .s-termites__feature-bars::after {
    left: auto;
    right: 0;
  }
}

.s-termites__feature-title-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.s-termites__feature-goal {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-termites__feature-goal {
    margin-top: 32px;
    font-size: 16px;
    line-height: 32px;
  }
}

.s-termites__feature-points {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .s-termites__feature-points {
    margin-top: 11px;
  }
}

.s-termites__feature-points li {
  position: relative;
  padding-left: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.85;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-termites__feature-points li {
    font-size: 16px;
    line-height: 32px;
  }
}
.s-termites__feature-points li::before {
  content: "◯";
  position: absolute;
  left: 0;
  top: 0;
}

.s-termites__feature-callout {
  margin-top: 32px;
  padding: 24px 28px;
  background: #f3f3f3;
  border: 1px solid #d2d2d2;
}
@media screen and (min-width: 768px) {
  .s-termites__feature-callout {
    margin-top: 36px;
    padding: 32px 40px;
  }
}

.s-termites__feature-callout-text {
  position: relative;
  margin: 0;
  padding-left: 44px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-termites__feature-callout-text {
    font-size: 17px;
    line-height: 43.8px;
  }
}

.s-termites__feature-callout-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 30px;
  height: 3px;
  background: #ea1212;
}
@media screen and (min-width: 768px) {
  .s-termites__feature-callout-text::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.s-termites__feature-callout-black {
  color: #000;
}

.s-termites__feature-callout-red {
  color: #c72727;
}

.s-termites__species {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .s-termites__species {
    padding-bottom: 60px;
  }
}

.s-termites__species-card {
  margin-top: 24px;
  padding: 32px 16px;
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
}
@media screen and (min-width: 768px) {
  .s-termites__species-card {
    margin-top: 32px;
    padding: 60px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .s-termites__species-card {
    padding: 60px 72px;
  }
}

.s-termites__species-lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.85;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-termites__species-lead {
    font-size: 16px;
    line-height: 2;
  }
}

.s-termites__species-grid {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .s-termites__species-grid {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1000px) {
  .s-termites__species-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 36px;
  }
}

.s-termites__species-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.s-termites__species-header {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  padding: 0 0 19px;
}

.s-termites__species-text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.s-termites__species-name {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-termites__species-name {
    font-size: 20px;
  }
}

.s-termites__species-bars {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .s-termites__species-bars {
    gap: 4px;
  }
}

.s-termites__species-bars::before,
.s-termites__species-bars::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #a26d1e;
}
@media screen and (min-width: 768px) {
  .s-termites__species-bars::before,
  .s-termites__species-bars::after {
    width: 5px;
  }
}

.s-termites__species-stats {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #353535;
}

.s-termites__species-stats li {
  margin: 0;
}

.s-termites__species-image {
  width: 80%;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
}

.s-termites__species-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-termites__species-table {
  margin-top: auto;
}

@media screen and (min-width: 1000px) {
  .s-termites__species-table tr:nth-child(1) {
    height: 161px;
  }
  .s-termites__species-table tr:nth-child(2) {
    height: 57px;
  }
  .s-termites__species-table tr:nth-child(3) {
    height: 76px;
  }
  .s-termites__species-table tr:nth-child(4) {
    height: 46px;
  }
}
.s-termites__flow {
  padding-bottom: 48px;
}

.s-termites__column {
  padding-block: 48px;
}
@media screen and (min-width: 768px) {
  .s-termites__column {
    padding-block: 70px;
  }
}

.s-termites__voice {
  padding-block: 48px;
}
@media screen and (min-width: 768px) {
  .s-termites__voice {
    padding-top: 69px;
    padding-bottom: 60px;
  }
}

.s-termites__case {
  padding-block: 32px;
}
@media screen and (min-width: 768px) {
  .s-termites__case {
    padding-block: 78px 60px;
  }
}

.s-pest {
  position: relative;
  isolation: isolate;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .s-pest {
    padding-bottom: 120px;
  }
}

.s-pest > .l-grid-lines {
  z-index: -1;
}

.s-pest__inner {
  position: relative;
  z-index: 1;
  max-width: calc(1200px + 10%);
  margin-inline: auto;
  padding-inline: 5%;
}

.s-pest__intro {
  margin-top: 38px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .s-pest__intro {
    margin-top: 161px;
    padding-bottom: 98px;
  }
}

.s-pest__intro .c-service-intro__text {
  margin-top: 30px;
}

.s-pest__intro .c-service-intro__text p + p {
  margin-top: 32px;
}

.s-pest__facility {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .s-pest__facility {
    padding-bottom: 200px;
  }
}

.s-pest__layout {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .s-pest__layout {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .s-pest__layout {
    --grid-w: min(90vw, 1200px);
    display: grid;
    grid-template-columns: calc(var(--grid-w) * 0.25) calc(var(--grid-w) * 0.75);
    width: var(--grid-w);
    margin-inline: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.s-pest__main {
  min-width: 0;
}

.s-pest__section {
  padding-top: 48px;
}
@media screen and (min-width: 1000px) {
  .s-pest__section {
    padding-top: 88px;
    border-top: rgba(0, 0, 0, 0.08) solid 1px;
  }
}
.s-pest__section:first-child {
  padding-top: 88px;
  padding-bottom: 58px;
}

.s-pest__feature-card {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 32px 24px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .s-pest__feature-card {
    margin-top: 32px;
    padding: 50px 70px;
  }
}

.s-pest__feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.s-pest__feature-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: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .s-pest__feature-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 52px;
    padding-bottom: 44px;
  }
}
.s-pest__feature-item + .s-pest__feature-item {
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .s-pest__feature-item + .s-pest__feature-item {
    padding-top: 50px;
  }
}
.s-pest__feature-item:last-child {
  border-bottom: 0;
}

.s-pest__feature-img {
  margin: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #ddd;
}
@media screen and (min-width: 768px) {
  .s-pest__feature-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 260px;
  }
}

.s-pest__feature-img img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 260/191;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-pest__feature-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .s-pest__feature-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    gap: 0;
  }
}

.s-pest__feature-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-pest__feature-title {
    font-size: 20px;
    line-height: 25.8px;
  }
}

.s-pest__feature-bars {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  height: 1.4em;
}
@media screen and (min-width: 768px) {
  .s-pest__feature-bars {
    height: 22px;
  }
}

.s-pest__feature-bars::before,
.s-pest__feature-bars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ea1212;
}
@media screen and (min-width: 768px) {
  .s-pest__feature-bars::before,
  .s-pest__feature-bars::after {
    top: 2px;
    width: 5px;
    height: 20px;
  }
}

.s-pest__feature-bars::before {
  left: 0;
}

.s-pest__feature-bars::after {
  left: 5px;
}
@media screen and (min-width: 768px) {
  .s-pest__feature-bars::after {
    left: auto;
    right: 0;
  }
}

.s-pest__feature-title-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.s-pest__feature-goal {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  color: #c72727;
}
@media screen and (min-width: 768px) {
  .s-pest__feature-goal {
    margin-top: 32px;
    font-size: 16px;
    line-height: 32px;
  }
}

.s-pest__feature-points {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .s-pest__feature-points {
    margin-top: 11px;
  }
}

.s-pest__feature-points li {
  position: relative;
  padding-left: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.85;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-pest__feature-points li {
    font-size: 16px;
    line-height: 32px;
  }
}
.s-pest__feature-points li::before {
  content: "◯";
  position: absolute;
  left: 0;
  top: 0;
}

.s-pest__feature-callout {
  margin-top: 32px;
  padding: 24px 28px;
  background: #f3f3f3;
  border: 1px solid #d2d2d2;
}
@media screen and (min-width: 768px) {
  .s-pest__feature-callout {
    margin-top: 36px;
    padding: 32px 40px;
  }
}

.s-pest__feature-callout-text {
  position: relative;
  margin: 0;
  padding-left: 44px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-pest__feature-callout-text {
    font-size: 17px;
    line-height: 43.8px;
  }
}

.s-pest__feature-callout-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 30px;
  height: 3px;
  background: #ea1212;
}
@media screen and (min-width: 768px) {
  .s-pest__feature-callout-text::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.s-pest__feature-callout-black {
  color: #000;
}

.s-pest__feature-callout-red {
  color: #c72727;
}

.s-pest__species {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .s-pest__species {
    padding-bottom: 60px;
  }
}

.s-pest__species-card {
  margin-top: 24px;
  padding: 32px 16px;
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
}
@media screen and (min-width: 768px) {
  .s-pest__species-card {
    margin-top: 32px;
    padding: 60px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .s-pest__species-card {
    padding: 60px 72px;
  }
}

.s-pest__species-lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.85;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .s-pest__species-lead {
    font-size: 16px;
    line-height: 2;
  }
}

.s-pest__species-grid {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .s-pest__species-grid {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1000px) {
  .s-pest__species-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 36px;
  }
}

.s-pest__species-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.s-pest__species-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 0 0 19px;
}

.s-pest__species-text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  max-width: 200px;
}

.s-pest__species-name {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-pest__species-name {
    font-size: 20px;
  }
}

.s-pest__species-bars {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .s-pest__species-bars {
    gap: 4px;
  }
}

.s-pest__species-bars::before,
.s-pest__species-bars::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #a26d1e;
}
@media screen and (min-width: 768px) {
  .s-pest__species-bars::before,
  .s-pest__species-bars::after {
    width: 5px;
  }
}

.s-pest__species-stats {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #353535;
}

.s-pest__species-stats li {
  margin: 0;
}

.s-pest__species-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  margin: 11px auto 0;
}
@media screen and (min-width: 768px) {
  .s-pest__species-image {
    width: 100px;
  }
}

.s-pest__species-image img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.s-pest__species-table {
  margin-top: auto;
}

@media screen and (min-width: 1000px) {
  .s-pest__species-table tr:nth-child(1) {
    height: 55px;
  }
  .s-pest__species-table tr:nth-child(2) {
    height: 145px;
  }
  .s-pest__species-table tr:nth-child(3) {
    height: 130px;
  }
}
.s-pest__flow {
  padding-bottom: 48px;
}

.s-pest__column {
  padding-block: 48px;
}
@media screen and (min-width: 768px) {
  .s-pest__column {
    padding-block: 70px;
  }
}

.s-pest__related {
  padding-block: 32px 64px;
}
@media screen and (min-width: 768px) {
  .s-pest__related {
    padding-block: 60px 100px;
  }
}

.s-pest__voice {
  padding-block: 48px;
}
@media screen and (min-width: 768px) {
  .s-pest__voice {
    padding-top: 69px;
    padding-bottom: 60px;
  }
}

.s-pest__case {
  padding-block: 32px;
}
@media screen and (min-width: 768px) {
  .s-pest__case {
    padding-block: 78px 60px;
  }
}

.s-not-found {
  position: relative;
  isolation: isolate;
  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;
  min-height: 70vh;
  padding: 60px 16px;
}

.s-not-found > .l-grid-lines {
  z-index: -1;
}

.s-not-found__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(90vw, 1200px);
}

.s-not-found__en,
.s-not-found__number {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: #c72727;
  line-height: 1;
}

.s-not-found__en {
  font-size: clamp(42px, 6.616vw + 17.191px, 68px);
}

.s-not-found__number {
  font-size: clamp(144px, 21.883vw + 61.939px, 230px);
  margin-top: -44px;
}

.s-not-found__lead {
  margin: 30px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .s-not-found__lead {
    font-size: 19.831px;
    line-height: 39.043px;
  }
}

.s-not-found__btn {
  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;
  gap: 8px;
  width: 246px;
  height: 49px;
  margin-top: 36px;
  border-radius: 6px;
  background: linear-gradient(221.36deg, #f86036 2.81%, #d41c1f 69.94%);
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.s-not-found__btn:hover {
  opacity: 0.85;
}
@media screen and (min-width: 768px) {
  .s-not-found__btn {
    margin-top: 50px;
  }
}

.s-not-found__btn-pulse {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.s-not-found__btn-pulse svg {
  display: block;
}

.s-not-found__btn-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

/*# sourceMappingURL=theme.css.map*/