@charset "UTF-8";
:root {
  --fontFamilyBase: "Noto Sans JP", sans-serif;
  --fontFamilyAccent: "Noto Serif", serif;
  --fontFamilyEn: "bebas-neue-pro", sans-serif;
  --fontFamilyEnWide: "bebas-neue-pro-semiexpanded", sans-serif;
  --fontWeightMedium: 500;
  --fontWeightSemiBold: 600;
  --fontWeightBold: 700;
  --lineHightBase: 1.7;
  --lineHightNormal: 100%;
  --letterSpacingBase: 1.6px;
  --textPrimary: #333333;
  --textSecondary: #FFFFFF;
  --bgPrimary: #F0F0F0;
  --ButtonPrimary: #f6a437;
  --AccentBlueChill: #13A4A0;
  --AccentSwansDown: #DAEEEE;
  --AccentSeaBuckthorn: #f6a437;
  --AccentRed: #F10000;
  --AccentWhite: #FFFFFF;
  --AccentSilver: #C6C6C6;
  --AccentMineShaft: #333333;
  --AccentCatskillWhite: #F4FAF9;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-size: 1rem;
  font-weight: var(--fontWeightMedium);
  font-family: var(--fontFamilyBase);
  color: var(--textPrimary);
  background: var(--bgPrimary);
  line-height: var(--lineHightBase);
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

li,
ol,
summary {
  list-style: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

button {
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: none;
  border-radius: 0;
}

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

.inner__primary {
  max-width: 1106px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

.section-title {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  font-weight: var(--fontWeightBold);
}
.section-title.is-border {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 5px solid var(--AccentBlueChill);
}
@media screen and (max-width: 767px) {
  .section-title.is-border {
    padding-bottom: 16px;
  }
}
.section-title.is-border::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--AccentBlueChill);
}
.section-title .is-ja {
  font-size: clamp(1.5rem, 1.3607142857rem + 0.5714285714vw, 1.875rem);
  line-height: var(--lineHightNormal);
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .section-title .is-ja {
    letter-spacing: 0.05em;
  }
}
.section-title .is-en {
  position: relative;
  padding-left: 18px;
  font-size: clamp(1.125rem, 1.0785714286rem + 0.1904761905vw, 1.25rem);
  font-family: var(--fontFamilyEn);
  color: var(--AccentBlueChill);
  letter-spacing: 1px;
  line-height: var(--lineHightNormal);
}
.section-title .is-en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid var(--AccentSeaBuckthorn);
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .section-title .is-en::before {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid var(--AccentSeaBuckthorn);
  }
}
@media screen and (max-width: 767px) {
  .section-title .is-en {
    padding-left: 16px;
  }
}
.section-title.is-center {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-title.is-center {
    align-items: baseline;
  }
}
.section-title.is-center .is-en {
  display: inline-flex;
}
.section-title.is-change-color {
  color: var(--textSecondary);
}
.section-title.is-change-color .is-en {
  color: var(--textSecondary);
}

.section-title__heading3 {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.section-title__heading3 .is-title {
  position: relative;
  padding-left: 20px;
  font-size: clamp(1.25rem, 1.1339285714rem + 0.4761904762vw, 1.5625rem);
  font-weight: var(--fontWeightBold);
  letter-spacing: 0.05em;
  line-height: var(--lineHightNormal);
}
@media screen and (max-width: 767px) {
  .section-title__heading3 .is-title {
    padding-left: 16px;
  }
}
.section-title__heading3 .is-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: var(--AccentBlueChill);
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .section-title__heading3 .is-title::before {
    width: 10px;
    height: 10px;
  }
}
.section-title__heading3 .is-text {
  line-height: var(--lineHightNormal);
  letter-spacing: 0.05em;
}

.c-button__primary {
  position: relative;
  text-align: center;
  padding-block: 14px;
  width: 100%;
  background: var(--ButtonPrimary);
  border-radius: 6px;
  font-weight: var(--fontWeightBold);
  color: var(--textSecondary);
  letter-spacing: var(--letterSpacingBase);
  line-height: var(--lineHightBase);
  transition: all 0.3s ease;
}
@media (any-hover: hover), (hover: hover) and (pointer: fine) {
  .c-button__primary:hover, .c-button__primary:focus {
    opacity: 0.8;
  }
}
.c-button__primary span {
  position: relative;
  left: 12px;
}
.c-button__primary.is-mail span::before, .c-button__primary.is-tel span::before {
  content: "";
  position: absolute;
  top: 56%;
  left: -26px;
  transform: translateY(-50%);
  width: 20px;
  height: 100%;
  background: url(../../public/image/_common/icon/mail.svg) no-repeat center center/contain;
}
.c-button__primary.is-mail span::before {
  background: url(../../public/image/_common/icon/mail.svg) no-repeat center center/contain;
}
.c-button__primary.is-tel span::before {
  background: url(../../public/image/_common/icon/tel.svg) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .scroll-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.scroll-text {
  display: none;
}
@media screen and (max-width: 767px) {
  .scroll-text {
    display: block;
    padding-right: 8px;
    text-align: right;
    font-size: 0.875rem;
  }
  .scroll-text::after {
    content: "→";
    display: inline-block;
    margin-left: 6px;
    animation: point-right 0.8s infinite alternate ease-in-out;
  }
}
@keyframes point-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(4px);
  }
}

.header {
  position: fixed;
  width: 100%;
  height: 90px;
  background: transparent;
  z-index: 9999;
  background: var(--bgPrimary);
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header .header__inner {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 25px;
  padding-left: clamp(0.75rem, -1.9642857143rem + 5.6547619048vw, 3.125rem);
  padding-right: clamp(0.75rem, -0.1785714286rem + 1.9345238095vw, 1.5625rem);
}
@media (max-width: 1259px) {
  .header .header__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
}
@media screen and (max-width: 992px) {
  .header .header__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.header .header__title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-weight: var(--fontWeightBold);
}
@media screen and (max-width: 767px) {
  .header .header__title {
    flex-direction: column;
    gap: 0;
  }
}
.header .header__title .is-en {
  font-size: clamp(2.25rem, 1.9920634921rem + 1.0582010582vw, 2.5rem);
  font-family: var(--fontFamilyEn);
  font-style: italic;
  letter-spacing: 2px;
  line-height: var(--lineHightNormal);
}
.header .header__title .is-ja {
  font-size: 0.625rem;
  line-height: var(--lineHightNormal);
}
@media screen and (max-width: 992px) {
  .header .header__nav {
    display: none;
  }
}
.header .header__nav--items {
  display: flex;
  align-items: center;
  font-weight: var(--fontWeightBold);
}
.header .header__nav--item a {
  padding-inline: clamp(0.75rem, -0.1785714286rem + 1.9345238095vw, 1.5625rem);
  font-size: clamp(0.875rem, 0.7321428571rem + 0.2976190476vw, 1rem);
  letter-spacing: var(--letterSpacingBase);
}
.header .header__nav--item.is-current a {
  position: relative;
}
.header .header__nav--item.is-current a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid var(--AccentSeaBuckthorn);
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .header .header__nav--item.is-current a::before {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid var(--AccentSeaBuckthorn);
  }
}
.header .header__hamburger {
  width: 48px;
  height: 48px;
  background: transparent;
  display: none;
}
.header .header__hamburger.is-active .header__hamburger--bars span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .header__hamburger.is-active .header__hamburger--bars span:nth-of-type(2) {
  opacity: 0;
}
.header .header__hamburger.is-active .header__hamburger--bars span:nth-of-type(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 992px) {
  .header .header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.header .header__hamburger--bars {
  position: relative;
  width: 26px;
  height: 19px;
  display: inline-block;
}
.header .header__hamburger--bars span {
  position: absolute;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--AccentMineShaft);
}
.header .header__hamburger--bars span:nth-of-type(1) {
  top: 0;
}
.header .header__hamburger--bars span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.header .header__hamburger--bars span:nth-of-type(3) {
  bottom: 0;
}

.header__hamburger-menu--bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 800;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header__hamburger-menu--bg.is-active {
  opacity: 1;
  visibility: visible;
}

.header__hamburger-menu {
  position: fixed;
  top: 60px;
  right: 0;
  width: 70%;
  height: 100dvh;
  padding: 40px 12px;
  display: flex;
  flex-direction: column;
  background: var(--bgPrimary);
  z-index: 999;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
}
.header__hamburger-menu.is-active {
  transform: translateX(0);
}
.header__hamburger-menu .header__hamburger-menu--nav--item a {
  width: 100%;
  padding: 20px 20px 20px 12px;
  border-top: 1px solid var(--AccentMineShaft);
}
.header__hamburger-menu .header__hamburger-menu--nav--item.is-current a {
  position: relative;
}
.header__hamburger-menu .header__hamburger-menu--nav--item.is-current a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid var(--AccentSeaBuckthorn);
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .header__hamburger-menu .header__hamburger-menu--nav--item.is-current a::before {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid var(--AccentSeaBuckthorn);
  }
}
.header__hamburger-menu .header__hamburger-menu--nav--item:nth-last-child(1) a {
  border-bottom: 1px solid var(--AccentMineShaft);
}

.fv {
  position: relative;
  height: 770px;
  background: url(../../public/image/index/fv/fv.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .fv {
    height: 540px;
    height: clamp(33.75rem, 18.8793103448rem + 61.0079575597vw, 48.125rem);
    background: url(../../public/image/index/fv/fv.webp) no-repeat center left 78%/cover;
  }
}
.fv .fv__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 150px;
  left: clamp(1.25rem, -8.0357142857rem + 19.3452380952vw, 9.375rem);
  font-size: clamp(2.5rem, -0.0862068966rem + 10.6100795756vw, 5rem);
  font-family: var(--fontFamilyAccent);
  font-weight: var(--fontWeightBold);
  font-style: italic;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .fv .fv__title {
    top: 68%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    text-align: center;
    line-height: 1.3;
  }
}
.fv .fv__title span {
  text-shadow: 0px 0px 2px rgb(255, 255, 255), 0px 0px 2px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 5px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 20px rgb(255, 255, 255);
}
.fv .fv__title strong {
  font-size: 7.5rem;
  font-size: clamp(4.375rem, 1.1422413793rem + 13.2625994695vw, 7.5rem);
  padding-right: 0.15em;
  background: linear-gradient(90deg, #e5c200 0%, #ffd75b 20%, #fff5a0 40%, #ffffdb 60%, #fff5a0 80%, #fdd456 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(3px 5px 4px rgba(60, 40, 10, 0.4));
}
.fv .fv__contact {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--AccentBlueChill);
  max-width: 1066px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 56px;
  gap: clamp(2.625rem, 0.6875rem + 3.125vw, 3.5rem);
  padding: 25px 50px;
  padding: 25px clamp(1.25rem, -2.9017857143rem + 6.6964285714vw, 3.125rem);
  border-radius: 6px;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .fv .fv__contact {
    flex-direction: column;
    gap: 20px;
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv__contact {
    bottom: -146px;
    padding: 22px 12px;
    max-width: 360px;
  }
}
.fv .fv__contact--title {
  position: relative;
  font-size: 1.25rem;
  font-weight: var(--fontWeightBold);
  color: var(--textSecondary);
  letter-spacing: 2px;
}
.fv .fv__contact--title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 14px solid var(--AccentWhite);
  border-right: 0;
}
@media screen and (max-width: 992px) {
  .fv .fv__contact--title::after {
    display: none;
  }
}
.fv .fv__contact--button-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .fv .fv__contact--button-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.fv .fv__contact--border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 70px;
  background: var(--AccentWhite);
}
@media screen and (max-width: 992px) {
  .fv .fv__contact--border {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv__contact--border {
    display: none;
  }
}
.fv .fv__contact--button {
  width: 300px;
  max-width: 100%;
}

.about {
  position: relative;
  padding-block: 200px;
  background: url(../../public/image/index/about/about_bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .about {
    padding-block: 180px 48px;
    background: url(../../public/image/index/about/about_bg.webp) no-repeat center left 34%/cover;
  }
}
.about .about__inner {
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
.about .about__box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about .about__box {
    flex-direction: column-reverse;
    gap: 12px;
  }
}
.about .about__box--body {
  max-width: 45.652173913%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 46px;
}
@media screen and (max-width: 767px) {
  .about .about__box--body {
    max-width: 100%;
    gap: 18px;
  }
}
.about .about__box--body--text p {
  line-height: 1.875;
}
.about .about__box--image {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about .about__box--image {
    max-width: 100%;
  }
}

.strength {
  padding-top: 62px;
}
@media screen and (max-width: 767px) {
  .strength {
    padding-top: 24px;
  }
}
.strength .strength__cards {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(1.25rem, 0.5357142857rem + 1.4880952381vw, 1.875rem) clamp(0.75rem, 0.1785714286rem + 1.1904761905vw, 1.25rem);
}
@media screen and (max-width: 767px) {
  .strength .strength__cards {
    margin-top: 32px;
    grid-template-columns: 100%;
  }
}
.strength .strength__card {
  position: relative;
  padding: 50px 20px 30px;
  grid-column: span 2;
  display: flex;
  flex-direction: column-reverse;
  background: var(--AccentWhite);
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .strength .strength__card {
    grid-column: auto;
  }
}
.strength .strength__card.is-fourth {
  grid-column: 2/4;
}
@media screen and (max-width: 767px) {
  .strength .strength__card.is-fourth {
    grid-column: auto;
  }
}
.strength .strength__card.is-fifth {
  grid-column: 4/6;
}
@media screen and (max-width: 767px) {
  .strength .strength__card.is-fifth {
    grid-column: auto;
  }
}
.strength .strength__card--number {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 1.25rem;
  font-family: var(--fontFamilyEnWide);
  font-weight: var(--fontWeightBold);
  color: var(--AccentBlueChill);
  line-height: var(--lineHightNormal);
  letter-spacing: 1px;
}
.strength .strength__card--body {
  position: relative;
  flex-grow: 1;
  padding-top: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strength .strength__card--body--title {
  text-align: center;
  font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
  font-weight: var(--fontWeightBold);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.strength .strength__card--body--icon {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
}
.area {
  padding-top: 187px;
}
@media screen and (max-width: 767px) {
  .area {
    padding-top: 68px;
  }
}
.area .area__content {
  margin-top: 40px;
  padding: 40px 20px;
  background: var(--AccentCatskillWhite);
  border-radius: 12px;
  border: 1px solid var(--AccentSwansDown);
}
@media screen and (max-width: 767px) {
  .area .area__content {
    margin-top: 32px;
    padding: 20px 12px;
  }
}
.area .area__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .area .area__top {
    gap: 4px;
  }
}
.area .area__illustration {
  margin-top: 35px;
  width: 140px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .area .area__illustration {
    margin-top: 0;
    width: 110px;
  }
}
.area .area__copy {
  text-align: center;
  font-size: clamp(1.75rem, 1.4714285714rem + 1.1428571429vw, 2.5rem);
  font-weight: var(--fontWeightBold);
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.area .area__copy p strong {
  display: inline-block;
  color: #3ba39a;
}
.area .area__list {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  padding: 25px 20px;
  background: var(--AccentWhite);
  border-radius: 8px;
  text-align: center;
  border: 1px solid var(--AccentSwansDown);
}
@media screen and (max-width: 767px) {
  .area .area__list {
    margin-top: 20px;
  }
}
.area .area__list--top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: clamp(1.125rem, 1.0321428571rem + 0.380952381vw, 1.375rem);
  font-weight: 700;
  line-height: 1.8;
}
.area .area__list--top .is-border {
  color: var(--AccentSilver);
}
.area .area__list--bottom {
  margin-top: 12px;
  font-size: clamp(0.875rem, 0.7821428571rem + 0.380952381vw, 1.125rem);
}

.service {
  padding-top: 187px;
}
@media screen and (max-width: 767px) {
  .service {
    padding-top: 68px;
  }
}
.service .service__content {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .service .service__content {
    margin-top: 42px;
  }
}
.service .service__cleaning--table--wrapper {
  margin-top: 28px;
}
.service .service__cleaning--table table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid var(--AccentSilver);
}
@media screen and (max-width: 767px) {
  .service .service__cleaning--table table {
    /* 必要に応じてこの数値を調整してください（500px〜700px程度が目安です） */
  }
}
.service .service__cleaning--table table thead tr th {
  padding-block: 24px;
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 2px;
  color: var(--AccentWhite);
  background: var(--AccentBlueChill);
  line-height: var(--lineHightNormal);
  border: 2px solid var(--AccentSilver);
}
@media screen and (max-width: 767px) {
  .service .service__cleaning--table table thead tr th {
    font-size: 1rem;
  }
}
.service .service__cleaning--table table tbody tr {
  background: var(--AccentWhite);
}
.service .service__cleaning--table table tbody tr:nth-child(even) {
  background: var(--AccentSwansDown);
}
.service .service__cleaning--table table tbody tr td {
  padding-block: 16px;
  font-size: 1.125rem;
  border: 2px solid var(--AccentSilver);
}
@media screen and (max-width: 767px) {
  .service .service__cleaning--table table tbody tr td {
    font-size: 1rem;
  }
}
.service .service__cleaning--table table tbody tr td:first-child {
  text-align: center;
  font-weight: bold;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .service .service__cleaning--table table tbody tr td:first-child {
    width: 120px;
    vertical-align: middle;
  }
}
.service .service__cleaning--table table tbody tr td:last-child {
  padding-inline: 20px;
  text-align: left;
  font-size: 1rem;
}
.service .service__other {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .service .service__other {
    margin-top: 28px;
  }
}
.service .service__other--boxes {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .service .service__other--boxes {
    margin-top: 16px;
    grid-template-columns: 100%;
  }
}
.service .service__other--box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .service .service__other--box {
    gap: 12px;
  }
}
.service .service__other--box--body {
  max-width: 53.5864978903%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .service .service__other--box--body {
    max-width: 65.3333333333%;
  }
}
.service .service__other--box--body--title {
  font-size: 1.25rem;
  font-size: clamp(1.125rem, 1.0785714286rem + 0.1904761905vw, 1.25rem);
  font-weight: var(--fontWeightBold);
  letter-spacing: 2px;
}
.service .service__other--box--body--text {
  font-size: clamp(0.875rem, 0.8285714286rem + 0.1904761905vw, 1rem);
}
.service .service__other--box--body--text p {
  line-height: 1.4375;
  letter-spacing: 0.05em;
}
.service .service__other--box--body--text .service__other--box--body--text--supplement {
  margin-top: 4px;
  color: var(--AccentRed);
  font-size: clamp(0.75rem, 0.6571428571rem + 0.380952381vw, 1rem);
}
.service .service__other--box--image {
  max-width: 42.194092827%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service .service__other--box--image {
    max-width: 34.6666666667%;
  }
}

.price {
  padding-top: 174px;
}
@media screen and (max-width: 767px) {
  .price {
    padding-top: 68px;
  }
}
.price .price__content {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .price .price__content {
    margin-top: 42px;
    gap: 30px;
  }
}
.price .price__basic .price__basic--table--wrapper {
  margin-top: 28px;
}
.price .price__basic .price__basic--table table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid var(--AccentSilver);
}
@media screen and (max-width: 767px) {
  .price .price__basic .price__basic--table table {
    table-layout: fixed;
    min-width: 600px;
  }
}
.price .price__basic .price__basic--table table thead tr th {
  padding-block: 24px;
  text-align: center;
  font-size: 1.25rem;
  font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
  letter-spacing: 2px;
  color: var(--AccentWhite);
  background: var(--AccentBlueChill);
  line-height: var(--lineHightNormal);
  border: 2px solid var(--AccentSilver);
}
.price .price__basic .price__basic--table table tbody tr {
  background: var(--AccentWhite);
}
.price .price__basic .price__basic--table table tbody tr:nth-child(even) {
  background: var(--AccentSwansDown);
}
.price .price__basic .price__basic--table table tbody tr td {
  text-align: center;
  padding-block: 16px;
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  font-weight: var(--fontWeightMedium);
  border: 2px solid var(--AccentSilver);
}
.price .price__basic .price__basic--table table tbody tr td:first-child {
  text-align: center;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .price .price__basic .price__basic--table table tbody tr td:first-child {
    width: auto;
  }
}
.price .price__basic .price__basic--table table tbody tr td:nth-child(2) {
  font-size: 1rem;
}
.price .price__basic .price__basic--table table tbody tr td:last-child {
  padding-left: 20px;
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  font-weight: var(--fontWeightBold);
}
.price .price__charge .price__charge--table {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .price .price__charge .price__charge--table {
    margin-top: 16px;
    grid-template-columns: 100%;
    gap: 16px;
  }
}
.price .price__charge .price__charge--table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 2px solid var(--AccentSilver);
}
.price .price__charge .price__charge--table table thead tr th {
  padding-block: 24px;
  text-align: center;
  font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
  letter-spacing: 2px;
  color: var(--AccentWhite);
  background: var(--AccentBlueChill);
  line-height: var(--lineHightNormal);
  border: 2px solid var(--AccentSilver);
}
.price .price__charge .price__charge--table table tbody tr {
  background: var(--AccentWhite);
}
.price .price__charge .price__charge--table table tbody tr:nth-child(even) {
  background: var(--AccentSwansDown);
}
.price .price__charge .price__charge--table table tbody tr td {
  text-align: center;
  padding-block: 16px;
  font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  font-weight: var(--fontWeightMedium);
  border: 2px solid var(--AccentSilver);
}
.price .price__charge .price__charge--table table tbody tr td:first-child {
  text-align: center;
  width: 350px;
}
.price .price__charge .price__charge--table table tbody tr td:last-child {
  padding-left: clamp(0rem, -1.4285714286rem + 2.9761904762vw, 1.25rem);
  font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  font-weight: var(--fontWeightBold);
}
.price .price__continuation .price__continuation--table table tbody tr td {
  line-height: 1.5 !important;
}
.price .price__table--common {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .price .price__table--common {
    margin-top: 16px;
  }
}
.price .price__table--common table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 2px solid var(--AccentSilver);
}
.price .price__table--common table tbody tr {
  background: var(--AccentWhite);
}
.price .price__table--common table tbody tr:nth-child(even) {
  background: var(--AccentSwansDown);
}
.price .price__table--common table tbody tr td {
  vertical-align: middle;
  text-align: center;
  padding-block: 16px;
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  font-weight: var(--fontWeightMedium);
  border: 2px solid var(--AccentSilver);
}
.price .price__table--common table tbody tr td:first-child {
  text-align: center;
}
.price .price__table--common table tbody tr td:last-child {
  padding-left: 20px;
  padding-left: clamp(0rem, -1.4285714286rem + 2.9761904762vw, 1.25rem);
  font-size: clamp(1rem, 0.7142857143rem + 0.5952380952vw, 1.25rem);
  font-weight: var(--fontWeightBold);
}

.flow {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .flow {
    padding-top: 68px;
  }
}
.flow .flow__head--description {
  margin-top: 20px;
}
.flow .flow__head--description.is-border {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 5px solid var(--AccentBlueChill);
}
.flow .flow__head--description.is-border::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--AccentBlueChill);
}
.flow .flow__content {
  margin-top: 36px;
}
.flow .flow__boxes {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .flow .flow__boxes {
    flex-direction: column;
    gap: 25px;
  }
}
.flow .flow__box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flow .flow__box {
    width: 100%;
  }
}
.flow .flow__box--items {
  margin-top: 30px;
  padding: 50px 30px;
  background: var(--AccentSwansDown);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .flow .flow__box--items {
    margin-top: 22px;
    padding: 30px 20px;
  }
}
.flow .flow__box--items--inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  z-index: 10;
}
.flow .flow__box--items--inner::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 2px;
  top: 15px;
  bottom: 20px;
  background: var(--AccentBlueChill);
  z-index: -1;
}
.flow .flow__box--item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.flow .flow__box--item.is-center {
  align-items: baseline;
}
.flow .flow__box--item:nth-last-child(1) .flow__box--item--head {
  gap: 8px;
}
.flow .flow__box--item:nth-last-child(1) .flow__box--item--head--number {
  position: relative;
  left: clamp(-0.5625rem, -0.4928571429rem + -0.2857142857vw, -0.75rem);
  width: clamp(3.25rem, 3.0642857143rem + 0.7619047619vw, 3.75rem);
  height: clamp(3.25rem, 3.0642857143rem + 0.7619047619vw, 3.75rem);
  font-size: clamp(1.375rem, 1.3053571429rem + 0.2857142857vw, 1.5625rem);
  background: var(--AccentSeaBuckthorn);
}
.flow .flow__box--item--head {
  display: flex;
  align-items: center;
  gap: 15px;
}
.flow .flow__box--item--head--number {
  width: 35px;
  height: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 0.9535714286rem + 0.1904761905vw, 1.125rem);
  font-family: var(--fontFamilyEnWide);
  font-weight: var(--fontWeightBold);
  color: var(--textSecondary);
  line-height: var(--lineHightNormal);
  background: var(--AccentBlueChill);
  border-radius: 50%;
  letter-spacing: 0.05em;
  padding: 0;
}
.flow .flow__box--item--head--border {
  font-size: 1.125rem;
  font-weight: var(--fontWeightBold);
}
.flow .flow__box--item--title {
  font-size: clamp(1rem, 0.9535714286rem + 0.1904761905vw, 1.125rem);
  font-weight: var(--fontWeightBold);
  line-height: 1.2777777778;
}

.contact {
  margin-top: 150px;
  padding-block: 50px;
  background: var(--AccentBlueChill);
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 68px;
    padding-block: 24px;
  }
}
.contact .contact__inner {
  max-width: 1090px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact .contact__inner {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.contact .contact__content {
  max-width: 60%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact .contact__content {
    max-width: 100%;
  }
}
.contact .contact__description {
  margin-top: 30px;
  color: var(--textSecondary);
  line-height: 1.4375;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .contact .contact__description {
    margin-top: 24px;
    margin-top: 16px;
  }
}
.contact .contact__button-wrap {
  margin-top: 40px;
  display: flex;
  gap: clamp(0.75rem, -0.5357142857rem + 2.6785714286vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .contact .contact__button-wrap {
    flex-direction: column;
  }
}
.contact .contact__button {
  width: 100%;
}
.contact .contact__image {
  max-width: 31.4285714286%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact .contact__image {
    max-width: 100%;
  }
}

.footer {
  padding-block: 23px;
  text-align: center;
}
.footer .copy-right {
  font-size: 0.75rem;
  font-family: var(--fontFamilyEn);
  font-weight: var(--fontWeightBold);
  letter-spacing: 0.6px;
  line-height: var(--lineHightNormal);
}