@charset "UTF-8";
:root {
  --site-header-height: 52px;
  --fudo-single-text: 16px;
  --fudo-single-line-height: 1.6;
  --fudo-single-color: #333333;
}
@media screen and (min-width: 751px) {
  :root {
    --site-header-height: 70px;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --site-header-height: 100px;
    --container-max: 1180px;
    --sidebar-width: 311px;
    --single-fudou-gap: 34px;
  }
}

html {
  font-size: 1rem;
  scroll-behavior: smooth;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

body {
  color: #000000;
  background-color: #f9f8f7;
  font-family: "noto sans jp", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}
body .is-nav-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
}

li {
  list-style-type: none;
}

h1 {
  letter-spacing: 0.01em;
  font-weight: 400;
}

h2 {
  letter-spacing: 0.02em;
  font-weight: 400;
}

#nendebcopy {
  display: none;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

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

ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}

ol {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

address {
  font-family: inherit;
  font-style: normal;
}

::marker {
  content: none;
}

input[type=submit] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font: inherit;
  color: inherit;
  text-decoration: none;
}

.site-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.site-header__inner {
  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;
  padding-block: 13px;
  width: 100%;
  height: var(--site-header-height);
}
@media screen and (min-width: 1024px) {
  .site-header__inner {
    padding-block: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 24px;
    padding-right: clamp(10.4375rem, -94.6634615385rem + 121.1538461538vw, 14.375rem);
  }
}
.site-header__logo {
  display: block;
}
.site-header__logo-image {
  display: block;
  max-width: min(275px, 73.3333333333vw);
  width: 100%;
  aspect-ratio: 219/26;
}
@media screen and (min-width: 1024px) {
  .site-header__logo-image {
    max-width: min(275px, 19.0972222222vw);
  }
}
.site-header__tagline {
  display: none;
}
@media screen and (min-width: 1024px) {
  .site-header__tagline {
    display: block;
    font-size: clamp(0.875rem, 0.5673076923rem + 0.4807692308vw, 1rem);
  }
}
.site-header__company {
  display: block;
  font-weight: 700;
  font-size: clamp(0.9375rem, 0.7979651163rem + 0.6976744186vw, 1.125rem);
  line-height: 1.2;
  color: #29865c;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .site-header__company {
    font-size: clamp(0.9375rem, 0.0144230769rem + 1.4423076923vw, 1.3125rem);
  }
}
.site-header .site-header-nav__address {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.site-header .site-header-nav__address:hover {
  color: #29865c;
  color: #29865c;
}
.site-header .site-header__cta {
  display: none;
}
@media screen and (min-width: 1024px) {
  .site-header .site-header__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: clamp(9.25rem, -47.4711538462rem + 65.3846153846vw, 11.375rem);
    height: 100%;
    background: #29865c;
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border-radius: 0 0 0 20px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}
.site-header .site-header__cta::before {
  content: "";
  display: block;
  background-color: #ffffff;
  mask: url("../assets/svg/icon-mail.svg") no-repeat center/contain;
  -webkit-mask: url("../assets/svg/icon-mail.svg") no-repeat center/contain;
  width: 18px;
  aspect-ratio: 18/13;
}
.site-header .site-header__cta:hover {
  color: #29865c;
  background-color: #49c1a2;
  color: #ffffff;
}
.site-header .site-header-utility__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}
.site-header .site-header-utility__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 500;
}
.site-header .site-header-utility__tel {
  color: #29865c;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .site-header .site-header-utility__tel {
    font-size: clamp(1rem, 0.0769230769rem + 1.4423076923vw, 1.375rem);
  }
}
.site-header .site-header-utility__tel:before {
  content: "";
  display: block;
  background-color: currentColor;
  color: inherit;
  mask: url("../assets/svg/icon-tel.svg") no-repeat center/contain;
  -webkit-mask: url("../assets/svg/icon-tel.svg") no-repeat center/contain;
  width: 14px;
  aspect-ratio: 14/14;
}
@media (hover: none) {
  .site-header .site-header-utility__tel {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .site-header .site-header-utility__tel:active {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .site-header .site-header-utility__tel:hover {
    opacity: 0.8;
  }
}
.site-header .site-header-utility {
  display: none;
}
@media screen and (min-width: 1024px) {
  .site-header .site-header-utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
}
.site-header .site-header-utility__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header .site-header-utility__list > .menu-item {
  border-right: 1px solid #dcdcdc;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .site-header .site-header-utility__list > .menu-item {
    font-size: clamp(0.75rem, -0.1730769231rem + 1.4423076923vw, 1.125rem);
    padding-right: clamp(0.75rem, -19.2692307692rem + 23.0769230769vw, 1.5rem);
  }
}
.site-header .site-header-utility__list > .menu-item:last-child {
  border-right: none;
}
@media (hover: none) {
  .site-header .site-header-utility__list > .menu-item {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .site-header .site-header-utility__list > .menu-item:active a::before {
    scale: 1.3;
    -webkit-transition: scale 0.3s ease;
    transition: scale 0.3s ease;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .site-header .site-header-utility__list > .menu-item:hover a::before {
    scale: 1.3;
    -webkit-transition: scale 0.3s ease;
    transition: scale 0.3s ease;
  }
}
.site-header .site-header-utility__list > .menu-item.menu-item-has-children {
  position: relative;
}
.site-header .site-header-utility__list > .menu-item.menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 10px;
}
.site-header .site-header-utility__list > .menu-item > .sub-menu {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 180px;
  padding: 24px 22px;
  margin: 0;
  list-style: none;
  background: #fff;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.2s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.2s ease, -webkit-transform 0.3s ease;
}
.site-header .site-header-utility__list > .menu-item.menu-item-has-children:hover > .sub-menu, .site-header .site-header-utility__list > .menu-item.menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: auto;
}
.site-header .site-header-utility .site-header-utility__list > .menu-item > .sub-menu:hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.site-header .site-header-utility__list > .menu-item > .sub-menu .menu-item > a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9375rem;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
}
.site-header .site-header-utility__list > .menu-item > .sub-menu .menu-item > a:hover {
  color: #29865c;
  background-color: inherit;
}
.site-header .site-header-utility__list > .menu-item > .sub-menu .menu-item > a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  mask: url("../assets/svg/icon-hover-arrow.svg") no-repeat center/contain;
  -webkit-mask: url("../assets/svg/icon-hover-arrow.svg") no-repeat center/contain;
}
.site-header .site-header-utility__list > .menu-item > .sub-menu .menu-item > a:hover, .site-header .site-header-utility__list > .menu-item > .sub-menu .menu-item > a:focus-visible {
  color: #29865c;
}
.site-header .site-header-utility__list > .menu-item > a.icon-sell, .site-header .site-header-utility__list > .menu-item > a.icon-buy, .site-header .site-header-utility__list > .menu-item > a.icon-info, .site-header .site-header-utility__list > .menu-item > a.icon-company, .site-header .site-header-utility__list > .menu-item > a.icon-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: clamp(0.75rem, -19.2692307692rem + 23.0769230769vw, 1.5rem);
  gap: 16px;
}
.site-header .site-header-utility__list > .menu-item > a.icon-sell::before, .site-header .site-header-utility__list > .menu-item > a.icon-buy::before, .site-header .site-header-utility__list > .menu-item > a.icon-info::before, .site-header .site-header-utility__list > .menu-item > a.icon-company::before, .site-header .site-header-utility__list > .menu-item > a.icon-news::before {
  content: "";
  display: block;
  width: clamp(1.8125rem, 1.1971153846rem + 0.9615384615vw, 2.0625rem);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.site-header .site-header-utility__list > .menu-item.menu-item-has-children > a.icon-sell::before {
  background-image: url("../assets/svg/icon-sell.svg");
}
.site-header .site-header-utility__list > .menu-item.menu-item-has-children > a.icon-buy::before {
  background-image: url("../assets/svg/icon-buy.svg");
}
.site-header .site-header-utility__list > .menu-item > a.icon-info::before {
  background-image: url("../assets/svg/icon-info.svg");
}
.site-header .site-header-utility__list > .menu-item > a.icon-company::before {
  background-image: url("../assets/svg/icon-company.svg");
}
.site-header .site-header-utility__list > .menu-item > a.icon-news::before {
  background-image: url("../assets/svg/icon-news.svg");
}

.primary-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .primary-nav {
    display: none;
  }
}
.primary-nav.is-open {
  pointer-events: auto;
}
.primary-nav__toggle {
  width: 50px;
  height: var(--site-header-height);
  border-radius: 0 0 0 10px;
  background: #29865c;
  padding: 10px 8px;
  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;
  background: #29865c;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  min-width: 44px;
  min-height: 44px;
  gap: 6px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  pointer-events: auto;
}
@media screen and (min-width: 751px) {
  .primary-nav__toggle {
    width: 75px;
    gap: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .primary-nav__toggle {
    width: 91px;
    gap: 16px;
  }
}
.primary-nav__toggle-bar {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  border-radius: 1px;
  position: relative;
  -webkit-transition: background-color 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, top 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 751px) {
  .primary-nav__toggle-bar {
    width: 40px;
  }
}
.primary-nav__toggle-bar:nth-child(3) {
  left: -2px;
  width: 16px;
}
@media screen and (min-width: 751px) {
  .primary-nav__toggle-bar:nth-child(3) {
    width: 32px;
    left: -3px;
  }
}
.primary-nav__toggle-label {
  display: none;
}
.primary-nav__toggle.is-open {
  background-color: #ffffff;
}
.primary-nav__toggle.is-open .primary-nav__toggle-bar {
  background-color: #29865c;
}
.primary-nav__toggle.is-open .primary-nav__toggle-bar:nth-child(1) {
  top: 22%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 751px) {
  .primary-nav__toggle.is-open .primary-nav__toggle-bar:nth-child(1) {
    top: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .primary-nav__toggle.is-open .primary-nav__toggle-bar:nth-child(1) {
    top: 22%;
  }
}
.primary-nav__toggle.is-open .primary-nav__toggle-bar:nth-child(2) {
  top: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.primary-nav__toggle.is-open .primary-nav__toggle-bar:nth-child(3) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.primary-nav__list, .primary-nav .menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -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;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - var(--site-header-height));
  top: 0;
  margin-top: var(--site-header-height, 52px);
  left: 0;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  background-color: #29865c;
  color: #ffffff;
  padding-top: 16px;
  padding-inline: min(10.6666666667vw, 40px);
  overflow-y: scroll;
}
.primary-nav__list.is-open, .primary-nav .menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.primary-nav__list .menu-item, .primary-nav .menu .menu-item {
  max-width: 500px;
  margin-inline: auto;
}
.primary-nav__list .menu-item > a, .primary-nav .menu .menu-item > a {
  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-block: 24px;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.6889534884rem + 0.9302325581vw, 1.125rem);
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #f2f2f2;
}
@media (hover: none) {
  .primary-nav__list .menu-item > a, .primary-nav .menu .menu-item > a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .primary-nav__list .menu-item > a:active, .primary-nav .menu .menu-item > a:active {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .primary-nav__list .menu-item > a:hover, .primary-nav .menu .menu-item > a:hover {
    opacity: 0.8;
  }
}
.primary-nav__list .menu-item-has-children > a::after, .primary-nav .menu .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.primary-nav__list .menu-item-has-children.is-open > a, .primary-nav .menu .menu-item-has-children.is-open > a {
  border-bottom: none;
}
.primary-nav__list a::after, .primary-nav .menu a::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.primary-nav__list .primary-nav__cta-list, .primary-nav .menu .primary-nav__cta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.primary-nav__list .sub-menu, .primary-nav .menu .sub-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, max-height 0.5s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, max-height 0.5s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, max-height 0.5s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, max-height 0.5s ease, -webkit-transform 0.3s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
  background: inherit;
  max-height: 0;
  overflow: hidden;
}
.primary-nav__list .sub-menu.is-open, .primary-nav .menu .sub-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  max-height: 500px;
  border-bottom: 1px solid #f2f2f2;
}
.primary-nav__list .sub-menu .menu-item:last-child, .primary-nav .menu .sub-menu .menu-item:last-child {
  margin-bottom: 16px;
}
.primary-nav__list .sub-menu .menu-item > a, .primary-nav .menu .sub-menu .menu-item > a {
  padding-block: 6px;
  padding-left: 15px;
  font-weight: 500;
  font-size: clamp(0.8125rem, 0.6729651163rem + 0.6976744186vw, 1rem);
  color: inherit;
  border-bottom: none;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.primary-nav__list .sub-menu .menu-item > a::before, .primary-nav .menu .sub-menu .menu-item > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: currentColor;
  mask: url("../assets/svg/icon-hover-arrow.svg") no-repeat center/contain;
  -webkit-mask: url("../assets/svg/icon-hover-arrow.svg") no-repeat center/contain;
}
.primary-nav__list .menu-item--cta, .primary-nav .menu .menu-item--cta {
  padding: 16px 0;
  min-height: 120px;
}
.primary-nav__list .primary-nav__cta-list, .primary-nav .menu .primary-nav__cta-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.primary-nav__list .primary-nav__cta-item:nth-of-type(1), .primary-nav .menu .primary-nav__cta-item:nth-of-type(1) {
  width: 100%;
}
.primary-nav__list .primary-nav__cta-item:nth-of-type(1) a:hover, .primary-nav .menu .primary-nav__cta-item:nth-of-type(1) a:hover {
  color: #29865c;
  border: 1px solid #ffffff;
  background-color: #29865c;
  color: #ffffff;
}
.primary-nav__list .primary-nav__cta-item:nth-of-type(2), .primary-nav .menu .primary-nav__cta-item:nth-of-type(2) {
  width: calc(50% - 6px);
}
.primary-nav__list .primary-nav__cta-item:nth-of-type(2) a:hover, .primary-nav .menu .primary-nav__cta-item:nth-of-type(2) a:hover {
  color: #29865c;
  border: 1px solid #ffffff;
  background-color: #29865c;
  color: #ffffff;
}
.primary-nav__list .primary-nav__cta-item:nth-of-type(3), .primary-nav .menu .primary-nav__cta-item:nth-of-type(3) {
  width: calc(50% - 6px);
}
@media (hover: none) {
  .primary-nav__list .primary-nav__cta-item:nth-of-type(3) a, .primary-nav .menu .primary-nav__cta-item:nth-of-type(3) a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .primary-nav__list .primary-nav__cta-item:nth-of-type(3) a:active, .primary-nav .menu .primary-nav__cta-item:nth-of-type(3) a:active {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .primary-nav__list .primary-nav__cta-item:nth-of-type(3) a:hover, .primary-nav .menu .primary-nav__cta-item:nth-of-type(3) a:hover {
    opacity: 0.8;
  }
}
.primary-nav__list .primary-nav__cta-link, .primary-nav .menu .primary-nav__cta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  gap: 8px;
  color: #29865c;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.primary-nav__list .primary-nav__cta-link::before, .primary-nav .menu .primary-nav__cta-link::before {
  content: "";
  background-color: currentColor;
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.primary-nav__list .primary-nav__cta-link--mail::before, .primary-nav .menu .primary-nav__cta-link--mail::before {
  mask: url("../assets/svg/icon-mail.svg") no-repeat center/contain;
  -webkit-mask: url("../assets/svg/icon-mail.svg") no-repeat center/contain;
  width: 17px;
  aspect-ratio: 17/14;
}
.primary-nav__list .primary-nav__cta-link--tel::before, .primary-nav .menu .primary-nav__cta-link--tel::before {
  mask: url("../assets/svg/icon-tel.svg") no-repeat center/contain;
  -webkit-mask: url("../assets/svg/icon-tel.svg") no-repeat center/contain;
  width: 18px;
  aspect-ratio: 18/18;
}
.primary-nav__list .primary-nav__cta-link--line::before, .primary-nav .menu .primary-nav__cta-link--line::before {
  background-image: url("../assets/svg/icon-line.svg");
  background-color: #3acd01;
  width: 24px;
  aspect-ratio: 24/24;
}
.primary-nav__list .primary-nav__cta-text, .primary-nav .menu .primary-nav__cta-text {
  font-weight: 700;
  font-size: 1.125rem;
  color: inherit;
}
.primary-nav__list .primary-nav__cta-link--line, .primary-nav .menu .primary-nav__cta-link--line {
  color: #ffffff;
  background-color: #3acd01;
  border-color: #3acd01;
}

.button-secondary {
  max-width: 262px;
  width: 100%;
  height: 54px;
  background-color: #2B8E62;
  border-radius: 5px;
  color: #ffffff;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #2B8E62;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.button-secondary:hover {
  color: #2B8E62;
  background-color: #ffffff;
  border-color: #2B8E62;
}
.button-secondary:hover::after {
  border-right-color: #2B8E62;
  border-bottom-color: #2B8E62;
}
.button-secondary a,
.button-secondary input {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.button-secondary::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 17.18px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  margin-left: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.button--tertiary {
  max-width: 299px;
  width: 100%;
  height: 54px;
  background-color: #d22600;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #d22600;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
@media (hover: none) {
  .button--tertiary {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .button--tertiary:active {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .button--tertiary:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1024px) {
  .button--tertiary {
    color: #ffffff;
  }
}

.button--tertiary__link {
  width: 100%;
  height: 100%;
  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;
  padding-left: 22.5px;
  position: relative;
}
.button--tertiary__link::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 16px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  margin-left: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .button--tertiary__link::after {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
}

.button--tertiary__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}
.button--tertiary__text::before {
  content: "";
  display: block;
  width: 36px;
  height: 31px;
  background-color: #ffffff;
  -webkit-mask: url("../assets/svg/icon-youtube.svg") no-repeat center/contain;
          mask: url("../assets/svg/icon-youtube.svg") no-repeat center/contain;
}

.title-primary {
  text-align: center;
  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: 16px;
}

.title-primary__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  gap: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .title-primary__title {
    font-size: 2rem;
  }
}
.title-primary__title::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #49c1a2;
}

.title-primary__lead {
  display: none;
}
@media screen and (min-width: 1024px) {
  .title-primary__lead {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}

/*====================================
contact
====================================*/
.contact {
  width: 100%;
  padding-block: 54px;
  background-color: #29865c;
}
@media screen and (min-width: 1024px) {
  .contact {
    padding-inline: 40px;
  }
}

.contact__inner {
  margin-inline: auto;
  max-width: 91.4666666667%;
  border-radius: 10px;
  background: #ffffff;
  padding: 32px 24px;
}
@media screen and (min-width: 751px) {
  .contact__inner {
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .contact__inner {
    max-width: 1220px;
    padding-inline: 40px;
    padding: 64px 60px;
    position: relative;
  }
  .contact__inner::after {
    position: absolute;
    content: "";
    display: block;
    width: 93.371px;
    height: 122.715px;
    background: url("../assets/image/contact-decoration-bottom.webp") no-repeat center center/cover;
    bottom: 0;
    left: calc(50% - clamp(28.96875rem, 17.1225961538rem + 18.5096153846vw, 33.78125rem));
  }
}

@media screen and (min-width: 1024px) {
  .contact__head-title {
    position: relative;
    z-index: 1;
  }
  .contact__head-title::before {
    z-index: 3;
  }
  .contact__head-title::after {
    position: absolute;
    content: "";
    display: block;
    width: 91px;
    aspect-ratio: 91/63;
    background-image: url("../assets/svg/icon-contact-heading.svg");
    top: -17px;
    right: -46px;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .contact__head-title span {
    position: relative;
    z-index: 2;
  }
}

.contact__head-lead {
  display: block;
  color: #333333;
  text-align: center;
  font-size: clamp(0.8125rem, 0.6729651163rem + 0.6976744186vw, 1rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.contact__main {
  margin-top: 32px;
  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: 24px;
}
@media screen and (min-width: 1024px) {
  .contact__main {
    margin-top: 56px;
    gap: 32px;
  }
}

.contact__forms {
  max-width: 300px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .contact__forms {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
    gap: 40px;
  }
}

.button-quaternary {
  border: 1px solid currentColor;
  color: #ffffff;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .button-quaternary {
    max-width: 386px;
  }
}

.button-quaternary__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 24px;
  width: 100%;
  gap: clamp(1rem, 0.6279069767rem + 1.8604651163vw, 1.5rem);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.button-quaternary__link::before {
  content: "";
  background-color: currentColor;
  color: inherit;
}
@media screen and (min-width: 1024px) {
  .button-quaternary__link {
    gap: 8px;
  }
}

.button-quaternary__text {
  font-size: clamp(1rem, 0.8139534884rem + 0.9302325581vw, 1.25rem);
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .button-quaternary__text {
    font-size: 1.5rem;
  }
}

.button-quaternary--assessment {
  border: 1px solid #4AA292;
}
.button-quaternary--assessment a {
  background-color: #4AA292;
}
.button-quaternary--assessment a:hover {
  color: #4AA292;
  background-color: #ffffff;
}
.button-quaternary--assessment a:hover::before {
  background-color: #4AA292;
}
.button-quaternary--assessment a::before {
  mask: url("../assets/svg/icon-assessment.svg") no-repeat center/contain;
  -webkit-mask: url("../assets/svg/icon-assessment.svg") no-repeat center/contain;
  width: 20px;
  aspect-ratio: 20/20;
  background-color: currentColor;
}
@media screen and (min-width: 1024px) {
  .button-quaternary--assessment a::before {
    width: 30px;
  }
}

.button-quaternary--form {
  border: 1px solid #29865c;
}
.button-quaternary--form a {
  background-color: #29865c;
}
.button-quaternary--form a:hover {
  color: #29865c;
  background-color: #ffffff;
}
.button-quaternary--form a:hover::before {
  background-color: #29865c;
}
.button-quaternary--form a::before {
  mask: url("../assets/svg/icon-mail.svg") no-repeat center/contain;
  -webkit-mask: url("../assets/svg/icon-mail.svg") no-repeat center/contain;
  width: 17px;
  aspect-ratio: 17/14;
  background-color: currentColor;
}
@media screen and (min-width: 1024px) {
  .button-quaternary--form a::before {
    width: 22px;
  }
}

.button-quaternary--line a {
  background-color: #3acd01;
  border: 1px solid #3acd01;
}
@media (hover: none) {
  .button-quaternary--line a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .button-quaternary--line a:active {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .button-quaternary--line a:hover {
    opacity: 0.8;
  }
}
.button-quaternary--line a::before {
  background: url("../assets/svg/icon-line.svg") no-repeat center/contain;
  width: 26px;
  aspect-ratio: 26/26;
}
@media screen and (min-width: 1024px) {
  .button-quaternary--line a::before {
    width: 30px;
  }
}

.contact__side {
  max-width: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .contact__side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 63.5px;
    max-width: none;
  }
}

@media screen and (min-width: 1024px) {
  .contact__tel {
    max-width: 368px;
    width: 100%;
  }
}

.contact__tel-label {
  color: #000000;
  text-align: center;
  font-size: clamp(1rem, 0.8139534884rem + 0.9302325581vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.contact__tel-number {
  margin-top: 8px;
  color: #29865c;
}
@media (hover: none) {
  .contact__tel-number {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .contact__tel-number:active {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .contact__tel-number:hover {
    opacity: 0.8;
  }
}
.contact__tel-number a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.contact__tel-number a::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 30/30;
  background: url("../assets/svg/icon-tel.svg") no-repeat center/contain;
}
@media screen and (min-width: 1024px) {
  .contact__tel-number a::before {
    width: 38px;
  }
}

.contact__tel-number-text {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.875rem, 1.4098837209rem + 2.3255813953vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 1024px) {
  .contact__tel-number-text {
    font-size: 3.125rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
  }
}

.contact__tel-time {
  margin-top: 16px;
  color: #333333;
  text-align: center;
  font-size: clamp(0.875rem, 0.6889534884rem + 0.9302325581vw, 1.125rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}

.contact__line {
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .contact__line {
    max-width: 386px;
  }
}

.contact__line-label {
  display: none;
}
@media screen and (min-width: 1024px) {
  .contact__line-label {
    display: block;
    color: #000000;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}

/*====================================
footer
====================================*/
.footer {
  background-color: #444444;
  padding-block: 40px 51.6px;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding-block: 80px;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    max-width: 1120px;
    padding-inline: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-inline: auto;
  }
}

.footer__pc-extra {
  display: contents;
}
@media screen and (min-width: 1024px) {
  .footer__pc-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 32px;
  }
}

.footer__sns {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.footer-sns__list {
  max-width: 91.4666666667%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.footer-sns__item {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: none) {
  .footer-sns__item {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .footer-sns__item:active {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .footer-sns__item:hover {
    opacity: 0.8;
  }
}

.footer-sns__link {
  width: 40px;
  aspect-ratio: 40/40;
}
@media screen and (min-width: 1024px) {
  .footer-sns__link {
    width: 36px;
  }
}

.footer-sns__item--line {
  background: url("../assets/svg/icon-line.svg") no-repeat center/contain;
}

.footer-sns__item--instagram {
  background: url("../assets/svg/icon-instagram.svg") no-repeat center/contain;
}

.footer-sns__item--youtube {
  background: url("../assets/svg/icon-youtube-footer.svg") no-repeat center/contain;
}

.footer-sns__item--athome {
  background: url("../assets/svg/icon-athome.svg") no-repeat center/contain;
}

.footer__body {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 80px;
    padding-bottom: 56px;
    border-bottom: 1px solid #ffffff;
  }
}

.footer__menu {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  max-width: 91.4666666667%;
  margin-inline: auto;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  .footer__menu {
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: none;
  }
}

.footer-menu__block {
  display: block;
}

.footer-menu__heading {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  padding-bottom: 16px;
  border-bottom: 1px solid #ffffff;
}
@media screen and (min-width: 1024px) {
  .footer-menu__heading {
    padding-bottom: 0;
    border-bottom: none;
    letter-spacing: 0.05em;
  }
}

.footer-menu__list {
  margin-top: 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: 20px;
}
@media screen and (min-width: 1024px) {
  .footer-menu__list {
    margin-top: 15px;
    gap: 15px;
  }
}

.footer-menu__item {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .footer-menu__item {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}

.footer-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer-menu__link:hover {
  color: #29865c;
}
@media screen and (min-width: 1024px) {
  .footer-menu__link {
    display: block;
  }
}
.footer-menu__link::before {
  content: "";
  display: block;
  width: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6px;
          flex: 0 0 6px;
  aspect-ratio: 4/7;
  background: url("../assets/svg/icon-arrow-left.svg") no-repeat center/contain;
}
@media screen and (min-width: 1024px) {
  .footer-menu__link::before {
    display: none;
  }
}

.footer-menu__sublist {
  margin-top: 20px;
  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;
}

.footer-menu__subitem {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}

.footer-menu__sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer-menu__sublink:hover {
  color: #29865c;
}
@media screen and (min-width: 1024px) {
  .footer-menu__sublink {
    gap: 0.5em;
  }
}
.footer-menu__sublink::before {
  content: "";
  display: block;
  width: 17px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17px;
          flex: 0 0 17px;
  aspect-ratio: 17/1;
  background: url("../assets/svg/icon-bar.svg") no-repeat center/contain;
}
@media screen and (min-width: 1024px) {
  .footer-menu__sublink::before {
    width: 1em;
  }
}

.footer__info-group {
  margin-top: 56px;
}
@media screen and (min-width: 1024px) {
  .footer__info-group {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: flex-en;
        -ms-flex-align: flex-en;
            align-items: flex-en;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 278px;
            flex: 0 0 278px;
  }
}

.footer__map {
  width: 100%;
  aspect-ratio: 375/210.331;
}
.footer__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .footer__map {
    aspect-ratio: 277/167.783;
    margin-top: 24px;
  }
}

.footer__company {
  max-width: 91.4666666667%;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .footer__company {
    margin-top: 0;
    max-width: none;
    width: 100%;
  }
}

.footer__company-name {
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: none) {
  .footer__company-name {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .footer__company-name:active {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .footer__company-name:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1024px) {
  .footer__company-name {
    text-align: left;
  }
}
.footer__company-name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
}
.footer__company-name a img {
  width: 26px;
  aspect-ratio: 26/26;
}
@media screen and (min-width: 1024px) {
  .footer__company-name a img {
    display: none;
  }
}

.footer-company__name-text {
  font-size: clamp(1rem, 0.6279069767rem + 1.8604651163vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .footer-company__name-text {
    font-size: 1.375rem;
    letter-spacing: 0.05em;
  }
}

.footer-company__address {
  margin-top: 16px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1024px) {
  .footer-company__address {
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}

.footer-company__contact-item {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1024px) {
  .footer-company__contact-item {
    margin-top: 8px;
    font-size: 1rem;
  }
}

.footer-company__contact-term {
  display: none;
}

.footer-company__hours {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .footer-company__hours {
    margin-top: 8px;
  }
}
.footer-company__hours span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer-company__hours span {
    display: inline;
  }
}

.footer-company__holiday {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1024px) {
  .footer-company__holiday {
    margin-top: 8px;
  }
}
.footer-company__holiday span:first-child {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer-company__holiday span:first-child {
    display: inline;
  }
}
.footer-company__holiday span:last-child {
  padding-left: 1em;
}
@media screen and (min-width: 1024px) {
  .footer-company__holiday span:last-child {
    padding-left: 0;
  }
}

.footer__bottom {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 40px;
  max-width: 91.4666666667%;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .footer__bottom {
    margin-top: 0;
    max-width: none;
    margin-inline: 0;
  }
}

.footer-bottom__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .footer-bottom__links {
    font-size: 0.75rem;
  }
}

.footer-bottom__item {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer-bottom__item:hover {
  color: #29865c;
}

.footer-bottom__copyright {
  margin-top: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .footer-bottom__copyright {
    margin-top: 24px;
    color: #CACACA;
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}

.fv {
  background-color: #f9f8f7;
  position: relative;
  height: calc(100vh - var(--site-header-height, 0px));
}
@supports (height: 100dvh) {
  .fv {
    height: calc(100dvh - var(--site-header-height, 0px));
  }
}
.fv::before {
  content: "";
  display: block;
  background-image: url(../assets/image/fv-decoration01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  width: clamp(1.6875rem, 0.9898255814rem + 3.488372093vw, 2.625rem);
  aspect-ratio: 27/37;
  position: absolute;
  top: clamp(3.4375rem, 2.1351744186rem + 6.511627907vw, 5.1875rem);
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .fv::before {
    width: clamp(1.5625rem, 0.8722426471rem + 1.4705882353vw, 1.8125rem);
    top: clamp(8.875rem, 3.0078125rem + 12.5vw, 11rem);
    left: clamp(2.125rem, -0.6360294118rem + 5.8823529412vw, 3.125rem);
  }
}
@media screen and (min-width: 1024px) {
  .fv::before {
    width: clamp(2.4375rem, -1.8701923077rem + 6.7307692308vw, 4.1875rem);
    aspect-ratio: 50/50;
    top: clamp(11.125rem, 5.7403846154rem + 8.4134615385vw, 13.3125rem);
    left: 23px;
  }
}

.fv__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 656/960;
  height: calc(100vh - var(--site-header-height, 0px));
  overflow: hidden;
}
@supports (height: 100dvh) {
  .fv__visual {
    height: calc(100dvh - var(--site-header-height, 0px));
  }
}
@media screen and (min-width: 751px) {
  .fv__visual {
    aspect-ratio: 1280/720;
  }
}

.fv__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-inline: auto;
  z-index: 1;
  height: calc(100vh - var(--site-header-height, 0px));
}
@supports (height: 100dvh) {
  .fv__inner {
    height: calc(100dvh - var(--site-header-height, 0px));
  }
}

.fv__main-video {
  width: 100%;
  height: calc(100vh - var(--site-header-height, 0px));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@supports (height: 100dvh) {
  .fv__main-video {
    height: calc(100dvh - var(--site-header-height, 0px));
  }
}

.fv__copy {
  position: absolute;
  top: 19px;
  left: 26px;
  color: #29865c;
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .fv__copy {
    top: clamp(7.4375rem, 1.9154411765rem + 11.7647058824vw, 9.4375rem);
    left: clamp(3.4375rem, 1.5392922794rem + 4.0441176471vw, 4.125rem);
  }
}
@media screen and (min-width: 1024px) {
  .fv__copy {
    top: clamp(9.125rem, 0.8173076923rem + 12.9807692308vw, 12.5rem);
  }
}

.fv__copy-eyebrow {
  display: inline-block;
  background-color: #ffffff;
  padding: 3px 17px 5px 8px;
  font-size: clamp(1rem, -0.1162790698rem + 5.5813953488vw, 2.5rem);
}
@media screen and (min-width: 751px) {
  .fv__copy-eyebrow {
    font-size: clamp(0.875rem, 0.1847426471rem + 1.4705882353vw, 1.125rem);
    padding: 5.5px 12px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__copy-eyebrow {
    font-size: clamp(1.0625rem, -0.0144230769rem + 1.6826923077vw, 1.5rem);
    padding: 8.5px 24px;
  }
}

.fv__eyebrow--sp {
  letter-spacing: 0.15em;
}
@media screen and (min-width: 751px) {
  .fv__eyebrow--sp {
    display: none;
  }
}

.fv__eyebrow--pc {
  display: none;
}
@media screen and (min-width: 751px) {
  .fv__eyebrow--pc {
    background-color: #ffffff;
    display: inline-block;
    letter-spacing: 0.01em;
    border-radius: 0 5px 5px 0;
  }
}

.fv__title {
  margin-top: 8px;
  font-weight: inherit;
  font-size: clamp(1.75rem, 0.4476744186rem + 6.511627907vw, 3.5rem);
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  .fv__title {
    font-size: clamp(1rem, -0.2079503676rem + 2.5735294118vw, 1.4375rem);
    border-radius: 0 5px 5px 0;
  }
}
@media screen and (min-width: 1024px) {
  .fv__title {
    font-size: clamp(1.1875rem, -1.1201923077rem + 3.6057692308vw, 2.125rem);
    letter-spacing: 0.01em;
  }
}

.fv__title-text {
  background-color: #ffffff;
  display: inline-block;
  padding-inline: 6px 9px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) {
  .fv__title-text {
    padding: 8px 12px;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 751px) {
  .fv__title-text--sp {
    display: none;
  }
}

.fv__title-text--pc {
  display: none;
}
@media screen and (min-width: 751px) {
  .fv__title-text--pc {
    display: inline-block;
    border-radius: 0 5px 5px 0;
  }
}

.fv__link-list {
  position: absolute;
  top: clamp(15.875rem, -0.3110465116rem + 80.9302325581vw, 37.625rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "sell buy" "change change";
  gap: 8px;
  max-width: 78.9333333333vw;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .fv__link-list {
    top: clamp(16.9375rem, 11.4154411765rem + 11.7647058824vw, 18.9375rem);
    max-width: clamp(14rem, 4.8540900735rem + 19.4852941176vw, 17.3125rem);
    width: 100%;
    left: auto;
    right: clamp(5rem, 1.5487132353rem + 7.3529411765vw, 6.25rem);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 1024px) {
  .fv__link-list {
    top: auto;
    bottom: clamp(4.8125rem, 3.8894230769rem + 1.4423076923vw, 5.1875rem);
    max-width: clamp(18.8125rem, 3.2740384615rem + 24.2788461538vw, 25.125rem);
    right: 36px;
  }
}

.fv__link-item {
  border-radius: 5px;
  position: relative;
  z-index: 3;
  height: clamp(2.6875rem, 1.0658783784rem + 8.1081081081vw, 6.25rem);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: none) {
  .fv__link-item {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .fv__link-item:active {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .fv__link-item:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 751px) {
  .fv__link-item {
    height: clamp(2.9375rem, -1.2163461538rem + 6.4903846154vw, 4.625rem);
  }
}
.fv__link-item a {
  width: 100%;
  height: 100%;
  position: relative;
}
.fv__link-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 2;
}

.fv__link-item-text {
  display: block;
  color: #ffffff;
  white-space: nowrap;
  font-size: clamp(1rem, 0.023255814rem + 4.8837209302vw, 2.3125rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  z-index: 3;
}
@media screen and (min-width: 751px) {
  .fv__link-item-text {
    font-size: clamp(0.875rem, 0.7024356618rem + 0.3676470588vw, 0.9375rem);
  }
}
@media screen and (min-width: 1024px) {
  .fv__link-item-text {
    font-size: clamp(0.875rem, -0.6634615385rem + 2.4038461538vw, 1.5rem);
  }
}

.fv__link-item-arrow {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.01em;
  width: clamp(1.25rem, 0.6453488372rem + 3.023255814vw, 2.0625rem);
  aspect-ratio: 1/1;
}
@media screen and (min-width: 751px) {
  .fv__link-item-arrow {
    width: clamp(1.25rem, -0.4756433824rem + 3.6764705882vw, 1.875rem);
  }
}
.fv__link-item-arrow::before {
  content: "";
  width: clamp(0.375rem, 0.0959302326rem + 1.3953488372vw, 0.75rem);
  aspect-ratio: 1/1;
  -webkit-mask: url("../assets/svg/link-arrow.svg") no-repeat center/contain;
          mask: url("../assets/svg/link-arrow.svg") no-repeat center/contain;
}
@media screen and (min-width: 751px) {
  .fv__link-item-arrow::before {
    width: clamp(0.375rem, 0.0298713235rem + 0.7352941176vw, 0.5rem);
  }
}
@media screen and (min-width: 1024px) {
  .fv__link-item-arrow::before {
    width: clamp(0.5rem, 0.1923076923rem + 0.4807692308vw, 0.625rem);
  }
}

.fv__link-item--sell::after,
.fv__link-item--buy::after,
.fv__link-item--change::after {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 751px) {
  .fv__link-item--sell a,
  .fv__link-item--buy a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: flex-start;
  }
}
.fv__link-item--sell a .fv__link-item-text,
.fv__link-item--buy a .fv__link-item-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: clamp(1.3125rem, -1.2916666667rem + 11.1111111111vw, 5.8125rem);
}
@media screen and (min-width: 751px) {
  .fv__link-item--sell a .fv__link-item-text,
  .fv__link-item--buy a .fv__link-item-text {
    left: clamp(0.9375rem, -1.6509650735rem + 5.5147058824vw, 1.875rem);
  }
}
.fv__link-item--sell::after,
.fv__link-item--buy::after {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fv__link-item--sell {
  background-color: #3B936B;
  grid-area: sell;
}
.fv__link-item--sell::after {
  -webkit-mask-image: url("../assets/svg/icon-fv-link-sell.svg");
          mask-image: url("../assets/svg/icon-fv-link-sell.svg");
  background-color: #368461;
  height: 76.9230769231%;
  aspect-ratio: 39/40;
}

.fv__link-item--buy {
  background-color: #e99000;
  grid-area: buy;
}
.fv__link-item--buy::after {
  -webkit-mask-image: url("../assets/svg/icon-fv-link-buy.svg");
          mask-image: url("../assets/svg/icon-fv-link-buy.svg");
  background-color: #d28200;
  height: 94.2307692308%;
  aspect-ratio: 49/49;
}

.fv__link-item--change {
  grid-area: change;
  background-color: #1E73B0;
}
.fv__link-item--change::after {
  -webkit-mask-image: url("../assets/svg/icon-fv-link-change.svg");
          mask-image: url("../assets/svg/icon-fv-link-change.svg");
  background-color: #0B619E;
  height: 82.6923076923%;
  aspect-ratio: 43/43;
  left: 34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .fv__link-item--change::after {
    left: clamp(1.125rem, -1.6360294118rem + 5.8823529412vw, 2.125rem);
  }
}
.fv__link-item--change a {
  display: grid;
  place-items: center;
}

.fv__link-item-arrow--sell::before {
  background-color: #29865c;
}

.fv__link-item-arrow--buy::before {
  background-color: #d28200;
}

.fv__link-item-arrow--change::before {
  background-color: #1E73B0;
}

.fv__news {
  position: absolute;
  right: 0;
  bottom: 42px;
  z-index: 3;
  max-width: 88.5333333333vw;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding-right: clamp(3.0625rem, 1.8066860465rem + 6.2790697674vw, 4.75rem);
  padding-bottom: 8px;
}
@media (hover: none) {
  .fv__news {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .fv__news:active {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .fv__news:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 751px) {
  .fv__news {
    max-width: clamp(25rem, 21.5487132353rem + 7.3529411765vw, 26.25rem);
    padding-right: 0;
    padding-block: clamp(0.5rem, -0.1902573529rem + 1.4705882353vw, 0.75rem);
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .fv__news {
    max-width: clamp(37rem, 30.3846153846rem + 10.3365384615vw, 39.6875rem);
    padding-block: 8px;
  }
}

.fv__news-item {
  padding-left: 16px;
  padding-block: 4.5px 5px;
}
@media screen and (min-width: 751px) {
  .fv__news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
    padding-left: 20px;
    padding-block: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
    padding-left: 32px;
    padding-block: 3px 2px;
  }
}

.fv__news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
  .fv__news-meta {
    gap: clamp(0.5rem, -0.5353860294rem + 2.2058823529vw, 0.875rem);
  }
}

.fv__news-meta-label {
  display: grid;
  place-items: center;
  padding: 2px 13px;
  background-color: #2B8E62;
  color: #ffffff;
  font-size: clamp(0.75rem, 0.1918604651rem + 2.7906976744vw, 1.5rem);
  border-radius: 5px;
}
@media screen and (min-width: 751px) {
  .fv__news-meta-label {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__news-meta-label {
    font-size: 0.875rem;
    padding: 5px 13px;
  }
}

.fv__news-meta-date {
  font-size: clamp(0.8125rem, 0.2078488372rem + 3.023255814vw, 1.625rem);
  color: #777777;
}
@media screen and (min-width: 751px) {
  .fv__news-meta-date {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__news-meta-date {
    font-size: 1rem;
  }
}

.fv__news-title {
  color: #333333;
  font-size: clamp(0.875rem, 0.0377906977rem + 4.1860465116vw, 2rem);
  font-weight: 500;
  line-height: 1.4;
  margin-top: 9.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 751px) {
  .fv__news-title {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .fv__news-title {
    font-size: 1rem;
  }
}

/*====================================
PROPERTY
====================================*/
.property {
  margin-top: 55px;
  padding-bottom: 57px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  .property {
    margin-top: clamp(5.0625rem, -5.2913602941rem + 22.0588235294vw, 8.8125rem);
    padding-bottom: 74px;
  }
}

@media screen and (min-width: 1024px) {
  .property__head-title {
    position: relative;
    z-index: 1;
  }
  .property__head-title::after {
    position: absolute;
    content: "";
    display: block;
    width: 111.64px;
    aspect-ratio: 111.64/91.17;
    background-image: url("../assets/svg/icon-property-heading.svg");
    bottom: 0;
    right: -67.64px;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .property__head-title span {
    position: relative;
    z-index: 2;
  }
}

.property-tabs {
  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(1rem, -0.8181818182rem + 9.0909090909vw, 5rem);
  margin-top: 24px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .property-tabs {
    margin-top: 53px;
  }
}
.property-tabs::before, .property-tabs::after {
  content: "";
  display: none;
  position: absolute;
}
@media screen and (min-width: 751px) {
  .property-tabs::before, .property-tabs::after {
    display: block;
  }
}
.property-tabs::before {
  aspect-ratio: 99/141;
  background: url("../assets/image/property-decoration-left--pc.webp") no-repeat center center/contain;
  width: 51px;
  top: -73px;
  left: 65px;
}
@media screen and (min-width: 1024px) {
  .property-tabs::before {
    width: 99px;
    top: -140px;
    left: calc(50% - clamp(29.375rem, 20.1442307692rem + 14.4230769231vw, 33.125rem));
  }
}
.property-tabs::after {
  aspect-ratio: 112.23/152.64;
  background: url("../assets/image/property-decoration-right--pc.webp") no-repeat center center/contain;
  width: 55.23px;
  top: -74px;
  right: 50px;
}
@media screen and (min-width: 1024px) {
  .property-tabs::after {
    width: 112.23px;
    top: -150px;
    right: calc(50% - clamp(28.125rem, 5.0480769231rem + 36.0576923077vw, 37.5rem));
  }
}

.property-tabs__list-wrapper {
  height: 93px;
  background-color: #29865c;
  overflow-x: auto;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 18px 18px 0 0;
  padding-inline: 15px;
}
@media screen and (min-width: 751px) {
  .property-tabs__list-wrapper {
    padding-inline: 0px;
  }
}
.property-tabs__list-wrapper.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.property-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .property-tabs__list {
    gap: clamp(0.5rem, -1.9615384615rem + 3.8461538462vw, 1.5rem);
  }
}

.property-tabs__item {
  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-weight: 700;
  font-size: 0.875rem;
  border: 1px solid #29865c;
  background: #f9f8f7;
  color: #29865c;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  width: 90px;
  min-width: 90px;
  max-width: 90px;
  height: 66px;
  font-size: 0.9375rem;
  border-radius: 5px 5px 0 0;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media (hover: none) {
  .property-tabs__item {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .property-tabs__item:active {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .property-tabs__item:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 751px) {
  .property-tabs__item {
    min-width: clamp(6.25rem, -4.1038602941rem + 22.0588235294vw, 10rem);
    max-width: clamp(6.25rem, -4.1038602941rem + 22.0588235294vw, 10rem);
    font-size: clamp(0.875rem, 0.1847426471rem + 1.4705882353vw, 1.125rem);
  }
}
.property-tabs__item:nth-of-type(1) {
  background-color: #df5151;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.property-tabs__item:nth-of-type(2) {
  background-color: #e58b31;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.property-tabs__item:nth-of-type(3) {
  background-color: #409faa;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.property-tabs__item:nth-of-type(4) {
  background-color: #60a54e;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.property-tabs__item:nth-of-type(5) {
  background-color: #4479a5;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.property-tabs__item:nth-of-type(6) {
  background-color: #A0806B;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.property-tabs__item.is-active {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 2px 6px rgba(68, 68, 68, 0.1);
          box-shadow: 0 2px 6px rgba(68, 68, 68, 0.1);
}
.property-tabs__item.is-active:nth-of-type(1).is-active {
  background-color: #ffffff;
  color: #df5151;
}
.property-tabs__item.is-active:nth-of-type(2).is-active {
  background-color: #ffffff;
  color: #e58b31;
}
.property-tabs__item.is-active:nth-of-type(3).is-active {
  background-color: #ffffff;
  color: #409faa;
}
.property-tabs__item.is-active:nth-of-type(4).is-active {
  background-color: #ffffff;
  color: #60a54e;
}
.property-tabs__item.is-active:nth-of-type(5).is-active {
  background-color: #ffffff;
  color: #4479a5;
}
.property-tabs__item.is-active:nth-of-type(6).is-active {
  background-color: #ffffff;
  color: #A0806B;
}

.property-tabs__contents {
  position: relative;
  max-width: 91.4666666667%;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .property-tabs__contents {
    max-width: 1180px;
    padding-inline: 40px;
  }
}

.property-tabs__panel {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -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, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  height: auto;
  overflow: visible;
  pointer-events: auto;
}

.property__cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 24px;
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
}
@media screen and (min-width: 751px) {
  .property__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .property__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-inline: auto;
    row-gap: 54px;
  }
}

.property-card {
  max-width: 343px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(68, 68, 68, 0.1);
          box-shadow: 0 0 10px 0 rgba(68, 68, 68, 0.1);
  margin-inline: auto;
}
@media (hover: none) {
  .property-card {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .property-card:active {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .property-card:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 751px) {
  .property-card {
    max-width: 325px;
  }
}

.property-card__link {
  position: relative;
}

.property-card__thumb {
  aspect-ratio: 343/192;
}
@media screen and (min-width: 751px) {
  .property-card__thumb {
    aspect-ratio: 325/192;
  }
}
.property-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.property-card__badge {
  position: absolute;
  top: 0;
  left: 9px;
  width: 96px;
  height: 24px;
  z-index: 1;
  display: grid;
  place-items: center;
  background-color: #E05A5B;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .property-card__badge {
    left: 0;
  }
}

.property-card__body {
  padding: 16px;
}

.property-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dcdcdc;
}

.property-card__introducer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  aspect-ratio: 48/48;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.property-card__title {
  color: #333333;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
}

.property-card__rent-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  margin-top: 8px;
}

.property-card__rent-block-left {
  border: 1px solid #4479a5;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #4479a5;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.33;
}

.property-card__rent-block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
}

.property-card__rent-price {
  color: #29865c;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.property-card__rent-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}
@media screen and (min-width: 751px) {
  .property-card__rent-detail {
    gap: 0.2em;
  }
}

.property-card__rent-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  color: #616161;
  font-size: clamp(0.6875rem, -0.4034090909rem + 5.4545454545vw, 0.875rem);
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .property-card__rent-detail-item {
    font-size: clamp(0.75rem, 0.4423076923rem + 0.4807692308vw, 0.875rem);
  }
}
.property-card__rent-detail-item + .property-card__rent-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0px;
}
.property-card__rent-detail-item + .property-card__rent-detail-item::before {
  content: "/";
  display: block;
  color: #333333;
  padding-right: 0.5em;
}
@media screen and (min-width: 751px) {
  .property-card__rent-detail-item + .property-card__rent-detail-item::before {
    padding-right: 0.2em;
  }
}

.property-card__name {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.property-card__spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  color: #616161;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  gap: 0.5em;
}

.property-card__spec-item + .property-card__spec-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0px;
}
.property-card__spec-item + .property-card__spec-item::before {
  content: "/";
  display: block;
  color: #333333;
  padding-right: 0.5em;
}

.property-card__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.property-card__label {
  display: grid;
  place-items: center;
  width: 76px;
  height: 24px;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.7;
}

.property-card__label--type {
  background-color: #e58C32;
}

.property-card__label--youtube {
  background-color: #d22600;
}

.property__more {
  margin-top: 48px;
  margin-inline: auto;
}

/*====================================
property search
====================================*/
.property-search {
  background-color: #ecf2ee;
  padding-block: 40px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .property-search {
    padding-block: 91px 114px;
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DCEAE3), to(#DCEAE3)), -webkit-gradient(linear, left top, left bottom, from(#DCEAE3), to(#DCEAE3)), -webkit-gradient(linear, left top, left bottom, from(#DCEAE3), to(#DCEAE3));
    background-image: linear-gradient(#DCEAE3, #DCEAE3), linear-gradient(#DCEAE3, #DCEAE3), linear-gradient(#DCEAE3, #DCEAE3);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 211px 250px, 195px 155px, 290px 290px;
    background-position: top 182px left 0, top 0 right 0, bottom 0 right 0;
    overflow: hidden;
  }
}
.property-search::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../assets/image/search-top.webp") no-repeat center/contain;
  top: -46px;
  left: 30px;
  width: 35px;
  height: 85px;
}
@media screen and (min-width: 1024px) {
  .property-search::before {
    background: url("../assets/image/dots-05--green.webp") no-repeat center/contain;
    width: 65px;
    height: 65px;
    top: 395px;
    left: 38px;
  }
}
.property-search::after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .property-search::after {
    content: "";
    display: block;
    position: absolute;
    background: url("../assets/image/dots-05--green.webp") no-repeat center/contain;
    width: 65px;
    aspect-ratio: 65/65;
    top: 129px;
    right: 19px;
  }
}

.property-search__inner {
  max-width: 91.4666666667%;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .property-search__inner {
    max-width: 1180px;
    padding-inline: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .property-search__head-title {
    position: relative;
    z-index: 1;
  }
  .property-search__head-title::after {
    position: absolute;
    content: "";
    display: block;
    width: 65.222px;
    aspect-ratio: 65.222/85.819;
    background: url("../assets/svg/icon-search-heading.svg") no-repeat center/contain;
    top: -25px;
    right: -31px;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .property-search__head-title span {
    position: relative;
    z-index: 2;
  }
}

.property-search__layout {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 16px;
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .property-search__layout {
    margin-top: 93px;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
  }
  .property-search__layout::before {
    content: "";
    display: block;
    position: absolute;
    top: -76px;
    left: -26px;
    width: 51.65px;
    height: 125.04px;
    background: url("../assets/image/search-top.webp") no-repeat center/contain;
    z-index: 1;
  }
  .property-search__layout::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -118px;
    right: -49px;
    width: 48.58px;
    height: 140.47px;
    background: url("../assets/image/search-bottom.webp") no-repeat center/contain;
  }
}

@media screen and (min-width: 1024px) {
  .property-search__map-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 8px);
            flex: 1 1 calc(50% - 8px);
    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;
  }
}

.property-search__subheading {
  margin-inline: auto;
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .property-search__subheading {
    font-size: 1.5rem;
  }
}

.property-search__map-card {
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0 4px 10px 0 rgba(67, 67, 67, 0.25);
          box-shadow: 0 4px 10px 0 rgba(67, 67, 67, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  width: 100%;
  height: 92px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  background-color: #ffffff;
  isolation: isolate;
}
@media (hover: none) {
  .property-search__map-card {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .property-search__map-card:active {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .property-search__map-card:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1024px) {
  .property-search__map-card {
    aspect-ratio: 535/210;
    height: auto;
    font-size: 1.5rem;
  }
}
.property-search__map-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/image/map-search-bg.webp") no-repeat center/cover;
  opacity: 0.3;
  z-index: 1;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .property-search__map-card::after {
    background: url("../assets/image/map-search-bg--pc.webp") no-repeat center/cover;
  }
}
.property-search__map-card::before {
  content: "";
  display: block;
  background: url("../assets/svg/icon-map-search.svg") no-repeat center/contain;
  z-index: 2;
  width: 44px;
  aspect-ratio: 44/44;
}

.property-search__map-label {
  position: relative;
  z-index: 2;
}

.property-search__keyword {
  margin-top: 16px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  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: 16px;
  padding-block: 24px;
  padding-inline: 20px;
}
@media screen and (min-width: 1024px) {
  .property-search__keyword {
    margin-top: 0;
  }
}
.property-search__keyword input,
.property-search__keyword input[type=text],
.property-search__keyword input[type=search],
.property-search__keyword textarea,
.property-search__keyword select {
  font: inherit;
  color: inherit;
  background: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}
.property-search__keyword input::-webkit-input-placeholder, .property-search__keyword input[type=text]::-webkit-input-placeholder, .property-search__keyword input[type=search]::-webkit-input-placeholder, .property-search__keyword textarea::-webkit-input-placeholder, .property-search__keyword select::-webkit-input-placeholder {
  color: #777777;
  opacity: 1;
}
.property-search__keyword input::-moz-placeholder, .property-search__keyword input[type=text]::-moz-placeholder, .property-search__keyword input[type=search]::-moz-placeholder, .property-search__keyword textarea::-moz-placeholder, .property-search__keyword select::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.property-search__keyword input:-ms-input-placeholder, .property-search__keyword input[type=text]:-ms-input-placeholder, .property-search__keyword input[type=search]:-ms-input-placeholder, .property-search__keyword textarea:-ms-input-placeholder, .property-search__keyword select:-ms-input-placeholder {
  color: #777777;
  opacity: 1;
}
.property-search__keyword input::-ms-input-placeholder, .property-search__keyword input[type=text]::-ms-input-placeholder, .property-search__keyword input[type=search]::-ms-input-placeholder, .property-search__keyword textarea::-ms-input-placeholder, .property-search__keyword select::-ms-input-placeholder {
  color: #777777;
  opacity: 1;
}
.property-search__keyword input::placeholder,
.property-search__keyword input[type=text]::placeholder,
.property-search__keyword input[type=search]::placeholder,
.property-search__keyword textarea::placeholder,
.property-search__keyword select::placeholder {
  color: #777777;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .property-search__keyword {
    aspect-ratio: 535/168;
    padding-block: 0;
    padding-inline: 0;
    gap: 24px;
  }
}

.property-search__keyword-form {
  height: 40px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .property-search__keyword-form {
    height: 45px;
    max-width: min(355px, 24.6527777778vw);
    margin-inline: auto;
  }
}

.property-search__keyword-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 2px solid #29865c;
  width: 100%;
}

.property-search__keyword-input {
  padding: 10px 0 11px 19px;
  color: #777777;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.property-search__keyword-submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  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-color: #29865c;
}
@media screen and (min-width: 1024px) {
  .property-search__keyword-submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
  }
}
.property-search__keyword-submit::after {
  content: "";
  display: block;
  background: url("../assets/svg/icon-keyword-search.svg") no-repeat center/contain;
  width: 24px;
  aspect-ratio: 24/24;
}
@media screen and (min-width: 1024px) {
  .property-search__keyword-submit::after {
    width: 27px;
  }
}

.property-search__conditions {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  padding: clamp(0.625rem, -2.1442307692rem + 4.3269230769vw, 1.75rem) 16.5px clamp(0.625rem, -2.7596153846rem + 5.2884615385vw, 2rem) 16.5px;
}
@media screen and (min-width: 1024px) {
  .property-search__conditions {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 8px);
            flex: 1 1 calc(50% - 8px);
  }
}

.property-search__group-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.55;
}

.property-search__group--type {
  margin-top: 16px;
}

.property-search__type-list {
  margin-top: 8px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .property-search__type-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}

.property-search__type-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%;
  aspect-ratio: 1/1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}
.property-search__type-item::before {
  content: "";
  display: block;
  width: 43px;
  height: 53px;
}
.property-search__type-item--house {
  border: 1px solid #df5151;
  background-color: #df5151;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.property-search__type-item--house:hover {
  color: #df5151;
  background-color: #ffffff;
}
.property-search__type-item--house:hover::before {
  background-color: #df5151;
}
.property-search__type-item--house::before {
  -webkit-mask: url("../assets/svg/icon-detached-house.svg") no-repeat center/contain;
          mask: url("../assets/svg/icon-detached-house.svg") no-repeat center/contain;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.property-search__type-item--mansion {
  border: 1px solid #e58b31;
  background-color: #e58b31;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.property-search__type-item--mansion:hover {
  color: #e58b31;
  background-color: #ffffff;
}
.property-search__type-item--mansion:hover::before {
  background-color: #e58b31;
}
.property-search__type-item--mansion::before {
  -webkit-mask: url("../assets/svg/icon-apartment.svg") no-repeat center/contain;
          mask: url("../assets/svg/icon-apartment.svg") no-repeat center/contain;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.property-search__type-item--land {
  border: 1px solid #60a54e;
  background-color: #60a54e;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.property-search__type-item--land:hover {
  color: #60a54e;
  background-color: #ffffff;
}
.property-search__type-item--land:hover::before {
  background-color: #60a54e;
}
.property-search__type-item--land::before {
  -webkit-mask: url("../assets/svg/icon-land.svg") no-repeat center/contain;
          mask: url("../assets/svg/icon-land.svg") no-repeat center/contain;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.property-search__type-item--business {
  border: 1px solid #4479a5;
  background-color: #4479a5;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.property-search__type-item--business:hover {
  color: #4479a5;
  background-color: #ffffff;
}
.property-search__type-item--business:hover::before {
  background-color: #4479a5;
}
.property-search__type-item--business::before {
  -webkit-mask: url("../assets/svg/icon-business.svg") no-repeat center/contain;
          mask: url("../assets/svg/icon-business.svg") no-repeat center/contain;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.property-search__group--category {
  margin-top: 24px;
}

.property-search__category-list {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .property-search__category-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

.property-search__category-item {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  height: 38px;
  border-radius: 5px;
}

.property-search__category-item--house {
  background-color: #df5151;
  border: 1px solid #df5151;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.property-search__category-item--house:hover {
  color: #df5151;
  background-color: #ffffff;
}

.property-search__category-item--mansion {
  background-color: #e58b31;
  border: 1px solid #e58b31;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.property-search__category-item--mansion:hover {
  color: #e58b31;
  background-color: #ffffff;
}

.property-search__category-item--family {
  background-color: #409faa;
  border: 1px solid #409faa;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.property-search__category-item--family:hover {
  color: #409faa;
  background-color: #ffffff;
}

.property-search__category-item--land {
  background-color: #60a54e;
  border: 1px solid #60a54e;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.property-search__category-item--land:hover {
  color: #60a54e;
  background-color: #ffffff;
}

.property-search__category-item--business {
  background-color: #4479a5;
  border: 1px solid #4479a5;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.property-search__category-item--business:hover {
  color: #4479a5;
  background-color: #ffffff;
}

.property-search__category-item--parking {
  background-color: #A0806B;
  border: 1px solid #A0806B;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.property-search__category-item--parking:hover {
  color: #A0806B;
  background-color: #ffffff;
}

/*====================================
service
====================================*/
.service {
  padding-block: 40px;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  .service {
    padding-block: 100px;
    background-image: url("../assets/image/dots-05--green.webp"), url("../assets/image/dots-05--green.webp"), url("../assets/image/dots-05--green.webp"), url("../assets/image/dots-05--green.webp");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 102px 102px, 71px 71px, 71px 71px, 71px 71px;
    background-position: bottom 335px left 0, bottom 206px left 63px, top 439px right -5px, bottom 0 right 0;
  }
}

.service__inner {
  max-width: 91.4666666667%;
  width: 100%;
  margin-inline: auto;
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .service__inner {
    max-width: 1180px;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .service__inner {
    position: relative;
  }
  .service__inner::before {
    content: "";
    display: block;
    position: absolute;
    background: url("../assets/image/service-decoration-left-top.webp") no-repeat center/contain;
    width: 142.128px;
    height: 603.078px;
    top: 32.16px;
    left: -47px;
    z-index: 0;
  }
  .service__inner::after {
    content: "";
    display: block;
    position: absolute;
    background: url("../assets/image/service-decoration-right-middle.webp") no-repeat center/contain;
    width: 157px;
    height: 666.182px;
    bottom: 92.82px;
    right: -47px;
  }
}

@media screen and (min-width: 1024px) {
  .service__head-title {
    position: relative;
    z-index: 1;
  }
  .service__head-title::after {
    position: absolute;
    content: "";
    display: block;
    width: 121px;
    aspect-ratio: 121/97;
    background-image: url("../assets/svg/icon-service-heading.svg");
    bottom: 0;
    right: -83.64px;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .service__head-title span {
    position: relative;
    z-index: 2;
  }
}

.service__cards {
  margin-top: 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: 24px;
}
@media screen and (min-width: 1024px) {
  .service__cards {
    margin-top: 72px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 40px;
    position: relative;
    z-index: 1;
  }
}

.service-card {
  border-radius: 10px;
  background: #DCEAE3;
  -webkit-box-shadow: 0 0 5px 0 rgba(67, 67, 67, 0.25);
          box-shadow: 0 0 5px 0 rgba(67, 67, 67, 0.25);
}

.service-card--sell,
.service-card--buy,
.service-card--relocation,
.service-card--inheritance {
  padding: 32px 24px;
}
@media screen and (min-width: 1024px) {
  .service-card--sell,
  .service-card--buy,
  .service-card--relocation,
  .service-card--inheritance {
    padding: 40px 48px;
  }
}

.service-card--relocation {
  padding: 32px 18px;
}
@media screen and (min-width: 1024px) {
  .service-card--relocation {
    padding: 40px 48px;
  }
}

.service-card__header {
  text-align: center;
}

.service-card__title-label {
  color: #29865c;
  font-size: clamp(1.1875rem, 0.9549418605rem + 1.1627906977vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  position: relative;
  background-color: #ffffff;
  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;
  padding: 8px 32px;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .service-card__title-label {
    font-size: 1.75rem;
    padding: 16px 32px;
  }
}
.service-card__title-label::before {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(135deg, #ffd821 0%, #fe8b1a 115.45%);
  width: 13px;
  height: 13px;
  top: 0;
  left: 0;
}

.service-card__thumb {
  margin-top: 16px;
  width: 100%;
  aspect-ratio: 292/200;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .service-card__thumb {
    margin-top: 24px;
    aspect-ratio: 439/254;
  }
}
.service-card__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}

.service-card__body {
  margin-top: 16px;
}

.service-card__text {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  .service-card__text {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 2;
  }
}

.service-card__links {
  margin-top: 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;
}

.service-card__link-item {
  font-size: clamp(0.9375rem, 0.7049418605rem + 1.1627906977vw, 1.25rem);
  font-weight: 700;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.service-card__link-item:hover {
  color: #29865c;
}

.service-card__link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
}

.service-card__link-arrow {
  display: grid;
  place-items: center;
  width: 1em;
  height: 1em;
  background-color: #29865c;
  border-radius: 50%;
}
.service-card__link-arrow::before {
  content: "";
  display: block;
  width: 6.67px;
  height: 6.67px;
  background-color: #ffffff;
  -webkit-mask: url("../assets/svg/link-arrow.svg") no-repeat center/contain;
          mask: url("../assets/svg/link-arrow.svg") no-repeat center/contain;
}

.service-card__title-label--relocation {
  padding-inline: 16px;
}
@media screen and (min-width: 1024px) {
  .service-card__title-label--relocation {
    padding-inline: 32px;
  }
}

.service-card__thumb--relocation {
  padding-inline: 6px;
}
@media screen and (min-width: 1024px) {
  .service-card__thumb--relocation {
    padding-inline: 0;
  }
}

.service-card__body--relocation {
  padding-inline: 6px;
}
@media screen and (min-width: 1024px) {
  .service-card__body--relocation {
    padding-inline: 0;
  }
}

@media screen and (min-width: 1024px) {
  .service-card__links--relocation {
    margin-top: clamp(1.5rem, -3.2692307692rem + 7.4519230769vw, 3.4375rem);
  }
}

/*====================================
appeal
====================================*/
.appeal {
  padding-block: 40px 130px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .appeal {
    padding-block: 106px 294px;
  }
}
.appeal::before {
  content: "";
  display: block;
  position: absolute;
  width: 77px;
  height: 77px;
  top: 6px;
  left: 0;
  background: #DCEAE3;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .appeal::before {
    display: none;
  }
}
.appeal::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -7.02px;
  background: url("../assets/image/appeal-bottom--sp.webp") no-repeat right bottom/contain;
  width: 601.23px;
  height: auto;
  aspect-ratio: 601.23/102;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .appeal::after {
    background: url("../assets/image/appeal-bottom--pc.webp") no-repeat right bottom/contain;
    width: auto;
    height: 180px;
    aspect-ratio: 1438.23/244;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .appeal::after {
    width: 1438px;
    height: auto;
  }
}
@media screen and (min-width: 1438px) {
  .appeal::after {
    right: auto;
    left: 0;
    height: 244px;
    width: 100%;
    background-repeat: repeat-x;
  }
}

.appeal-layout {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.appeal-layout::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), color-stop(80%, rgba(255, 255, 255, 0.5)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.5) 80%);
  z-index: 1;
}
.appeal-layout::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
}

.appeal__bg {
  position: absolute;
  bottom: -62px;
  right: -354px;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .appeal__bg {
    right: calc(50% - 719.5px);
    bottom: -306px;
  }
}
@media screen and (min-width: 1990px) {
  .appeal__bg {
    width: 100%;
    height: 100%;
    inset: 0;
  }
}

.appeal__bg-picture img {
  width: auto;
  height: 1118px;
  display: block;
  aspect-ratio: 3/2;
  max-width: none;
}
@media screen and (min-width: 1024px) {
  .appeal__bg-picture img {
    width: 2083.5px;
    height: 1389px;
    aspect-ratio: 2083.5/1389;
  }
}
@media screen and (min-width: 1990px) {
  .appeal__bg-picture img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
}

.appeal__inner {
  position: relative;
  z-index: 2;
  max-width: 91.4666666667%;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  .appeal__inner {
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .appeal__inner {
    max-width: 1180px;
    padding-inline: 40px;
  }
}

.appeal-item--staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .appeal-item--staff {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    position: relative;
  }
  .appeal-item--staff::before {
    content: "";
    display: block;
    position: absolute;
    top: -64px;
    left: -36px;
    width: 279px;
    height: 279px;
    background-color: #49c1a2;
    z-index: 1;
  }
  .appeal-item--staff::after {
    content: "With Nagasaki";
    font-family: "Nothing You Could Do", cursive;
    color: #82E5CB;
    font-size: 3.0625rem;
    font-weight: 400;
    line-height: normal;
    display: block;
    position: absolute;
    top: -77px;
    left: -66px;
    z-index: 2;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

.appeal-item__media {
  aspect-ratio: 359/239;
}
@media screen and (min-width: 1024px) {
  .appeal-item__media {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
    aspect-ratio: 530/352;
    position: relative;
    z-index: 2;
  }
}

@media screen and (min-width: 1024px) {
  .appeal-item__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
  }
}

.appeal-item__title {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .appeal-item__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.6;
  }
}

.appeal-item__text {
  margin-top: 16px;
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .appeal-item__text {
    margin-top: 32px;
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
}

.appeal-item--marketing {
  margin-top: 40px;
  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: 1024px) {
  .appeal-item--marketing {
    margin-top: 120px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "body media" "cta media";
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 0px;
    position: relative;
  }
  .appeal-item--marketing::after {
    position: absolute;
    content: "";
    background-color: #49c1a2;
    width: 279px;
    height: 279px;
    z-index: 0;
    right: -41px;
    top: -81px;
  }
}

.appeal-item__media--marketing {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  grid-area: media;
}

.appeal-item__body--marketing {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  grid-area: body;
}

.appeal-item__cta--marketing {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  grid-area: cta;
}

.appeal-item__cta {
  margin-top: 16px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .appeal-item__cta {
    margin-top: 32px;
    max-width: 299px;
    margin-inline: 0;
  }
}

/*====================================
staff
====================================*/
.staff {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.staff__bg {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background: url("../assets/image/staff-bg.webp") no-repeat center/cover;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  width: 100%;
  height: 100%;
  aspect-ratio: 1440/477;
}
.staff__bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  opacity: 0.8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 2;
}
.staff__bg::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  opacity: 0.8;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), color-stop(60%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 60%);
  z-index: 1;
}

.staff__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-block: 32px 54px;
}
@media screen and (min-width: 1024px) {
  .staff__inner {
    padding-block: 105px 97px;
  }
}
.staff__inner::before {
  display: none;
}
@media screen and (min-width: 1024px) {
  .staff__inner::before {
    display: block;
    content: "Our Member!";
    font-family: "Nothing You Could Do", cursive;
    color: #FFD121;
    font-size: clamp(2.0625rem, -0.3990384615rem + 3.8461538462vw, 3.0625rem);
    font-weight: 400;
    line-height: normal;
    display: block;
    position: absolute;
    bottom: clamp(33.3125rem, 20.8509615385rem + 19.4711538462vw, 38.375rem);
    left: clamp(0.375rem, -13.3173076923rem + 21.3942307692vw, 5.9375rem);
    z-index: 2;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}

#js-staff-drag-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#js-staff-drag-scroll::-webkit-scrollbar {
  display: none;
}

.staff__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: clamp(1.25rem, -0.9453846154rem + 3.4302884615vw, 2.141875rem);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: clamp(61.5625rem, 35.4086538462rem + 40.8653846154vw, 72.1875rem);
  margin-inline: auto;
  width: 100%;
  margin-top: 32px;
  overflow-x: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-inline: min(32px, 8.5333333333vw);
}
@media screen and (min-width: 1024px) {
  .staff__list {
    padding-inline: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
}

.staff-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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 327px;
  width: 100%;
}
.staff-card::before {
  content: "";
  display: block;
  position: absolute;
  top: 29px;
  left: 41px;
  width: clamp(8.0625rem, 5.7548076923rem + 3.6057692308vw, 9rem);
  height: clamp(8.0625rem, 5.7548076923rem + 3.6057692308vw, 9rem);
  background: linear-gradient(135deg, #ffd821 0%, #fe8b1a 115.45%);
  z-index: 1;
}
@media (hover: none) {
  .staff-card {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .staff-card:active .staff-card__thumb {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .staff-card:active .staff-card__thumb::before {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .staff-card:active .staff-card__thumb::after {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .staff-card:hover .staff-card__thumb {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .staff-card:hover .staff-card__thumb::before {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .staff-card:hover .staff-card__thumb::after {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.staff-card__link {
  width: 100%;
  height: 100%;
}

.staff-card__thumb {
  position: relative;
  z-index: 2;
  height: 328px;
  -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;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .staff-card__thumb {
    height: clamp(16rem, 4.9230769231rem + 17.3076923077vw, 20.5rem);
  }
}
.staff-card__thumb::before {
  content: "";
  display: block;
  position: absolute;
  background: #FFD121;
  width: 37px;
  height: 37px;
  -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;
}
.staff-card__thumb::after {
  content: "";
  display: block;
  position: absolute;
  background: #FFD121;
  width: 16px;
  height: 16px;
  -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;
}

.staff-card__thumb--man {
  aspect-ratio: 257/300;
}
.staff-card__thumb--man::before {
  top: 22px;
  right: 2.5px;
}
.staff-card__thumb--man::after {
  top: 74px;
  right: 26.5px;
}

.staff-card__thumb--lady {
  aspect-ratio: 257/300;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media screen and (min-width: 1024px) {
  .staff-card__thumb--lady {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.staff-card__thumb--lady::before {
  top: 57px;
  right: 14.5px;
}
.staff-card__thumb--lady::after {
  top: clamp(1rem, -1.3076923077rem + 3.6057692308vw, 1.9375rem);
  right: clamp(1.53125rem, -2.6225961538rem + 6.4903846154vw, 3.21875rem);
}

.staff-card__body {
  width: 260px;
  position: relative;
  z-index: 3;
  margin-top: -33px;
  border-radius: 5px;
  border: 2px solid #29865c;
  background: #ffffff;
  padding: 15px 5px 14px 5px;
}
@media screen and (min-width: 1024px) {
  .staff-card__body {
    width: auto;
    padding: 15px 12px 11.73px 12px;
  }
}

.staff-card__role-name {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.staff-card__name {
  padding-left: 1em;
}

.staff-card__message {
  margin-top: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}

.staff-card__profile-item {
  display: none;
}
@media screen and (min-width: 1024px) {
  .staff-card__profile-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
    color: #333333;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
  }
}

.staff-card__profile-term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
}

.staff-card__profile-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.staff__more {
  margin-top: 46px;
  margin-inline: auto;
}
.staff__more a {
  border: 1px solid #ffffff;
  border-radius: 5px;
}

/*====================================
column
====================================*/
.column {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.column::after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .column::after {
    content: "";
    display: block;
    position: absolute;
    background: url("../assets/image/column-decoration-bottom.webp") no-repeat center/cover;
    z-index: 1;
    width: 75px;
    height: 136px;
    left: calc(50% - 527.5px);
    bottom: 0;
  }
}

.column__bg {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: -180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .column__bg {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
.column__bg::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 2;
}
.column__bg::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60.52%, #fbfbfb), color-stop(94.78%, rgba(217, 217, 217, 0)));
  background: linear-gradient(180deg, #fbfbfb 60.52%, rgba(217, 217, 217, 0) 94.78%);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .column__bg::after {
    display: none;
  }
}

.column__bg-picture {
  width: 100%;
  height: 100%;
  aspect-ratio: 833/556;
  inset: 0;
}
.column__bg-picture img {
  max-width: none;
  width: 1347.093px;
  height: 898.763px;
  aspect-ratio: 1347.09/898.76;
}
@media screen and (min-width: 1024px) {
  .column__bg-picture img {
    width: 100%;
    height: 100%;
    aspect-ratio: 833/556;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
}

.column__inner {
  position: relative;
  z-index: 3;
  padding-block: 40px 54px;
}
@media screen and (min-width: 1024px) {
  .column__inner {
    padding-block: 100px 109px;
  }
}

@media screen and (min-width: 1024px) {
  .column__head {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .column__head-title {
    position: relative;
    z-index: 1;
  }
  .column__head-title::after {
    position: absolute;
    content: "";
    display: block;
    width: 86px;
    aspect-ratio: 86/86;
    background-image: url("../assets/svg/icon-column-heading.svg");
    bottom: -11px;
    right: -49px;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .column__head-title span {
    position: relative;
    z-index: 2;
  }
}

.column__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1100px;
  width: 100%;
  gap: 24px;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  padding-inline: clamp(0rem, -6rem + 25.6vw, 2rem);
}
@media screen and (min-width: 1024px) {
  .column__list {
    gap: 34px;
    max-width: none;
    margin-inline: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.column-card {
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(67, 67, 67, 0.25);
          box-shadow: 0 4px 10px 0 rgba(67, 67, 67, 0.25);
  background: #ffffff;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 344px;
          flex: 0 0 344px;
}

.column-card__thumb {
  aspect-ratio: 363.87/242.58;
}

.column-card__body {
  padding: 16px;
}

.column-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}

.column-card__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 2px;
  background: #f7ae39;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  overflow: hidden;
}

.column-card__date {
  color: #777777;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.column-card__title {
  margin-top: 16px;
  color: #333333;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.column-card__excerpt {
  margin-top: 16px;
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.column__more {
  margin-top: 38px;
  margin-inline: auto;
}

/*====================================
seminar
====================================*/
.seminar {
  background-color: #ecf2ee;
  padding-block: 40px 54px;
}
@media screen and (min-width: 1024px) {
  .seminar {
    padding-block: 100px 109px;
  }
}

@media screen and (min-width: 1024px) {
  .seminar__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1180px;
    padding-inline: 20px;
    margin-inline: auto;
  }
}

@media screen and (min-width: 1024px) {
  .seminar__head-title {
    position: relative;
    z-index: 1;
  }
  .seminar__head-title::before {
    z-index: 3;
  }
  .seminar__head-title::after {
    position: absolute;
    content: "";
    display: block;
    width: 111.631px;
    aspect-ratio: 111.631/126;
    background-image: url("../assets/svg/icon-seminar-heading.svg");
    top: -85px;
    left: clamp(-1.3125rem, 2.5336538462rem + -6.0096153846vw, -2.875rem);
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .seminar__head-title span {
    position: relative;
    z-index: 2;
  }
}

.seminar__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1100px;
  width: 100%;
  gap: 24px;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  padding-inline: clamp(0rem, -6rem + 25.6vw, 2rem);
}
@media screen and (min-width: 712px) {
  .seminar__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .seminar__list {
    gap: 34px;
    max-width: none;
    margin-inline: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    padding-bottom: 0;
    padding-inline: 0;
  }
}

.seminar-card {
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(67, 67, 67, 0.25);
          box-shadow: 0 4px 10px 0 rgba(67, 67, 67, 0.25);
  background: #ffffff;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 344px;
          flex: 0 0 344px;
}
@media (hover: none) {
  .seminar-card {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .seminar-card:active {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .seminar-card:hover {
    opacity: 0.8;
  }
}

.seminar-card__thumb {
  aspect-ratio: 363.87/242.58;
}

.seminar-card__body {
  padding: 16px;
}

.seminar-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}

.seminar-card__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 2px;
  background: #f7ae39;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  overflow: hidden;
}

.seminar-card__date {
  color: #777777;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.seminar-card__title {
  margin-top: 10px;
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.seminar-card__excerpt {
  margin-top: 10px;
  color: #333333;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.seminar__more {
  margin-top: 38px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .seminar__more {
    margin-top: 52.5px;
  }
}

/*====================================
faq
====================================*/
.faq {
  padding-block: 40px 50px;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  .faq {
    padding-block: 96px;
    position: relative;
  }
  .faq::before {
    position: absolute;
    content: "";
    display: block;
    width: 113.672px;
    height: 105.12px;
    background: url("../assets/image/qa-decoration-bottom-left.webp") no-repeat center center/cover;
    bottom: 0;
    left: calc(50% - 568.5px);
  }
  .faq::after {
    position: absolute;
    content: "";
    display: block;
    width: 111.919px;
    height: 144.008px;
    background: url("../assets/image/qa-decoration-bottom-right.webp") no-repeat center center/cover;
    bottom: 0;
    right: calc(50% - 568.5px);
  }
}

.faq__inner {
  max-width: 91.4666666667%;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  .faq__inner {
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .faq__inner {
    max-width: 880px;
  }
}

@media screen and (min-width: 1024px) {
  .faq__head-title {
    position: relative;
    z-index: 1;
  }
  .faq__head-title::before {
    z-index: 3;
  }
  .faq__head-title::after {
    position: absolute;
    content: "";
    display: block;
    width: 105px;
    aspect-ratio: 105/90;
    background: url("../assets/svg/icon-qa-heading.svg") no-repeat center center/contain;
    top: -37px;
    right: -77px;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .faq__head-title span {
    position: relative;
    z-index: 2;
  }
}

.faq__list {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .faq__list {
    margin-top: 72px;
  }
}

@-webkit-keyframes faq-open {
  from {
    opacity: 0;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes faq-open {
  from {
    opacity: 0;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.faq-item .faq-item__answer {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: none;
          animation-name: none;
}
.faq-item[open] .faq-item__summary::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq-item[open] .faq-item__answer {
  -webkit-animation-name: faq-open;
          animation-name: faq-open;
}
.faq-item + .faq-item {
  margin-top: 16px;
}

.faq-item:not([open]) .faq-item__answer {
  -webkit-animation: none;
          animation: none;
}

.faq-item__summary {
  border-radius: 10px;
  background: #ffffff;
  padding: 16px 49px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .faq-item__summary {
    padding: 16px 54px 16px 24px;
    gap: 24px;
  }
}
.faq-item__summary::before, .faq-item__summary::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background-color: #333333;
  right: 16px;
}
.faq-item__summary::before {
  -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;
}

.faq-item__icon {
  width: 36px;
  height: 36px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  font-family: "Oswald", sans-serif;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  display: grid;
  place-items: center;
}

.faq-item__icon--q {
  background-color: #333333;
}

.faq-item__question {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.faq-item__answer {
  padding-inline: 16px;
  padding-top: 16px;
}
@media screen and (min-width: 1024px) {
  .faq-item__answer {
    padding-inline: 24px;
    padding-top: 24px;
  }
}

.faq-item__answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
}

.faq-item__icon--a {
  background-color: #f7ae39;
}

.faq-item__answer-text {
  text-align: justify;
  color: #333333;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .faq-item__answer-text {
    font-size: 0.875rem;
  }
}

.faq__more {
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .faq__more {
    margin-top: 80px;
  }
}

.fudo-single {
  color: var(--fudo-single-color);
}
.fudo-single p {
  font-size: var(--fudo-single-text);
}

.fudou-content__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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 91.4666666667%;
  width: 100%;
  margin-inline: auto;
  margin-top: 77px;
}
@media screen and (min-width: 1024px) {
  .fudou-content__wrapper {
    max-width: 1180px;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .fudou-content__wrapper {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: var(--single-fudou-gap);
  }
}

.single-fudou__content {
  max-width: 756px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .single-fudou__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - var(--sidebar-width) - var(--single-fudou-gap));
            flex: 1 1 calc(100% - var(--sidebar-width) - var(--single-fudou-gap));
    min-width: 0;
  }
}

.single-fudou__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.single-fudou__title {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 21px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  position: relative;
  letter-spacing: 0;
}
.single-fudou__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 5px;
  background-color: #dcdcdc;
  z-index: 1;
}
.single-fudou__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 35.3684210526%;
  height: 5px;
  background-color: #29865c;
  z-index: 2;
}

.print-button {
  display: block;
  background-color: #ffffff;
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  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;
}
.print-button:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  -webkit-mask: url(../assets/svg/icon-print.svg) no-repeat center center/contain;
          mask: url(../assets/svg/icon-print.svg) no-repeat center center/contain;
  background-color: #000000;
}

.swiper-container {
  min-width: 0;
  margin-top: 32px;
}

.swiper-fudo {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.swiper-fudo-slide {
  width: 100%;
  aspect-ratio: 754/499;
  height: auto;
  overflow: hidden;
}

.slide-fudo {
  width: 100%;
  height: 100%;
}

.swiper-fudo-slide-media {
  width: 100%;
  height: 100%;
}
.swiper-fudo-slide-media img {
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-fudo-controller {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  z-index: 2;
  background-color: #ffffff;
}

.swiper-fudo-button-prev,
.swiper-fudo-button-next {
  width: 36px;
  height: 45px;
  aspect-ratio: 4/5;
  position: relative;
  background-color: rgba(247, 174, 57, 0.7);
  pointer-events: auto;
}
.swiper-fudo-button-prev::before,
.swiper-fudo-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5.143px !important;
  height: 11.25px !important;
}
.swiper-fudo-button-prev svg,
.swiper-fudo-button-next svg {
  display: none;
}

.swiper-fudo-button-prev::before {
  left: 0;
  -webkit-mask: url(../assets/svg/icon-arrow-prev.svg) no-repeat center center/contain;
          mask: url(../assets/svg/icon-arrow-prev.svg) no-repeat center center/contain;
  background-color: #ffffff !important;
}

.swiper-fudo-button-next::before {
  right: 0;
  -webkit-mask: url(../assets/svg/icon-arrow-next.svg) no-repeat center center/contain;
          mask: url(../assets/svg/icon-arrow-next.svg) no-repeat center center/contain;
  background-color: #ffffff;
}

.thumbnail-description {
  margin-top: 16px;
}

.thumb-wrapper {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.thumb-media {
  width: 142px;
  aspect-ratio: 142/95;
}
.thumb-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-fudo-recommendation {
  margin-top: 66px;
}

.single-fudo-recommendation-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}

.single-fudo-recommendation-text {
  margin-top: 7px;
}

.single-fudo-manager {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 29px;
}

.single-fudo-manager__image {
  width: 111px;
  aspect-ratio: 111/111;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 111px;
          flex: 0 0 111px;
}
.single-fudo-manager__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-fudo-manager__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  border-radius: 5px;
  background: #f0f7f0;
  padding: 16px 24px;
}

.single-fudo-manager-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

.single-fudo-manager-text {
  margin-top: 7px;
}

.single-fudo-content {
  margin-block: 64px 40px;
}
.single-fudo-content h2 {
  margin-top: 32px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 12px;
  border-bottom: 2px solid #29865c;
}
.single-fudo-content h3 {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 17px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
.single-fudo-content h3::before {
  content: "";
  display: block;
  background-color: #29865c;
  width: 4px;
  height: 16px;
}
.single-fudo-content h4 {
  margin-top: 32px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}
.single-fudo-content h5 {
  margin-top: 32px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
.single-fudo-content p {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.single-fudo-content a,
.single-fudo-content code {
  display: inline;
  color: #0B619E;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.single-fudo-content strong,
.single-fudo-content b {
  font-weight: 700;
}

.single-fudo-list {
  margin-top: 40px;
}

.single-fudo-cost {
  margin-top: 88px;
}

.single-fudo-list-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: 2px solid #29865c;
}

.single-fudo-list__list {
  margin-top: 24px;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 751px) {
  .single-fudo-list__list {
    grid-template-columns: 1fr 1fr;
  }
}

.single-fudo-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0;
}

.single-fudo-list__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  padding-block: 14.5px;
  padding-left: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #DCEAE3;
  font-size: 1rem;
  font-weight: 700;
}

.single-fudo-list__value {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding-block: 14.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  border-top: 1px solid #DCEAE3;
  background: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.single-fudo-equipment__group {
  margin-top: 24px;
}
.single-fudo-equipment__group + .single-fudo-equipment__group {
  margin-top: 32px;
}

.single-fudo-equipment__heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

.single-fudo-equipment__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.single-fudo-equipment__category:first-of-type {
  margin-top: 16px;
}

.single-fudo-equipment__subheading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  padding-block: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  border: 1px solid #DCEAE3;
  background: #f0f7f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.single-fudo-equipment__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #DCEAE3;
  border-right: 1px solid #DCEAE3;
  border-bottom: 1px solid #DCEAE3;
  background: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.8px;
}

.single-fudo-equipment__item + .single-fudo-equipment__item::before {
  content: "、";
  display: inline-block;
}

.single-fudo-map_map {
  margin-top: 40px;
  max-width: 100%;
  aspect-ratio: 755/331;
}

.single-fudo-surrounding-facilities-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.surrounding-facility__item {
  min-width: 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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.surrounding-facility__image {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.surrounding-facility__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.surrounding-facility__title {
  margin-top: 27px;
  color: #333333;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.21;
}

.surrounding-facility__distance {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

/*====================================
sidebar-single-fudo
====================================*/
.l-sidebar {
  width: var(--sidebar-width);
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .l-sidebar {
    margin-top: 0;
  }
}

.single-fudo-sidebar {
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(67, 67, 67, 0.25);
          box-shadow: 0 4px 10px 0 rgba(67, 67, 67, 0.25);
  padding: 24px;
}

.single-fudo-sidebar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
}
.single-fudo-sidebar-title::before {
  content: "";
  display: block;
  width: 17.297px;
  aspect-ratio: 17.297/15;
  background: url(../assets/svg/icon-sidebar-title.svg) no-repeat center center/contain;
}

.single-fudo-sidebar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  color: #333333;
  font-weight: 500;
  line-height: 1.2;
}
.single-fudo-sidebar-item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 85px;
  padding: 5px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  background: #f0f7f0;
  font-size: 1rem;
}
.single-fudo-sidebar-item dd {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
.single-fudo-sidebar-item + .single-fudo-sidebar-item {
  margin-top: 10px;
}

.fz-14 {
  font-size: 0.875rem !important;
}

.sidebar-contact {
  margin-top: 110px;
}

.sidebar-contact-button {
  margin-top: 16px;
}

.sidebar-contact-button__link {
  padding-block: 15px;
}

.sidebar-contact-button__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.sidebar-contact-tel a::before {
  width: 26px;
}

.sidebar-contact-tel__text {
  font-size: 2.375rem;
}

.sidebar-contact-tel__time {
  margin-top: 8px;
}

.sidebar-bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 16px;
  color: #333333;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
}

/*====================================
フォーム
====================================*/
.single-fudo-form {
  margin-top: 186px;
  max-width: 91.4666666667%;
  width: 100%;
  margin-inline: auto;
  border-radius: 10px;
  border: 3px solid #29865c;
  background: #ffffff;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .single-fudo-form {
    max-width: 1180px;
  }
}
.single-fudo-form::before, .single-fudo-form::after {
  content: "";
  position: absolute;
}
.single-fudo-form::before {
  top: -52px;
  left: 280px;
  width: 38px;
  aspect-ratio: 38/91;
  background: url(../assets/image/single-fudo-contact-decoration01.webp) no-repeat center center/contain;
}
.single-fudo-form::after {
  top: -70px;
  right: 250px;
  width: 102.286px;
  aspect-ratio: 104.243/102.286;
  background: url(../assets/image/single-fudo-contact-decoration02.webp) no-repeat center center/contain;
}

.single-fudo-form-title {
  background: #29865c;
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.96px;
  margin: -3px -3px 0;
  border-radius: 10px 10px 0 0;
  padding-block: 16px;
}

.single-fudo-form-inner {
  margin-block: 55px 89px;
  max-width: 680px;
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}

.Form-Item + .Form-Item {
  margin-top: 32px;
}

.Form-Item-Label {
  font-weight: 500;
  line-height: 1;
}

.Form-Item-Label-Required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.Form-Item-Label-Required::after {
  content: "*";
  color: #d22600;
  font-size: inherit;
  font-weight: 500;
  line-height: 1;
  margin-left: 0.25;
}

.wpcf7-form-control-wrap {
  margin-top: 8px;
  display: block;
}

.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
}

.wpcf7-list-item {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  line-height: 1;
}
.wpcf7-list-item input {
  width: 20px;
  aspect-ratio: 20/20;
  border-radius: 8px;
  background-color: #f7f7f7;
}

.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
}

.button-wrap {
  margin-top: 56px;
  margin-inline: auto;
}

.Form-Item-Label-Required-Privacy {
  display: block;
}
.Form-Item-Label-Required-Privacy a {
  display: inline;
  color: #29865c;
}

/*====================================
おすすめ情報
====================================*/
.recommended-info {
  margin-block: 120px 104px;
}

.recommended-info__head {
  text-align: center;
}

.recommended-info__inner {
  max-width: 91.4666666667%;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .recommended-info__inner {
    max-width: 1180px;
  }
}

.recommended-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .recommended-info__list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-inline: 20px;
  }
}

.page-sale {
  width: 100%;
  background-color: #ffffff;
}

.sale-fv {
  width: 100%;
  height: 510px;
  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: 48px;
  background-image: url("../assets/image/sale-fv.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sale-fv .sale-fv__title {
  display: block;
  font-size: 40px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: center;
}
.sale-fv .sale-fv__title-sp {
  display: none;
}
.sale-fv .sale-fv__list {
  width: 100%;
  max-width: 701px;
  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: 10px;
}
.sale-fv .sale-fv__list img {
  width: 191px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.sale-trouble {
  width: 100%;
  max-width: 1180px;
  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: 48px;
  margin: 0 auto;
  padding: 53px 0 80px;
}
.sale-trouble .sale-trouble__header {
  width: 100%;
  max-width: 896px;
  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: 16px;
}
.sale-trouble .sale-trouble__header::before {
  content: "PROBREM";
  position: absolute;
  top: 38%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 150px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #F6F9F5;
  line-height: 1.7;
  letter-spacing: 0.35em;
  z-index: 0;
}
.sale-trouble .sale-trouble__header .sale-trouble__title {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.01em;
  z-index: 1;
}
.sale-trouble .sale-trouble__header .sale-trouble__title::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 11px;
  background-color: #FFEB68;
  z-index: -1;
}
.sale-trouble .sale-trouble__header .sale-trouble__title .sp-only {
  display: none;
}
.sale-trouble .sale-trouble__header .sale-trouble__text {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-align: center;
  z-index: 1;
}
.sale-trouble .sale-trouble__header .sale-trouble__list {
  display: none;
}
.sale-trouble .sale-trouble__image {
  width: 100%;
  max-width: 938px;
  aspect-ratio: 938/298;
  margin: 0 auto;
}
.sale-trouble .sale-trouble__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sale-service {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}
.sale-service .sale-service__title {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 52px;
}
.sale-service .sale-service__title::before {
  content: "";
  position: absolute;
  bottom: 43%;
  left: -63px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 40px;
  height: 2px;
  background-color: #29865c;
}
.sale-service .sale-service__title::after {
  content: "";
  position: absolute;
  bottom: 43%;
  right: -63px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 40px;
  height: 2px;
  background-color: #29865c;
}
.sale-service .service-tabs__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}
.sale-service .service-tabs__list {
  width: 100%;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.sale-service .service-tabs__item {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 14px 27px;
  border-radius: 5px 5px 0px 0px;
  background: #87BDA5;
}
.sale-service .service-tabs__item[aria-selected=true] {
  width: 351px;
  background: #29865c;
  color: #ffffff;
  pointer-events: none;
}
.sale-service .service-tabs__item[aria-selected=false] {
  width: 351px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .sale-service .service-tabs__item[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.sale-service .service-tabs__contents {
  width: 100%;
}
.sale-service .service-tabs__content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 20px;
  -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
.sale-service .service-tabs__content-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}
.sale-service .service-tabs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 87px;
  background-color: #ffffff;
  background-image: url("../assets/image/flow-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 73px 0 83px;
  border-radius: 20px;
  border-top: 2px solid #29865c;
  border-bottom: 2px solid #29865c;
}
.sale-service .service-tabs__content .service-tabs__content-top {
  width: 100%;
  max-width: 1060px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 0 55px 0 0;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header .service-tabs__content-text {
  font-size: 16px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-align: left;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header figure {
  width: 100%;
  max-width: 495px;
  aspect-ratio: 495/310;
  margin: 0 0 0 12px;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sale-service .service-tabs__content .service-tabs__content-top.--content1 {
  background-color: #ffffff;
  background-image: url("../assets/image/flow-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sale-service .service-tabs__content .service-tabs__content-top.--content2 {
  background: #e8fea0;
}
.sale-service .service-tabs__content .service-tabs__content-top.--content3 {
  background: #b2b3f7;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended {
  width: 100%;
  max-width: 382px;
  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;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended h4 {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #29865c;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0 0 8px;
  padding: 3px 0;
  border: 1px solid #29865c;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__recommended-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  margin: 0 0 32px;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__recommended-list li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #333;
  line-height: 1.7;
  letter-spacing: 0.01em;
  padding: 0 0 0 27px;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__recommended-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background-image: url("../assets/image/flow-check1.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-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: 32px;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__merit-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: 9px;
  text-align: left;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__merit-item dt {
  font-size: 16px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #D52525;
  line-height: 1.7;
  letter-spacing: 0.01em;
  border-bottom: 1px dashed #D52525;
  padding: 0 0 1px;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__merit-item dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__merit-item dd ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #333;
  line-height: 1.7;
  letter-spacing: 0.01em;
  padding: 0 0 0 27px;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__merit-item dd ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background-image: url("../assets/image/flow-check2.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-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: 8px;
  text-align: left;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dt {
  font-size: 16px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #164D94;
  line-height: 1.7;
  letter-spacing: 0.01em;
  border-bottom: 1px dashed #164D94;
  padding: 0 0 1px;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dd ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #333;
  line-height: 1.7;
  letter-spacing: 0.01em;
  padding: 0 0 0 27px;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dd ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background-image: url("../assets/image/flow-check3.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dd ul li:last-child {
  line-height: 1.5;
  margin: -3px 0 0;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dd ul li:last-child::before {
  top: 25%;
}
.sale-service .service-tabs__content .service-tabs__flow {
  width: 100%;
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 51px 56px;
  counter-reset: step;
}
.sale-service .service-tabs__content .service-tabs__flow .service-tabs__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 23px;
  background-color: #DCEAE3;
  border-radius: 10px;
  padding: 40px 24px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 94, 36, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 94, 36, 0.2);
  counter-increment: step;
  position: relative;
}
.sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 23px solid #017582;
  position: absolute;
  top: 50%;
  right: -44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item:nth-child(3)::before, .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item:nth-child(6)::before {
  display: none;
}
.sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .step-label {
  position: absolute;
  top: -12px;
  left: -15px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #29865c;
  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;
}
.sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .step-label::before {
  content: "STEP";
  font-size: 12px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #ffffff;
  letter-spacing: 0.16em;
}
.sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .step-label::after {
  content: counter(step, decimal-leading-zero);
  font-size: 32px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0;
}
.sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item h4 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 22px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #29865c;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
.sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  max-width: 181px;
  aspect-ratio: 181/115;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-text__wrap {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-text__wrap p {
  font-size: 16px;
  font-weight: 400;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
}
.sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-text__wrap p span {
  font-size: 16px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item p {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 16px;
  font-weight: 400;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
}
.sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-link {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  position: relative;
}
.sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-link::before {
  content: "";
  position: absolute;
  top: 55%;
  right: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #29865c;
}
.sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 3.335px solid transparent;
  border-bottom: 3.335px solid transparent;
  border-left: 6.67px solid #ffffff;
  position: absolute;
  top: 57%;
  right: -26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-link a {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: none;
  font-size: 16px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  margin: 5px 0 0;
}

.sale-appeal {
  width: 100%;
  background-image: url("../assets/image/sale-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 104px 0 87px;
  text-align: center;
}
.sale-appeal .sale-appeal__inner .sale-appeal__title {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 43px;
  text-align: center;
}
.sale-appeal .sale-appeal__inner .sale-appeal__title::before {
  content: "";
  position: absolute;
  bottom: 43%;
  left: -63px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 40px;
  height: 2px;
  background-color: #29865c;
}
.sale-appeal .sale-appeal__inner .sale-appeal__title::after {
  content: "";
  position: absolute;
  bottom: 43%;
  right: -63px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 40px;
  height: 2px;
  background-color: #29865c;
}
.sale-appeal .sale-appeal__inner .sale-appeal__title .sp-only {
  display: none;
}
.sale-appeal .sale-appeal__inner .sale-appeal__text {
  font-size: 16px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #333333;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0 0 72px;
}
.sale-appeal .sale-appeal__inner .sale-appeal__content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 83px;
  padding: 0 10px 0 0;
}
.sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list {
  width: 50%;
  max-width: 498px;
  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;
}
.sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__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;
  gap: 8px;
}
.sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 42px;
  aspect-ratio: 1/1;
  background-image: url("../assets/image/sale-check1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item h3 {
  font-size: 22px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #333333;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
}
.sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item .sale-appeal__item-text {
  font-size: 16px;
  font-weight: 400;
  font-family: "noto sans jp", sans-serif;
  color: #333333;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
}
.sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__media {
  width: 100%;
  max-width: 516px;
  aspect-ratio: 516/276;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__media img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.sale-reason {
  padding: 83px;
  text-align: center;
  background-color: #F7F7F7;
}
.sale-reason .sale-reason__title {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 85px;
  text-align: center;
}
.sale-reason .sale-reason__title::before {
  content: "";
  position: absolute;
  bottom: 43%;
  left: -63px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 40px;
  height: 2px;
  background-color: #29865c;
}
.sale-reason .sale-reason__title::after {
  content: "";
  position: absolute;
  bottom: 43%;
  right: -63px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 40px;
  height: 2px;
  background-color: #29865c;
}
.sale-reason .sale-reason__title br {
  display: none;
}
.sale-reason .sale-reason__list {
  width: 100%;
  max-width: 1104px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.sale-reason .sale-reason__list .sale-reason__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
.sale-reason .sale-reason__list .sale-reason__item::before {
  content: "";
  position: absolute;
  top: -33px;
  left: 5px;
  width: 64px;
  aspect-ratio: 73/78;
  background-image: url("../assets/image/sale-reason1.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
.sale-reason .sale-reason__list .sale-reason__item:nth-child(2)::before {
  top: -30px;
  width: 76px;
  aspect-ratio: 83/78;
  background-image: url("../assets/image/sale-reason2.webp");
}
.sale-reason .sale-reason__list .sale-reason__item:nth-child(3)::before {
  top: -30px;
  width: 74px;
  aspect-ratio: 83/78;
  background-image: url("../assets/image/sale-reason3.webp");
}
.sale-reason .sale-reason__list .sale-reason__item .sale-reason__item-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.sale-reason .sale-reason__list .sale-reason__item .sale-reason__item-content h3 {
  font-size: 22px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #333333;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: left;
}
.sale-reason .sale-reason__list .sale-reason__item .sale-reason__item-content p {
  font-size: 16px;
  font-weight: 400;
  font-family: "noto sans jp", sans-serif;
  color: #333333;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
}
.sale-reason .sale-reason__list .sale-reason__item img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  max-width: 344px;
  aspect-ratio: 344/228;
  -o-object-fit: cover;
     object-fit: cover;
}

.sale-success {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 106px 0;
  text-align: center;
}
.sale-success::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1440px;
  aspect-ratio: 1440/826;
  background-image: url("../assets/image/voice-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
}
.sale-success .sale-success__title {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 68px;
  text-align: center;
}
.sale-success .sale-success__title::before {
  content: "";
  position: absolute;
  bottom: 43%;
  left: -63px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 40px;
  height: 2px;
  background-color: #29865c;
}
.sale-success .sale-success__title::after {
  content: "";
  position: absolute;
  bottom: 43%;
  right: -63px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 40px;
  height: 2px;
  background-color: #29865c;
}
.sale-success .sale-success__title br {
  display: none;
}
.sale-success .sale-success__list {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 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: 56px;
  background-color: #29865c;
  border-radius: 10px;
  padding: 52px 50px;
  z-index: 1;
}
.sale-success .sale-success__list .sale-success__item {
  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;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 56px 56px 55px 56px;
}
.sale-success .sale-success__list .sale-success__item .sale-success__item-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  text-align: left;
}
.sale-success .sale-success__list .sale-success__item .sale-success__item-left h3 {
  font-size: 28px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #29865c;
  line-height: 1.2;
  letter-spacing: 0;
}
.sale-success .sale-success__list .sale-success__item .sale-success__item-left p {
  font-size: 18px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.63;
  letter-spacing: 0;
  text-align: left;
}
.sale-success .sale-success__list .sale-success__item .sale-success__item-left .sale-success__item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
}
.sale-success .sale-success__list .sale-success__item .sale-success__item-left .sale-success__item-tags span {
  font-size: 16px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
.sale-success .sale-success__list .sale-success__item .sale-success__item-left .sale-success__item-image {
  display: none;
}
.sale-success .sale-success__list .sale-success__item .sale-success__item-right {
  display: block;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 420/280;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.sale-success .sale-success__list .sale-success__item .sale-success__item-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sale-success .sale-success__list .sale-success__item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1440px) {
  .page-sale {
    width: 100%;
    background-color: #ffffff;
  }
  .sale-fv {
    width: 100%;
    height: calc(510 / 1440 * 100vw);
    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: calc(48 / 1440 * 100vw);
    background-image: url("../assets/image/sale-fv.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .sale-fv .sale-fv__title {
    display: block;
    font-size: calc(40 / 1440 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #ffffff;
    line-height: 1.6;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .sale-fv .sale-fv__title-sp {
    display: none;
  }
  .sale-fv .sale-fv__list {
    width: 100%;
    max-width: calc(701 / 1440 * 100vw);
    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: calc(10 / 1440 * 100vw);
  }
  .sale-fv .sale-fv__list img {
    width: calc(191 / 1440 * 100vw);
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sale-trouble {
    width: 100%;
    max-width: calc(1180 / 1440 * 100vw);
    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: calc(48 / 1440 * 100vw);
    margin: 0 auto;
    padding: 53px 0 80px;
  }
  .sale-trouble .sale-trouble__header {
    width: 100%;
    max-width: calc(896 / 1440 * 100vw);
    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: calc(16 / 1440 * 100vw);
  }
  .sale-trouble .sale-trouble__header::before {
    content: "PROBREM";
    position: absolute;
    top: 38%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: calc(150 / 1440 * 100vw);
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #F6F9F5;
    line-height: 1.7;
    letter-spacing: 0.35em;
    z-index: 0;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__title {
    position: relative;
    font-size: calc(30 / 1440 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    z-index: 1;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__title::before {
    content: "";
    position: absolute;
    bottom: calc(5 / 1440 * 100vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: calc(11 / 1440 * 100vw);
    background-color: #FFEB68;
    z-index: -1;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__title .sp-only {
    display: none;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__text {
    position: relative;
    font-size: calc(16 / 1440 * 100vw);
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: center;
    z-index: 1;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__list {
    display: none;
  }
  .sale-trouble .sale-trouble__image {
    width: 100%;
    max-width: calc(938 / 1440 * 100vw);
    aspect-ratio: 938/298;
    margin: 0 auto;
  }
  .sale-trouble .sale-trouble__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sale-service {
    width: 100%;
    max-width: calc(1440 / 1440 * 100vw);
    margin: 0 auto;
    text-align: center;
  }
  .sale-service .sale-service__title {
    display: inline-block;
    position: relative;
    font-size: calc(30 / 1440 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 calc(52 / 1440 * 100vw);
  }
  .sale-service .sale-service__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: calc(-63 / 1440 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(40 / 1440 * 100vw);
    height: calc(2 / 1440 * 100vw);
    background-color: #29865c;
  }
  .sale-service .sale-service__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: calc(-63 / 1440 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(40 / 1440 * 100vw);
    height: calc(2 / 1440 * 100vw);
    background-color: #29865c;
  }
  .sale-service .service-tabs__inner {
    width: 100%;
    max-width: calc(1440 / 1440 * 100vw);
    margin-inline: auto;
  }
  .sale-service .service-tabs__list {
    width: 100%;
    max-width: calc(1440 / 1440 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: calc(24 / 1440 * 100vw);
       -moz-column-gap: calc(24 / 1440 * 100vw);
            column-gap: calc(24 / 1440 * 100vw);
  }
  .sale-service .service-tabs__item {
    font-size: calc(24 / 1440 * 100vw);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.6;
    letter-spacing: 0;
    padding: calc(14 / 1440 * 100vw) calc(27 / 1440 * 100vw);
    border-radius: 5px 5px 0px 0px;
    background: #87BDA5;
  }
  .sale-service .service-tabs__item[aria-selected=true] {
    width: calc(351 / 1440 * 100vw);
    background: #29865c;
    color: #ffffff;
    pointer-events: none;
  }
  .sale-service .service-tabs__item[aria-selected=false] {
    width: calc(351 / 1440 * 100vw);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 1440px) and (any-hover: hover) {
  .sale-service .service-tabs__item[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media screen and (max-width: 1440px) {
  .sale-service .service-tabs__contents {
    width: 100%;
  }
  .sale-service .service-tabs__content-wrap {
    opacity: 0;
    visibility: hidden;
    height: 0;
    translate: 0 20px;
    -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
    transition: opacity 0.3s ease, translate 0.3s ease;
  }
  .sale-service .service-tabs__content-wrap.js-show {
    opacity: 1;
    visibility: visible;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    translate: 0;
  }
  .sale-service .service-tabs__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(87 / 1440 * 100vw);
    background-color: #ffffff;
    background-image: url("../assets/image/flow-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: calc(73 / 1440 * 100vw) 0 calc(83 / 1440 * 100vw);
    border-radius: 20px;
    border-top: 2px solid #29865c;
    border-bottom: 2px solid #29865c;
  }
  .sale-service .service-tabs__content .service-tabs__content-top {
    width: 100%;
    max-width: calc(1060 / 1440 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: calc(10 / 1440 * 100vw);
    padding: 0 calc(55 / 1440 * 100vw) 0 0;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(26 / 1440 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header .visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header .service-tabs__content-text {
    font-size: calc(16 / 1440 * 100vw);
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: left;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header figure {
    width: 100%;
    max-width: calc(495 / 1440 * 100vw);
    aspect-ratio: 495/310;
    margin: 0 0 0 calc(12 / 1440 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sale-service .service-tabs__content .service-tabs__content-top.--content1 {
    background-color: #ffffff;
    background-image: url("../assets/image/flow-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .sale-service .service-tabs__content .service-tabs__content-top.--content2 {
    background: #e8fea0;
  }
  .sale-service .service-tabs__content .service-tabs__content-top.--content3 {
    background: #b2b3f7;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended {
    width: 100%;
    max-width: calc(382 / 1440 * 100vw);
    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;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended h4 {
    width: 100%;
    font-size: calc(16 / 1440 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #29865c;
    line-height: 1.7;
    letter-spacing: 0.01em;
    margin: 0 0 calc(8 / 1440 * 100vw);
    padding: 3px 0;
    border: 1px solid #29865c;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__recommended-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(8 / 1440 * 100vw);
    margin: 0 0 32px;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__recommended-list li {
    position: relative;
    font-size: calc(16 / 1440 * 100vw);
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #333;
    line-height: 1.7;
    letter-spacing: 0.01em;
    padding: 0 0 0 calc(27 / 1440 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__recommended-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(19 / 1440 * 100vw);
    height: calc(19 / 1440 * 100vw);
    background-image: url("../assets/image/flow-check1.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-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: calc(32 / 1440 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__merit-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: calc(9 / 1440 * 100vw);
    text-align: left;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__merit-item dt {
    font-size: calc(16 / 1440 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #D52525;
    line-height: 1.7;
    letter-spacing: 0.01em;
    border-bottom: 1px dashed #D52525;
    padding: 0 0 1px;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__merit-item dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(8 / 1440 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__merit-item dd ul li {
    position: relative;
    font-size: calc(16 / 1440 * 100vw);
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #333;
    line-height: 1.7;
    letter-spacing: 0.01em;
    padding: 0 0 0 calc(27 / 1440 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__merit-item dd ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(19 / 1440 * 100vw);
    height: calc(19 / 1440 * 100vw);
    background-image: url("../assets/image/flow-check2.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-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: calc(8 / 1440 * 100vw);
    text-align: left;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dt {
    font-size: calc(16 / 1440 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #164D94;
    line-height: 1.7;
    letter-spacing: 0.01em;
    border-bottom: 1px dashed #164D94;
    padding: 0 0 calc(1 / 1440 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(8 / 1440 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dd ul li {
    position: relative;
    font-size: calc(16 / 1440 * 100vw);
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #333;
    line-height: 1.7;
    letter-spacing: 0.01em;
    padding: 0 0 0 calc(27 / 1440 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dd ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(19 / 1440 * 100vw);
    height: calc(19 / 1440 * 100vw);
    background-image: url("../assets/image/flow-check3.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dd ul li:last-child {
    line-height: 1.5;
    margin: calc(-3 / 1440 * 100vw) 0 0;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dd ul li:last-child::before {
    top: 25%;
  }
  .sale-service .service-tabs__content .service-tabs__flow {
    width: 100%;
    max-width: calc(1100 / 1440 * 100vw);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(51 / 1440 * 100vw) calc(56 / 1440 * 100vw);
    counter-reset: step;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(23 / 1440 * 100vw);
    background-color: #DCEAE3;
    border-radius: 10px;
    padding: calc(40 / 1440 * 100vw) calc(24 / 1440 * 100vw);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 94, 36, 0.2);
            box-shadow: 0px 0px 5px 0px rgba(0, 94, 36, 0.2);
    counter-increment: step;
    position: relative;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: calc(14 / 1440 * 100vw) solid transparent;
    border-bottom: calc(14 / 1440 * 100vw) solid transparent;
    border-left: calc(23 / 1440 * 100vw) solid #017582;
    position: absolute;
    top: 50%;
    right: calc(-44 / 1440 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item:nth-child(3)::before, .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item:nth-child(6)::before {
    display: none;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .step-label {
    position: absolute;
    top: calc(-12 / 1440 * 100vw);
    left: calc(-15 / 1440 * 100vw);
    width: calc(80 / 1440 * 100vw);
    height: calc(80 / 1440 * 100vw);
    border-radius: 50%;
    background: #29865c;
    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: calc(4 / 1440 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .step-label::before {
    content: "STEP";
    font-size: calc(12 / 1440 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #ffffff;
    letter-spacing: 0.16em;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .step-label::after {
    content: counter(step, decimal-leading-zero);
    font-size: calc(32 / 1440 * 100vw);
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item h4 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: calc(22 / 1440 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #29865c;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin: 0 auto;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: calc(181 / 1440 * 100vw);
    aspect-ratio: 181/115;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-text__wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(10 / 1440 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-text__wrap p {
    font-size: calc(16 / 1440 * 100vw);
    font-weight: 400;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-text__wrap p span {
    font-size: calc(16 / 1440 * 100vw);
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: calc(16 / 1440 * 100vw);
    font-weight: 400;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-link {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: relative;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-link::before {
    content: "";
    position: absolute;
    top: 55%;
    right: calc(-32 / 1440 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(20 / 1440 * 100vw);
    height: calc(20 / 1440 * 100vw);
    border-radius: 50%;
    background-color: #29865c;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-link::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: calc(3.335 / 1440 * 100vw) solid transparent;
    border-bottom: calc(3.335 / 1440 * 100vw) solid transparent;
    border-left: calc(6.67 / 1440 * 100vw) solid #ffffff;
    position: absolute;
    top: 57%;
    right: calc(-26 / 1440 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-link a {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: none;
    font-size: calc(16 / 1440 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    margin: calc(5 / 1440 * 100vw) 0 0;
  }
  .sale-appeal {
    width: 100%;
    background-image: url("../assets/image/sale-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: calc(104 / 1440 * 100vw) 0 calc(87 / 1440 * 100vw);
    text-align: center;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title {
    display: inline-block;
    position: relative;
    font-size: calc(30 / 1440 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 calc(43 / 1440 * 100vw);
    text-align: center;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: calc(-63 / 1440 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(40 / 1440 * 100vw);
    height: calc(2 / 1440 * 100vw);
    background-color: #29865c;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: calc(-63 / 1440 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(40 / 1440 * 100vw);
    height: calc(2 / 1440 * 100vw);
    background-color: #29865c;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title .sp-only {
    display: none;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__text {
    font-size: calc(16 / 1440 * 100vw);
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #333333;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: center;
    margin: 0 0 calc(72 / 1440 * 100vw);
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content {
    width: 100%;
    max-width: calc(1100 / 1440 * 100vw);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(83 / 1440 * 100vw);
    padding: 0 calc(10 / 1440 * 100vw) 0 0;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list {
    width: 50%;
    max-width: calc(498 / 1440 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(32 / 1440 * 100vw);
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__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;
    gap: calc(8 / 1440 * 100vw);
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-50 / 1440 * 100vw);
    width: calc(42 / 1440 * 100vw);
    aspect-ratio: 1/1;
    background-image: url("../assets/image/sale-check1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item h3 {
    font-size: calc(22 / 1440 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #333333;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item .sale-appeal__item-text {
    font-size: calc(16 / 1440 * 100vw);
    font-weight: 400;
    font-family: "noto sans jp", sans-serif;
    color: #333333;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__media {
    width: 100%;
    max-width: calc(516 / 1440 * 100vw);
    aspect-ratio: 516/276;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__media img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sale-reason {
    padding: calc(83 / 1440 * 100vw);
    text-align: center;
    background-color: #F7F7F7;
  }
  .sale-reason .sale-reason__title {
    display: inline-block;
    position: relative;
    font-size: calc(30 / 1440 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 calc(85 / 1440 * 100vw);
    text-align: center;
  }
  .sale-reason .sale-reason__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: calc(-63 / 1440 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(40 / 1440 * 100vw);
    height: calc(2 / 1440 * 100vw);
    background-color: #29865c;
  }
  .sale-reason .sale-reason__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: calc(-63 / 1440 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(40 / 1440 * 100vw);
    height: calc(2 / 1440 * 100vw);
    background-color: #29865c;
  }
  .sale-reason .sale-reason__title br {
    display: none;
  }
  .sale-reason .sale-reason__list {
    width: 100%;
    max-width: calc(1104 / 1440 * 100vw);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(34 / 1440 * 100vw);
  }
  .sale-reason .sale-reason__list .sale-reason__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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(16 / 1440 * 100vw);
  }
  .sale-reason .sale-reason__list .sale-reason__item::before {
    content: "";
    position: absolute;
    top: calc(-33 / 1440 * 100vw);
    left: calc(5 / 1440 * 100vw);
    width: calc(64 / 1440 * 100vw);
    aspect-ratio: 73/78;
    background-image: url("../assets/image/sale-reason1.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
  }
  .sale-reason .sale-reason__list .sale-reason__item:nth-child(2)::before {
    top: calc(-30 / 1440 * 100vw);
    width: calc(76 / 1440 * 100vw);
    aspect-ratio: 83/78;
    background-image: url("../assets/image/sale-reason2.webp");
  }
  .sale-reason .sale-reason__list .sale-reason__item:nth-child(3)::before {
    top: calc(-30 / 1440 * 100vw);
    width: calc(74 / 1440 * 100vw);
    aspect-ratio: 83/78;
    background-image: url("../assets/image/sale-reason3.webp");
  }
  .sale-reason .sale-reason__list .sale-reason__item .sale-reason__item-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(16 / 1440 * 100vw);
  }
  .sale-reason .sale-reason__list .sale-reason__item .sale-reason__item-content h3 {
    font-size: calc(22 / 1440 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #333333;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .sale-reason .sale-reason__list .sale-reason__item .sale-reason__item-content p {
    font-size: calc(16 / 1440 * 100vw);
    font-weight: 400;
    font-family: "noto sans jp", sans-serif;
    color: #333333;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .sale-reason .sale-reason__list .sale-reason__item img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: calc(344 / 1440 * 100vw);
    aspect-ratio: 344/228;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sale-success {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: calc(106 / 1440 * 100vw) 0;
    text-align: center;
  }
  .sale-success::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: calc(1440 / 1440 * 100vw);
    aspect-ratio: 1440/826;
    background-image: url("../assets/image/voice-bg.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: 0;
  }
  .sale-success .sale-success__title {
    display: inline-block;
    position: relative;
    font-size: calc(30 / 1440 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 calc(68 / 1440 * 100vw);
    text-align: center;
  }
  .sale-success .sale-success__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: calc(-63 / 1440 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(40 / 1440 * 100vw);
    height: calc(2 / 1440 * 100vw);
    background-color: #29865c;
  }
  .sale-success .sale-success__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: calc(-63 / 1440 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(40 / 1440 * 100vw);
    height: calc(2 / 1440 * 100vw);
    background-color: #29865c;
  }
  .sale-success .sale-success__title br {
    display: none;
  }
  .sale-success .sale-success__list {
    position: relative;
    width: 100%;
    max-width: calc(1100 / 1440 * 100vw);
    margin: 0 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: calc(56 / 1440 * 100vw);
    background-color: #29865c;
    border-radius: 10px;
    padding: calc(52 / 1440 * 100vw) calc(50 / 1440 * 100vw);
    z-index: 1;
  }
  .sale-success .sale-success__list .sale-success__item {
    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: calc(40 / 1440 * 100vw);
    background-color: #ffffff;
    border-radius: 10px;
    padding: calc(56 / 1440 * 100vw) calc(56 / 1440 * 100vw) calc(55 / 1440 * 100vw) calc(56 / 1440 * 100vw);
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(24 / 1440 * 100vw);
    text-align: left;
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-left h3 {
    font-size: calc(28 / 1440 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #29865c;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-left p {
    font-size: calc(18 / 1440 * 100vw);
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.63;
    letter-spacing: 0;
    text-align: left;
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-left .sale-success__item-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(33 / 1440 * 100vw);
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-left .sale-success__item-tags span {
    font-size: calc(16 / 1440 * 100vw);
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-left .sale-success__item-image {
    display: none;
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-right {
    display: block;
    width: 100%;
    max-width: calc(420 / 1440 * 100vw);
    aspect-ratio: 420/280;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sale-success .sale-success__list .sale-success__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .sale-fv {
    width: 100%;
    height: calc(510 / 1024 * 100vw);
    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: calc(48 / 1024 * 100vw);
    background-image: url("../assets/image/sale-fv.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .sale-fv .sale-fv__title {
    display: block;
    font-size: calc(34 / 1024 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #ffffff;
    line-height: 1.6;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .sale-fv .sale-fv__title-sp {
    display: none;
  }
  .sale-fv .sale-fv__list {
    width: 100%;
    max-width: calc(600 / 1024 * 100vw);
    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: calc(10 / 1024 * 100vw);
  }
  .sale-fv .sale-fv__list img {
    width: calc(170 / 1024 * 100vw);
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sale-trouble {
    width: 100%;
    max-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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(48 / 1024 * 100vw);
    margin: 0 auto;
    padding: calc(53 / 1024 * 100vw) 0 calc(80 / 1024 * 100vw);
  }
  .sale-trouble .sale-trouble__header {
    width: 100%;
    max-width: 100%;
    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: calc(16 / 1024 * 100vw);
  }
  .sale-trouble .sale-trouble__header::before {
    content: "PROBREM";
    position: absolute;
    top: 38%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: calc(130 / 1024 * 100vw);
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #F6F9F5;
    line-height: 1.7;
    letter-spacing: 0.35em;
    z-index: 0;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__title {
    position: relative;
    font-size: calc(28 / 1024 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    z-index: 1;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__title::before {
    content: "";
    position: absolute;
    bottom: calc(5 / 1024 * 100vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: calc(10 / 1024 * 100vw);
    background-color: #FFEB68;
    z-index: -1;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__title .sp-only {
    display: none;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__text {
    position: relative;
    font-size: calc(16 / 1024 * 100vw);
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: center;
    z-index: 1;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__list {
    display: none;
  }
  .sale-trouble .sale-trouble__image {
    width: 100%;
    max-width: calc(850 / 1024 * 100vw);
    aspect-ratio: 938/298;
    margin: 0 auto;
  }
  .sale-trouble .sale-trouble__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sale-service {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .sale-service .sale-service__title {
    display: inline-block;
    position: relative;
    font-size: calc(30 / 1024 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 calc(52 / 1024 * 100vw);
  }
  .sale-service .sale-service__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: calc(-63 / 1024 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(40 / 1024 * 100vw);
    height: calc(2 / 1024 * 100vw);
    background-color: #29865c;
  }
  .sale-service .sale-service__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: calc(-63 / 1024 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(40 / 1024 * 100vw);
    height: calc(2 / 1024 * 100vw);
    background-color: #29865c;
  }
  .sale-service .service-tabs__inner {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
  }
  .sale-service .service-tabs__list {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: calc(20 / 1024 * 100vw);
       -moz-column-gap: calc(20 / 1024 * 100vw);
            column-gap: calc(20 / 1024 * 100vw);
  }
  .sale-service .service-tabs__item {
    font-size: calc(22 / 1024 * 100vw);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.6;
    letter-spacing: 0;
    padding: calc(14 / 1024 * 100vw) calc(27 / 1024 * 100vw);
    border-radius: 5px 5px 0px 0px;
    background: #87BDA5;
  }
  .sale-service .service-tabs__item[aria-selected=true] {
    width: calc(300 / 1024 * 100vw);
    background: #29865c;
    color: #ffffff;
    pointer-events: none;
  }
  .sale-service .service-tabs__item[aria-selected=false] {
    width: calc(300 / 1024 * 100vw);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 1024px) and (any-hover: hover) {
  .sale-service .service-tabs__item[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .sale-service .service-tabs__contents {
    width: 100%;
  }
  .sale-service .service-tabs__content-wrap {
    opacity: 0;
    visibility: hidden;
    height: 0;
    translate: 0 calc(20 / 1024 * 100vw);
    -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
    transition: opacity 0.3s ease, translate 0.3s ease;
  }
  .sale-service .service-tabs__content-wrap.js-show {
    opacity: 1;
    visibility: visible;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    translate: 0;
  }
  .sale-service .service-tabs__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(87 / 1024 * 100vw);
    background-color: #ffffff;
    background-image: url("../assets/image/flow-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: calc(73 / 1024 * 100vw) 0 calc(83 / 1024 * 100vw);
    border-radius: 20px;
    border-top: 2px solid #29865c;
    border-bottom: 2px solid #29865c;
  }
  .sale-service .service-tabs__content .service-tabs__content-top {
    width: 100%;
    max-width: calc(100% - 120 / 1024 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: calc(50 / 1024 * 100vw);
    padding: 0;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(30 / 1024 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header .visually-hidden {
    position: absolute !important;
    width: calc(1 / 1024 * 100vw);
    height: calc(1 / 1024 * 100vw);
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header .service-tabs__content-text {
    font-size: calc(16 / 1024 * 100vw);
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: left;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header .service-tabs__content-text br {
    display: none;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header figure {
    width: 100%;
    max-width: calc(495 / 1024 * 100vw);
    aspect-ratio: 495/310;
    margin: 0 0 0 calc(12 / 1024 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sale-service .service-tabs__content .service-tabs__content-top.--content1 {
    background-color: #ffffff;
    background-image: url("../assets/image/flow-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .sale-service .service-tabs__content .service-tabs__content-top.--content2 {
    background: #e8fea0;
  }
  .sale-service .service-tabs__content .service-tabs__content-top.--content3 {
    background: #b2b3f7;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended {
    width: 100%;
    max-width: calc(382 / 1024 * 100vw);
    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;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended h4 {
    width: 100%;
    font-size: calc(16 / 1024 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #29865c;
    line-height: 1.7;
    letter-spacing: 0.01em;
    margin: 0 0 calc(8 / 1024 * 100vw);
    padding: calc(3 / 1024 * 100vw) 0;
    border: 1px solid #29865c;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__recommended-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(8 / 1024 * 100vw);
    margin: 0 0 calc(32 / 1024 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__recommended-list li {
    position: relative;
    font-size: calc(16 / 1024 * 100vw);
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #333;
    line-height: 1.7;
    letter-spacing: 0.01em;
    padding: 0 0 0 27px;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__recommended-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(19 / 1024 * 100vw);
    height: calc(19 / 1024 * 100vw);
    background-image: url("../assets/image/flow-check1.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-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: calc(32 / 1024 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__merit-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: calc(9 / 1024 * 100vw);
    text-align: left;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__merit-item dt {
    font-size: calc(16 / 1024 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #D52525;
    line-height: 1.7;
    letter-spacing: 0.01em;
    border-bottom: 1px dashed #D52525;
    padding: 0 0 calc(1 / 1024 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__merit-item dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(8 / 1024 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__merit-item dd ul li {
    position: relative;
    font-size: calc(16 / 1024 * 100vw);
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #333;
    line-height: 1.7;
    letter-spacing: 0.01em;
    padding: 0 0 0 calc(27 / 1024 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__merit-item dd ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(19 / 1024 * 100vw);
    height: calc(19 / 1024 * 100vw);
    background-image: url("../assets/image/flow-check2.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-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: calc(8 / 1024 * 100vw);
    text-align: left;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dt {
    font-size: calc(16 / 1024 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #164D94;
    line-height: 1.7;
    letter-spacing: 0.01em;
    border-bottom: 1px dashed #164D94;
    padding: 0 0 calc(1 / 1024 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(8 / 1024 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dd ul li {
    position: relative;
    font-size: calc(16 / 1024 * 100vw);
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #333;
    line-height: 1.7;
    letter-spacing: 0.01em;
    padding: 0 0 0 calc(27 / 1024 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dd ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(19 / 1024 * 100vw);
    height: calc(19 / 1024 * 100vw);
    background-image: url("../assets/image/flow-check3.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dd ul li:last-child {
    line-height: 1.5;
    margin: calc(-3 / 1024 * 100vw) 0 0;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dd ul li:last-child::before {
    top: 25%;
  }
  .sale-service .service-tabs__content .service-tabs__flow {
    width: 100%;
    max-width: calc(100% - 120 / 1024 * 100vw);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(51 / 1024 * 100vw) calc(56 / 1024 * 100vw);
    counter-reset: step;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(23 / 1024 * 100vw);
    background-color: #DCEAE3;
    border-radius: 10px;
    padding: calc(40 / 1024 * 100vw) calc(24 / 1024 * 100vw);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 94, 36, 0.2);
            box-shadow: 0px 0px 5px 0px rgba(0, 94, 36, 0.2);
    counter-increment: step;
    position: relative;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item::before, .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item:nth-child(3)::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: calc(14 / 1024 * 100vw) solid transparent;
    border-bottom: calc(14 / 1024 * 100vw) solid transparent;
    border-left: calc(23 / 1024 * 100vw) solid #017582;
    position: absolute;
    top: 50%;
    right: calc(-44 / 1024 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item:nth-child(2)::before, .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item:nth-child(4)::before, .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item:nth-child(6)::before {
    display: none;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .step-label {
    position: absolute;
    top: calc(-12 / 1024 * 100vw);
    left: calc(-15 / 1024 * 100vw);
    width: calc(80 / 1024 * 100vw);
    height: calc(80 / 1024 * 100vw);
    border-radius: 50%;
    background: #29865c;
    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: calc(4 / 1024 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .step-label::before {
    content: "STEP";
    font-size: calc(12 / 1024 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #ffffff;
    letter-spacing: 0.16em;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .step-label::after {
    content: counter(step, decimal-leading-zero);
    font-size: calc(32 / 1024 * 100vw);
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item h4 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: calc(22 / 1024 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #29865c;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin: 0 auto;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: calc(181 / 1024 * 100vw);
    aspect-ratio: 181/115;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-text__wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(10 / 1024 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-text__wrap p {
    font-size: calc(16 / 1024 * 100vw);
    font-weight: 400;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-text__wrap p span {
    font-size: calc(16 / 1024 * 100vw);
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: calc(16 / 1024 * 100vw);
    font-weight: 400;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-link {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: relative;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-link::before {
    content: "";
    position: absolute;
    top: 55%;
    right: calc(-32 / 1024 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(20 / 1024 * 100vw);
    height: calc(20 / 1024 * 100vw);
    border-radius: 50%;
    background-color: #29865c;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-link::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: calc(3.335 / 1024 * 100vw) solid transparent;
    border-bottom: calc(3.335 / 1024 * 100vw) solid transparent;
    border-left: calc(6.67 / 1024 * 100vw) solid #ffffff;
    position: absolute;
    top: 57%;
    right: calc(-26 / 1024 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-link a {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: none;
    font-size: calc(16 / 1024 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    margin: calc(5 / 1024 * 100vw) 0 0;
  }
  .sale-appeal {
    width: 100%;
    background-image: url("../assets/image/sale-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: calc(87 / 1024 * 100vw) 0;
    text-align: center;
  }
  .sale-appeal .sale-appeal__inner {
    width: calc(100% - 120 / 1024 * 100vw);
    max-width: 100%;
    margin: 0 auto;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title {
    display: inline-block;
    position: relative;
    font-size: calc(28 / 1024 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 calc(40 / 1024 * 100vw);
    text-align: center;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: calc(-63 / 1024 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(40 / 1024 * 100vw);
    height: calc(2 / 1024 * 100vw);
    background-color: #29865c;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: calc(-63 / 1024 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(40 / 1024 * 100vw);
    height: calc(2 / 1024 * 100vw);
    background-color: #29865c;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title .sp-only {
    display: none;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__text {
    font-size: calc(16 / 1024 * 100vw);
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #333333;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: center;
    margin: 0 0 calc(72 / 1024 * 100vw);
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(75 / 1024 * 100vw);
    padding: 0;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list {
    width: 50%;
    max-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;
    gap: calc(20 / 1024 * 100vw);
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__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;
    gap: calc(8 / 1024 * 100vw);
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-40 / 1024 * 100vw);
    width: calc(38 / 1024 * 100vw);
    aspect-ratio: 1/1;
    background-image: url("../assets/image/sale-check1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item h3 {
    font-size: calc(22 / 1024 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #333333;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item .sale-appeal__item-text {
    font-size: calc(16 / 1024 * 100vw);
    font-weight: 400;
    font-family: "noto sans jp", sans-serif;
    color: #333333;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__media {
    width: 100%;
    max-width: calc(415 / 1024 * 100vw);
    aspect-ratio: 516/276;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__media img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sale-reason {
    padding: calc(83 / 1024 * 100vw);
    text-align: center;
    background-color: #F7F7F7;
  }
  .sale-reason .sale-reason__title {
    display: inline-block;
    position: relative;
    font-size: calc(28 / 1024 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 calc(85 / 1024 * 100vw);
    text-align: center;
  }
  .sale-reason .sale-reason__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: calc(-63 / 1024 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(40 / 1024 * 100vw);
    height: calc(2 / 1024 * 100vw);
    background-color: #29865c;
  }
  .sale-reason .sale-reason__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: calc(-63 / 1024 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(40 / 1024 * 100vw);
    height: calc(2 / 1024 * 100vw);
    background-color: #29865c;
  }
  .sale-reason .sale-reason__title br {
    display: none;
  }
  .sale-reason .sale-reason__list {
    width: 100%;
    max-width: 100%;
    margin: 0 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: calc(55 / 1024 * 100vw);
  }
  .sale-reason .sale-reason__list .sale-reason__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(32 / 1024 * 100vw);
  }
  .sale-reason .sale-reason__list .sale-reason__item::before {
    content: "";
    position: absolute;
    top: calc(-33 / 1024 * 100vw);
    left: calc(5 / 1024 * 100vw);
    width: calc(64 / 1024 * 100vw);
    aspect-ratio: 73/78;
    background-image: url("../assets/image/sale-reason1.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
  }
  .sale-reason .sale-reason__list .sale-reason__item:nth-child(2)::before {
    top: calc(-30 / 1024 * 100vw);
    width: calc(76 / 1024 * 100vw);
    aspect-ratio: 83/78;
    background-image: url("../assets/image/sale-reason2.webp");
  }
  .sale-reason .sale-reason__list .sale-reason__item:nth-child(3)::before {
    top: calc(-30 / 1024 * 100vw);
    width: calc(74 / 1024 * 100vw);
    aspect-ratio: 83/78;
    background-image: url("../assets/image/sale-reason3.webp");
  }
  .sale-reason .sale-reason__list .sale-reason__item .sale-reason__item-content h3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: calc(22 / 1024 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #333333;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .sale-reason .sale-reason__list .sale-reason__item .sale-reason__item-content p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 16px;
    font-weight: 400;
    font-family: "noto sans jp", sans-serif;
    color: #333333;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .sale-reason .sale-reason__list .sale-reason__item img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: calc(344 / 1024 * 100vw);
    aspect-ratio: 344/228;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sale-success {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: calc(86 / 1024 * 100vw) 0;
    text-align: center;
  }
  .sale-success::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: calc(1440 / 1024 * 100vw);
    aspect-ratio: 1440/826;
    background-image: url("../assets/image/voice-bg.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: 0;
  }
  .sale-success .sale-success__title {
    display: inline-block;
    position: relative;
    font-size: calc(28 / 1024 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 calc(68 / 1024 * 100vw);
    text-align: center;
  }
  .sale-success .sale-success__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: calc(-63 / 1024 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(40 / 1024 * 100vw);
    height: calc(2 / 1024 * 100vw);
    background-color: #29865c;
  }
  .sale-success .sale-success__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: calc(-63 / 1024 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(40 / 1024 * 100vw);
    height: calc(2 / 1024 * 100vw);
    background-color: #29865c;
  }
  .sale-success .sale-success__title br {
    display: none;
  }
  .sale-success .sale-success__list {
    position: relative;
    width: 100%;
    max-width: calc(100% - 80 / 1024 * 100vw);
    margin: 0 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: calc(45 / 1024 * 100vw);
    background-color: #29865c;
    border-radius: 10px;
    padding: calc(45 / 1024 * 100vw) calc(40 / 1024 * 100vw);
    z-index: 1;
  }
  .sale-success .sale-success__list .sale-success__item {
    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: calc(40 / 1024 * 100vw);
    background-color: #ffffff;
    border-radius: 10px;
    padding: calc(50 / 1024 * 100vw);
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(24 / 1024 * 100vw);
    text-align: left;
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-left h3 {
    font-size: calc(26 / 1024 * 100vw);
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #29865c;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-left p {
    font-size: calc(16 / 1024 * 100vw);
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.63;
    letter-spacing: 0;
    text-align: left;
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-left .sale-success__item-tags {
    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;
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-left .sale-success__item-tags span {
    font-size: calc(16 / 1024 * 100vw);
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-left .sale-success__item-image {
    display: none;
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-right {
    display: block;
    width: 100%;
    max-width: calc(400 / 1024 * 100vw);
    aspect-ratio: 420/280;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sale-success .sale-success__list .sale-success__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 751px) {
  .page-sale {
    width: 100%;
    background-color: #ffffff;
  }
  .sale-fv {
    width: 100%;
    height: 100vh;
    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: calc(32 / 375 * 100vw);
    background-image: url("../assets/image/sale-fv-sp.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .sale-fv .sale-fv__title {
    display: none;
  }
  .sale-fv .sale-fv__title-sp {
    display: block;
    font-size: 30px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #ffffff;
    line-height: 1.6;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .sale-fv .sale-fv__list {
    width: 100%;
    max-width: calc(100% - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 calc(24 / 375 * 100vw);
  }
  .sale-fv .sale-fv__list li img {
    width: 126px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sale-trouble {
    width: 100%;
    max-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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(48 / 375 * 100vw);
    margin: 0 auto;
    padding: calc(53 / 375 * 100vw) 0 calc(80 / 375 * 100vw);
    overflow: hidden;
  }
  .sale-trouble .sale-trouble__header {
    width: 100%;
    max-width: calc(896 / 375 * 100vw);
    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: calc(24 / 375 * 100vw);
  }
  .sale-trouble .sale-trouble__header::before {
    content: "PROBREM";
    position: absolute;
    top: 4%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 68px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #F6F9F5;
    line-height: 1.7;
    letter-spacing: 0.35em;
    z-index: 0;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.3;
    letter-spacing: 0.01em;
    z-index: 1;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__title::before {
    content: "";
    position: absolute;
    top: calc(24 / 375 * 100vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 8px;
    background-color: #FFEB68;
    z-index: -1;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 8px;
    background-color: #FFEB68;
    z-index: -1;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__title .sp-only {
    display: block;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__text {
    position: relative;
    width: calc(100% - 48 / 375 * 100vw);
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: left;
    z-index: 1;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__text br {
    display: none;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__list {
    width: calc(100% - 48 / 375 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(8 / 375 * 100vw);
    margin: calc(8 / 375 * 100vw) 0 0;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__list li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    padding: 0 0 calc(11 / 375 * 100vw) calc(33 / 375 * 100vw);
    border-bottom: 1px solid #DCDCDC;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__list li::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(25 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
    background-image: url("../assets/image/trouble-check.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .sale-trouble .sale-trouble__image {
    width: 100%;
    max-width: calc(349 / 375 * 100vw);
    aspect-ratio: 349/115;
    margin: 0 auto;
  }
  .sale-trouble .sale-trouble__image img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sale-service {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .sale-service .sale-service__title {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 calc(16 / 375 * 100vw);
  }
  .sale-service .sale-service__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: calc(-20 / 375 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(10 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    background-color: #29865c;
  }
  .sale-service .sale-service__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: calc(-20 / 375 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(10 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    background-color: #29865c;
  }
  .sale-service .service-tabs__inner {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
  }
  .sale-service .service-tabs__list {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: calc(8 / 375 * 100vw);
       -moz-column-gap: calc(8 / 375 * 100vw);
            column-gap: calc(8 / 375 * 100vw);
  }
  .sale-service .service-tabs__item {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.6;
    letter-spacing: 0;
    padding: calc(8 / 375 * 100vw) calc(16 / 375 * 100vw);
    border-radius: calc(5 / 375 * 100vw) calc(5 / 375 * 100vw) 0 0;
    background: #87BDA5;
  }
  .sale-service .service-tabs__item[aria-selected=true] {
    width: calc(104 / 375 * 100vw);
    background: #29865c;
    color: #ffffff;
    pointer-events: none;
  }
  .sale-service .service-tabs__item[aria-selected=false] {
    width: calc(104 / 375 * 100vw);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 751px) and (any-hover: hover) {
  .sale-service .service-tabs__item[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media screen and (max-width: 751px) {
  .sale-service .service-tabs__contents {
    width: 100%;
  }
  .sale-service .service-tabs__content-wrap {
    opacity: 0;
    visibility: hidden;
    height: 0;
    translate: 0 20px;
    -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
    transition: opacity 0.3s ease, translate 0.3s ease;
  }
  .sale-service .service-tabs__content-wrap.js-show {
    opacity: 1;
    visibility: visible;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    translate: 0;
  }
  .sale-service .service-tabs__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(58 / 375 * 100vw);
    background-color: #ffffff;
    background-image: url("../assets/image/flow-bg-sp.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: calc(24 / 375 * 100vw) 0;
    border-radius: 20px;
    border-top: calc(2 / 375 * 100vw) solid #29865c;
    border-bottom: calc(2 / 375 * 100vw) solid #29865c;
  }
  .sale-service .service-tabs__content .service-tabs__content-top {
    width: calc(100% - 48 / 375 * 100vw);
    max-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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: calc(24 / 375 * 100vw);
    padding: 0;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(16 / 375 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header .visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header .service-tabs__content-text {
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: left;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header .service-tabs__content-text br {
    display: block;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header figure {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 330/207;
    margin: 0;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sale-service .service-tabs__content .service-tabs__content-top.--content1 {
    background-color: #ffffff;
    background-image: url("../assets/image/flow-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .sale-service .service-tabs__content .service-tabs__content-top.--content2 {
    background: #e8fea0;
  }
  .sale-service .service-tabs__content .service-tabs__content-top.--content3 {
    background: #b2b3f7;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended {
    width: 100%;
    max-width: calc(382 / 375 * 100vw);
    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;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended h4 {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #29865c;
    line-height: 1.7;
    letter-spacing: 0.01em;
    margin: 0 0 calc(8 / 375 * 100vw);
    padding: calc(3 / 375 * 100vw) 0;
    border: 1px solid #29865c;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__recommended-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(8 / 375 * 100vw);
    margin: 0 0 calc(32 / 375 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__recommended-list li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #333;
    line-height: 1.7;
    letter-spacing: 0.01em;
    padding: 0 0 0 calc(27 / 375 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__recommended-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(19 / 375 * 100vw);
    height: calc(19 / 375 * 100vw);
    background-image: url("../assets/image/flow-check1.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-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: calc(32 / 375 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__merit-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: calc(9 / 375 * 100vw);
    text-align: left;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__merit-item dt {
    font-size: 16px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #D52525;
    line-height: 1.7;
    letter-spacing: 0.01em;
    border-bottom: 1px dashed #D52525;
    padding: 0 0 calc(1 / 375 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__merit-item dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(8 / 375 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__merit-item dd ul li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #333;
    line-height: 1.7;
    letter-spacing: 0.01em;
    padding: 0 0 0 calc(27 / 375 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__merit-item dd ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(19 / 375 * 100vw);
    height: calc(19 / 375 * 100vw);
    background-image: url("../assets/image/flow-check2.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-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: calc(8 / 375 * 100vw);
    text-align: left;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dt {
    font-size: 16px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #164D94;
    line-height: 1.7;
    letter-spacing: 0.01em;
    border-bottom: 1px dashed #164D94;
    padding: 0 0 calc(1 / 375 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(8 / 375 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dd ul li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #333;
    line-height: 1.7;
    letter-spacing: 0.01em;
    padding: 0 0 0 calc(27 / 375 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dd ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(19 / 375 * 100vw);
    height: calc(19 / 375 * 100vw);
    background-image: url("../assets/image/flow-check3.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dd ul li:last-child {
    line-height: 1.5;
    margin: calc(-3 / 375 * 100vw) 0 0;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list .service-tabs__demerit-item dd ul li:last-child::before {
    top: 25%;
  }
  .sale-service .service-tabs__content .service-tabs__flow {
    width: calc(100% - 48 / 375 * 100vw);
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: calc(56 / 375 * 100vw);
    counter-reset: step;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(23 / 375 * 100vw);
    background-color: #DCEAE3;
    border-radius: 10px;
    padding: calc(40 / 375 * 100vw) calc(24 / 375 * 100vw);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 94, 36, 0.2);
            box-shadow: 0px 0px 5px 0px rgba(0, 94, 36, 0.2);
    counter-increment: step;
    position: relative;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: calc(14 / 375 * 100vw) solid transparent;
    border-right: calc(14 / 375 * 100vw) solid transparent;
    border-top: calc(23 / 375 * 100vw) solid #017582;
    position: absolute;
    top: auto;
    bottom: calc(-60 / 375 * 100vw);
    right: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item:nth-child(2)::before, .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item:nth-child(3)::before, .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item:nth-child(4)::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: calc(14 / 375 * 100vw) solid transparent;
    border-right: calc(14 / 375 * 100vw) solid transparent;
    border-top: calc(23 / 375 * 100vw) solid #017582;
    position: absolute;
    top: auto;
    bottom: calc(-60 / 375 * 100vw);
    right: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item:nth-child(6)::before {
    display: none;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .step-label {
    position: absolute;
    top: calc(-12 / 375 * 100vw);
    left: calc(-15 / 375 * 100vw);
    width: calc(80 / 375 * 100vw);
    height: calc(80 / 375 * 100vw);
    border-radius: 50%;
    background: #29865c;
    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: calc(4 / 375 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .step-label::before {
    content: "STEP";
    font-size: 12px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #ffffff;
    letter-spacing: 0.16em;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .step-label::after {
    content: counter(step, decimal-leading-zero);
    font-size: calc(32 / 375 * 100vw);
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item h4 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 22px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #29865c;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 auto;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item h4 br {
    display: none;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: calc(181 / 375 * 100vw);
    aspect-ratio: 181/115;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-text__wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(8 / 375 * 100vw);
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-text__wrap p {
    font-size: 16px;
    font-weight: 400;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-text__wrap p span {
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 16px;
    font-weight: 400;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-link {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: relative;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-link::before {
    content: "";
    position: absolute;
    top: 55%;
    right: calc(-32 / 375 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    border-radius: 50%;
    background-color: #29865c;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-link::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: calc(3.335 / 375 * 100vw) solid transparent;
    border-bottom: calc(3.335 / 375 * 100vw) solid transparent;
    border-left: calc(6.67 / 375 * 100vw) solid #ffffff;
    position: absolute;
    top: 57%;
    right: calc(-26 / 375 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item .flow-link a {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: none;
    font-size: 16px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    margin: calc(5 / 375 * 100vw) 0 0;
  }
  .sale-appeal {
    width: 100%;
    background-image: url("../assets/image/sale-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: calc(48 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
    text-align: center;
  }
  .sale-appeal .sale-appeal__inner {
    width: calc(100% - 48 / 375 * 100vw);
    max-width: 100%;
    margin: 0 auto;
    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;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 calc(24 / 375 * 100vw);
    text-align: center;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: calc(-20 / 375 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(10 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    background-color: #29865c;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: calc(-20 / 375 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(10 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    background-color: #29865c;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title .sp-only {
    display: block;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__text {
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #333333;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: left;
    margin: 0 0 calc(40 / 375 * 100vw);
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__text br {
    display: none;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -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: calc(24 / 375 * 100vw);
    padding: 0;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list {
    width: 100%;
    max-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;
    gap: calc(16 / 375 * 100vw);
    padding: 0 0 0 calc(40 / 375 * 100vw);
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__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;
    gap: calc(8 / 375 * 100vw);
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-50 / 375 * 100vw);
    width: calc(32 / 375 * 100vw);
    aspect-ratio: 1/1;
    background-image: url("../assets/image/sale-check1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #333333;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item .sale-appeal__item-text {
    font-size: 16px;
    font-weight: 400;
    font-family: "noto sans jp", sans-serif;
    color: #333333;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__media {
    width: 100%;
    max-width: calc(516 / 375 * 100vw);
    aspect-ratio: 516/276;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__media img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sale-reason {
    padding: calc(48 / 375 * 100vw) 0;
    text-align: center;
    background-color: #F7F7F7;
  }
  .sale-reason .sale-reason__title {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 calc(50 / 375 * 100vw);
    text-align: center;
  }
  .sale-reason .sale-reason__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: calc(-20 / 375 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(10 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    background-color: #29865c;
  }
  .sale-reason .sale-reason__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: calc(-20 / 375 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(10 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    background-color: #29865c;
  }
  .sale-reason .sale-reason__title br {
    display: block;
  }
  .sale-reason .sale-reason__list {
    width: calc(100% - 48 / 375 * 100vw);
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: calc(50 / 375 * 100vw);
  }
  .sale-reason .sale-reason__list .sale-reason__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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(16 / 375 * 100vw);
  }
  .sale-reason .sale-reason__list .sale-reason__item::before {
    content: "";
    position: absolute;
    top: calc(-33 / 375 * 100vw);
    left: calc(5 / 375 * 100vw);
    width: calc(46 / 375 * 100vw);
    aspect-ratio: 73/78;
    background-image: url("../assets/image/sale-reason1.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
  }
  .sale-reason .sale-reason__list .sale-reason__item:nth-child(2)::before {
    top: calc(-30 / 375 * 100vw);
    width: calc(56 / 375 * 100vw);
    aspect-ratio: 83/78;
    background-image: url("../assets/image/sale-reason2.webp");
  }
  .sale-reason .sale-reason__list .sale-reason__item:nth-child(3)::before {
    top: calc(-30 / 375 * 100vw);
    width: calc(56 / 375 * 100vw);
    aspect-ratio: 83/78;
    background-image: url("../assets/image/sale-reason3.webp");
  }
  .sale-reason .sale-reason__list .sale-reason__item .sale-reason__item-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(16 / 375 * 100vw);
  }
  .sale-reason .sale-reason__list .sale-reason__item .sale-reason__item-content h3 {
    font-size: 22px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #333333;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .sale-reason .sale-reason__list .sale-reason__item .sale-reason__item-content p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 16px;
    font-weight: 400;
    font-family: "noto sans jp", sans-serif;
    color: #333333;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .sale-reason .sale-reason__list .sale-reason__item img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: calc(344 / 375 * 100vw);
    aspect-ratio: 344/228;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sale-success {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: calc(48 / 375 * 100vw) 0;
    text-align: center;
  }
  .sale-success::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1440/826;
    background-image: url("../assets/image/voice-bg.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: 0;
  }
  .sale-success .sale-success__title {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 calc(40 / 375 * 100vw);
    text-align: center;
  }
  .sale-success .sale-success__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: calc(-20 / 375 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(10 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    background-color: #29865c;
  }
  .sale-success .sale-success__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: calc(-20 / 375 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(10 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    background-color: #29865c;
  }
  .sale-success .sale-success__title br {
    display: block;
  }
  .sale-success .sale-success__list {
    position: relative;
    width: 100%;
    max-width: calc(100% - 40 / 375 * 100vw);
    margin: 0 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: calc(30 / 375 * 100vw);
    background-color: #29865c;
    border-radius: 10px;
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
    z-index: 1;
  }
  .sale-success .sale-success__list .sale-success__item {
    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: calc(40 / 375 * 100vw);
    background-color: #ffffff;
    border-radius: 10px;
    padding: calc(20 / 375 * 100vw);
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-left {
    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;
    gap: calc(16 / 375 * 100vw);
    text-align: left;
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-left h3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 21px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #29865c;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-left p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.63;
    letter-spacing: 0;
    text-align: left;
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-left .sale-success__item-tags {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    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;
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-left .sale-success__item-tags span {
    font-size: 14px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-left .sale-success__item-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    width: 100%;
    max-width: calc(344 / 375 * 100vw);
    aspect-ratio: 344/228;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-left .sale-success__item-image img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 344/228;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .sale-success .sale-success__list .sale-success__item .sale-success__item-right {
    display: none;
  }
  .sale-success .sale-success__list .sale-success__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.page-inheritance {
  width: 100%;
  background-color: #ffffff;
}
.page-inheritance .faq {
  background-color: #F9F8F7;
}

.inheritance-fv {
  width: 100%;
  height: 514px;
  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: 30px;
  background-image: url("../assets/image/inheritance-fv.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.inheritance-fv .inheritance-fv__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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 25px;
  margin: 33px 0 0;
}
.inheritance-fv .inheritance-fv__title img {
  width: 100%;
  max-width: 176px;
  aspect-ratio: 176/84;
  -o-object-fit: cover;
     object-fit: cover;
}
.inheritance-fv .inheritance-fv__title .text-pc {
  font-size: 32px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
.inheritance-fv .inheritance-fv__title .text-sp {
  display: none;
}
.inheritance-fv .inheritance-fv__btn {
  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: 100%;
  max-width: 300px;
  aspect-ratio: 300/55;
  background: -webkit-gradient(linear, left top, left bottom, from(#F1E264), to(#FDBA46));
  background: linear-gradient(180deg, #F1E264 0%, #FDBA46 100%);
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #333333;
  line-height: 1;
  letter-spacing: 0;
}
.inheritance-fv .inheritance-fv__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.inheritance-trouble {
  width: calc(100% - 120px);
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 0 56px;
}
.inheritance-trouble .inheritance-trouble__title {
  font-size: 30px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0 0 24px;
}
.inheritance-trouble .inheritance-trouble__title .tab-only {
  display: none;
}
.inheritance-trouble .inheritance-trouble__text {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0 0 40px;
}
.inheritance-trouble .inheritance-trouble__aside {
  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: 14px;
  width: 100%;
  max-width: 773px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 27px 0 40px 105px;
  background-color: #F6F0DC;
  z-index: 0;
}
.inheritance-trouble .inheritance-trouble__aside::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 43.1px;
  width: 125px;
  aspect-ratio: 125/129;
  background-image: url("../assets/image/inheritance-trouble.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.inheritance-trouble .inheritance-trouble__aside .inheritance-trouble__aside-title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.inheritance-trouble .inheritance-trouble__aside .inheritance-trouble__aside-title::before {
  content: "";
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -43px;
  width: 34px;
  aspect-ratio: 34/34;
  background-image: url("../assets/image/inheritance-trouble-title.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.inheritance-trouble .inheritance-trouble__aside .inheritance-trouble__aside-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: 60.2%;
  width: 98px;
  height: 11px;
  background-color: #F1E264;
  z-index: -1;
}
.inheritance-trouble .inheritance-trouble__aside .inheritance-trouble__aside-text {
  font-size: 20px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.inheritance-object {
  width: 100%;
  background-color: #f9f8f7;
}
.inheritance-object .inheritance-object__inner {
  width: calc(100% - 120px);
  max-width: 1100px;
  margin: 0 auto;
  padding: 39px 0 40px;
}
.inheritance-object .inheritance-object__inner .inheritance-object__title {
  font-size: 30px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0 0 32px;
}
.inheritance-object .inheritance-object__inner .inheritance-object__list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 23px 24px;
}
.inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 400/106;
  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: 20px;
  background-color: #FFD68A;
  border-radius: 10px;
  padding: 22px 0;
}
.inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 295px;
  height: 1px;
  border-top: 1px dashed rgb(161, 161, 161);
}
.inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1;
  letter-spacing: -0.02em;
}
.inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item div .inheritance-object__item-text {
  font-size: 18px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1;
  letter-spacing: -0.02em;
}
.inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item div .inheritance-object__item-text .red-text {
  font-size: 18px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #DF5900;
  line-height: 1;
  letter-spacing: -0.02em;
}
.inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item div .inheritance-object__item-text br {
  display: none;
}
.inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item:nth-child(2) {
  width: 100%;
  max-width: 359px;
  background-color: #B0E3FF;
}
.inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item:nth-child(3) {
  width: 100%;
  max-width: 359px;
  background-color: #E6E6E6;
}

.inheritance-heir {
  width: calc(100% - 120px);
  max-width: 1100px;
  margin: 0 auto;
  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: 35px;
  padding: 45px 0 62px;
}
.inheritance-heir .inheritance-heir__title {
  font-size: 30px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-align: center;
}
.inheritance-heir .inheritance-heir__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
}
.inheritance-heir .inheritance-heir__inner .inheritance-heir__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 22px;
}
.inheritance-heir .inheritance-heir__inner .inheritance-heir__list .inheritance-heir__item {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.01em;
  padding: 0 0 0 56px;
}
.inheritance-heir .inheritance-heir__inner .inheritance-heir__list .inheritance-heir__item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 40px;
  aspect-ratio: 40/40;
  background-image: url("../assets/image/inheritance-heir-check.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.inheritance-heir .inheritance-heir__inner .inheritance-heir__image {
  width: 100%;
  max-width: 508px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.inheritance-heir .inheritance-heir__inner .inheritance-heir__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inheritance-problem {
  width: 100%;
  background-color: #f9f8f7;
}
.inheritance-problem .inheritance-problem__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;
  padding: 80px 0 75px;
}
.inheritance-problem .inheritance-problem__inner .inheritance-problem__title {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 45px;
}
.inheritance-problem .inheritance-problem__inner .inheritance-problem__title::before {
  content: "";
  position: absolute;
  bottom: 43%;
  left: -63px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 40px;
  height: 2px;
  background-color: #29865c;
}
.inheritance-problem .inheritance-problem__inner .inheritance-problem__title::after {
  content: "";
  position: absolute;
  bottom: 43%;
  right: -63px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 40px;
  height: 2px;
  background-color: #29865c;
}
.inheritance-problem .inheritance-problem__inner .inheritance-problem__text {
  font-size: 16px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0 0 54px;
}
.inheritance-problem .inheritance-problem__inner .inheritance-problem__list {
  width: calc(100% - 120px);
  margin: 0 auto;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 40px;
  margin: 0 auto 70px;
}
.inheritance-problem .inheritance-problem__inner .inheritance-problem__list .inheritance-problem__item {
  width: 100%;
  max-width: 340px;
  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: 8px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #29865c;
  padding: 24px 20px;
}
.inheritance-problem .inheritance-problem__inner .inheritance-problem__list .inheritance-problem__item h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #29865c;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
.inheritance-problem .inheritance-problem__inner .inheritance-problem__list .inheritance-problem__item .inheritance-problem__item-text span {
  font-size: 16px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-align: left;
}
.inheritance-problem .inheritance-problem__inner .inheritance-problem__list .inheritance-problem__item:nth-child(3) .inheritance-problem__item-text {
  text-align: center;
}
.inheritance-problem .inheritance-problem__inner .inheritance-problem__image {
  width: 100%;
  max-width: 296px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.inheritance-problem .inheritance-problem__inner .inheritance-problem__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inheritance-service {
  width: 100%;
  background-image: url("../assets/image/inheritance-service.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.inheritance-service .inheritance-service__inner {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0 129px;
}
.inheritance-service .inheritance-service__inner .inheritance-service__title {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 87px;
}
.inheritance-service .inheritance-service__inner .inheritance-service__title::before {
  content: "";
  position: absolute;
  bottom: 43%;
  left: -63px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 40px;
  height: 2px;
  background-color: #29865c;
}
.inheritance-service .inheritance-service__inner .inheritance-service__title::after {
  content: "";
  position: absolute;
  bottom: 43%;
  right: -63px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 40px;
  height: 2px;
  background-color: #29865c;
}
.inheritance-service .inheritance-service__inner .inheritance-service__title br {
  display: none;
}
.inheritance-service .inheritance-service__inner .inheritance-service__list {
  width: calc(100% - 120px);
  max-width: 1104px;
  margin: 0 auto;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 34px;
}
.inheritance-service .inheritance-service__inner .inheritance-service__list .inheritance-service__item {
  position: relative;
  width: 100%;
  max-width: 344px;
  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;
  gap: 16px;
}
.inheritance-service .inheritance-service__inner .inheritance-service__list .inheritance-service__item::before {
  content: "";
  position: absolute;
  top: -33px;
  left: 5px;
  width: 64px;
  aspect-ratio: 73/78;
  background-image: url("../assets/image/sale-reason1.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
.inheritance-service .inheritance-service__inner .inheritance-service__list .inheritance-service__item:nth-child(2)::before {
  top: -30px;
  width: 76px;
  aspect-ratio: 83/78;
  background-image: url("../assets/image/sale-reason2.webp");
}
.inheritance-service .inheritance-service__inner .inheritance-service__list .inheritance-service__item:nth-child(3)::before {
  top: -30px;
  width: 74px;
  aspect-ratio: 83/78;
  background-image: url("../assets/image/sale-reason3.webp");
}
.inheritance-service .inheritance-service__inner .inheritance-service__list .inheritance-service__item .inheritance-service__item-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.inheritance-service .inheritance-service__inner .inheritance-service__list .inheritance-service__item .inheritance-service__item-content .inheritance-service__item-title {
  font-size: 22px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #333333;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: left;
}
.inheritance-service .inheritance-service__inner .inheritance-service__list .inheritance-service__item .inheritance-service__item-content .inheritance-service__item-text {
  font-size: 16px;
  font-weight: 400;
  font-family: "noto sans jp", sans-serif;
  color: #333333;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
}
.inheritance-service .inheritance-service__inner .inheritance-service__list .inheritance-service__item img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  max-width: 344px;
  aspect-ratio: 344/228;
  -o-object-fit: cover;
     object-fit: cover;
}

.inheritance-flow {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 93px 0 80px;
}
.inheritance-flow .inheritance-flow__title {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 46px;
}
.inheritance-flow .inheritance-flow__title::before {
  content: "";
  position: absolute;
  bottom: 43%;
  left: -63px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 40px;
  height: 2px;
  background-color: #29865c;
}
.inheritance-flow .inheritance-flow__title::after {
  content: "";
  position: absolute;
  bottom: 43%;
  right: -63px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 40px;
  height: 2px;
  background-color: #29865c;
}
.inheritance-flow .inheritance-flow__title br {
  display: none;
}
.inheritance-flow .inheritance-flow__text {
  font-size: 16px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0 0 63px;
}
.inheritance-flow .inheritance-flow__list {
  width: 100%;
  max-width: calc(100% - 120px);
  margin: 0 auto;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 32px;
  counter-reset: step;
}
.inheritance-flow .inheritance-flow__list .inheritance-flow__item {
  position: relative;
  width: 100%;
  max-width: 251px;
  height: 460px;
  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;
  gap: 23px;
  background-color: #DCEAE3;
  border-radius: 10px;
  padding: 40px 16px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 94, 36, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 94, 36, 0.2);
  counter-increment: step;
}
.inheritance-flow .inheritance-flow__list .inheritance-flow__item .step-label {
  position: absolute;
  top: -12px;
  left: -17px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #29865c;
  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;
}
.inheritance-flow .inheritance-flow__list .inheritance-flow__item .step-label::before {
  content: "STEP";
  font-size: 12px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #ffffff;
  letter-spacing: 0.16em;
}
.inheritance-flow .inheritance-flow__list .inheritance-flow__item .step-label::after {
  content: counter(step, decimal-leading-zero);
  font-size: 32px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0;
}
.inheritance-flow .inheritance-flow__list .inheritance-flow__item h3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 22px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #29865c;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 auto;
  text-align: center;
}
.inheritance-flow .inheritance-flow__list .inheritance-flow__item img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  max-width: 113px;
  aspect-ratio: 113/71;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.inheritance-flow .inheritance-flow__list .inheritance-flow__item p {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 16px;
  font-weight: 400;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
}
.inheritance-flow .inheritance-flow__list .inheritance-flow__item .flow-link {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  position: relative;
}
.inheritance-flow .inheritance-flow__list .inheritance-flow__item .flow-link::before {
  content: "";
  position: absolute;
  top: 55%;
  right: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #29865c;
}
.inheritance-flow .inheritance-flow__list .inheritance-flow__item .flow-link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 3.335px solid transparent;
  border-bottom: 3.335px solid transparent;
  border-left: 6.67px solid #ffffff;
  position: absolute;
  top: 57%;
  right: -26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inheritance-flow .inheritance-flow__list .inheritance-flow__item .flow-link a {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: none;
  font-size: 16px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  margin: 5px 0 0;
}
.inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(8) .flow-link a {
  line-height: 1.2;
}
.inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(2) h3 {
  line-height: 1.2;
}
.inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(5), .inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(6), .inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(7), .inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(8) {
  height: 555px;
}

@media screen and (max-width: 1230px) {
  .inheritance-service .inheritance-service__inner .inheritance-service__list {
    gap: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item {
    position: relative;
    width: 100%;
    max-width: 251px;
    height: 550px;
  }
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(5), .inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(6), .inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(7), .inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(8) {
    height: 550px;
  }
}
@media screen and (max-width: 1023px) {
  .inheritance-trouble {
    width: calc(100% - 120px);
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 0 56px;
  }
  .inheritance-trouble .inheritance-trouble__title {
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.08em;
    text-align: center;
    margin: 0 0 24px;
  }
  .inheritance-trouble .inheritance-trouble__text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: center;
    margin: 0 0 40px;
  }
  .inheritance-trouble .inheritance-trouble__aside {
    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: 14px;
    width: 100%;
    max-width: 773px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 27px 0 40px 105px;
    background-color: #F6F0DC;
    z-index: 0;
  }
  .inheritance-trouble .inheritance-trouble__aside::before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 43.1px;
    width: 125px;
    aspect-ratio: 125/129;
    background-image: url("../assets/image/inheritance-trouble.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
  }
  .inheritance-trouble .inheritance-trouble__aside .inheritance-trouble__aside-title {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
  .inheritance-trouble .inheritance-trouble__aside .inheritance-trouble__aside-title::before {
    content: "";
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -43px;
    width: 34px;
    aspect-ratio: 34/34;
    background-image: url("../assets/image/inheritance-trouble-title.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .inheritance-trouble .inheritance-trouble__aside .inheritance-trouble__aside-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    left: 152px;
    width: 98px;
    height: 11px;
    background-color: #F1E264;
    z-index: -1;
  }
  .inheritance-trouble .inheritance-trouble__aside .inheritance-trouble__aside-text {
    font-size: 18px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
  .inheritance-object .inheritance-object__inner {
    width: calc(100% - 120px);
    max-width: 100%;
  }
  .inheritance-object .inheritance-object__inner .inheritance-object__title {
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: center;
    margin: 0 0 32px;
  }
  .inheritance-object .inheritance-object__inner .inheritance-object__list {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 23px 24px;
  }
  .inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item {
    position: relative;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 400/106;
    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: 20px;
    background-color: #FFD68A;
    border-radius: 10px;
    padding: 22px 0;
  }
  .inheritance-heir {
    width: calc(100% - 120px);
    max-width: 100%;
  }
  .inheritance-heir .inheritance-heir__title {
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__title {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 45px;
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: -53px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 30px;
    height: 2px;
    background-color: #29865c;
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: -53px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 30px;
    height: 2px;
    background-color: #29865c;
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__title {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 67px;
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: -53px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 30px;
    height: 2px;
    background-color: #29865c;
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: -53px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 30px;
    height: 2px;
    background-color: #29865c;
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__title br {
    display: none;
  }
  .inheritance-flow .inheritance-flow__title {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 46px;
  }
  .inheritance-flow .inheritance-flow__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: -53px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 30px;
    height: 2px;
    background-color: #29865c;
  }
  .inheritance-flow .inheritance-flow__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: -53px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 30px;
    height: 2px;
    background-color: #29865c;
  }
  .inheritance-flow .inheritance-flow__title br {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .inheritance-fv {
    background-position: 65%;
  }
}
@media screen and (max-width: 900px) {
  .inheritance-fv .inheritance-fv__title .text-pc {
    display: none;
  }
  .inheritance-fv .inheritance-fv__title .text-sp {
    display: block;
    font-size: 32px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
  .inheritance-fv .inheritance-fv__btn {
    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: 100%;
    max-width: 300px;
    aspect-ratio: 300/55;
    background: -webkit-gradient(linear, left top, left bottom, from(#F1E264), to(#FDBA46));
    background: linear-gradient(180deg, #F1E264 0%, #FDBA46 100%);
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #333333;
    line-height: 1;
    letter-spacing: 0;
  }
  .inheritance-fv .inheritance-fv__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .inheritance-service .inheritance-service__inner {
    padding: 80px 0;
  }
}
@media screen and (max-width: 861px) {
  .inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: auto;
    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: 20px;
    background-color: #FFD68A;
    border-radius: 10px;
    padding: 22px 0;
  }
  .inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item:nth-child(2) {
    width: 100%;
    max-width: 100%;
    background-color: #B0E3FF;
  }
  .inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item:nth-child(3) {
    width: 100%;
    max-width: 100%;
    background-color: #E6E6E6;
  }
}
@media screen and (max-width: 850px) {
  .inheritance-trouble .inheritance-trouble__aside {
    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: 14px;
    width: 100%;
    max-width: 773px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 27px 105px 150px 105px;
    background-color: #F6F0DC;
    z-index: 0;
  }
  .inheritance-trouble .inheritance-trouble__aside::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 125px;
    aspect-ratio: 125/129;
    background-image: url("../assets/image/inheritance-trouble.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
  }
  .inheritance-trouble .inheritance-trouble__aside .inheritance-trouble__aside-text {
    font-size: 20px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
  .inheritance-trouble .inheritance-trouble__aside .inheritance-trouble__aside-text br {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__text {
    width: calc(100% - 120px);
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: left;
    margin: 0 0 54px;
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__text .pc-only {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__list .inheritance-problem__item {
    width: 100%;
    max-width: 100%;
  }
  .inheritance-flow .inheritance-flow__text {
    width: calc(100% - 120px);
    text-align: left;
  }
  .inheritance-flow .inheritance-flow__text br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .inheritance-trouble .inheritance-trouble__aside {
    padding: 27px 30px 150px 30px;
  }
  .inheritance-trouble .inheritance-trouble__aside .inheritance-trouble__aside-title {
    padding: 0 0 0 45px;
  }
  .inheritance-trouble .inheritance-trouble__aside .inheritance-trouble__aside-title::before {
    left: 0;
  }
  .inheritance-trouble .inheritance-trouble__aside .inheritance-trouble__aside-title::after {
    left: 198px;
  }
}
@media screen and (max-width: 653px) {
  .inheritance-trouble .inheritance-trouble__title {
    line-height: 1.4;
  }
  .inheritance-trouble .inheritance-trouble__title .tab-only {
    display: block;
  }
  .inheritance-trouble .inheritance-trouble__text {
    text-align: left;
  }
  .inheritance-flow .inheritance-flow__list {
    width: 100%;
    max-width: calc(100% - 120px);
    margin: 0 auto;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 32px;
    counter-reset: step;
  }
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    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;
    gap: 23px;
    background-color: #DCEAE3;
    border-radius: 10px;
    padding: 40px 25px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 94, 36, 0.2);
            box-shadow: 0px 0px 5px 0px rgba(0, 94, 36, 0.2);
    counter-increment: step;
  }
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item .flow-link a {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: none;
    font-size: 16px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    margin: 5px 0 0;
  }
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item .flow-link a br {
    display: none;
  }
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(8) .flow-link a {
    line-height: 1.2;
  }
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(5), .inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(6), .inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(7), .inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(8) {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .inheritance-fv {
    background-image: url("../assets/image/inheritance-fv-sp.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 550px) {
  .inheritance-fv .inheritance-fv__title .text-sp {
    font-size: 28px;
  }
  .inheritance-trouble {
    width: calc(100% - 60px);
    max-width: 100%;
    margin: 0 auto;
  }
  .inheritance-trouble .inheritance-trouble__title {
    font-size: 23px;
  }
  .inheritance-object .inheritance-object__inner {
    width: calc(100% - 60px);
    max-width: 100%;
    margin: 0 auto;
  }
  .inheritance-object .inheritance-object__inner .inheritance-object__title {
    font-size: 23px;
  }
  .inheritance-heir {
    width: calc(100% - 60px);
    max-width: 100%;
    margin: 0 auto;
  }
  .inheritance-heir .inheritance-heir__title {
    font-size: 23px;
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__title {
    font-size: 23px;
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: -30px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 18px;
    height: 2px;
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: -30px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 18px;
    height: 2px;
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__text {
    width: calc(100% - 60px);
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__list {
    width: calc(100% - 60px);
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__title {
    font-size: 23px;
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: -30px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 18px;
    height: 2px;
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: -30px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 18px;
    height: 2px;
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__list {
    width: calc(100% - 60px);
    max-width: 100%;
  }
  .inheritance-flow .inheritance-flow__title {
    font-size: 23px;
  }
  .inheritance-flow .inheritance-flow__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: -30px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 18px;
    height: 2px;
  }
  .inheritance-flow .inheritance-flow__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: -30px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 18px;
    height: 2px;
  }
  .inheritance-flow .inheritance-flow__text {
    width: calc(100% - 60px);
  }
  .inheritance-flow .inheritance-flow__list {
    width: 100%;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .inheritance-service .inheritance-service__inner .inheritance-service__title {
    text-align: center;
    line-height: 1.3;
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__title br {
    display: block;
  }
  .inheritance-flow .inheritance-flow__title {
    text-align: center;
    line-height: 1.3;
  }
  .inheritance-flow .inheritance-flow__title br {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .inheritance-trouble {
    width: calc(100% - 40px);
  }
  .inheritance-object .inheritance-object__inner {
    width: calc(100% - 40px);
  }
  .inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item {
    padding: 22px 10px;
  }
  .inheritance-heir {
    width: calc(100% - 40px);
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__text {
    width: calc(100% - 40px);
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__list {
    width: calc(100% - 40px);
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__list {
    width: calc(100% - 40px);
  }
  .inheritance-flow .inheritance-flow__text {
    width: calc(100% - 40px);
  }
  .inheritance-flow .inheritance-flow__list {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 400px) {
  .inheritance-fv {
    width: 100%;
    height: 100vh;
    max-height: 550px;
    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: 30px;
    background-image: url("../assets/image/inheritance-fv-sp.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .inheritance-fv .inheritance-fv__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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 25px;
    margin: 33px 0 0;
  }
  .inheritance-fv .inheritance-fv__title img {
    width: 100%;
    max-width: 176px;
    aspect-ratio: 176/84;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inheritance-fv .inheritance-fv__title .text-sp {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .inheritance-fv .inheritance-fv__title .text-pc {
    display: none;
  }
  .inheritance-fv .inheritance-fv__btn {
    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: 100%;
    max-width: 300px;
    aspect-ratio: 300/55;
    background: -webkit-gradient(linear, left top, left bottom, from(#F1E264), to(#FDBA46));
    background: linear-gradient(180deg, #F1E264 0%, #FDBA46 100%);
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #333333;
    line-height: 1;
    letter-spacing: 0;
  }
  .inheritance-fv .inheritance-fv__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .inheritance-trouble {
    width: 100%;
    max-width: calc(100% - 48px);
    margin: 0 auto;
    padding: 48px 0 35px;
  }
  .inheritance-trouble .inheritance-trouble__title {
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.08em;
    text-align: center;
    margin: 0 0 24px;
  }
  .inheritance-trouble .inheritance-trouble__text {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: left;
    margin: 0 0 24px;
  }
  .inheritance-trouble .inheritance-trouble__aside {
    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: 14px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 24px 13.16px 76px 13.16px;
    background-color: #F6F0DC;
    z-index: 0;
  }
  .inheritance-trouble .inheritance-trouble__aside::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 69.85px;
    aspect-ratio: 69.85/71;
    background-image: url("../assets/image/inheritance-trouble.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
  }
  .inheritance-trouble .inheritance-trouble__aside .inheritance-trouble__aside-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.4;
    letter-spacing: 0.01em;
    padding: 0 0 0 32px;
  }
  .inheritance-trouble .inheritance-trouble__aside .inheritance-trouble__aside-title::before {
    content: "";
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 24px;
    aspect-ratio: 24/24;
    background-image: url("../assets/image/inheritance-trouble-title.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .inheritance-trouble .inheritance-trouble__aside .inheritance-trouble__aside-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    -webkit-transform: unset;
            transform: unset;
    left: auto;
    right: 111px;
    width: 85px;
    height: 11px;
    background-color: #F1E264;
    z-index: -1;
  }
  .inheritance-trouble .inheritance-trouble__aside .inheritance-trouble__aside-text {
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: left;
  }
  .inheritance-object {
    width: 100%;
    background-color: #f9f8f7;
  }
  .inheritance-object .inheritance-object__inner {
    width: 100%;
    max-width: calc(100% - 48px);
    margin: 0 auto;
    padding: 40px 0;
  }
  .inheritance-object .inheritance-object__inner .inheritance-object__title {
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: center;
    margin: 0 0 24px;
  }
  .inheritance-object .inheritance-object__inner .inheritance-object__list {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
  .inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 327/128;
    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: 20px;
    background-color: #FFD68A;
    border-radius: 10px;
    padding: 22px 0;
  }
  .inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 295px;
    height: 1px;
    border-top: 1px dashed rgb(161, 161, 161);
  }
  .inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item div {
    text-align: center;
  }
  .inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item div .inheritance-object__item-text {
    font-size: 18px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: -0.02em;
    text-align: center;
  }
  .inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item div .inheritance-object__item-text .red-text {
    font-size: 18px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #DF5900;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item div .inheritance-object__item-text br {
    display: block;
  }
  .inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item:nth-child(2) {
    width: 100%;
    max-width: 100%;
    background-color: #B0E3FF;
  }
  .inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item:nth-child(2)::before {
    top: 49%;
  }
  .inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item:nth-child(3) {
    width: 100%;
    max-width: 100%;
    background-color: #E6E6E6;
  }
  .inheritance-object .inheritance-object__inner .inheritance-object__list .inheritance-object__item:nth-child(3)::before {
    top: 49%;
  }
  .inheritance-heir {
    width: 100%;
    max-width: calc(100% - 48px);
    margin: 0 auto;
    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: 24px;
    padding: 40px 0;
  }
  .inheritance-heir .inheritance-heir__title {
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .inheritance-heir .inheritance-heir__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
  .inheritance-heir .inheritance-heir__inner .inheritance-heir__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 9.5px;
  }
  .inheritance-heir .inheritance-heir__inner .inheritance-heir__list .inheritance-heir__item {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    padding: 0 0 0 38px;
  }
  .inheritance-heir .inheritance-heir__inner .inheritance-heir__list .inheritance-heir__item::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 30px;
    aspect-ratio: 30/30;
    background-image: url("../assets/image/inheritance-heir-check.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .inheritance-heir .inheritance-heir__inner .inheritance-heir__image {
    width: 100%;
    max-width: 327px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inheritance-heir .inheritance-heir__inner .inheritance-heir__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inheritance-problem {
    width: 100%;
    background-color: #f9f8f7;
  }
  .inheritance-problem .inheritance-problem__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;
    padding: 40px 0;
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__title {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 40px;
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: calc(-20 / 375 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(10 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    background-color: #29865c;
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: calc(-20 / 375 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(10 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    background-color: #29865c;
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__text {
    width: 100%;
    max-width: calc(100% - 48px);
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: left;
    margin: 0 0 24px;
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__list {
    width: 100%;
    max-width: calc(100% - 48px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin: 0 0 32px;
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__list .inheritance-problem__item {
    width: 100%;
    max-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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 2px solid #29865c;
    padding: 23px;
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__list .inheritance-problem__item h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #29865c;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__list .inheritance-problem__item .inheritance-problem__item-text span {
    font-size: 16px;
    font-weight: 400;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: left;
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__list .inheritance-problem__item:nth-child(3) .inheritance-problem__item-text {
    text-align: center;
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__image {
    width: 100%;
    max-width: 218px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .inheritance-problem .inheritance-problem__inner .inheritance-problem__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inheritance-service {
    width: 100%;
    background-image: url("../assets/image/inheritance-service.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
  .inheritance-service .inheritance-service__inner {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0;
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__title {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 60px;
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: calc(-20 / 375 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(10 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    background-color: #29865c;
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: calc(-20 / 375 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(10 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    background-color: #29865c;
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__title br {
    display: block;
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__list {
    width: calc(100% - 48 / 375 * 100vw);
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: calc(50 / 375 * 100vw);
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__list .inheritance-service__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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(16 / 375 * 100vw);
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__list .inheritance-service__item::before {
    content: "";
    position: absolute;
    top: calc(-33 / 375 * 100vw);
    left: calc(5 / 375 * 100vw);
    width: calc(46 / 375 * 100vw);
    aspect-ratio: 73/78;
    background-image: url("../assets/image/sale-reason1.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__list .inheritance-service__item:nth-child(2)::before {
    top: calc(-30 / 375 * 100vw);
    width: calc(56 / 375 * 100vw);
    aspect-ratio: 83/78;
    background-image: url("../assets/image/sale-reason2.webp");
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__list .inheritance-service__item:nth-child(3)::before {
    top: calc(-30 / 375 * 100vw);
    width: calc(56 / 375 * 100vw);
    aspect-ratio: 83/78;
    background-image: url("../assets/image/sale-reason3.webp");
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__list .inheritance-service__item .inheritance-service__item-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(16 / 375 * 100vw);
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__list .inheritance-service__item .inheritance-service__item-content h3 {
    font-size: 22px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #333333;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__list .inheritance-service__item .inheritance-service__item-content p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 16px;
    font-weight: 400;
    font-family: "noto sans jp", sans-serif;
    color: #333333;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .inheritance-service .inheritance-service__inner .inheritance-service__list .inheritance-service__item img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: calc(344 / 375 * 100vw);
    aspect-ratio: 344/228;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inheritance-flow {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0;
  }
  .inheritance-flow .inheritance-flow__title {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 46px;
  }
  .inheritance-flow .inheritance-flow__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: calc(-20 / 375 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(10 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    background-color: #29865c;
  }
  .inheritance-flow .inheritance-flow__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: calc(-20 / 375 * 100vw);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: calc(10 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    background-color: #29865c;
  }
  .inheritance-flow .inheritance-flow__title br {
    display: block;
  }
  .inheritance-flow .inheritance-flow__text {
    width: 100%;
    max-width: calc(100% - 48 / 375 * 100vw);
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: left;
    margin: 0 0 50px;
  }
  .inheritance-flow .inheritance-flow__list {
    width: 100%;
    max-width: calc(100% - 48 / 375 * 100vw);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: calc(40 / 375 * 100vw) calc(32 / 375 * 100vw);
    counter-reset: step;
  }
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item {
    position: relative;
    height: auto;
    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;
    gap: 23px;
    background-color: #DCEAE3;
    border-radius: 10px;
    padding: 40px 16px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 94, 36, 0.2);
            box-shadow: 0px 0px 5px 0px rgba(0, 94, 36, 0.2);
    counter-increment: step;
  }
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item .step-label {
    position: absolute;
    top: -12px;
    left: -17px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #29865c;
    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;
  }
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item .step-label::before {
    content: "STEP";
    font-size: 12px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #ffffff;
    letter-spacing: 0.16em;
  }
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item .step-label::after {
    content: counter(step, decimal-leading-zero);
    font-size: 32px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0;
  }
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item h3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 22px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #29865c;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 auto;
    text-align: center;
  }
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 113px;
    aspect-ratio: 113/71;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 16px;
    font-weight: 400;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item .flow-link {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: relative;
  }
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item .flow-link::before {
    content: "";
    position: absolute;
    top: 55%;
    right: -32px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #29865c;
  }
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item .flow-link::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3.335px solid transparent;
    border-bottom: 3.335px solid transparent;
    border-left: 6.67px solid #ffffff;
    position: absolute;
    top: 57%;
    right: -26px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item .flow-link a {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: none;
    font-size: 16px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    margin: 5px 0 0;
  }
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(8) .flow-link a {
    line-height: 1.2;
  }
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(2) h3 {
    line-height: 1.2;
  }
  .inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(5), .inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(6), .inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(7), .inheritance-flow .inheritance-flow__list .inheritance-flow__item:nth-child(8) {
    height: auto;
  }
}
.ls-084 {
  letter-spacing: 0.084em;
}

.ls-11 {
  letter-spacing: 0.11em;
}

.ls-116 {
  letter-spacing: 0.116em;
}

.ls-14 {
  letter-spacing: 0.14em;
}

.ls--11 {
  letter-spacing: 0.11em;
}

.ls--21 {
  letter-spacing: 0.21em;
}

@media screen and (min-width: 1024px) {
  .fz-36 {
    font-size: clamp(1.3125rem, -0.9951923077rem + 3.6057692308vw, 2.25rem);
  }
}

.js-property-scroll-hint .scroll-hint-icon {
  padding-block: 18px 1px !important;
}
.js-property-scroll-hint .scroll-hint-icon::before {
  width: 36px !important;
  height: 36px !important;
}
.js-property-scroll-hint .scroll-hint-text {
  display: none !important;
}

.staff__inner .scroll-hint-icon-wrap {
  z-index: 10 !important;
}
.staff__inner .scroll-hint-icon-wrap::before {
  z-index: 10 !important;
}
.staff__inner .scroll-hint-shadow-wrap::after {
  opacity: 1 !important;
  visibility: visible !important;
}
@media screen and (min-width: 1024px) {
  .staff__inner .scroll-hint-shadow-wrap::after {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

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

.u-hidden-pc {
  display: block;
}
@media screen and (min-width: 1024px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-appear-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-appear-pc {
    display: block;
  }
}

.green-text {
  color: #29865c;
}