@charset "UTF-8";
:root {
  --site-header-height: 52px;
  --fudo-single-text: 16px;
  --fudo-single-line-height: 1.6;
  --fudo-single-color: #333333;
  --size-h1:32px;
  --lh-h1:1.7;
}
@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;
    --single-fudou-gap: 34px;
    --sidebar-width: 311px;
  }
}

html {
  font-size: 1rem;
  scroll-behavior: smooth;
  scroll-padding-top: var(--site-header-height);
  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;
}

.button-forth {
  max-width: 262px;
  width: 100%;
  height: 54px;
  background-color: #ffffff;
  border-radius: 5px;
  color: #29865c;
  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-forth:hover {
  color: #ffffff;
  background-color: #29865c;
  border-color: #ffffff;
}
.button-forth:hover::after {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.button-forth a,
.button-forth input {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.button-forth::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 #29865c;
  border-bottom: 2px solid #29865c;
  margin-left: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.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;
  position: relative;
}
@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;
}

@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__item {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.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/image/icon-instagram.webp") 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;
}
.footer-menu__link:hover {
  color: #29865c;
}
.footer-menu__link {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@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;
}
.footer-menu__sublink:hover {
  color: #29865c;
}
.footer-menu__sublink {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@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;
}
@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;
  }
}
.footer__company-name {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@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:hover {
  color: #29865c;
}
.footer-bottom__item {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.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;
  }
}

.breadcrumb {
  margin-top: 0.5rem;
  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;
  padding-inline: 24px;
}
@media screen and (min-width: 1024px) {
  .breadcrumb {
    margin-top: 1.5rem;
  }
}

.breadcrumb-item {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  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;
  white-space: nowrap;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background: url(../assets/svg/icon-breadcrumb.svg) no-repeat center center/contain;
  display: block;
  width: 4px;
  aspect-ratio: 4/6.691;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumb-item.active {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.breadcrumb-item.active span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.page-fv {
  margin-top: 16px;
  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: 16px 0px 16px 24px;
  border-radius: 0 10px 10px 0;
  background: #29865c;
  width: 73.0666666667vw;
}
@media screen and (min-width: 751px) {
  .page-fv {
    width: 100%;
    height: 162px;
    padding: 0;
    border-radius: 0 20px 20px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  .page-fv {
    width: 48.6805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .page-fv {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.page-fv__title {
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
  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;
  gap: 16px;
}
@media screen and (min-width: 751px) {
  .page-fv__title {
    font-size: 2rem;
    gap: 32px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 7.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .page-fv__title {
    padding-left: 0;
    padding-right: 320px;
  }
}
.page-fv__title::before {
  content: "";
  display: block;
  width: 23px;
  height: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../assets/svg/icon-fv-left.svg) no-repeat center center/contain;
}
@media screen and (min-width: 751px) {
  .page-fv__title::before {
    width: 43px;
    height: 32px;
  }
}

.archive-container {
  margin-block: clamp(1.25rem, 0.3197674419rem + 4.6511627907vw, 2.5rem) clamp(2.5rem, 1.1046511628rem + 6.976744186vw, 4.375rem);
  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;
}
@media screen and (min-width: 1024px) {
  .archive-container {
    margin-top: clamp(2.5rem, -4.8846153846rem + 11.5384615385vw, 5.5rem);
    -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: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(1.25rem, -2.4423076923rem + 5.7692307692vw, 2.75rem);
    max-width: 1180px;
    padding-inline: 50px;
    margin-inline: auto;
  }
}

.l-main-content-archive {
  margin-inline: auto;
  padding-inline: 24px;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .l-main-content-archive {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-inline: 0;
    margin-top: 0;
  }
}

.l-sidebar--archive {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.l-container {
  margin-block: clamp(2.5rem, 0.2674418605rem + 11.1627906977vw, 5.5rem);
  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: 60px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 1024px) {
  .l-container {
    max-width: 1180px;
    padding-inline: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(1.25rem, -5.5192307692rem + 10.5769230769vw, 4rem);
  }
}

@media screen and (min-width: 1024px) {
  .l-main-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media screen and (min-width: 1024px) {
  .l-sidebar--faq,
  .l-sidebar--news {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 159px;
            flex: 0 0 159px;
  }
}

@media screen and (min-width: 1024px) {
  .l-sidebar--column,
  .l-sidebar--interview {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
}

.l-sidebar--archive .sidebar-search__toggle {
  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%;
  height: 52px;
  background: #ecf2ee;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-sidebar--archive .sidebar-search__toggle {
    display: none;
  }
}
.l-sidebar--archive .sidebar-search__toggle[aria-expanded=true] {
  border-radius: 10px 10px 0 0;
}
.l-sidebar--archive .sidebar-search__toggle::before, .l-sidebar--archive .sidebar-search__toggle::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #333333;
  -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;
}
.l-sidebar--archive .sidebar-search__toggle::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.l-sidebar--archive .sidebar-search__toggle::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-sidebar--archive .sidebar-search__toggle[aria-expanded=true]::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.l-sidebar--archive .sidebar-search__toggle-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  line-height: 1;
}
.l-sidebar--archive .sidebar-search {
  display: none;
  border-radius: 0 0 10px 10px;
  background: #ecf2ee;
  padding-inline: 16px;
  padding-block: 24px 40px;
  margin-inline: auto;
}
.l-sidebar--archive .sidebar-search.is-open {
  display: block;
}
@media screen and (min-width: 1024px) {
  .l-sidebar--archive .sidebar-search {
    display: block;
    padding-inline: clamp(1rem, -1.4615384615rem + 3.8461538462vw, 2rem);
    padding-block: 44px 40px;
    max-width: 274px;
    position: sticky;
    top: calc(var(--site-header-height) + 5px);
    max-height: calc(100vh - var(--site-header-height) - 10px);
    overflow-y: auto;
  }
}
.l-sidebar--archive .sidebar-search__keyword {
  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;
}
.l-sidebar--archive .sidebar-search__keyword input,
.l-sidebar--archive .sidebar-search__keyword input[type=text],
.l-sidebar--archive .sidebar-search__keyword input[type=search],
.l-sidebar--archive .sidebar-search__keyword textarea,
.l-sidebar--archive .sidebar-search__keyword select {
  font: inherit;
  color: inherit;
  background: #ffffff;
  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%;
}
.l-sidebar--archive .sidebar-search__keyword input::-webkit-input-placeholder, .l-sidebar--archive .sidebar-search__keyword input[type=text]::-webkit-input-placeholder, .l-sidebar--archive .sidebar-search__keyword input[type=search]::-webkit-input-placeholder, .l-sidebar--archive .sidebar-search__keyword textarea::-webkit-input-placeholder, .l-sidebar--archive .sidebar-search__keyword select::-webkit-input-placeholder {
  color: #777777;
  opacity: 1;
}
.l-sidebar--archive .sidebar-search__keyword input::-moz-placeholder, .l-sidebar--archive .sidebar-search__keyword input[type=text]::-moz-placeholder, .l-sidebar--archive .sidebar-search__keyword input[type=search]::-moz-placeholder, .l-sidebar--archive .sidebar-search__keyword textarea::-moz-placeholder, .l-sidebar--archive .sidebar-search__keyword select::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.l-sidebar--archive .sidebar-search__keyword input:-ms-input-placeholder, .l-sidebar--archive .sidebar-search__keyword input[type=text]:-ms-input-placeholder, .l-sidebar--archive .sidebar-search__keyword input[type=search]:-ms-input-placeholder, .l-sidebar--archive .sidebar-search__keyword textarea:-ms-input-placeholder, .l-sidebar--archive .sidebar-search__keyword select:-ms-input-placeholder {
  color: #777777;
  opacity: 1;
}
.l-sidebar--archive .sidebar-search__keyword input::-ms-input-placeholder, .l-sidebar--archive .sidebar-search__keyword input[type=text]::-ms-input-placeholder, .l-sidebar--archive .sidebar-search__keyword input[type=search]::-ms-input-placeholder, .l-sidebar--archive .sidebar-search__keyword textarea::-ms-input-placeholder, .l-sidebar--archive .sidebar-search__keyword select::-ms-input-placeholder {
  color: #777777;
  opacity: 1;
}
.l-sidebar--archive .sidebar-search__keyword input::placeholder,
.l-sidebar--archive .sidebar-search__keyword input[type=text]::placeholder,
.l-sidebar--archive .sidebar-search__keyword input[type=search]::placeholder,
.l-sidebar--archive .sidebar-search__keyword textarea::placeholder,
.l-sidebar--archive .sidebar-search__keyword select::placeholder {
  color: #777777;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .l-sidebar--archive .sidebar-search__keyword {
    gap: 24px;
  }
}
.l-sidebar--archive .sidebar-search__heading {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  border-bottom: 1px solid #29865c;
  width: 100%;
}
.l-sidebar--archive .sidebar-search__keyword-form {
  height: 40px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-sidebar--archive .sidebar-search__keyword-form {
    height: 45px;
  }
}
.l-sidebar--archive .sidebar-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%;
}
.l-sidebar--archive .sidebar-search__keyword-input {
  padding: 5px 5px 0px 5px;
  background: #ffffff;
  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;
}
.l-sidebar--archive .sidebar-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) {
  .l-sidebar--archive .sidebar-search__keyword-submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
  }
}
.l-sidebar--archive .sidebar-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) {
  .l-sidebar--archive .sidebar-search__keyword-submit::after {
    width: 27px;
  }
}
.l-sidebar--archive .sidebar-search__filter {
  margin-top: 24px;
}
.l-sidebar--archive .sidebar-search__subheading {
  margin-top: 16px;
  width: 100%;
  height: 26px;
  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;
  background: #C8DBCE;
  padding-left: 8px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .l-sidebar--archive .sidebar-search__subheading {
    max-width: 167px;
    height: 28px;
    font-size: 1.25rem;
  }
}
.l-sidebar--archive .sidebar-search__checklist {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 12px;
}
@media screen and (min-width: 1024px) {
  .l-sidebar--archive .sidebar-search__checklist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 16px;
  }
}
.l-sidebar--archive .sidebar-search__checklabel {
  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;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .l-sidebar--archive .sidebar-search__checklabel {
    font-size: 1rem;
  }
}
.l-sidebar--archive .sidebar-search__checktext {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.l-sidebar--archive .sidebar-search__checktext::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 2px solid #999999;
  border-radius: 3px;
  background: #ffffff;
  vertical-align: middle;
  margin-right: 8px;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.l-sidebar--archive .sidebar-search__checklabel input:checked + .sidebar-search__checktext::before {
  background-color: #29865c;
  border-color: #29865c;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M13.485 3.515a1 1 0 0 1 0 1.414l-7.071 7.07a1 1 0 0 1-1.414 0L1.515 8.515a1 1 0 1 1 1.414-1.414L6 10.172l6.071-6.071a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.l-sidebar--archive .sidebar-search__submit-wrapper {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-sidebar--archive .sidebar-search__filter-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background: #F7AE39;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: none) {
  .l-sidebar--archive .sidebar-search__filter-submit {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .l-sidebar--archive .sidebar-search__filter-submit:active {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .l-sidebar--archive .sidebar-search__filter-submit:hover {
    opacity: 0.8;
  }
}

/*====================================
l-sidebar--faq
====================================*/
.faq-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .faq-nav__list {
    position: sticky;
    top: calc(var(--site-header-height) + 5px);
  }
}

.faq-nav__item {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  padding-bottom: 24px;
  border-bottom: 1px solid #29865c;
  width: 159px;
}
.faq-nav__item a.is-active {
  color: #29865c;
  font-weight: 700;
}

/*====================================
l-sidebar--column
====================================*/
.column-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .column-nav__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.column-nav__item {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  padding-bottom: 24px;
  border-bottom: 1px solid #29865c;
  width: 159px;
}
.column-nav__item a.is-active {
  color: #29865c;
  font-weight: 700;
}

.column-sidebar-popular {
  margin-top: 80px;
}

.column-sidebar-popular__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-bottom: 12px;
  border-bottom: 1px solid #29865c;
}

.column-sidebar-popular__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: 40px;
}

.column-sidebar-popular__item {
  width: 100%;
}
.column-sidebar-popular__item .column-card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.column-sidebar-popular__item .column-card__thumb {
  aspect-ratio: 250/136;
}
.column-sidebar-popular__item .column-card__thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column-sidebar-popular__item .column-card__title {
  margin-top: 8px;
  font-size: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
}
.column-sidebar-popular__item .column-card__excerpt {
  margin-top: 8px;
  font-size: 0.9375rem;
  line-height: 1.2;
}

/*====================================
l-sidebar--interview
====================================*/
@media screen and (min-width: 1024px) {
  .interview-sidebar-popular {
    position: sticky;
    top: calc(var(--site-header-height) + 5px);
  }
}

.interview-sidebar-popular__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-bottom: 12px;
  border-bottom: 1px solid #f7ae39;
}

.pagination-wrapper {
  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: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .pagination-wrapper {
    margin-top: 80px;
  }
}

.page-numbers {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.8px;
  opacity: 0.5;
  width: 12px;
  height: 36px;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a.page-numbers {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.8px;
  opacity: 0.5;
  width: 12px;
  height: 36px;
  border: 1px solid transparent;
  -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;
}
a.page-numbers:hover {
  color: #f9f8f7;
  background-color: #29865c;
  border-color: #29865c;
}
a.page-numbers:hover::after {
  border-right-color: #f9f8f7;
  border-bottom-color: #f9f8f7;
}

.current {
  opacity: 1;
}

.dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a.next,
a.prev {
  width: 16px;
}

.is-next,
.is-prev {
  -webkit-mask: url(../assets/svg/icon-page-navigation.svg) no-repeat center center/contain;
          mask: url(../assets/svg/icon-page-navigation.svg) no-repeat center center/contain;
  background-color: #333333;
  width: 14px;
  aspect-ratio: 14/9.001;
  -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;
}

.is-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*====================================
フォーム
====================================*/
.wpcf7-form {
  max-width: 91.4666666667%;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .wpcf7-form {
    max-width: 1180px;
    padding-inline: 40px;
  }
}

.single-fudo-form {
  border-radius: 10px;
  border: 3px solid #29865c;
  background: #ffffff;
  position: relative;
}
.single-fudo-form::before, .single-fudo-form::after {
  content: "";
  position: absolute;
}
.single-fudo-form::before {
  aspect-ratio: 38/91;
  background: url(../assets/image/single-fudo-contact-decoration01.webp) no-repeat center center/contain;
  top: -37px;
  left: 13px;
  width: 24px;
}
@media screen and (min-width: 1024px) {
  .single-fudo-form::before {
    top: -52px;
    left: clamp(7.75rem, -5.7884615385rem + 21.1538461538vw, 13.25rem);
    width: 38px;
  }
}
.single-fudo-form::after {
  aspect-ratio: 104.243/102.286;
  background: url(../assets/image/single-fudo-contact-decoration02.webp) no-repeat center center/contain;
  top: -42px;
  right: 12px;
  width: 45.286px;
}
@media screen and (min-width: 1024px) {
  .single-fudo-form::after {
    top: -70px;
    right: clamp(4.5625rem, -4.5144230769rem + 14.1826923077vw, 8.25rem);
    width: 102.286px;
  }
}

.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: clamp(1.875rem, -7.5rem + 40vw, 3.75rem);
     -moz-column-gap: clamp(1.875rem, -7.5rem + 40vw, 3.75rem);
          column-gap: clamp(1.875rem, -7.5rem + 40vw, 3.75rem);
  row-gap: 10px;
}

.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 label {
  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;
}
.wpcf7-list-item input {
  width: 20px;
  aspect-ratio: 20/20;
  border-radius: 8px;
  background-color: #f7f7f7;
}

.wpcf7-list-item-label {
  white-space: nowrap;
}

.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, .Form-Item-Label-Required-Privacy span {
  font-size: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .Form-Item-Label-Required-Privacy, .Form-Item-Label-Required-Privacy span {
    font-size: 1rem;
  }
}
.Form-Item-Label-Required-Privacy a {
  display: inline;
  color: #29865c;
}

/* フォーカス時 */
.wpcf7-form-control:not(.wpcf7-submit):focus,
.wpcf7-form-control:not(.wpcf7-submit):focus-visible {
  border-color: #29865c; /* ←アクセント色に置換 */
  outline: none;
}

/* --- ボタンが「無効」なときのスタイル --- */
.button-secondary.is-disabled {
  background-color: #ccc !important;
  border-color: #ccc !important;
  pointer-events: none; /* クリック不可 */
  opacity: 0.6;
}
.button-secondary.is-disabled .wpcf7-submit {
  color: #888 !important;
  background-color: transparent !important;
}
.button-secondary.is-disabled::after, .button-secondary.is-disabled::before {
  display: none !important; /* 矢印なども隠す */
}

/* --- ボタンが「有効」なときのスタイル --- */
.button-secondary:not(.is-disabled) {
  background-color: #2B8E62;
  color: #ffffff;
  cursor: pointer;
  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:not(.is-disabled):hover {
  color: #2B8E62;
  background-color: #ffffff;
  border-color: #2B8E62;
}
.button-secondary:not(.is-disabled):hover::after {
  border-right-color: #2B8E62;
  border-bottom-color: #2B8E62;
}

.wpcf7-spinner {
  display: none;
}

/*====================================
無料査定依頼フォーム
====================================*/
.appraisal-form {
  max-width: 91.4666666667%;
  width: 100%;
  margin-inline: auto;
  border-radius: 10px;
  border: 3px solid #29865c;
  background: #ffffff;
  position: relative;
  margin-block: 32px 60px;
}
@media screen and (min-width: 751px) {
  .appraisal-form {
    margin-block: 64px 120px;
  }
}
@media screen and (min-width: 1024px) {
  .appraisal-form {
    max-width: 1180px;
  }
}

.fixed-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (min-width: 1024px) {
  .fixed-cta {
    display: none;
  }
}

.home .fixed-cta {
  opacity: 0;
  visibility: hidden;
}
.home .fixed-cta.is-visible {
  opacity: 1;
  visibility: visible;
}

.fixed-cta__link {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 50px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.fixed-cta__link--tel {
  background: #29865c;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
}

.fixed-cta__link--line {
  background: #3acd01;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.fixed-cta__icon--tel {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  -webkit-mask: url("../assets/svg/icon-tel.svg") no-repeat center/contain;
  mask: url("../assets/svg/icon-tel.svg") no-repeat center/contain;
}

.fixed-cta__icon--line {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../assets/svg/icon-line.svg") no-repeat center/contain;
}

.fv {
  background-color: #f9f8f7;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .fv {
    border-radius: 20px;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1440px) {
  .fv::after {
    content: "";
    display: block;
    background-image: url(../assets/image/fv-decoration-right.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 95px;
    aspect-ratio: 95/407;
    position: absolute;
    top: 50px;
    right: calc(50% - 777px);
  }
}

.fv__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 656/960;
  height: calc(100vh - var(--site-header-height, 0px));
  z-index: 1;
  margin-inline: auto;
  aspect-ratio: 656/960;
}
@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;
  }
}
@media screen and (min-width: 1440px) {
  .fv__visual {
    max-width: 1440px;
    border-radius: 20px;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1440px) {
  .fv__visual::before {
    content: "";
    display: block;
    background-image: url(../assets/image/fv-decoration-left01.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 65px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 24px;
    left: -110px;
  }
}
@media screen and (min-width: 1440px) {
  .fv__visual::after {
    content: "";
    display: block;
    background-image: url(../assets/image/fv-decoration-left02.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 95px;
    aspect-ratio: 95/407;
    top: 388px;
    left: -57px;
    z-index: 0;
  }
}

.fv__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-inline: auto;
  z-index: 3;
  height: calc(100vh - var(--site-header-height, 0px));
  aspect-ratio: 656/960;
}
@supports (height: 100dvh) {
  .fv__inner {
    height: calc(100dvh - var(--site-header-height, 0px));
  }
}
@media screen and (min-width: 751px) {
  .fv__inner {
    aspect-ratio: 1280/720;
  }
}
@media screen and (min-width: 1440px) {
  .fv__inner {
    border-radius: 20px;
    width: 100%;
    height: auto;
  }
}

.fv__main-video {
  width: 100%;
  height: calc(100vh - var(--site-header-height, 0px));
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fv__main-video.is-playing {
  opacity: 1;
}
@supports (height: 100dvh) {
  .fv__main-video {
    height: calc(100dvh - var(--site-header-height, 0px));
  }
}
.fv__main-video {
  aspect-ratio: 656/960;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 751px) {
  .fv__main-video {
    aspect-ratio: 1280/720;
  }
}
@media screen and (min-width: 1440px) {
  .fv__main-video {
    border-radius: 20px;
    width: 100%;
    height: auto;
  }
}

.fv__copy {
  position: relative;
  top: 19px;
  left: 26px;
  color: #29865c;
  font-weight: 700;
  z-index: 4;
  width: 100%;
}
@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::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, 1.5479651163rem + 0.6976744186vw, 1.875rem);
  aspect-ratio: 27/37;
  position: absolute;
  top: clamp(1.375rem, -0.2063953488rem + 7.9069767442vw, 3.5rem);
  left: -24px;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .fv__copy::before {
    width: clamp(1.5625rem, 0.8722426471rem + 1.4705882353vw, 1.8125rem);
    top: clamp(1.375rem, 1.0298713235rem + 0.7352941176vw, 1.5rem);
    left: calc(-1 * clamp(1.25rem, 0.0420496324rem + 2.5735294118vw, 1.6875rem));
  }
}
@media screen and (min-width: 1024px) {
  .fv__copy::before {
    width: clamp(2.4375rem, -1.8701923077rem + 6.7307692308vw, 4.1875rem);
    aspect-ratio: 50/50;
    top: 29px;
    left: calc(-1 * clamp(1.75rem, -2.8653846154rem + 7.2115384615vw, 3.625rem));
  }
}

.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;
  bottom: clamp(8.5625rem, 7.1671511628rem + 6.976744186vw, 10.4375rem);
  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 {
    bottom: 117px;
    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;
  white-space: nowrap;
}
@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-label--seminar {
  background: #f7ae39;
}

.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, height 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, height 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 {
  height: 70px;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.property-card__thumb {
  aspect-ratio: 343/192;
  overflow: hidden;
  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;
}
@media screen and (min-width: 751px) {
  .property-card__thumb {
    aspect-ratio: 325/192;
  }
}
.property-card__thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.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;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.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-left--sale {
  border-color: rgb(223, 81, 81);
  color: rgb(223, 81, 81);
}

.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: auto;
  padding-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 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: 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: 0;
    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: 16/9;
  width: 100%;
  height: 100%;
}
@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);
    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;
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
}
.appeal-item__media--marketing iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.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;
}

.staff__list {
  margin-top: 32px;
  width: 100%;
  overflow: visible;
}
@media screen and (min-width: 1024px) {
  .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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
    overflow: visible;
  }
}

@media screen and (min-width: 1024px) {
  .staff__list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(1.25rem, -0.9453846154rem + 3.4302884615vw, 2.141875rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.staff__list .swiper-slide {
  width: 260px;
}
@media screen and (min-width: 751px) {
  .staff__list .swiper-slide {
    width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .staff__list .swiper-slide {
    width: auto;
  }
}

.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;
  max-width: 260px;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .staff-card {
    max-width: 327px;
  }
}
@media screen and (min-width: 1024px) {
  .staff-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
.staff-card::before {
  content: "";
  display: block;
  position: absolute;
  top: 29px;
  left: calc(50% - 119px);
  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: 100%;
  max-width: 260px;
  margin-inline: auto;
  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;
    max-width: none;
    padding: 15px clamp(0.3125rem, -0.7644230769rem + 1.6826923077vw, 0.75rem) 11.73px clamp(0.3125rem, -0.7644230769rem + 1.6826923077vw, 0.75rem);
  }
}

.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;
  width: 100%;
  overflow: visible;
}
@media screen and (min-width: 1024px) {
  .column__list {
    max-width: 1100px;
    margin-inline: auto;
    overflow: hidden;
  }
}

.column__list .swiper-wrapper {
  padding-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .column__list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-inline: 20px;
  }
}

.column__list .swiper-slide {
  width: 300px;
}
@media screen and (min-width: 1024px) {
  .column__list .swiper-slide {
    width: calc((100% - var(--single-fudou-gap) * 2) / 3);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-width: 0;
  }
  .column__list .swiper-slide:nth-child(n+4) {
    display: none;
  }
  .column__list .swiper-slide + .swiper-slide {
    margin-left: var(--single-fudou-gap);
  }
}

.column__pagination {
  position: relative;
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .column__pagination {
    display: none;
  }
}

.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;
}
@media screen and (min-width: 1024px) {
  .column-card {
    -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.2;
  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: 24px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .column__more {
    margin-top: 38px;
  }
}

/*====================================
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: 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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
}

@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;
  width: 100%;
  overflow: visible;
}
@media screen and (min-width: 1024px) {
  .seminar__list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 34px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
}

.seminar__list .swiper-wrapper {
  padding-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .seminar__list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 34px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 16px;
  }
}

.seminar__list .swiper-slide {
  width: 300px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .seminar__list .swiper-slide {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(19.625rem, 15.0096153846rem + 7.2115384615vw, 21.5rem);
            flex: 0 0 clamp(19.625rem, 15.0096153846rem + 7.2115384615vw, 21.5rem);
  }
  .seminar__list .swiper-slide:nth-child(n+3) {
    display: none;
  }
}

.seminar__pagination {
  position: relative;
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .seminar__pagination {
    display: none;
  }
}

.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__thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.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: 0;
  }
}

/*====================================
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: grid;
  grid-template-columns: 1fr;
  max-width: 91.4666666667%;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .fudou-content__wrapper {
    max-width: 1180px;
    padding-inline: 40px;
  }
}
.fudou-content__wrapper {
  margin-top: 0.5rem;
  margin-bottom: 100px;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .fudou-content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: var(--single-fudou-gap);
    margin-bottom: 186px;
    margin-top: 77px;
  }
}

.fudou-content__main {
  display: contents;
}
@media screen and (min-width: 1024px) {
  .fudou-content__main {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
  }
}

.single-fudou__content-top {
  min-width: 0;
  max-width: 756px;
  width: 100%;
  margin-inline: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 1024px) {
  .single-fudou__content-top {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    max-width: none;
  }
}

.single-fudou__content-bottom {
  min-width: 0;
  max-width: 756px;
  width: 100%;
  margin-inline: auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 1024px) {
  .single-fudou__content-bottom {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    max-width: none;
  }
}

.l-sidebar--single-fudo {
  min-width: 0;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 1024px) {
  .l-sidebar--single-fudo {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: var(--sidebar-width);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: sticky;
    top: calc(var(--site-header-height) + 5px);
    max-height: calc(100vh - var(--site-header-height) - 10px);
    overflow-y: auto;
  }
}

.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.25rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 8px;
  width: 100%;
  position: relative;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .single-fudou__title {
    font-size: 1.5rem;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.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: none;
}
@media screen and (min-width: 1024px) {
  .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: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .swiper-container {
    margin-top: 32px;
  }
}

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

.swiper-fudo-slide {
  width: 100%;
  aspect-ratio: 375/247;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .swiper-fudo-slide {
    aspect-ratio: 754/499;
  }
}

.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 {
  -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;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 1024px) {
  .thumbnail-description {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.thumb-wrapper {
  margin-top: 16px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  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: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.thumb-wrapper::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1024px) {
  .thumb-wrapper {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    gap: 10px;
  }
}

.thumb-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc((100% - 32px) / 5);
  aspect-ratio: 70/47;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.thumb-media.thumb-media-active {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .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: 0;
}
@media screen and (min-width: 1024px) {
  .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: 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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0;
}
@media screen and (min-width: 1024px) {
  .single-fudo-manager {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 29px;
  }
}

.single-fudo-manager__image {
  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;
  gap: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: -14px;
  position: relative;
  z-index: 1;
}
.single-fudo-manager__image img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .single-fudo-manager__image {
    margin-top: 0;
  }
  .single-fudo-manager__image img {
    width: 111px;
    height: 111px;
  }
}

.single-fudo-manager__name {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .single-fudo-manager__name {
    display: none;
  }
}

.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;
  position: relative;
}
.single-fudo-manager__content::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 56px;
  width: 24px;
  height: 14px;
  background: #f0f7f0;
  clip-path: polygon(24% 0%, 100% 0%, 0% 100%);
}
@media screen and (min-width: 1024px) {
  .single-fudo-manager__content::after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .single-fudo-manager__content {
    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-top: 40px;
}
@media screen and (min-width: 1024px) {
  .single-fudo-content {
    margin-top: 64px;
  }
}
.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: 40px;
}
@media screen and (min-width: 1024px) {
  .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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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 96px;
          flex: 0 0 96px;
  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;
}
@media screen and (min-width: 1024px) {
  .single-fudo-equipment__subheading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
}

.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(2, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .single-fudo-surrounding-facilities-list {
    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: 16/9;
  width: 100%;
  overflow: hidden;
  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;
}
.surrounding-facility__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

.surrounding-facility__title {
  margin-top: 16px;
  color: #333333;
  font-weight: 700;
  line-height: 1.21;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .surrounding-facility__title {
    margin-top: 27px;
    font-size: 1.125rem;
  }
}

.surrounding-facility__distance {
  margin-top: auto;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  .surrounding-facility__distance {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*====================================
sidebar-single-fudo
====================================*/
.l-sidebar--single-fudo .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: clamp(0.8125rem, -0.0712209302rem + 4.4186046512vw, 2rem);
}
@media screen and (min-width: 1024px) {
  .l-sidebar--single-fudo .single-fudo-sidebar {
    padding: 24px;
  }
}
.l-sidebar--single-fudo .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;
}
.l-sidebar--single-fudo .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;
}
.l-sidebar--single-fudo .single-fudo-sidebar-items {
  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: 10px;
}
.l-sidebar--single-fudo .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;
}
.l-sidebar--single-fudo .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;
}
.l-sidebar--single-fudo .single-fudo-sidebar-item dd {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
.l-sidebar--single-fudo .fz-14 {
  font-size: 0.875rem !important;
}
.l-sidebar--single-fudo .sidebar-contact {
  margin-top: 32px;
  padding-inline: clamp(1.25rem, 0.6918604651rem + 2.7906976744vw, 2rem);
}
@media screen and (min-width: 1024px) {
  .l-sidebar--single-fudo .sidebar-contact {
    padding-inline: 0;
  }
}
.l-sidebar--single-fudo .sidebar-contact-button {
  margin-top: 16px;
}
.l-sidebar--single-fudo .sidebar-contact-button__link {
  padding-block: 15px;
}
.l-sidebar--single-fudo .sidebar-contact-button__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.l-sidebar--single-fudo .sidebar-contact-tel a::before {
  width: 26px;
}
@media screen and (min-width: 1024px) {
  .l-sidebar--single-fudo .sidebar-contact-tel .sidebar-contact-tel__text {
    font-size: 2.375rem;
  }
}
.l-sidebar--single-fudo .sidebar-contact-tel__time {
  margin-top: 8px;
}
.l-sidebar--single-fudo .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;
}
.l-sidebar--single-fudo .sidebar-number {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .l-sidebar--single-fudo .sidebar-number {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/*====================================
おすすめ情報
====================================*/
.recommended-info {
  margin-block: 40px;
}
@media screen and (min-width: 1024px) {
  .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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  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;
    gap: 40px;
    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 {
  position: relative;
  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: 48px;
  margin: 0 auto;
  padding: 53px 0 80px;
  overflow: hidden;
}
.sale-trouble::before {
  content: "PROBREM";
  position: absolute;
  top: -30px;
  left: 52%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-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 {
  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: 16px;
}
.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: calc(100% - 120px);
  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: calc(100% - 120px);
  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;
  margin: 0 auto;
}
.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 span {
  display: inline-block;
}
.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 60px 83px;
  border-radius: 20px;
  border: 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: 30px;
  padding: 0 55px 0 0;
}
.sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header {
  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: 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 .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;
  text-align: left;
}
.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.--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.--content2 .service-tabs__content-top {
  padding: 0;
}
.sale-service .service-tabs__content.--content2 .service-tabs__content-top .service-tabs__content-header {
  width: 55%;
}
.sale-service .service-tabs__content.--content2 .service-tabs__content-top .service-tabs__content-header figure {
  width: 100%;
  max-width: 533px;
  aspect-ratio: 533/302;
  margin: 0;
}
.sale-service .service-tabs__content.--content2 .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.--content2 .service-tabs__content-top .service-tabs__recommended {
  width: 55%;
  max-width: 100%;
}
.sale-service .service-tabs__content.--content3 .service-tabs__content-top {
  padding: 0;
}
.sale-service .service-tabs__content.--content3 .service-tabs__content-top .service-tabs__content-header {
  width: 55%;
}
.sale-service .service-tabs__content.--content3 .service-tabs__content-top .service-tabs__content-header figure {
  width: 100%;
  max-width: 533px;
  aspect-ratio: 533/302;
  margin: 0;
}
.sale-service .service-tabs__content.--content3 .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.--content3 .service-tabs__content-top .service-tabs__recommended {
  width: 55%;
  max-width: 100%;
}
.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:last-child::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 {
  width: 100%;
  max-width: calc(100% - 120px);
  margin: 0 auto;
}
.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;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  height: auto;
  aspect-ratio: 524.9/283.75;
}
.sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__media iframe {
  width: 100%;
  height: 100%;
  -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: -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;
}
.sale-reason .sale-reason__list .sale-reason__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;
}
.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: 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;
  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;
}

.faq {
  background-color: #f9f8f7;
}

@media screen and (max-width: 1440px) {
  .sale-service .service-tabs__content {
    border: none;
    border-top: 2px solid #29865c;
    border-bottom: 2px solid #29865c;
  }
}
@media screen and (max-width: 1230px) {
  .sale-reason .sale-reason__list {
    gap: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .sale-service .service-tabs__content .service-tabs__flow {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item::before {
    right: -35px;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item:nth-child(3n)::before {
    display: block;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item:nth-child(2n)::before {
    display: none;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item:last-child:nth-child(odd)::before {
    display: none;
  }
  .sale-service .service-tabs__content .service-tabs__content-top {
    padding: 0;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content {
    gap: 73px;
    padding: 0;
  }
  .sale-success .sale-success__list {
    gap: 40px;
    padding: 45px;
  }
  .sale-success .sale-success__list .sale-success__item {
    padding: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .sale-fv .sale-fv__title {
    font-size: 34px;
  }
  .sale-fv .sale-fv__list {
    max-width: 600px;
  }
  .sale-fv .sale-fv__list img {
    width: 175px;
  }
  .sale-trouble::before {
    font-size: 130px;
    left: 53%;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__title {
    font-size: 26px;
  }
  .sale-service .sale-service__title {
    font-size: 24px;
  }
  .sale-service .sale-service__title::before {
    width: 25px;
    left: -40px;
  }
  .sale-service .sale-service__title::after {
    width: 25px;
    right: -40px;
  }
  .sale-service .service-tabs__item {
    font-size: 21px;
    padding: 10px 20px;
  }
  .sale-service .service-tabs__list {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title {
    font-size: 24px;
    margin: 0 0 34px;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title::before {
    width: 25px;
    left: -40px;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title::after {
    width: 25px;
    right: -40px;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__text {
    margin: 0 0 60px;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content {
    max-width: 100%;
    -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;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list {
    width: 100%;
    max-width: 600px;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item::before {
    width: 40px;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item h3 {
    font-size: 21px;
  }
  .sale-reason {
    padding: 83px;
    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 67px;
  }
  .sale-reason .sale-reason__title::before {
    width: 25px;
    left: -40px;
  }
  .sale-reason .sale-reason__title::after {
    width: 25px;
    right: -40px;
  }
  .sale-reason .sale-reason__title br {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .sale-service .service-tabs__content .service-tabs__content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__content-header {
    width: 100%;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended {
    width: 100%;
    max-width: 100%;
  }
  .sale-service .service-tabs__content .service-tabs__content-top .service-tabs__recommended .service-tabs__compare-list {
    width: 100%;
  }
  .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: 50%;
  }
  .sale-service .service-tabs__content.--content2 .service-tabs__content-top {
    padding: 0;
  }
  .sale-service .service-tabs__content.--content2 .service-tabs__content-top .service-tabs__content-header {
    width: 100%;
  }
  .sale-service .service-tabs__content.--content2 .service-tabs__content-top .service-tabs__recommended {
    width: 100%;
    max-width: 100%;
  }
  .sale-service .service-tabs__content.--content3 .service-tabs__content-top {
    padding: 0;
  }
  .sale-service .service-tabs__content.--content3 .service-tabs__content-top .service-tabs__content-header {
    width: 100%;
  }
  .sale-service .service-tabs__content.--content3 .service-tabs__content-top .service-tabs__recommended {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .sale-trouble::before {
    top: -10px;
    font-size: 110px;
  }
}
@media screen and (max-width: 800px) {
  .sale-service .service-tabs__content .service-tabs__flow {
    grid-template-columns: repeat(1, 1fr);
    gap: 45px;
  }
  .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::before {
    display: none;
  }
  .sale-service .service-tabs__content .service-tabs__flow .service-tabs__flow-item:nth-child(3n)::before {
    display: none;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title {
    line-height: 1.4;
    margin: 0 0 24px;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title .tab-br {
    display: block;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__text {
    margin: 0 0 50px;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item {
    padding: 0 0 0 42px;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item::before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sale-fv .sale-fv__list {
    max-width: 500px;
  }
  .sale-fv .sale-fv__list img {
    width: 155px;
  }
  .sale-trouble .sale-trouble__header {
    gap: 24px;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__list {
    width: calc(100% - 120px);
    max-width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin: 8px 0 0;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__list li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    padding: 0 0 11px 33px;
    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: 25px;
    height: 25px;
    background-image: url("../assets/image/trouble-check.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 700px) {
  .sale-appeal .sale-appeal__inner .sale-appeal__text {
    text-align: left;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list,
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__media {
    max-width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .sale-fv {
    height: 650px;
  }
  .sale-fv .sale-fv__title {
    display: none;
  }
  .sale-fv .sale-fv__title-sp {
    display: block;
    font-size: 31px;
    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 24px;
  }
  .sale-fv .sale-fv__list li img {
    width: 150px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sale-trouble::before {
    font-size: 90px;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__text {
    width: calc(100% - 120px);
    max-width: 450px;
    text-align: left;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__text br {
    display: none;
  }
  .sale-reason .sale-reason__title {
    line-height: 1.4;
  }
  .sale-reason .sale-reason__title br {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .sale-trouble::before {
    font-size: 80px;
    top: 5px;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__title {
    position: relative;
    font-size: 26px;
    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: 24px;
    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,
  .sale-trouble .sale-trouble__header .sale-trouble__list {
    width: calc(100% - 60px);
    max-width: 100%;
  }
  .sale-service .service-tabs__list {
    width: calc(100% - 60px);
  }
  .sale-service .service-tabs__content {
    padding: 40px 30px;
  }
  .sale-appeal {
    padding: 80px 0;
  }
  .sale-appeal .sale-appeal__inner {
    max-width: calc(100% - 80px);
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title {
    margin: 0 0 34px;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title .sp-only {
    display: block;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content {
    gap: 55px;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item {
    padding: 0 0 0 25px;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item::before {
    width: 35px;
    left: -12px;
  }
  .sale-reason {
    padding: 40px 0;
  }
  .sale-reason .sale-reason__title {
    font-size: 23px;
  }
  .sale-reason .sale-reason__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: -30px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 18px;
    height: 2px;
  }
  .sale-reason .sale-reason__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: -30px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 18px;
    height: 2px;
  }
  .sale-reason .sale-reason__list {
    width: calc(100% - 60px);
    max-width: 100%;
    gap: 46px;
  }
}
@media screen and (max-width: 450px) {
  .sale-fv .sale-fv__list {
    max-width: calc(100% - 40px);
  }
  .sale-fv .sale-fv__list li img {
    width: 130px;
  }
  .sale-trouble .sale-trouble__header .sale-trouble__text,
  .sale-trouble .sale-trouble__header .sale-trouble__list {
    width: calc(100% - 40px);
    max-width: 100%;
  }
  .sale-service .sale-service__title {
    font-size: 21px;
  }
  .sale-service .sale-service__title::before {
    width: 20px;
    left: -30px;
  }
  .sale-service .sale-service__title::after {
    width: 20px;
    right: -30px;
  }
  .sale-appeal {
    padding: 40px 0;
  }
  .sale-appeal .sale-appeal__inner {
    max-width: calc(100% - 40px);
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title,
  .sale-appeal .sale-appeal__inner .sale-appeal__text {
    margin: 0 0 24px;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content {
    gap: 40px;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item {
    padding: 0 0 0 35px;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item::before {
    left: 0;
  }
  .sale-reason .sale-reason__list {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 400px) {
  .sale-service .service-tabs__list {
    width: calc(100% - 40px);
  }
  .sale-service .service-tabs__item {
    padding: 10px;
  }
}
@media screen and (max-width: 375px) {
  .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: 32px;
    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 24px;
  }
  .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: 48px;
    margin: 0 auto;
    padding: 53px 0 80px;
    overflow: hidden;
  }
  .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: 24px;
  }
  .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: 24px;
    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% - 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;
    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% - 48px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin: 8px 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 11px 33px;
    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: 25px;
    height: 25px;
    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: 349px;
    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 16px;
  }
  .sale-service .sale-service__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: -20px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 10px;
    height: 2px;
    background-color: #29865c;
  }
  .sale-service .sale-service__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: -20px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 10px;
    height: 2px;
    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: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .sale-service .service-tabs__item {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.6;
    letter-spacing: 0;
    padding: 8px 16px;
    border-radius: 5px 5px 0 0;
    background: #87BDA5;
  }
  .sale-service .service-tabs__item[aria-selected=true] {
    width: 104px;
    background: #29865c;
    color: #ffffff;
    pointer-events: none;
  }
  .sale-service .service-tabs__item[aria-selected=false] {
    width: 104px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 375px) and (any-hover: hover) {
  .sale-service .service-tabs__item[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media screen and (max-width: 375px) {
  .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: 58px;
    background-color: #ffffff;
    background-image: url("../assets/image/flow-bg-sp.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 24px 0;
    border-radius: 20px;
    border-top: 2px solid #29865c;
    border-bottom: 2px solid #29865c;
  }
  .sale-service .service-tabs__content .service-tabs__content-top {
    width: calc(100% - 48px);
    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: 24px;
    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: 16px;
  }
  .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 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: calc(100% - 48px);
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 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-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 23px solid #017582;
    position: absolute;
    top: auto;
    bottom: -60px;
    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: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 23px solid #017582;
    position: absolute;
    top: auto;
    bottom: -60px;
    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: -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;
    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: 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: 8px;
  }
  .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: 48px 0 40px;
    text-align: center;
  }
  .sale-appeal .sale-appeal__inner {
    width: calc(100% - 48px);
    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 24px;
    text-align: center;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: -20px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 10px;
    height: 2px;
    background-color: #29865c;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: -20px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 10px;
    height: 2px;
    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 40px;
  }
  .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: 24px;
    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: 16px;
    padding: 0 0 0 40px;
  }
  .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;
    padding: 0;
  }
  .sale-appeal .sale-appeal__inner .sale-appeal__content .sale-appeal__list .sale-appeal__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 32px;
    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: 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: 48px 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 50px;
    text-align: center;
  }
  .sale-reason .sale-reason__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: -20px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 10px;
    height: 2px;
    background-color: #29865c;
  }
  .sale-reason .sale-reason__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: -20px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 10px;
    height: 2px;
    background-color: #29865c;
  }
  .sale-reason .sale-reason__title br {
    display: block;
  }
  .sale-reason .sale-reason__list {
    width: calc(100% - 48px);
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  .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: 46px;
    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: 56px;
    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: 56px;
    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 {
    -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: 344px;
    aspect-ratio: 344/228;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sale-success {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: 48px 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 40px;
    text-align: center;
  }
  .sale-success .sale-success__title::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: -20px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 10px;
    height: 2px;
    background-color: #29865c;
  }
  .sale-success .sale-success__title::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: -20px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 10px;
    height: 2px;
    background-color: #29865c;
  }
  .sale-success .sale-success__title br {
    display: block;
  }
  .sale-success .sale-success__list {
    position: relative;
    width: 100%;
    max-width: calc(100% - 40px);
    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: 30px;
    background-color: #29865c;
    border-radius: 10px;
    padding: 30px 20px;
    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: 20px;
  }
  .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: 16px;
    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: 344px;
    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;
}

.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);
  max-width: 1100px;
  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: calc(100% - 120px);
  max-width: 1100px;
  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;
}

.faq {
  background-color: #F9F8F7;
}

@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;
  }
  .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;
  }
}
.archive-container {
  color: #333333;
}

.your-bukken-grid {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: clamp(1.25rem, -3.9807692308rem + 8.1730769231vw, 3.375rem);
  width: 100%;
  max-width: 100%;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 751px) {
  .your-bukken-grid {
    grid-template-columns: repeat(2, minmax(0, 325px));
  }
}
@media screen and (min-width: 1024px) {
  .your-bukken-grid {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
  }
}

/* 2. 各タグごとの背景色設定 */
.property-card__label--mansion {
  background-color: #e67e22;
} /* マンション：オレンジ */
.property-card__label--youtube {
  background-color: #ff0000;
} /* YouTube：赤 */
.property-card__label--price_down {
  background-color: #c0392b;
} /* 値下げ：濃い赤 */
.property-card__label--under_negotiation {
  background-color: #7f8c8d;
} /* 商談中：グレー */
.property-card__label--new {
  background-color: #27ae60;
} /* 新着：緑 */
.property-card__label--sale {
  background-color: #2980b9;
} /* 売買：青 */
.property-card__label--rent {
  background-color: #3498db;
} /* 賃貸：水色 */
.property-card__label--house {
  background-color: #16a085;
} /* 戸建て：エメラルド */
.property-card__label--land {
  background-color: #d35400;
} /* 土地：濃いオレンジ */
.property-card__label--parking {
  background-color: #34495e;
} /* 貸駐車場：紺 */
.property-card__label--business {
  background-color: #2c3e50;
} /* 事業用：ダークグレー */
.property-card__label--others {
  background-color: #95a5a6;
} /* その他：薄いグレー */
.page-relocation {
  width: 100%;
  background-color: #f9f8f7;
}

.c-title {
  position: relative;
  padding: 0 0 0 26px;
}
.c-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 38px;
  background-color: #29865c;
}

.relocation-fv {
  width: 100%;
  height: 600px;
  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/relocation-fv.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.relocation-fv .relocation-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 34px;
  margin: 0 0 63px;
}
.relocation-fv .relocation-fv__title span {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
.relocation-fv .relocation-fv__title span::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 457px;
  height: 9px;
  background-image: url("../assets/svg/relocation-title-line.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.relocation-fv .relocation-fv__title img {
  width: 100%;
  max-width: 552px;
  aspect-ratio: 552/132;
  -o-object-fit: contain;
     object-fit: contain;
}
.relocation-fv .relocation-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;
  margin: 0 auto;
}
.relocation-fv .relocation-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);
}

.relocation-motto {
  width: 100%;
}
.relocation-motto .relocation-motto__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
.relocation-motto .relocation-motto__inner .relocation-motto__content-wrap {
  position: relative;
  width: 642px;
  aspect-ratio: 642/416;
  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;
  margin: 0 auto;
}
.relocation-motto .relocation-motto__inner .relocation-motto__content-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url("../assets/svg/relocation-motto-fv.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
.relocation-motto .relocation-motto__inner .relocation-motto__content-wrap .relocation-motto__title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #29865c;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 2;
}
.relocation-motto .relocation-motto__inner .relocation-motto__content-wrap .relocation-motto__text {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #29865c;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 2;
}
.relocation-motto .relocation-motto__inner .relocation-motto__image-left {
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  max-width: 553px;
  aspect-ratio: 553/617;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  z-index: 0;
}
.relocation-motto .relocation-motto__inner .relocation-motto__image-right {
  position: absolute;
  top: -30px;
  right: -175px;
  width: 100%;
  max-width: 956px;
  aspect-ratio: 956/659;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.relocation-motto .relocation-motto__image-center {
  display: none;
}

.relocation-trouble {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f3f2f0;
}
.relocation-trouble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/image/relocation-trouble.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.relocation-trouble .relocation-trouble__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  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: 48px;
  padding: 96px 0 144px;
  z-index: 2;
}
.relocation-trouble .relocation-trouble__inner .relocation-trouble__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;
}
.relocation-trouble .relocation-trouble__inner .relocation-trouble__title .tab-only {
  display: none;
}
.relocation-trouble .relocation-trouble__inner .relocation-trouble__title span {
  position: relative;
  display: inline-block;
}
.relocation-trouble .relocation-trouble__inner .relocation-trouble__title span::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  aspect-ratio: 80/10;
  background-image: url("../assets/svg/relocation-trouble-deco.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.relocation-trouble .relocation-trouble__inner .relocation-trouble__list {
  width: 591px;
  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: 24px;
}
.relocation-trouble .relocation-trouble__inner .relocation-trouble__list .relocation-trouble__item {
  position: relative;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  border-bottom: 2px dashed #767676;
  padding: 0 0 16px 48px;
}
.relocation-trouble .relocation-trouble__inner .relocation-trouble__list .relocation-trouble__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  aspect-ratio: 40/40;
  background-image: url("../assets/svg/inheritance-heir-check.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.relocation-trouble .relocation-trouble__inner .relocation-trouble__list .relocation-trouble__item:nth-child(3)::before {
  top: 31%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.relocation-coordination {
  width: 100%;
}
.relocation-coordination .relocation-coordination__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  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;
  padding: 104px 0 102px;
}
.relocation-coordination .relocation-coordination__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1195px;
  aspect-ratio: 1195/1160;
  background-color: #d8cba1;
  z-index: 0;
}
.relocation-coordination .relocation-coordination__inner .relocation-coordination__title {
  display: inline-block;
  font-size: 32px;
  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 24px;
}
.relocation-coordination .relocation-coordination__inner .relocation-coordination__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 79px;
}
.relocation-coordination .relocation-coordination__inner .relocation-coordination__list {
  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: 94px;
  counter-reset: step;
}
.relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item {
  position: relative;
  counter-increment: step;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item .relocation-coordination__item-content {
  position: relative;
  width: 100%;
  max-width: 445px;
  background-color: #ffffff;
  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: 32px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(60, 86, 52, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(60, 86, 52, 0.1);
  padding: 56px 45px 56px 64px;
}
.relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item .relocation-coordination__item-content::before {
  position: absolute;
  content: "Point " counter(step);
  top: -50px;
  left: -40px;
  -webkit-transform: rotate(-18.95deg);
          transform: rotate(-18.95deg);
  font-size: 75px;
  font-weight: 400;
  font-family: "Nothing You Could Do", cursive;
  line-height: 1.7;
  letter-spacing: 0.01em;
  background: linear-gradient(135.16deg, #ffd821 0%, #fe8b1a 115.45%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item .relocation-coordination__item-content .relocation-coordination__item-title {
  font-size: 28px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #29865c;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: left;
}
.relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item .relocation-coordination__item-content .relocation-coordination__item-text {
  font-size: 16px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: left;
}
.relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item .relocation-coordination__item-image {
  width: 100%;
  max-width: 882px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item .relocation-coordination__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item:nth-child(2) .relocation-coordination__item-content {
  max-width: 446px;
  padding: 56px 64px 56px 46px;
}
.relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item:nth-child(2) .relocation-coordination__item-content::before {
  top: -80px;
  left: 10px;
}

.relocation-support {
  width: 100%;
  background-image: url("../assets/image/relocation-support-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.relocation-support .relocation-support__inner {
  position: relative;
  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;
  padding: 82px 0 112px;
}
.relocation-support .relocation-support__inner .relocation-support__lead {
  position: relative;
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  background-color: #29865c;
  padding: 22px 0 20px;
  border-radius: 10px;
  margin: 0 0 24px;
}
.relocation-support .relocation-support__inner .relocation-support__lead span {
  color: #f9d42e;
}
.relocation-support .relocation-support__inner .relocation-support__lead .sp-only {
  display: none;
}
.relocation-support .relocation-support__inner .relocation-support__lead .pc-only {
  display: block;
}
.relocation-support .relocation-support__inner .relocation-support__lead::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 65px;
  width: 59.58px;
  aspect-ratio: 59.58/139.86;
  background-image: url("../assets/image/relocation-support.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.relocation-support .relocation-support__inner .relocation-support__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 64px;
}
.relocation-support .relocation-support__inner .relocation-support__list {
  width: 100%;
  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;
}
.relocation-support .relocation-support__inner .relocation-support__list .relocation-support__item {
  position: relative;
  width: 100%;
  max-width: 332px;
  height: 257px;
  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-color: #ffffff;
  border: 4px solid #29865c;
  border-radius: 10px;
  padding: 24px 24px 20px;
}
.relocation-support .relocation-support__inner .relocation-support__list .relocation-support__item .relocation-support__item-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 20px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #29865c;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0 0 8px;
}
.relocation-support .relocation-support__inner .relocation-support__list .relocation-support__item 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.7;
  letter-spacing: 0.01em;
}
.relocation-support .relocation-support__inner .relocation-support__list .relocation-support__item .relocation-support__item-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  max-width: 97px;
  aspect-ratio: 97/97;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0 16px;
}
.relocation-support .relocation-support__inner .relocation-support__list .relocation-support__item .relocation-support__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.relocation-compare {
  width: 100%;
  background-color: #ffffff;
}
.relocation-compare .relocation-compare__deco {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.relocation-compare .relocation-compare__deco::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 122px;
  aspect-ratio: 122/214;
  background-image: url("../assets/image/deco-left.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.relocation-compare .relocation-compare__deco::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 122px;
  aspect-ratio: 122/221;
  background-image: url("../assets/image/deco-right.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.relocation-compare .relocation-compare__deco .relocation-compare__inner {
  position: relative;
  width: calc(100% - 120px);
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 0 123px;
}
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__title {
  font-size: 32px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 0 0 22px;
}
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__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;
  margin: 0 0 56px;
}
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap {
  position: relative;
  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: 32px;
  z-index: 1;
}
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer {
  position: relative;
  width: 100%;
  max-width: 493px;
  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;
}
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-title,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-title,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-title,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-title {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-align: center;
  background-color: #29865c;
  border: 2px solid #29865c;
  padding: 12px 0;
  margin: 0 0 8px;
}
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-title,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-title {
  color: #29865c;
  background-color: #ffffff;
  border: 2px solid #29865c;
}
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-text,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-text,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-text,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-text {
  font-size: 16px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0 0 32px;
}
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list {
  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: 32px;
}
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-merit,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__buyer-merit,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__vendor-merit,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__buyer-merit,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__vendor-merit,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__buyer-merit,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__vendor-merit,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-merit {
  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;
}
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-merit dt,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__buyer-merit dt,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__vendor-merit dt,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__buyer-merit dt,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__vendor-merit dt,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__buyer-merit dt,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__vendor-merit dt,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-merit 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;
}
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-merit dd ul,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__buyer-merit dd ul,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__vendor-merit dd ul,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__buyer-merit dd ul,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__vendor-merit dd ul,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__buyer-merit dd ul,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__vendor-merit dd ul,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-merit 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;
}
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-merit dd ul li,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__buyer-merit dd ul li,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__vendor-merit dd ul li,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__buyer-merit dd ul li,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__vendor-merit dd ul li,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__buyer-merit dd ul li,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__vendor-merit dd ul li,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-merit 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;
}
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-merit dd ul li::before,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__buyer-merit dd ul li::before,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__vendor-merit dd ul li::before,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__buyer-merit dd ul li::before,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__vendor-merit dd ul li::before,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__buyer-merit dd ul li::before,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__vendor-merit dd ul li::before,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-merit 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/svg/flow-check2.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-demerit,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__buyer-demerit,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__vendor-demerit,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__buyer-demerit,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__vendor-demerit,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__buyer-demerit,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__vendor-demerit,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-demerit {
  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;
}
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-demerit dt,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__buyer-demerit dt,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__vendor-demerit dt,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__buyer-demerit dt,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__vendor-demerit dt,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__buyer-demerit dt,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__vendor-demerit dt,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-demerit 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;
}
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-demerit dd ul,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__buyer-demerit dd ul,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__vendor-demerit dd ul,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__buyer-demerit dd ul,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__vendor-demerit dd ul,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__buyer-demerit dd ul,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__vendor-demerit dd ul,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-demerit 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;
}
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-demerit dd ul li,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__buyer-demerit dd ul li,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__vendor-demerit dd ul li,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__buyer-demerit dd ul li,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__vendor-demerit dd ul li,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__buyer-demerit dd ul li,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__vendor-demerit dd ul li,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-demerit 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;
}
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-demerit dd ul li::before,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__buyer-demerit dd ul li::before,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__vendor-demerit dd ul li::before,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__buyer-demerit dd ul li::before,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__vendor-demerit dd ul li::before,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__buyer-demerit dd ul li::before,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__vendor-demerit dd ul li::before,
.relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-demerit 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/svg/flow-check3.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.relocation-case {
  width: 100%;
  background-color: #f1eee7;
}
.relocation-case .relocation-case__inner {
  position: relative;
  width: calc(100% - 120px);
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 0 120px;
}
.relocation-case .relocation-case__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -100px;
  width: 56px;
  aspect-ratio: 56/152;
  background-image: url("../assets/image/relocation-case-deco.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.relocation-case .relocation-case__inner .relocation-case__title {
  font-size: 32px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 0 0 22px;
}
.relocation-case .relocation-case__inner .relocation-case__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;
  margin: 0 0 64px;
}
.relocation-case .relocation-case__inner .relocation-case__client-wrap {
  width: 100%;
  max-width: 1100px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e6e2d8;
  margin: 0 0 64px;
}
.relocation-case .relocation-case__inner .relocation-case__client-wrap .relocation-case__client-content {
  width: 100%;
  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;
  -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;
  padding: 40px;
}
.relocation-case .relocation-case__inner .relocation-case__client-wrap .relocation-case__client-content .relocation-case__client {
  font-size: 24px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}
.relocation-case .relocation-case__inner .relocation-case__client-wrap .relocation-case__client-content .relocation-case__request-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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.relocation-case .relocation-case__inner .relocation-case__client-wrap .relocation-case__client-content .relocation-case__request-list li {
  font-size: 14px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  list-style: disc;
}
.relocation-case .relocation-case__inner .relocation-case__client-wrap .relocation-case__image {
  width: 100%;
  max-width: 602px;
  aspect-ratio: 602/451;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.relocation-case .relocation-case__inner .relocation-case__client-wrap .relocation-case__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.relocation-case .relocation-case__inner .relocation-case__process {
  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;
  counter-reset: step;
}
.relocation-case .relocation-case__inner .relocation-case__process .relocation-case__process-item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  background-color: #ffffff;
  padding: 24px;
  counter-increment: step;
}
.relocation-case .relocation-case__inner .relocation-case__process .relocation-case__process-item::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 39px;
  width: 2px;
  height: 17px;
  background-color: #29865c;
  z-index: 0;
}
.relocation-case .relocation-case__inner .relocation-case__process .relocation-case__process-item:last-child::before {
  display: none;
}
.relocation-case .relocation-case__inner .relocation-case__process .relocation-case__process-item h3 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  padding: 0 0 0 61px;
}
.relocation-case .relocation-case__inner .relocation-case__process .relocation-case__process-item h3::before {
  position: absolute;
  content: counter(step, decimal-leading-zero);
  top: 0;
  left: 0;
  font-size: 30px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #29865c;
  line-height: 1.2;
  letter-spacing: 0;
}
.relocation-case .relocation-case__inner .relocation-case__process .relocation-case__process-item p {
  font-size: 16px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  padding: 0 0 0 61px;
}

.relocation-reform {
  width: 100%;
  background-color: #ffffff;
}
.relocation-reform .relocation-reform__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 0 244px;
}
.relocation-reform .relocation-reform__inner::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  width: 102px;
  aspect-ratio: 102/102;
  background-image: url("../assets/image/relocation-support-deco.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.relocation-reform .relocation-reform__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 244px;
  background-image: url("../assets/image/relocation-deco.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.relocation-reform .relocation-reform__inner .relocation-reform__title {
  position: relative;
  width: calc(100% - 120px);
  max-width: 1100px;
  font-size: 32px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 0 auto 22px;
}
.relocation-reform .relocation-reform__inner .relocation-reform__text {
  position: relative;
  width: calc(100% - 120px);
  max-width: 1100px;
  font-size: 16px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: left;
  margin: 0 auto 74px;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list {
  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: 48px;
  background-color: #d8cba1;
  padding: 84px 0 81px;
  counter-reset: step;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item {
  position: relative;
  width: 100%;
  max-width: 1334px;
  aspect-ratio: 1334/436;
  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: 52px;
  background-color: #ffffff;
  counter-increment: step;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1334px;
  aspect-ratio: 1334/436;
  background-image: url("../assets/image/relocation-reform.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap {
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 52px;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content {
  position: relative;
  width: 100%;
  max-width: 324px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 100px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #29865c;
  line-height: 1;
  letter-spacing: 0;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content h3 {
  font-size: 28px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content h3 br {
  display: none;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content p {
  font-size: 16px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content p span {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content p span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 11px;
  background-color: #ffeb68;
  z-index: -1;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__before,
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__after {
  position: relative;
  width: 100%;
  max-width: 358px;
  aspect-ratio: 358/268;
  -o-object-fit: cover;
     object-fit: cover;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__before img,
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__before span,
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__after span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  background-color: #838584;
  padding: 8px 16px;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__before .span-after,
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__after .span-after {
  font-size: 20px;
  padding: 11px 31.5px;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__after span {
  background-color: #29865c;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item:nth-child(2) {
  margin: 0 0 0 auto;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item:nth-child(2)::before {
  background-image: url("../assets/image/relocation-reform2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item:nth-child(2) .relocation-reform__item-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item:nth-child(2) .relocation-reform__item-wrap .relocation-reform__content {
  max-width: 301px;
}

.relocation-contact {
  width: 100%;
  background-color: #f1eee7;
}
.relocation-contact .relocation-contact__inner {
  position: relative;
  width: calc(100% - 120px);
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}
.relocation-contact .relocation-contact__inner .relocation-contact__title {
  font-size: 32px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 0 0 24px;
}
.relocation-contact .relocation-contact__inner .relocation-contact__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;
  margin: 0 0 89px;
}

@media screen and (max-width: 1400px) {
  .relocation-coordination .relocation-coordination__inner::before {
    top: 55%;
    width: 1000px;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list {
    gap: 70px;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item {
    position: relative;
    counter-increment: step;
    width: calc(100% - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 0 0 60px;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item:nth-child(2) {
    margin: 0 60px 0 0;
  }
}
@media screen and (max-width: 1350px) {
  .relocation-compare .relocation-compare__deco::before {
    width: 100px;
  }
  .relocation-compare .relocation-compare__deco::after {
    width: 100px;
  }
  .relocation-case .relocation-case__inner::before {
    right: -65px;
  }
}
@media screen and (max-width: 1260px) {
  .relocation-case .relocation-case__inner::before {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item .relocation-coordination__item-content {
    gap: 20px;
    padding: 40px;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item:nth-child(2) .relocation-coordination__item-content {
    padding: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .relocation-motto .relocation-motto__inner {
    max-width: 100%;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__content-wrap {
    width: 570px;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__image-left {
    left: -50px;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__image-right {
    right: -240px;
  }
  .relocation-motto .relocation-motto__image-center {
    display: none;
  }
  .relocation-support .relocation-support__inner .relocation-support__lead::before {
    right: 40px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap {
    max-width: 920px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__before,
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__after {
    max-width: 300px;
  }
}
@media screen and (max-width: 1150px) {
  .relocation-coordination {
    width: 100%;
  }
  .relocation-coordination .relocation-coordination__inner {
    position: relative;
    width: 100%;
    max-width: calc(100% - 120px);
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 80px 0;
  }
  .relocation-coordination .relocation-coordination__inner::before {
    display: none;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__text {
    text-align: left;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list {
    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: 60px;
    counter-reset: step;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item {
    position: relative;
    counter-increment: step;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(60, 86, 52, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(60, 86, 52, 0.1);
    padding: 50px;
    margin: 0;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item .relocation-coordination__item-content {
    position: relative;
    width: 100%;
    max-width: 100%;
    background-color: unset;
    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: 24px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 0;
    margin: 0 0 24px;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item .relocation-coordination__item-content::before {
    position: absolute;
    content: "Point " counter(step);
    top: -92px;
    left: -80px;
    font-size: 65px;
    font-weight: 400;
    font-family: "Nothing You Could Do", cursive;
    line-height: 1.7;
    letter-spacing: 0.01em;
    background: linear-gradient(135.16deg, #ffd821 0%, #fe8b1a 115.45%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item .relocation-coordination__item-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item .relocation-coordination__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item:nth-child(2) .relocation-coordination__item-content {
    max-width: 100%;
    padding: 0;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item:nth-child(2) .relocation-coordination__item-content::before {
    top: -92px;
    left: -80px;
  }
}
@media screen and (max-width: 1107px) {
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-demerit dd ul li:nth-child(2)::before {
    top: 23%;
  }
}
@media screen and (max-width: 1100px) {
  .relocation-trouble::before {
    background-image: url("../assets/image/relocation-trouble-sp.webp");
  }
  .relocation-trouble .relocation-trouble__inner {
    padding: 96px 0;
  }
  .relocation-support .relocation-support__inner .relocation-support__lead::before {
    right: 10px;
  }
  .relocation-case .relocation-case__inner .relocation-case__client-wrap .relocation-case__client-content {
    width: 100%;
    max-width: 50%;
  }
  .relocation-case .relocation-case__inner .relocation-case__client-wrap .relocation-case__image {
    width: 100%;
    max-width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .c-title::before {
    height: 30px;
  }
  .relocation-fv .relocation-fv__title img {
    max-width: 500px;
  }
  .relocation-fv .relocation-fv__title span {
    font-size: 24px;
  }
  .relocation-fv .relocation-fv__title span::before {
    width: 100%;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__content-wrap {
    gap: 20px;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__content-wrap .relocation-motto__title {
    font-size: 24px;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__content-wrap .relocation-motto__text {
    font-size: 14px;
  }
  .relocation-trouble .relocation-trouble__inner {
    position: relative;
    width: 100%;
    max-width: calc(100% - 48px);
  }
  .relocation-trouble .relocation-trouble__inner .relocation-trouble__title {
    font-size: 24px;
  }
  .relocation-trouble .relocation-trouble__inner .relocation-trouble__title span {
    position: relative;
    display: inline-block;
  }
  .relocation-trouble .relocation-trouble__inner .relocation-trouble__title span::before {
    top: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 55px;
    aspect-ratio: 80/10;
  }
  .relocation-trouble .relocation-trouble__inner .relocation-trouble__list {
    width: 80%;
    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: 24px;
  }
  .relocation-trouble .relocation-trouble__inner .relocation-trouble__list .relocation-trouble__item {
    font-size: 18px;
    padding: 0 0 16px 48px;
  }
  .relocation-trouble .relocation-trouble__inner .relocation-trouble__list .relocation-trouble__item::before {
    content: "";
    position: absolute;
    top: 31%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 40px;
    aspect-ratio: 40/40;
    background-image: url("../assets/svg/inheritance-heir-check.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .relocation-trouble .relocation-trouble__inner .relocation-trouble__list .relocation-trouble__item:nth-child(3) {
    padding: 0 0 26.5px 48px;
  }
  .relocation-trouble .relocation-trouble__inner .relocation-trouble__list .relocation-trouble__item:nth-child(3)::before {
    top: 31%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__title {
    font-size: 26px;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__text {
    margin: 0 0 65px;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item .relocation-coordination__item-content .relocation-coordination__item-title {
    font-size: 26px;
  }
  .relocation-support .relocation-support__inner {
    padding: 80px 0;
  }
  .relocation-support .relocation-support__inner .relocation-support__lead {
    font-size: 24px;
    padding: 12px 0;
  }
  .relocation-support .relocation-support__inner .relocation-support__text {
    margin: 0 0 54px;
  }
  .relocation-compare .relocation-compare__deco::before, .relocation-compare .relocation-compare__deco::after {
    width: 80px;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner {
    padding: 80px 0;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__title {
    font-size: 26px;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__text {
    margin: 0 0 40px;
  }
  .relocation-case .relocation-case__inner {
    padding: 80px 0;
  }
  .relocation-case .relocation-case__inner .relocation-case__title {
    font-size: 26px;
  }
  .relocation-case .relocation-case__inner .relocation-case__text {
    margin: 0 0 34px;
  }
  .relocation-case .relocation-case__inner .relocation-case__client-wrap .relocation-case__client-content .relocation-case__client {
    font-size: 21px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__title {
    font-size: 26px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap {
    max-width: 800px;
    gap: 30px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content h3 {
    font-size: 24px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content::before {
    font-size: 80px;
  }
  .relocation-contact .relocation-contact__inner .relocation-contact__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 978px) {
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-demerit dd ul li:nth-child(1)::before {
    top: 23%;
  }
}
@media screen and (max-width: 900px) {
  .relocation-motto .relocation-motto__inner .relocation-motto__content-wrap {
    width: 470px;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__image-right {
    right: -220px;
  }
  .relocation-support .relocation-support__inner {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .relocation-support .relocation-support__inner .relocation-support__lead {
    text-align: left;
    padding: 24px 60px;
    border-radius: 0;
    margin: 0 0 31px;
  }
  .relocation-support .relocation-support__inner .relocation-support__lead .sp-only {
    display: block;
  }
  .relocation-support .relocation-support__inner .relocation-support__lead .pc-only {
    display: none;
  }
  .relocation-support .relocation-support__inner .relocation-support__lead::before {
    width: 45px;
  }
  .relocation-support .relocation-support__inner .relocation-support__text {
    width: calc(100% - 120px);
    text-align: left;
  }
  .relocation-support .relocation-support__inner .relocation-support__list {
    width: calc(100% - 120px);
    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;
  }
  .relocation-support .relocation-support__inner .relocation-support__list .relocation-support__item {
    height: auto;
  }
  .relocation-support .relocation-support__inner .relocation-support__list .relocation-support__item .relocation-support__item-image {
    max-width: 70px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap {
    max-width: 700px;
  }
}
@media screen and (max-width: 850px) {
  .relocation-motto .relocation-motto__inner .relocation-motto__content-wrap {
    width: 450px;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__image-left {
    left: -50px;
    top: -100px;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__image-right {
    right: -215px;
  }
}
@media screen and (max-width: 823px) {
  .relocation-support .relocation-support__inner .relocation-support__list .relocation-support__item {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 24px 32px;
  }
  .relocation-support .relocation-support__inner .relocation-support__list .relocation-support__item .relocation-support__item-image {
    max-width: 70px;
  }
}
@media screen and (max-width: 800px) {
  .relocation-motto .relocation-motto__inner .relocation-motto__image-left {
    left: -65px;
    top: -100px;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__image-right {
    right: -200px;
  }
  .relocation-reform .relocation-reform__inner {
    padding: 54px 0 100px;
  }
  .relocation-reform .relocation-reform__inner::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    width: 59px;
    aspect-ratio: 59/59;
    background-image: url("../assets/image/relocation-support-deco.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .relocation-reform .relocation-reform__inner::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: auto;
    aspect-ratio: 497/84.32;
    background-image: url("../assets/image/relocation-deco.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__text {
    max-width: 100%;
    margin: 0 auto 50px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list {
    width: calc(100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: unset;
    padding: 0;
    margin: 0 auto;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item {
    position: relative;
    width: 50%;
    max-width: 100%;
    aspect-ratio: unset;
    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: 24px;
    background-color: unset;
    counter-increment: step;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item::before {
    display: none;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content::before {
    content: counter(step, decimal-leading-zero);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #29865c;
    line-height: 1;
    letter-spacing: 0;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content h3 {
    font-size: 28px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
    padding: 0 0 0 53px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content h3 br {
    display: block;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content p {
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content p span {
    position: relative;
    display: inline-block;
    z-index: 0;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content p span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 11px;
    background-color: #ffeb68;
    z-index: -1;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__before,
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__after {
    position: relative;
    width: 100%;
    max-width: 358px;
    aspect-ratio: 358/268;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__before img,
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__after img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__before span,
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__after span {
    position: absolute;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    background-color: #838584;
    padding: 8px 16px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__before .span-after,
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__after .span-after {
    font-size: 20px;
    padding: 11px 31.5px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__after span {
    background-color: #29865c;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item:nth-child(2) {
    margin: 0;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item:nth-child(2)::before {
    background-image: url("../assets/image/relocation-reform2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item:nth-child(2) .relocation-reform__item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item:nth-child(2) .relocation-reform__item-wrap .relocation-reform__content {
    max-width: 301px;
  }
}
@media screen and (max-width: 768px) {
  .relocation-motto {
    width: 100%;
    background-color: #ebe7e0;
  }
  .relocation-motto .relocation-motto__inner {
    position: relative;
    width: 100%;
    max-width: calc(100% - 44px);
    margin: 0 auto;
    overflow: hidden;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__content-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: unset;
    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;
    margin: 40px auto;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__content-wrap .relocation-motto__title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #29865c;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
    z-index: 2;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__content-wrap .relocation-motto__text {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #29865c;
    line-height: 1.7;
    letter-spacing: 0.1em;
    text-align: left;
    z-index: 2;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__image-left {
    display: none;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__image-right {
    display: none;
  }
  .relocation-motto .relocation-motto__image-center {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 416/160;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer {
    width: 100%;
    max-width: 100%;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-demerit dd ul li:nth-child(2)::before {
    top: 50%;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor {
    width: 100%;
    max-width: 100%;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-demerit dd ul li:nth-child(1)::before {
    top: 50%;
  }
}
@media screen and (max-width: 750px) {
  .relocation-reform .relocation-reform__inner .relocation-reform__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 52px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item {
    width: 100%;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content {
    gap: 24px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content h3 br {
    display: none;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item:nth-child(2) .relocation-reform__item-wrap .relocation-reform__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .c-title::before {
    height: 30px;
  }
  .relocation-fv .relocation-fv__title img {
    max-width: 450px;
  }
  .relocation-fv .relocation-fv__title span::before {
    left: 49%;
  }
  .relocation-coordination .relocation-coordination__inner {
    max-width: calc(100% - 80px);
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__title {
    margin: 0 0 16px;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__text {
    margin: 0 0 50px;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list {
    gap: 45px;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item {
    padding: 40px;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item .relocation-coordination__item-content::before {
    top: -70px;
    left: -65px;
    font-size: 55px;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item:nth-child(2) .relocation-coordination__item-content::before {
    top: -70px;
    left: -65px;
    font-size: 55px;
  }
  .relocation-support .relocation-support__inner .relocation-support__lead {
    padding: 24px 40px;
  }
  .relocation-support .relocation-support__inner .relocation-support__lead::before {
    width: 38px;
    bottom: -30px;
  }
  .relocation-support .relocation-support__inner .relocation-support__text {
    width: calc(100% - 80px);
    margin: 0 0 34px;
  }
  .relocation-support .relocation-support__inner .relocation-support__list {
    width: calc(100% - 80px);
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner {
    width: calc(100% - 80px);
  }
  .relocation-case .relocation-case__inner {
    width: calc(100% - 80px);
    max-width: 100%;
  }
  .relocation-case .relocation-case__inner .relocation-case__client-wrap .relocation-case__client-content {
    padding: 25px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__title,
  .relocation-reform .relocation-reform__inner .relocation-reform__text,
  .relocation-reform .relocation-reform__inner .relocation-reform__list {
    width: calc(100% - 80px);
  }
  .relocation-contact .relocation-contact__inner {
    width: calc(100% - 80px);
    max-width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .relocation-trouble .relocation-trouble__inner {
    gap: 36px;
    padding: 80px 0;
  }
  .relocation-trouble .relocation-trouble__inner .relocation-trouble__title .tab-only {
    display: block;
  }
  .relocation-trouble .relocation-trouble__inner .relocation-trouble__list .relocation-trouble__item {
    font-size: 16px;
    line-height: 1.4;
    padding: 0 0 24px 48px;
  }
  .relocation-trouble .relocation-trouble__inner .relocation-trouble__list .relocation-trouble__item:nth-child(3) {
    top: 24%;
  }
}
@media screen and (max-width: 600px) {
  .relocation-case .relocation-case__inner .relocation-case__client-wrap {
    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;
    background-color: #e6e2d8;
    margin: 0 0 45px;
  }
  .relocation-case .relocation-case__inner .relocation-case__client-wrap .relocation-case__client-content {
    width: 100%;
    max-width: 100%;
  }
  .relocation-case .relocation-case__inner .relocation-case__client-wrap .relocation-case__image {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 557px) {
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-demerit dd ul li:nth-child(2)::before {
    top: 30%;
  }
}
@media screen and (max-width: 550px) {
  .relocation-fv .relocation-fv__title {
    max-width: 400px;
    gap: 25px;
  }
  .relocation-fv .relocation-fv__title span {
    font-size: 23px;
  }
  .relocation-fv .relocation-fv__title span::before {
    left: 49%;
  }
}
@media screen and (max-width: 500px) {
  .relocation-fv .relocation-fv__title {
    gap: 25px;
  }
  .relocation-fv .relocation-fv__title img {
    max-width: 350px;
  }
  .relocation-fv .relocation-fv__title span {
    font-size: 21px;
  }
  .relocation-fv .relocation-fv__title span::before {
    left: 49%;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__content-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__content-wrap .relocation-motto__text {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #29865c;
    line-height: 1.7;
    letter-spacing: 0.1em;
    text-align: left;
    z-index: 2;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__content-wrap .relocation-motto__text br {
    display: none;
  }
  .relocation-trouble .relocation-trouble__inner .relocation-trouble__list {
    width: 100%;
  }
  .relocation-coordination .relocation-coordination__inner {
    max-width: calc(100% - 48px);
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item {
    padding: 30px 20px;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item .relocation-coordination__item-content::before {
    top: -70px;
    left: -35px;
    font-size: 47px;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item:nth-child(2) .relocation-coordination__item-content::before {
    top: -70px;
    left: -35px;
    font-size: 47px;
  }
  .relocation-support .relocation-support__inner .relocation-support__lead {
    padding: 24px;
  }
  .relocation-support .relocation-support__inner .relocation-support__text {
    width: calc(100% - 48px);
  }
  .relocation-support .relocation-support__inner .relocation-support__list {
    width: calc(100% - 48px);
    gap: 24px;
  }
  .relocation-support .relocation-support__inner .relocation-support__list .relocation-support__item .relocation-support__item-image {
    max-width: 64px;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner {
    width: calc(100% - 48px);
  }
  .relocation-case .relocation-case__inner {
    width: calc(100% - 48px);
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__title,
  .relocation-reform .relocation-reform__inner .relocation-reform__text,
  .relocation-reform .relocation-reform__inner .relocation-reform__list {
    width: calc(100% - 48px);
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content h3 .kitchen-br {
    display: block;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__before,
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__after {
    width: 100%;
    max-width: 100%;
  }
  .relocation-contact .relocation-contact__inner {
    width: calc(100% - 48px);
    max-width: 100%;
  }
}
@media screen and (max-width: 468px) {
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-demerit dd ul li:nth-child(1)::before {
    top: 30%;
  }
}
@media screen and (max-width: 401px) {
  .relocation-fv .relocation-fv__title {
    gap: 25px;
  }
  .relocation-fv .relocation-fv__title img {
    max-width: 331px;
  }
  .relocation-fv .relocation-fv__title span {
    font-size: 20px;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__title {
    font-size: 25px;
    white-space: nowrap;
    padding: 0 0 0 24px;
  }
}
@media screen and (max-width: 375px) {
  .c-title {
    position: relative;
    padding: 0 0 0 26px;
  }
  .c-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 29px;
    background-color: #29865c;
  }
  .relocation-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: 30px;
    background-image: url("../assets/image/relocation-fv-sp.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .relocation-fv .relocation-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: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 29px;
    margin: 0 0 63px;
  }
  .relocation-fv .relocation-fv__title span {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #ffffff;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
  .relocation-fv .relocation-fv__title span::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 277px;
    height: 9px;
    background-image: url("../assets/svg/relocation-title-line.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .relocation-fv .relocation-fv__title img {
    width: 100%;
    max-width: 331px;
    aspect-ratio: 331/86;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .relocation-fv .relocation-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;
    margin: 0 auto;
  }
  .relocation-fv .relocation-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);
  }
  .relocation-motto {
    width: 100%;
    background-color: #ebe7e0;
  }
  .relocation-motto .relocation-motto__inner {
    position: relative;
    width: 100%;
    max-width: calc(100% - 44px);
    margin: 0 auto;
    overflow: hidden;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__content-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: unset;
    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: 24px;
    margin: 40px auto 24px;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__content-wrap .relocation-motto__title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #29865c;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
    z-index: 2;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__content-wrap .relocation-motto__text {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #29865c;
    line-height: 1.7;
    letter-spacing: 0.1em;
    text-align: left;
    z-index: 2;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__content-wrap .relocation-motto__text br {
    display: none;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__image-left {
    display: none;
  }
  .relocation-motto .relocation-motto__inner .relocation-motto__image-right {
    display: none;
  }
  .relocation-motto .relocation-motto__image-center {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 416/179;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .relocation-trouble {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f3f2f0;
  }
  .relocation-trouble::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/image/relocation-trouble.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
  }
  .relocation-trouble .relocation-trouble__inner {
    position: relative;
    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: 48px;
    padding: 64px 0 40px;
    z-index: 2;
  }
  .relocation-trouble .relocation-trouble__inner .relocation-trouble__title {
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.3;
    letter-spacing: 0.01em;
    text-align: left;
  }
  .relocation-trouble .relocation-trouble__inner .relocation-trouble__title span {
    position: relative;
    display: inline-block;
  }
  .relocation-trouble .relocation-trouble__inner .relocation-trouble__title span::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 65px;
    aspect-ratio: 65/8;
    background-image: url("../assets/svg/relocation-trouble-deco-sp.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .relocation-trouble .relocation-trouble__inner .relocation-trouble__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
  .relocation-trouble .relocation-trouble__inner .relocation-trouble__list .relocation-trouble__item {
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    border-bottom: 2px dashed #767676;
    padding: 0 0 16px 48px;
  }
  .relocation-trouble .relocation-trouble__inner .relocation-trouble__list .relocation-trouble__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    aspect-ratio: 40/40;
    background-image: url("../assets/svg/inheritance-heir-check.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .relocation-trouble .relocation-trouble__inner .relocation-trouble__list .relocation-trouble__item:nth-child(3) {
    padding: 0 0 26.5px 48px;
  }
  .relocation-trouble .relocation-trouble__inner .relocation-trouble__list .relocation-trouble__item:nth-child(3)::before {
    top: 31%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .relocation-coordination {
    width: 100%;
  }
  .relocation-coordination .relocation-coordination__inner {
    position: relative;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0;
  }
  .relocation-coordination .relocation-coordination__inner::before {
    display: none;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__title {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0 0 24px;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__text {
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.4;
    letter-spacing: 0.01em;
    text-align: left;
    margin: 0 0 60px;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list {
    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: 40px;
    counter-reset: step;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item {
    position: relative;
    counter-increment: step;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(60, 86, 52, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(60, 86, 52, 0.1);
    padding: 32px 16px;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item .relocation-coordination__item-content {
    position: relative;
    width: 100%;
    max-width: 100%;
    background-color: unset;
    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: 24px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 0;
    margin: 0 0 24px;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item .relocation-coordination__item-content::before {
    position: absolute;
    content: "Point " counter(step);
    top: -55px;
    left: -33px;
    -webkit-transform: rotate(-18.95deg);
            transform: rotate(-18.95deg);
    font-size: 40px;
    font-weight: 400;
    font-family: "Nothing You Could Do", cursive;
    line-height: 1.7;
    letter-spacing: 0.01em;
    background: linear-gradient(135.16deg, #ffd821 0%, #fe8b1a 115.45%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item .relocation-coordination__item-content .relocation-coordination__item-title {
    font-size: 20px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #29865c;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: left;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item .relocation-coordination__item-content .relocation-coordination__item-text {
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item .relocation-coordination__item-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item .relocation-coordination__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item:nth-child(2) .relocation-coordination__item-content {
    max-width: 446px;
    padding: 0;
  }
  .relocation-coordination .relocation-coordination__inner .relocation-coordination__list .relocation-coordination__item:nth-child(2) .relocation-coordination__item-content::before {
    top: -55px;
    left: -33px;
    font-size: 40px;
  }
  .relocation-support {
    width: 100%;
    background-image: url("../assets/image/relocation-support-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .relocation-support .relocation-support__inner {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 82px 0 112px;
  }
  .relocation-support .relocation-support__inner .relocation-support__lead {
    position: relative;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: left;
    background-color: #29865c;
    padding: 24px;
    border-radius: 0;
    margin: 0 0 31px;
  }
  .relocation-support .relocation-support__inner .relocation-support__lead span {
    color: #f9d42e;
  }
  .relocation-support .relocation-support__inner .relocation-support__lead .sp-only {
    display: block;
  }
  .relocation-support .relocation-support__inner .relocation-support__lead .pc-only {
    display: none;
  }
  .relocation-support .relocation-support__inner .relocation-support__lead::before {
    content: "";
    position: absolute;
    bottom: -25px;
    right: 10px;
    width: 32.37px;
    aspect-ratio: 32.37/77.98;
    background-image: url("../assets/image/relocation-support.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .relocation-support .relocation-support__inner .relocation-support__text {
    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 44px;
  }
  .relocation-support .relocation-support__inner .relocation-support__list {
    width: calc(100% - 48px);
    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: 16px;
  }
  .relocation-support .relocation-support__inner .relocation-support__list .relocation-support__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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ffffff;
    border: 4px solid #29865c;
    border-radius: 10px;
    padding: 24px 32px;
  }
  .relocation-support .relocation-support__inner .relocation-support__list .relocation-support__item .relocation-support__item-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 20px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #29865c;
    line-height: 1.4;
    letter-spacing: 0.01em;
    margin: 0 0 8px;
  }
  .relocation-support .relocation-support__inner .relocation-support__list .relocation-support__item 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.4;
    letter-spacing: 0.01em;
  }
  .relocation-support .relocation-support__inner .relocation-support__list .relocation-support__item .relocation-support__item-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 57px;
    aspect-ratio: 57/57;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 0 16px;
  }
  .relocation-support .relocation-support__inner .relocation-support__list .relocation-support__item .relocation-support__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .relocation-compare {
    width: 100%;
    background-color: #ffffff;
  }
  .relocation-compare .relocation-compare__deco::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 0;
    width: 71px;
    aspect-ratio: 71/124;
    background-image: url("../assets/image/deco-left.webp");
  }
  .relocation-compare .relocation-compare__deco::after {
    display: none;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner {
    position: relative;
    width: 100%;
    max-width: calc(100% - 46px);
    margin: 0 auto;
    padding: 54px 0;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__title {
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0 0 16px;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__text {
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.4;
    letter-spacing: 0.01em;
    text-align: left;
    margin: 0 0 24px;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer {
    position: relative;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-title,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-title,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-title,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-title {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #ffffff;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: center;
    background-color: #29865c;
    border: 2px solid #29865c;
    padding: 12px 0;
    margin: 0 0 8px;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-title,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-title {
    color: #29865c;
    background-color: #ffffff;
    border: 2px solid #29865c;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-text,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-text,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-text,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-text {
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    margin: 0 0 16px;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list {
    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: 32px;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-merit,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__buyer-merit,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__vendor-merit,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__buyer-merit,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__vendor-merit,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__buyer-merit,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__vendor-merit,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-merit {
    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;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-merit dt,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__buyer-merit dt,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__vendor-merit dt,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__buyer-merit dt,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__vendor-merit dt,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__buyer-merit dt,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__vendor-merit dt,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-merit 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;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-merit dd ul,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__buyer-merit dd ul,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__vendor-merit dd ul,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__buyer-merit dd ul,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__vendor-merit dd ul,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__buyer-merit dd ul,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__vendor-merit dd ul,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-merit 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;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-merit dd ul li,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__buyer-merit dd ul li,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__vendor-merit dd ul li,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__buyer-merit dd ul li,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__vendor-merit dd ul li,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__buyer-merit dd ul li,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__vendor-merit dd ul li,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-merit 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;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-merit dd ul li::before,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__buyer-merit dd ul li::before,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__vendor-merit dd ul li::before,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__buyer-merit dd ul li::before,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__vendor-merit dd ul li::before,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__buyer-merit dd ul li::before,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__vendor-merit dd ul li::before,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-merit 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/svg/flow-check2.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-demerit,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__buyer-demerit,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__vendor-demerit,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__buyer-demerit,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__vendor-demerit,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__buyer-demerit,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__vendor-demerit,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-demerit {
    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;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-demerit dt,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__buyer-demerit dt,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__vendor-demerit dt,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__buyer-demerit dt,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__vendor-demerit dt,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__buyer-demerit dt,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__vendor-demerit dt,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-demerit 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;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-demerit dd ul,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__buyer-demerit dd ul,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__vendor-demerit dd ul,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__buyer-demerit dd ul,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__vendor-demerit dd ul,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__buyer-demerit dd ul,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__vendor-demerit dd ul,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-demerit 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;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-demerit dd ul li,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__buyer-demerit dd ul li,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__vendor-demerit dd ul li,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__buyer-demerit dd ul li,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__vendor-demerit dd ul li,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__buyer-demerit dd ul li,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__vendor-demerit dd ul li,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-demerit 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;
  }
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__vendor-demerit dd ul li::before,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__vendor-list .relocation-compare__buyer-demerit dd ul li::before,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__vendor-demerit dd ul li::before,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__vendor .relocation-compare__buyer-list .relocation-compare__buyer-demerit dd ul li::before,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__vendor-demerit dd ul li::before,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__vendor-list .relocation-compare__buyer-demerit dd ul li::before,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__vendor-demerit dd ul li::before,
  .relocation-compare .relocation-compare__deco .relocation-compare__inner .relocation-compare__article-wrap .relocation-compare__buyer .relocation-compare__buyer-list .relocation-compare__buyer-demerit 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/svg/flow-check3.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .relocation-case {
    width: 100%;
    background-color: #f1eee7;
  }
  .relocation-case .relocation-case__inner {
    position: relative;
    width: calc(100% - 48px);
    max-width: 100%;
    margin: 0 auto;
    padding: 54px 0;
  }
  .relocation-case .relocation-case__inner::before {
    display: none;
  }
  .relocation-case .relocation-case__inner .relocation-case__title {
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0 0 16px;
  }
  .relocation-case .relocation-case__inner .relocation-case__text {
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.4;
    letter-spacing: 0.01em;
    text-align: left;
    margin: 0 0 24px;
  }
  .relocation-case .relocation-case__inner .relocation-case__client-wrap {
    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;
    background-color: #e6e2d8;
    margin: 0 0 16px;
  }
  .relocation-case .relocation-case__inner .relocation-case__client-wrap .relocation-case__client-content {
    width: 100%;
    max-width: 100%;
    aspect-ratio: unset;
    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;
    padding: 24px;
  }
  .relocation-case .relocation-case__inner .relocation-case__client-wrap .relocation-case__client-content .relocation-case__client {
    font-size: 18px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
  }
  .relocation-case .relocation-case__inner .relocation-case__client-wrap .relocation-case__client-content .relocation-case__request-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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
  .relocation-case .relocation-case__inner .relocation-case__client-wrap .relocation-case__client-content .relocation-case__request-list li {
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: left;
    list-style: disc;
  }
  .relocation-case .relocation-case__inner .relocation-case__client-wrap .relocation-case__image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 327/244;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .relocation-case .relocation-case__inner .relocation-case__client-wrap .relocation-case__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .relocation-case .relocation-case__inner .relocation-case__process {
    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;
    counter-reset: step;
  }
  .relocation-case .relocation-case__inner .relocation-case__process .relocation-case__process-item {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px;
    background-color: #ffffff;
    padding: 24px;
    counter-increment: step;
  }
  .relocation-case .relocation-case__inner .relocation-case__process .relocation-case__process-item::before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 39px;
    width: 2px;
    height: 17px;
    background-color: #29865c;
    z-index: 0;
  }
  .relocation-case .relocation-case__inner .relocation-case__process .relocation-case__process-item:last-child::before {
    display: none;
  }
  .relocation-case .relocation-case__inner .relocation-case__process .relocation-case__process-item h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    padding: 0 0 0 61px;
  }
  .relocation-case .relocation-case__inner .relocation-case__process .relocation-case__process-item h3::before {
    position: absolute;
    content: counter(step, decimal-leading-zero);
    top: 0;
    left: 0;
    font-size: 30px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    color: #29865c;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .relocation-case .relocation-case__inner .relocation-case__process .relocation-case__process-item p {
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    padding: 0 0 0 61px;
  }
  .relocation-reform {
    width: 100%;
    background-color: #ffffff;
  }
  .relocation-reform .relocation-reform__inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 54px 0 105px;
    overflow: hidden;
  }
  .relocation-reform .relocation-reform__inner::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    width: 59px;
    aspect-ratio: 59/59;
    background-image: url("../assets/image/relocation-support-deco.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .relocation-reform .relocation-reform__inner::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 497px;
    height: auto;
    aspect-ratio: 497/84.32;
    background-image: url("../assets/image/relocation-deco.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__title {
    width: calc(100% - 48px);
    max-width: 100%;
    font-size: 24px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0 auto 16px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__text {
    width: calc(100% - 48px);
    max-width: 100%;
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: left;
    margin: 0 auto 24px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list {
    width: calc(100% - 48px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    background-color: unset;
    padding: 0;
    margin: 0 auto;
    counter-reset: step;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: unset;
    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: 24px;
    background-color: unset;
    counter-increment: step;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item::before {
    display: none;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content::before {
    content: counter(step, decimal-leading-zero);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #29865c;
    line-height: 1;
    letter-spacing: 0;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content h3 {
    font-size: 28px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
    padding: 0 0 0 53px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content p {
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content p span {
    position: relative;
    display: inline-block;
    z-index: 0;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__content p span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 11px;
    background-color: #ffeb68;
    z-index: -1;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__before,
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__after {
    position: relative;
    width: 100%;
    max-width: 358px;
    aspect-ratio: 358/268;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__before img,
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__after img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__before span,
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__after span {
    position: absolute;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    background-color: #838584;
    padding: 8px 16px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__before .span-after,
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__after .span-after {
    font-size: 20px;
    padding: 11px 31.5px;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item .relocation-reform__item-wrap .relocation-reform__image-wrap .relocation-reform__after span {
    background-color: #29865c;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item:nth-child(2) {
    margin: 0;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item:nth-child(2)::before {
    background-image: url("../assets/image/relocation-reform2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item:nth-child(2) .relocation-reform__item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .relocation-reform .relocation-reform__inner .relocation-reform__list .relocation-reform__item:nth-child(2) .relocation-reform__item-wrap .relocation-reform__content {
    max-width: 301px;
  }
}
.page-thanks {
  padding-block: 100px;
  max-width: 91.4666666667%;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  .page-thanks {
    padding-inline: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .page-thanks {
    max-width: 1180px;
    padding-inline: 40px;
  }
}
.page-thanks {
  text-align: center;
  color: #333333;
}
.page-thanks h1 {
  color: #29865c;
  font-weight: 500;
  line-height: 1.7;
  font-size: 1.25rem;
}
@media screen and (min-width: 751px) {
  .page-thanks h1 {
    font-size: 2rem;
  }
}
.page-thanks p {
  line-height: 2;
}
.page-thanks p:nth-of-type(1) {
  margin-top: 32px;
}

.page-thanks__button {
  margin-top: 40px;
  margin-inline: auto;
}

.page-contact__lead {
  color: #333333;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 72px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 1024px) {
  .page-contact__lead {
    max-width: 1180px;
    padding-inline: 50px;
  }
}

.contact-form {
  margin-block: 32px 60px;
}
@media screen and (min-width: 751px) {
  .contact-form {
    margin-block: 64px 120px;
  }
}

.main--appraisal {
  color: #333333;
}
.main--appraisal .page-fv__title {
  font-size: clamp(1.25rem, 0.6918604651rem + 2.7906976744vw, 2rem);
}
@media screen and (min-width: 751px) {
  .main--appraisal .page-fv__title {
    padding-left: 5.1388888889vw;
    font-size: clamp(1.375rem, -0.3506433824rem + 3.6764705882vw, 2rem);
  }
}
@media screen and (min-width: 1440px) {
  .main--appraisal .page-fv__title {
    padding-left: 0;
    padding-right: 185px;
  }
}

.appraisal-form__head {
  padding-inline: 24px;
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .appraisal-form__head {
    margin-top: 64px;
    max-width: 1032px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}

.appraisal-form__head-title {
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 751px) {
  .appraisal-form__head-title {
    font-size: 1.125rem;
  }
}

.appraisal-form__head-step {
  margin-top: 48px;
}

.form-step {
  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: 50px;
  margin-top: 48px;
}
@media screen and (min-width: 751px) {
  .form-step {
    gap: 60px;
    -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;
    gap: 0;
  }
}

.form-step__item {
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .form-step__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-step__item:nth-of-type(1) .form-step__icon {
  height: 70px;
}
@media screen and (min-width: 751px) {
  .form-step__item:nth-of-type(1) .form-step__icon {
    height: 72px;
  }
}
.form-step__item:nth-of-type(2) .form-step__icon {
  height: 70px;
}
@media screen and (min-width: 751px) {
  .form-step__item:nth-of-type(2) .form-step__icon {
    height: 68px;
  }
}
.form-step__item:nth-of-type(3) .form-step__icon {
  height: 70px;
}

.form-step__number {
  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: 47px;
  aspect-ratio: 47/47;
  background-color: #49c1a2;
  color: #fff;
  border-radius: 50%;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47px;
          flex: 0 0 47px;
}
@media screen and (min-width: 751px) {
  .form-step__number {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.form-step__number::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 3px;
  height: 76px;
  background-color: #49c1a2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form-step__number {
    margin-bottom: 24px;
  }
  .form-step__number::after {
    top: 50%;
    left: 100%;
    width: clamp(11.875rem, 6.4250725689rem + 11.611030479vw, 16.875rem);
    height: 3px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.form-step__item:last-child .form-step__number::after {
  display: none;
}

.form-step__icon {
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
@media screen and (min-width: 751px) {
  .form-step__icon {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.form-step__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.form-step__text {
  margin-top: 10px;
  color: #333;
  text-align: center;
  font-size: clamp(0.625rem, -1.5568181818rem + 10.9090909091vw, 1rem);
  font-weight: 500;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.faq-container {
  color: #333333;
  max-width: 91.4666666667%;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  .faq-container {
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .faq-container {
    max-width: 1180px;
    padding-inline: 40px;
  }
}

.main--about {
  color: #333333;
}

.about-message {
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 1024px) {
  .about-message {
    max-width: 1180px;
    padding-inline: 50px;
  }
}
.about-message {
  margin-top: 55px;
}
@media screen and (min-width: 1024px) {
  .about-message {
    margin-top: 136px;
  }
}

.about-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media screen and (min-width: 1024px) {
  .about-message__inner {
    -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;
    gap: vw-pc(64, 1440);
  }
}

.about-message__content-head {
  border-left: 2px solid #29865c;
  padding-left: 16px;
}
@media screen and (min-width: 1024px) {
  .about-message__content-head {
    padding-left: 24px;
  }
}

.about-message__label {
  color: #29865c;
  font-family: "noto serif jp", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1024px) {
  .about-message__label {
    font-size: 0.875rem;
  }
}

.about-message__title {
  margin-top: 8px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  font-size: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .about-message__title {
    font-size: 2rem;
  }
}

.about-message__lead {
  margin-top: 26px;
  font-size: clamp(1.25rem, 1.0639534884rem + 0.9302325581vw, 1.5rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .about-message__lead {
    margin-top: 32px;
    font-size: 1.5rem;
  }
}

.about-message__text {
  margin-top: 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.about-message__signature {
  margin-top: 32px;
  text-align: right;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.about-message__post {
  font-size: 1rem;
}

.about-message__name {
  font-size: 1.25rem;
}

.about-message__image {
  aspect-ratio: 545/358;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  max-width: 400px;
  width: 100%;
}
.about-message__image img {
  position: relative;
  z-index: 1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-message__image::before {
  content: "Enjoy!";
  position: absolute;
  color: #49c1a2;
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
  -webkit-transform: rotate(-15.395deg);
          transform: rotate(-15.395deg);
  z-index: 2;
  top: -56px;
  left: -28px;
  font-size: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .about-message__image::before {
    top: -92px;
    left: calc(0px - clamp(2.5625rem, -6.9759615385rem + 14.9038461538vw, 6.4375rem));
    font-size: clamp(5.5625rem, -0.7451923077rem + 9.8557692308vw, 8.125rem);
  }
}
.about-message__image::after {
  content: "";
  position: absolute;
  top: -46px;
  left: -115px;
  width: 279px;
  aspect-ratio: 279/279;
  background-color: #DCEAE3;
  z-index: 0;
}
.about-message__image--sp {
  display: block;
  margin-top: 70px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .about-message__image--sp {
    display: none !important;
  }
}
.about-message__image--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .about-message__image--pc {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(26.6875rem, 8.5336538462rem + 28.3653846154vw, 34.0625rem);
            flex: 0 0 clamp(26.6875rem, 8.5336538462rem + 28.3653846154vw, 34.0625rem);
    max-width: clamp(26.6875rem, 8.5336538462rem + 28.3653846154vw, 34.0625rem);
  }
}

.about-stats {
  margin-top: 88px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 1024px) {
  .about-stats {
    max-width: 1180px;
    padding-inline: 50px;
  }
}

.about-stats__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.125rem, 0.8459302326rem + 1.3953488372vw, 1.5rem);
}

.about-stats__list {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  max-width: 340px;
  width: 100%;
  margin-inline: auto;
  gap: calc(40 / 1440 * 100vw);
}
@media screen and (min-width: 1024px) {
  .about-stats__list {
    max-width: none;
    -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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.about-stats__item {
  border-radius: 10px;
  background: #DCEAE3;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  height: auto;
  padding: 12px 16px;
}
@media screen and (min-width: 1024px) {
  .about-stats__item {
    padding: 27px 31px 26px 31px;
  }
}

.about-stats__item-icon {
  width: 60px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1024px) {
  .about-stats__item-icon {
    width: 110px;
  }
}

.about-stats__item-title {
  margin-top: 10px;
  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-image: radial-gradient(circle, #49c1a2 1px, transparent 1px);
  background-size: 8px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .about-stats__item-title {
    padding-bottom: 16px;
  }
}

.about-stats__item-label {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.055em;
}
@media screen and (min-width: 1024px) {
  .about-stats__item-label {
    font-size: 1.375rem;
  }
}

.about-stats__item-number {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .about-stats__item-number {
    font-size: 3rem;
  }
}

.about-stats__item-desc {
  margin-top: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  .about-stats__item-desc {
    font-size: 0.9375rem;
  }
}

.about-slick {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .about-slick {
    margin-top: 88px;
    max-height: 560px;
  }
}
.about-slick li {
  margin-right: 16px;
}
@media screen and (min-width: 1024px) {
  .about-slick li {
    margin-right: 32px;
  }
}
.about-slick img {
  aspect-ratio: 841/560;
  max-height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-info {
  margin-block: 40px 60px;
  margin-inline: auto;
  padding-inline: 24px;
  max-width: 500px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .about-info {
    margin-block: 80px 138px;
    max-width: 870px;
    padding-inline: 40px;
  }
}

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

.about-info__list {
  margin-top: 31px;
}

.about-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  border: 1px solid #dcdcdc;
}
@media screen and (min-width: 1024px) {
  .about-info__item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.about-info__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  padding-block: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  background-color: #ecf2ee;
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .about-info__term {
    font-size: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 208px;
            flex: 0 0 208px;
  }
}

.about-info__description {
  padding-block: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  background-color: #ffffff;
  padding-left: 25px;
}
@media screen and (min-width: 1024px) {
  .about-info__description {
    font-size: 1rem;
  }
}

.about-map {
  margin-top: 40px;
  width: 100%;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 1024px) {
  .about-map {
    aspect-ratio: 791/344;
  }
}
.about-map iframe {
  width: 100%;
  height: 100%;
}

.main--column {
  color: #333333;
}
.main--column .page-fv__title {
  font-size: clamp(1.25rem, 0.6918604651rem + 2.7906976744vw, 2rem);
}
@media screen and (min-width: 751px) {
  .main--column .page-fv__title {
    padding-left: 5.1388888889vw;
    font-size: clamp(1.375rem, -0.3506433824rem + 3.6764705882vw, 2rem);
  }
}
@media screen and (min-width: 1440px) {
  .main--column .page-fv__title {
    padding-left: 0;
    padding-right: 185px;
  }
}

.column-list {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 100%;
  grid-template-columns: 1fr;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 64px;
}
@media screen and (min-width: 751px) {
  .column-list {
    grid-template-columns: repeat(2, minmax(255px, 325px));
  }
}
@media screen and (min-width: 1024px) {
  .column-list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
  }
}
.column-list .column-card__thumb {
  aspect-ratio: 360/220;
}
.column-list .column-card__thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faq-taxonomy__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}

.faq-taxonomy__list {
  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;
  gap: 32px;
}

.faq-taxonomy__list-item[open] .faq-taxonomy__list-item-summary-icon::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq-taxonomy__list-item-summary {
  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;
  border-radius: 10px;
  background: #ffffff;
  position: relative;
}
.faq-taxonomy__list-item-summary::-webkit-details-marker {
  display: none;
}
.faq-taxonomy__list-item-summary {
  padding: 16px 10px;
}
@media screen and (min-width: 1024px) {
  .faq-taxonomy__list-item-summary {
    padding: 16px 24px;
  }
}

.faq-taxonomy__list-item-summary-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "noto serif jp", sans-serif;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.125;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #333333;
  border-radius: 50%;
  width: 36px;
  aspect-ratio: 1/1;
}

.faq-taxonomy__list-item-summary-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  margin-left: 10px;
  padding-right: 25px;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  .faq-taxonomy__list-item-summary-text {
    padding-right: 40px;
    margin-left: 24px;
  }
}

.faq-taxonomy__list-item-summary-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}
@media screen and (min-width: 1024px) {
  .faq-taxonomy__list-item-summary-icon {
    right: 40px;
  }
}
.faq-taxonomy__list-item-summary-icon::before, .faq-taxonomy__list-item-summary-icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 2px;
  background: #333333;
}
.faq-taxonomy__list-item-summary-icon::after {
  -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-taxonomy__list-item-content {
  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;
  border-radius: 10px;
  background: #ffffff;
  padding: 16px 10px;
  position: relative;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .faq-taxonomy__list-item-content {
    padding: 16px 24px;
  }
}

.faq-taxonomy__list-item-content-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "noto serif jp", sans-serif;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.125;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f7ae39;
  border-radius: 50%;
  width: 36px;
  aspect-ratio: 1/1;
}

.faq-taxonomy__list-item-content-text {
  margin-left: 10px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  .faq-taxonomy__list-item-content-text {
    margin-left: 24px;
  }
}

.column-container {
  color: #333333;
  max-width: 91.4666666667%;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  .column-container {
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .column-container {
    max-width: 1180px;
    padding-inline: 40px;
  }
}

.column-article__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
@media screen and (min-width: 751px) {
  .column-article__meta {
    -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;
  }
}

.column-article__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;
  background: #f7ae39;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

.column-article__date-group {
  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;
  color: #777777;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
}

.column-article__date {
  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;
  line-height: 1;
  gap: 6px;
}
.column-article__date::before {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 13/13;
}

.is-published::before {
  background: url(../assets/svg/icon-published.svg) no-repeat center center/contain;
}

.is-updated::before {
  background: url(../assets/svg/icon-updated.svg) no-repeat center center/contain;
}

.column-article__title {
  margin-top: 24px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

.column-article__thumb {
  margin-top: 24px;
}

.column-article__content {
  margin-top: 24px;
}
.column-article__content h2 {
  margin-top: 40px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 12px;
  border-bottom: 2px solid #f7ae39;
}
.column-article__content h3 {
  margin-top: 40px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding-left: 0.8em;
}
.column-article__content h3::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  background-color: #f7ae39;
  width: 4px;
  height: 100%;
}
.column-article__content h4 {
  margin-top: 32px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}
.column-article__content h5 {
  margin-top: 32px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
.column-article__content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 16px;
}
.column-article__content a {
  display: inline;
  color: #034495;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: underline;
}

.column-article__back {
  margin-inline: auto;
  margin-top: clamp(2.5rem, 0.2674418605rem + 11.1627906977vw, 5.5rem);
}
@media screen and (min-width: 751px) {
  .column-article__back {
    margin-top: 88px;
  }
}

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

.p-staff {
  position: relative;
  width: 100%;
  background-image: url("../assets/image/p-staff-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-staff::before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  width: 100%;
  max-width: 1034px;
  height: 100%;
  max-height: 3878px;
  background-color: #ecf2ee;
  border-radius: 20px 0 0 0;
  z-index: 0;
}
.p-staff .p-staff__inner {
  position: relative;
  width: calc(100% - 108px);
  max-width: 1335px;
  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;
  padding: 90px 0 0;
  margin: 0 auto;
}
.p-staff .p-staff__inner .p-staff__item {
  position: relative;
  width: 100%;
  max-width: 997px;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 155px;
}
.p-staff .p-staff__inner .p-staff__item .p-staff__name {
  -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;
  -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: 0 0 16px;
}
.p-staff .p-staff__inner .p-staff__item .p-staff__name .p-staff__name-role {
  font-size: 18px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.p-staff .p-staff__inner .p-staff__item .p-staff__name .p-staff__name-value {
  font-size: 30px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.05em;
  background-color: #C0DFCF;
  padding: 5px 27.5px;
}
.p-staff .p-staff__inner .p-staff__item .p-staff__profile {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  row-gap: 0;
  margin: 0 0 16px;
}
.p-staff .p-staff__inner .p-staff__item .p-staff__profile .p-staff__profile-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.p-staff .p-staff__inner .p-staff__item .p-staff__profile .p-staff__profile-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: translateY(-50%) rotate(-20deg);
          transform: translateY(-50%) rotate(-20deg);
  opacity: 0.6;
}
.p-staff .p-staff__inner .p-staff__item .p-staff__profile .p-staff__profile-item dt {
  font-size: 16px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-staff .p-staff__inner .p-staff__item .p-staff__profile .p-staff__profile-item dd {
  font-size: 16px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-staff .p-staff__inner .p-staff__item .p-staff__message {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
  max-width: 889px;
  font-size: 16px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0 0 24px;
}
.p-staff .p-staff__inner .p-staff__item .p-staff__photo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  max-width: 997px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0 19px 0;
}
.p-staff .p-staff__inner .p-staff__item:nth-of-type(3) {
  margin: 0 0 88px;
}
.p-staff .p-staff__inner .p-staff__item:nth-of-type(3) .p-staff__photo {
  max-width: 1013px;
}
.p-staff .p-staff__inner .p-staff__item .p-column-card__list {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  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;
}
.p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-card__list-title {
  font-size: 16px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: left;
}
.p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 29px;
}
.p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card {
  width: 100%;
  max-width: 430px;
  aspect-ratio: 430/136;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(67, 67, 67, 0.1);
          box-shadow: 0 4px 10px 0 rgba(67, 67, 67, 0.1);
  border-radius: 8px;
}
.p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card a {
  width: 100%;
  height: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card a img {
  width: 100%;
  max-width: 200px;
  height: 100%;
  aspect-ratio: 200/136;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 0 0 8px;
}
.p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card a .p-column-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  padding: 16px;
}
.p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card a .p-column-card__body .p-column-card__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 16px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #000000;
  line-height: normal;
  letter-spacing: 0.04em;
  text-align: left;
}
.p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card a .p-column-card__body .p-column-card__meta {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
}
.p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card a .p-column-card__body .p-column-card__meta .p-meta-tag {
  font-size: 12px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #F7AE39;
  border-radius: 2px;
  padding: 4px 8px;
}
.p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card a .p-column-card__body .p-column-card__meta .p-meta-date {
  font-size: 12px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #777777;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.p-staff .p-staff__inner .p-staff__item:last-of-type {
  max-width: 1013px;
}
.p-staff .p-staff__button {
  position: relative;
  padding: 0 0 104px;
}
.p-staff .p-staff__button a {
  display: block;
  width: 100%;
  max-width: 260px;
  background-color: #ffffff;
  border: 1px solid #29865c;
  font-size: 16px;
  font-weight: 700;
  font-family: "noto sans jp", sans-serif;
  color: #29865c;
  line-height: 1;
  letter-spacing: 0;
  padding: 19px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.p-staff .p-staff__button a:hover {
  background-color: #29865c;
  color: #ffffff;
}

@media screen and (min-width: 1440px) {
  .p-staff .p-staff__inner .p-staff__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-staff .p-staff__inner .p-staff__item .p-staff__name {
    -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;
    -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: 0 0 16px;
  }
  .p-staff .p-staff__inner .p-staff__item .p-staff__name .p-staff__name-role {
    font-size: 18px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .p-staff .p-staff__inner .p-staff__item .p-staff__name .p-staff__name-value {
    font-size: 30px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.05em;
    background-color: #C0DFCF;
    padding: 5px 27.5px;
  }
  .p-staff .p-staff__inner .p-staff__item .p-staff__profile {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    row-gap: 0;
    margin: 0 0 16px;
  }
  .p-staff .p-staff__inner .p-staff__item .p-staff__profile .p-staff__profile-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
  .p-staff .p-staff__inner .p-staff__item .p-staff__profile .p-staff__profile-item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background-color: #000000;
    -webkit-transform: translateY(-50%) rotate(-20deg);
            transform: translateY(-50%) rotate(-20deg);
    opacity: 0.6;
  }
  .p-staff .p-staff__inner .p-staff__item .p-staff__profile .p-staff__profile-item dt {
    font-size: 16px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .p-staff .p-staff__inner .p-staff__item .p-staff__profile .p-staff__profile-item dd {
    font-size: 16px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .p-staff .p-staff__inner .p-staff__item .p-staff__message {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    max-width: 889px;
    font-size: 16px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin: 0 0 24px;
  }
  .p-staff .p-staff__inner .p-staff__item .p-staff__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 997px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 0 19px 0;
  }
  .p-staff .p-staff__inner .p-staff__item:nth-of-type(3) {
    margin: 0 0 88px;
  }
  .p-staff .p-staff__inner .p-staff__item:nth-of-type(3) .p-staff__photo {
    max-width: 1013px;
  }
  .p-staff .p-staff__inner .p-staff__item .p-column-card__list {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    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;
  }
  .p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-card__list-title {
    font-size: 16px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 29px;
  }
  .p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card {
    width: 100%;
    max-width: 430px;
    aspect-ratio: 430/136;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(67, 67, 67, 0.1);
            box-shadow: 0 4px 10px 0 rgba(67, 67, 67, 0.1);
    border-radius: 8px;
  }
  .p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card a {
    width: 100%;
    height: 100%;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card a img {
    width: 100%;
    max-width: 200px;
    height: 100%;
    aspect-ratio: 200/136;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px 0 0 8px;
  }
  .p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card a .p-column-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    padding: 16px;
  }
  .p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card a .p-column-card__body .p-column-card__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 16px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #000000;
    line-height: normal;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card a .p-column-card__body .p-column-card__meta {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 10px;
  }
  .p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card a .p-column-card__body .p-column-card__meta .p-meta-tag {
    font-size: 12px;
    font-weight: 500;
    font-family: "noto sans jp", sans-serif;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.04em;
    background-color: #F7AE39;
    border-radius: 2px;
    padding: 4px 8px;
  }
  .p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card a .p-column-card__body .p-column-card__meta .p-meta-date {
    font-size: 12px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #777777;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
  .p-staff .p-staff__button {
    position: relative;
    padding: 0 0 104px;
  }
  .p-staff .p-staff__button a {
    display: block;
    width: 100%;
    max-width: 260px;
    background-color: #ffffff;
    border: 1px solid #29865c;
    font-size: 16px;
    font-weight: 700;
    font-family: "noto sans jp", sans-serif;
    color: #29865c;
    line-height: 1;
    letter-spacing: 0;
    padding: 19px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 auto;
  }
  .p-staff .p-staff__button a:hover {
    background-color: #29865c;
    color: #ffffff;
  }
}
@media screen and (max-width: 1200px) {
  .p-staff::before {
    width: 80%;
  }
  .p-staff .p-staff__inner .p-staff__item {
    width: calc(100% - 100px);
  }
  .p-staff .p-staff__inner .p-staff__item .p-staff__message {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1023px) {
  .p-staff .p-staff__inner {
    width: calc(100% - 30px);
  }
  .p-staff .p-staff__inner .p-staff__item {
    width: calc(100% - 50px);
    margin: 0 0 100px;
  }
  .p-staff .p-staff__inner .p-staff__item .p-staff__name .p-staff__name-value {
    font-size: 24px;
  }
  .p-staff .p-staff__inner .p-staff__item .p-staff__message,
  .p-staff .p-staff__inner .p-staff__item .p-staff__profile {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 700px) {
  .p-staff .p-staff__inner .p-staff__item .p-staff__message,
  .p-staff .p-staff__inner .p-staff__item .p-staff__profile {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .p-staff .p-staff__inner {
    width: 100%;
  }
  .p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .p-staff .p-staff__inner {
    width: 100%;
  }
  .p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card {
    aspect-ratio: unset;
  }
  .p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card a {
    width: 100%;
    height: 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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card a img {
    width: 100%;
    max-width: 100%;
    height: 150px;
    aspect-ratio: unset;
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (max-width: 400px) {
  .p-staff .p-staff__inner .p-staff__item .p-staff__profile .p-staff__profile-item dd {
    font-size: 14px;
  }
  .p-staff .p-staff__inner .p-staff__item .p-staff__name .p-staff__name-value {
    font-size: 20px;
    padding: 3px 16px;
  }
  .p-staff .p-staff__inner .p-staff__item .p-column-card__list .p-column-cards .p-column-card a .p-column-card__body .p-column-card__title {
    font-size: 14px;
  }
}
.home-container {
  color: #333333;
  max-width: 91.4666666667%;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  .home-container {
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .home-container {
    max-width: 1180px;
    padding-inline: 40px;
  }
}

.interview-swiper-container {
  background: #E3DAD0;
  padding-block: 20px;
}
@media screen and (min-width: 1024px) {
  .interview-swiper-container {
    padding-block: 40px;
  }
}

.interview-swiper {
  position: relative;
}

.interview-swiper__button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  width: 100%;
  max-width: 74.6666666667vw;
}
@media screen and (min-width: 751px) {
  .interview-swiper__button-wrapper {
    max-width: min(933px, 933 / 1440 * 100vw);
  }
}
@media screen and (min-width: 1440px) {
  .interview-swiper__button-wrapper {
    max-width: 806px;
  }
}

.interview-swiper__button-prev,
.interview-swiper__button-next {
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border: 1px solid #29865c;
  border-radius: 50%;
  color: #29865c;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 25px;
}
@media screen and (min-width: 1024px) {
  .interview-swiper__button-prev,
  .interview-swiper__button-next {
    width: 40px;
  }
}

.interview-swiper__button-prev::before {
  content: "";
  -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: #29865c;
  width: 5px;
  aspect-ratio: 5/9;
}

.interview-swiper__button-next::before {
  content: "";
  -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: #29865c;
  width: 5px;
  aspect-ratio: 5/9;
}

@media screen and (min-width: 1440px) {
  .interview-swiper .swiper-slide--interview {
    width: 755.563px;
    height: 100%;
  }
}

.interview-swiper__item {
  position: relative;
  height: 100%;
}

.interview-swiper__content {
  position: absolute;
  left: 0;
  bottom: 10.3646833013%;
  padding-left: 1em;
  max-width: min(710px, 93.9696623577%);
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 54px;
}
@media screen and (min-width: 1024px) {
  .interview-swiper__content {
    height: 92.472px;
  }
}

.interview-swiper__title {
  font-weight: 700;
  line-height: 1.4;
  font-size: 0.8125rem;
}
@media screen and (min-width: 1024px) {
  .interview-swiper__title {
    font-size: 1.5rem;
  }
}

.interview-swiper__thumb {
  width: 100%;
  aspect-ratio: 755.563/521;
  overflow: hidden;
}
.interview-swiper__thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main--interview {
  color: #333333;
}
.main--interview .page-fv__title {
  font-size: clamp(1.25rem, 0.6918604651rem + 2.7906976744vw, 2rem);
}
@media screen and (min-width: 751px) {
  .main--interview .page-fv__title {
    padding-left: 5.1388888889vw;
    font-size: clamp(1.375rem, -0.3506433824rem + 3.6764705882vw, 2rem);
  }
}
@media screen and (min-width: 1440px) {
  .main--interview .page-fv__title {
    padding-left: 0;
    padding-right: 185px;
  }
}

.interview-container {
  color: #333333;
  max-width: 91.4666666667%;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  .interview-container {
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .interview-container {
    max-width: 1180px;
    padding-inline: 40px;
  }
}

.interview-article {
  color: #333333;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 751px) {
  .interview-article {
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .interview-article {
    max-width: 1188px;
    padding-inline: 50px;
  }
}
.interview-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: clamp(2.75rem, 0.7034883721rem + 10.2325581395vw, 5.5rem);
}
@media screen and (min-width: 1024px) {
  .interview-article {
    -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: calc(55 / 1440 * 100vw);
  }
}

.interview-article__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.interview-article__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

.interview-article__date-group {
  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;
}

.interview-article__date {
  color: #777777;
  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;
  line-height: 1;
  gap: 6px;
}
.interview-article__date::before {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 13/13;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.is-published::before {
  background: url(../assets/svg/icon-published.svg) no-repeat center center/contain;
}

.is-updated::before {
  background: url(../assets/svg/icon-updated.svg) no-repeat center center/contain;
}

.interview-article__thumb {
  margin-top: 24px;
  width: 100%;
  aspect-ratio: 752/411;
  overflow: hidden;
}
.interview-article__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview-article__content {
  margin-top: 24px;
}
.interview-article__content h2 {
  margin-top: 40px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding-left: 0.8em;
}
.interview-article__content h2::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  background-color: #29865c;
  width: 4px;
  height: 100%;
}
.interview-article__content h3 {
  margin-top: 40px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding-left: 0.8em;
}
.interview-article__content h3::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  background-color: #f7ae39;
  width: 4px;
  height: 100%;
}
.interview-article__content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 16px;
}
.interview-article__content a {
  display: inline;
  color: #034495;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: underline;
}

.interview-manager-box {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: clamp(0.625rem, -0.2587209302rem + 4.4186046512vw, 1.8125rem);
}

.interview-manager-box__image {
  width: clamp(4.875rem, 3.3401162791rem + 7.6744186047vw, 6.9375rem);
  aspect-ratio: 111/111;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(4.875rem, 3.3401162791rem + 7.6744186047vw, 6.9375rem);
          flex: 0 0 clamp(4.875rem, 3.3401162791rem + 7.6744186047vw, 6.9375rem);
}
.interview-manager-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview-manager-box__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  border-radius: 5px;
  background: #f0f7f0;
  padding: clamp(0.5rem, 0.1279069767rem + 1.8604651163vw, 1rem) clamp(0.75rem, 0.1918604651rem + 2.7906976744vw, 1.5rem);
}

.interview-manager-box__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

.interview-manager-box__text {
  margin-top: 7px;
}

.interview-article__sidebar {
  width: 100%;
  margin-top: clamp(2.5rem, 0.6395348837rem + 9.3023255814vw, 5rem);
}
@media screen and (min-width: 1024px) {
  .interview-article__sidebar {
    margin-top: clamp(3.25rem, -4.75rem + 12.5vw, 6.5rem);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
            flex: 0 0 290px;
  }
}

.interview-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
}

.interview-info__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}

.interview-info__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
  color: #333333;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

.interview-info__value {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}

.interview-info__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
}

.interview-info__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}

.interview-article__back {
  margin-inline: auto;
  margin-block: clamp(3.5rem, 0.8953488372rem + 13.023255814vw, 7rem) clamp(2.5rem, 0.6395348837rem + 9.3023255814vw, 5rem);
}
@media screen and (min-width: 1024px) {
  .interview-article__back {
    margin-block: clamp(3.75rem, -4.25rem + 12.5vw, 7rem) clamp(3.75rem, 0.6730769231rem + 4.8076923077vw, 5rem);
  }
}

.main--privacypolicy {
  color: #333333;
}
.main--privacypolicy .page-fv__title {
  font-size: clamp(1.25rem, 0.6918604651rem + 2.7906976744vw, 2rem);
}
@media screen and (min-width: 751px) {
  .main--privacypolicy .page-fv__title {
    font-size: clamp(1.375rem, -0.3506433824rem + 3.6764705882vw, 2rem);
  }
}

.privacy-policy {
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 1024px) {
  .privacy-policy {
    max-width: 1180px;
    padding-inline: 50px;
  }
}
.privacy-policy {
  margin-block: 40px 72px;
}
@media screen and (min-width: 1024px) {
  .privacy-policy {
    margin-block: 72px 128px;
  }
}

.privacy-policy__inner {
  max-width: 980px;
  margin-inline: auto;
  padding: 28px 20px 36px;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  background: #ffffff;
}
@media screen and (min-width: 1024px) {
  .privacy-policy__inner {
    padding: 48px 56px 56px;
  }
}

.privacy-policy__title {
  margin-top: 56px;
  padding-left: 14px;
  border-left: 4px solid #29865c;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .privacy-policy__title {
    margin-top: 72px;
    padding-left: 18px;
    font-size: 2rem;
  }
}

.privacy-policy__title:first-of-type {
  margin-top: 0;
}

.privacy-policy__list {
  margin-top: 24px;
  margin-left: 0;
  display: grid;
  gap: 18px;
  list-style: none;
  counter-reset: privacy-policy-counter;
}

.privacy-policy__item {
  position: relative;
  counter-increment: privacy-policy-counter;
  padding-left: 2.6em;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.03em;
}
.privacy-policy__item::before {
  content: counter(privacy-policy-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #29865c;
  font-family: "Oswald", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3;
}
.privacy-policy__item p + p {
  margin-top: 14px;
}
@media screen and (min-width: 1024px) {
  .privacy-policy__item {
    font-size: 1rem;
  }
}

.privacy-policy__sublist {
  margin-top: 14px;
  margin-left: 0;
  padding: 14px 16px;
  display: grid;
  gap: 8px;
  list-style: none;
  border-radius: 8px;
  background: #f9f8f7;
  border: 1px solid #dcdcdc;
}
@media screen and (min-width: 1024px) {
  .privacy-policy__sublist {
    padding: 16px 20px;
  }
}
.privacy-policy__sublist li {
  line-height: 1.8;
}

.privacy-policy__note {
  margin-top: 14px;
  padding: 10px 12px;
  font-size: 0.875rem;
  line-height: 1.8;
  border-left: 3px solid #29865c;
  background: #ecf2ee;
}
@media screen and (min-width: 1024px) {
  .privacy-policy__note {
    padding: 12px 14px;
  }
}

.privacy-policy__text {
  margin-top: 20px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .privacy-policy__text {
    font-size: 1rem;
  }
}

.privacy-policy__contact {
  margin-top: 26px;
  padding: 18px;
  border: 1px solid #29865c;
  border-radius: 10px;
  background: #ecf2ee;
  font-size: 0.9375rem;
  line-height: 1.85;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .privacy-policy__contact {
    padding: 24px;
    font-size: 1rem;
  }
}
.privacy-policy__contact p + p {
  margin-top: 6px;
}
.privacy-policy__contact p:first-child {
  font-weight: 700;
}

.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);
  }
}

.fz-24 {
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .fz-24 {
    font-size: 1.5rem;
  }
}

.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;
}