@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.lower-page {
  counter-reset: features-num;
  /*.breadcrumb {
    @include mb(x4);
  }*/
}

.features-headline {
  counter-increment: features-num;
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 959px) {
  .features-headline {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .features-headline {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

.features-headline__inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: calc(8px * 2);
  padding-bottom: calc(8px * 3);
  color: #ffffff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 4rem;
  font-weight: bold;
  text-shadow: 0 0 3px rgba(49, 55, 65, 0.5), 0 0 10px rgba(49, 55, 65, 0.3);
}

@media screen and (max-width: 1279px) {
  .features-headline__inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .features-headline__inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .features-headline__inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 959px) {
  .features-headline__inner {
    padding-top: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .features-headline__inner {
    padding-top: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .features-headline__inner {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .features-headline__inner {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .features-headline__inner {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .features-headline__inner {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  .features-headline__inner {
    font-size: 2.2rem;
  }
}

.features-headline__inner em {
  font-size: 5.6rem;
}

@media screen and (max-width: 959px) {
  .features-headline__inner em {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .features-headline__inner em {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 519px) {
  .features-headline__inner em {
    font-size: 2.6rem;
  }
}

.features-headline__inner::before, .features-headline__inner::after {
  display: block;
}

.features-headline__inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: -120px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #313741 10%, rgba(155, 130, 30, 0.8), rgba(155, 130, 30, 0) 80%);
}

@media screen and (max-width: 1279px) {
  .features-headline__inner::before {
    left: -32px;
  }
}

@media screen and (max-width: 767px) {
  .features-headline__inner::before {
    background: linear-gradient(120deg, #313741 10%, rgba(155, 130, 30, 0.8), rgba(155, 130, 30, 0) 90%);
  }
}

@media screen and (max-width: 519px) {
  .features-headline__inner::before {
    left: -16px;
  }
}

.features-headline__inner::after {
  content: counter(features-num, decimal-leading-zero) "";
  position: absolute;
  top: -16px;
  left: -120px;
  z-index: -1;
  letter-spacing: 0;
  text-shadow: initial;
  color: rgba(255, 255, 255, 0.2);
  line-height: .8;
  font-size: 17rem;
  font-weight: 400;
}

@media screen and (max-width: 1279px) {
  .features-headline__inner::after {
    color: rgba(255, 255, 255, 0.1);
    left: -4px;
  }
}

@media screen and (max-width: 959px) {
  .features-headline__inner::after {
    top: -8px;
    font-size: 10rem;
  }
}

.features-ttl {
  margin-bottom: calc(8px * 4);
  font-size: 3.2rem;
  font-family: "Shippori Mincho B1", serif;
}

@media screen and (max-width: 959px) {
  .features-ttl {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .features-ttl {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .features-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .features-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .features-ttl {
    font-size: 2.2rem;
  }
}

.features-ttl span {
  display: block;
  line-height: 2;
}

.features-ttl em {
  position: relative;
  z-index: 0;
  padding: 7px 16px;
  margin: 0 8px 0 0;
  color: #ffffff;
}

.features-ttl em::after, .features-ttl em::before {
  content: '';
  display: block;
}

.features-ttl em::before {
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 64px;
  background: #294CA4;
  rotate: 45deg;
}

.features-ttl em::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 76, 164, 0.8)), to(rgba(49, 55, 65, 0.8)));
  background: linear-gradient(to bottom, rgba(41, 76, 164, 0.8), rgba(49, 55, 65, 0.8));
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  -webkit-mask-size: cover, 16px 16px;
  mask-size: cover, 16px 16px;
  -webkit-mask-position: 0 0,top -1px left -1px;
  mask-position: 0 0,top -1px left -1px;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.features-ttl em::before {
  top: -21px;
  left: 5px;
}

@media screen and (max-width: 519px) {
  .features-ttl em::before {
    height: 40px;
    top: -11px;
    left: 7px;
  }
}

.bg-word {
  position: relative;
}

.bg-word::before {
  position: absolute;
  top: -200px;
  left: calc(100% + 60px);
  z-index: -1;
  content: 'EXPERTISE';
  opacity: .2;
  rotate: 90deg;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  line-height: .8;
  font-size: 14rem;
  font-family: "Bellefair", serif;
  color: #F6F9FF;
  text-shadow: 0 0 13px rgba(41, 76, 164, 0.2), 0 0 38px rgba(1, 166, 255, 0.6);
}

@media screen and (max-width: 1279px) {
  .bg-word::before {
    left: 100%;
  }
}

@media screen and (max-width: 959px) {
  .bg-word::before {
    font-size: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .bg-word::before {
    top: 0px;
    font-size: 8rem;
  }
}

.expert {
  padding-bottom: calc(8px * 13);
  position: relative;
  z-index: 1;
  overflow-x: clip;
}

@media screen and (max-width: 959px) {
  .expert {
    padding-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .expert {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

.expert::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  width: 510px;
  aspect-ratio: 1/1;
  background: rgba(1, 166, 255, 0.1);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  border-radius: 50%;
}

@media screen and (max-width: 519px) {
  .expert::before {
    width: 300px;
  }
}

.expert::before {
  translate: -50% 0;
  left: calc(50% + 600px);
}

@media screen and (max-width: 1279px) {
  .expert::before {
    translate: initial;
    left: auto;
    right: -246px;
  }
}

@media screen and (max-width: 519px) {
  .expert::before {
    right: -100px;
  }
}

.expert::before {
  top: 114px;
  background: rgba(1, 166, 255, 0.2);
}

.expert .expert-unit {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 56px;
}

@media screen and (max-width: 959px) {
  .expert .expert-unit {
    grid-template-columns: initial;
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .expert .expert-unit {
    gap: 16px;
  }
}

.expert .expert-unit:first-of-type {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .expert .expert-unit:first-of-type {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .expert .expert-unit:first-of-type {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .expert .expert-unit__vsl {
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .expert .expert-unit__vsl {
    width: 70%;
  }
}

@media screen and (max-width: 519px) {
  .expert .expert-unit__vsl {
    width: 80%;
  }
}

.expert .expert-unit.--reverse {
  grid-template-columns: 440px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .expert .expert-unit.--reverse {
    grid-template-columns: initial;
  }
}

.expert .expert-unit.--reverse .expert-unit__vsl {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 959px) {
  .expert .expert-unit.--reverse .expert-unit__vsl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.expert .expert-unit.--reverse .expert-unit__dtl {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 959px) {
  .expert .expert-unit.--reverse .expert-unit__dtl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.accurate {
  padding-top: calc(8px * 13);
  padding-bottom: calc(8px * 13);
  position: relative;
  z-index: 1;
  overflow: clip;
}

@media screen and (max-width: 959px) {
  .accurate {
    padding-top: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .accurate {
    padding-top: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .accurate {
    padding-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .accurate {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

.accurate::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  width: 510px;
  aspect-ratio: 1/1;
  background: rgba(1, 166, 255, 0.1);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  border-radius: 50%;
}

@media screen and (max-width: 519px) {
  .accurate::before {
    width: 300px;
  }
}

.accurate::before {
  translate: -50% 0;
  left: calc(50% + 600px);
}

@media screen and (max-width: 1279px) {
  .accurate::before {
    translate: initial;
    left: auto;
    right: -246px;
  }
}

@media screen and (max-width: 519px) {
  .accurate::before {
    right: -100px;
  }
}

.accurate::before {
  top: 483px;
  background: rgba(55, 156, 189, 0.15);
}

.accurate .bg-word::before {
  content: 'ACCURACY';
  opacity: .3;
}

.accurate .accurate-unit {
  display: grid;
  grid-template-columns: 1fr 497px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
}

@media screen and (max-width: 1279px) {
  .accurate .accurate-unit {
    grid-template-columns: 1fr 440px;
  }
}

@media screen and (max-width: 959px) {
  .accurate .accurate-unit {
    grid-template-columns: initial;
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .accurate .accurate-unit {
    gap: 16px;
  }
}

.accurate .accurate-unit:first-of-type {
  margin-bottom: calc(8px * 9);
}

@media screen and (max-width: 959px) {
  .accurate .accurate-unit:first-of-type {
    margin-bottom: calc((8px * 9) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .accurate .accurate-unit:first-of-type {
    margin-bottom: calc((8px * 9) * 0.5);
  }
}

.accurate .accurate-unit:last-of-type {
  margin-bottom: calc(8px * 15);
}

@media screen and (max-width: 959px) {
  .accurate .accurate-unit:last-of-type {
    margin-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .accurate .accurate-unit:last-of-type {
    margin-bottom: calc((8px * 15) * 0.5);
  }
}

.accurate .accurate-unit__vsl {
  position: relative;
}

@media screen and (max-width: 959px) {
  .accurate .accurate-unit__vsl {
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .accurate .accurate-unit__vsl {
    width: 70%;
  }
}

@media screen and (max-width: 519px) {
  .accurate .accurate-unit__vsl {
    width: 80%;
  }
}

.accurate .accurate-unit__vsl::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -104px;
  left: -70px;
  width: 220px;
  z-index: 1;
  aspect-ratio: 1;
  background: url("/end/wp-content/themes/itreat_base/dist/img/features/accurate-deco-img1.png") center/cover no-repeat;
}

@media screen and (max-width: 1279px) {
  .accurate .accurate-unit__vsl::before {
    left: auto;
    right: -32px;
    width: 180px;
  }
}

@media screen and (max-width: 959px) {
  .accurate .accurate-unit__vsl::before {
    bottom: -13%;
    left: auto;
    right: -12%;
    width: 33%;
  }
}

.accurate .accurate-unit.--reverse {
  grid-template-columns: 490px 1fr;
  gap: 56px;
}

@media screen and (max-width: 1279px) {
  .accurate .accurate-unit.--reverse {
    grid-template-columns: 440px 1fr;
  }
}

@media screen and (max-width: 959px) {
  .accurate .accurate-unit.--reverse {
    grid-template-columns: initial;
    gap: 24px;
  }
}

.accurate .accurate-unit.--reverse .accurate-unit__vsl {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 959px) {
  .accurate .accurate-unit.--reverse .accurate-unit__vsl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.accurate .accurate-unit.--reverse .accurate-unit__vsl::before {
  bottom: -88px;
  left: auto;
  right: -50px;
  background: url("/end/wp-content/themes/itreat_base/dist/img/features/accurate-deco-img2.png") center/cover no-repeat;
}

@media screen and (max-width: 959px) {
  .accurate .accurate-unit.--reverse .accurate-unit__vsl::before {
    bottom: -13%;
    right: -12%;
  }
}

.accurate .accurate-unit.--reverse .accurate-unit__dtl {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 959px) {
  .accurate .accurate-unit.--reverse .accurate-unit__dtl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.accurate .point-frame {
  max-width: 1040px;
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 959px) {
  .accurate .point-frame {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .accurate .point-frame {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.accurate .accurate-vsllist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px;
}

@media screen and (max-width: 959px) {
  .accurate .accurate-vsllist {
    gap: 16px;
  }
}

.accurate .accurate-vsllist__item {
  position: relative;
  z-index: 1;
}

.accurate .accurate-vsllist__item:not(:last-of-type)::before, .accurate .accurate-vsllist__item:not(:last-of-type)::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: -1;
  left: calc(100% + 8px);
  translate: 0 -50%;
  width: 56px;
  height: 1px;
  background: rgba(41, 76, 164, 0.4);
}

@media screen and (max-width: 959px) {
  .accurate .accurate-vsllist__item:not(:last-of-type)::before, .accurate .accurate-vsllist__item:not(:last-of-type)::after {
    left: calc(100% - 20px);
  }
}

.accurate .accurate-vsllist__item:not(:last-of-type)::before {
  rotate: 45deg;
}

.accurate .accurate-vsllist__item:not(:last-of-type)::after {
  rotate: -45deg;
}

.equip {
  padding-top: calc(8px * 13);
  padding-bottom: calc(8px * 13);
  position: relative;
  z-index: 1;
  overflow: clip;
}

@media screen and (max-width: 959px) {
  .equip {
    padding-top: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .equip {
    padding-top: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .equip {
    padding-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .equip {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

.equip::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  width: 510px;
  aspect-ratio: 1/1;
  background: rgba(1, 166, 255, 0.1);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  border-radius: 50%;
}

@media screen and (max-width: 519px) {
  .equip::before {
    width: 300px;
  }
}

.equip::before {
  translate: -50% 0;
  left: calc(50% + 600px);
}

@media screen and (max-width: 1279px) {
  .equip::before {
    translate: initial;
    left: auto;
    right: -246px;
  }
}

@media screen and (max-width: 519px) {
  .equip::before {
    right: -100px;
  }
}

.equip::before {
  top: 181px;
  background: rgba(1, 166, 255, 0.2);
}

.equip .bg-word::before {
  content: 'EQUIPMENT';
}

.equip .equip-unit {
  display: grid;
  grid-template-columns: 320px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  padding: 40px 32px;
  background: #ffffff;
}

@media screen and (max-width: 1279px) {
  .equip .equip-unit {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 959px) {
  .equip .equip-unit {
    grid-template-columns: initial;
    gap: 24px;
    padding: 24px 16px;
  }
}

@media screen and (max-width: 767px) {
  .equip .equip-unit {
    gap: 16px;
    padding: 20px 16px 16px;
  }
}

.equip .equip-unit:first-of-type {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .equip .equip-unit:first-of-type {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .equip .equip-unit:first-of-type {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .equip .equip-unit__vsl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .equip .equip-unit__vsl {
    width: 60%;
  }
}

@media screen and (max-width: 519px) {
  .equip .equip-unit__vsl {
    width: 70%;
  }
}

@media screen and (max-width: 959px) {
  .equip .equip-unit__dtl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.equip .equip-unit .ttl-m {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .equip .equip-unit .ttl-m {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .equip .equip-unit .ttl-m {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.clean {
  padding-top: calc(8px * 13);
  padding-bottom: calc(8px * 13);
  position: relative;
  z-index: 1;
  overflow-x: clip;
}

@media screen and (max-width: 959px) {
  .clean {
    padding-top: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .clean {
    padding-top: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .clean {
    padding-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .clean {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

.clean::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  width: 510px;
  aspect-ratio: 1/1;
  background: rgba(1, 166, 255, 0.1);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  border-radius: 50%;
}

@media screen and (max-width: 519px) {
  .clean::before {
    width: 300px;
  }
}

.clean::before {
  left: calc(50% - 640px);
  translate: -50% 0;
}

@media screen and (max-width: 1279px) {
  .clean::before {
    translate: initial;
    left: -246px;
  }
}

@media screen and (max-width: 519px) {
  .clean::before {
    left: -100px;
  }
}

.clean::before {
  top: 688px;
  background: rgba(55, 156, 189, 0.15);
}

.clean .bg-word::before {
  content: 'CLEANLINESS';
}

.clean .clean-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .clean .clean-unit {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .clean .clean-unit {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .clean .clean-unit {
    gap: 48px;
  }
}

@media screen and (max-width: 959px) {
  .clean .clean-unit {
    grid-template-columns: initial;
    gap: 24px;
  }
}

@media screen and (max-width: 959px) {
  .clean .clean-unit__col {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .clean .clean-unit__col {
    grid-template-columns: initial;
  }
}

.clean .clean-unit__col:not(:last-of-type) .clean-vsl {
  position: relative;
}

.clean .clean-unit__col:not(:last-of-type) .clean-vsl::before, .clean .clean-unit__col:not(:last-of-type) .clean-vsl::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: -1;
  left: calc(100% + 3px);
  translate: 0 -50%;
  width: 113px;
  height: 1px;
  background: rgba(49, 55, 65, 0.6);
}

@media screen and (max-width: 1279px) {
  .clean .clean-unit__col:not(:last-of-type) .clean-vsl::before, .clean .clean-unit__col:not(:last-of-type) .clean-vsl::after {
    left: calc(100% - 32px);
  }
}

@media screen and (max-width: 959px) {
  .clean .clean-unit__col:not(:last-of-type) .clean-vsl::before, .clean .clean-unit__col:not(:last-of-type) .clean-vsl::after {
    display: none;
  }
}

.clean .clean-unit__col:not(:last-of-type) .clean-vsl::before {
  rotate: 45deg;
}

.clean .clean-unit__col:not(:last-of-type) .clean-vsl::after {
  rotate: -45deg;
}

.clean .clean-unit .clean-dtl__ttl {
  position: relative;
  padding-bottom: calc(8px * 3);
  margin-bottom: calc(8px * 3);
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}

.clean .clean-unit .clean-dtl__ttl::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: rgba(155, 130, 30, 0.8);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.png");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.png");
  -webkit-mask-size: 100% 1px;
  mask-size: 100% 1px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
  .clean .clean-unit .clean-dtl__ttl {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .clean .clean-unit .clean-dtl__ttl {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .clean .clean-unit .clean-dtl__ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .clean .clean-unit .clean-dtl__ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .clean .clean-unit .clean-dtl__ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .clean .clean-unit .clean-dtl__ttl {
    text-align: left;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .clean .clean-unit .clean-dtl__ttl {
    font-size: 2rem;
  }
}

.clean .clean-unit .clean-dtl__ttl::before {
  background: rgba(41, 76, 164, 0.6);
}

.clean .clean-unit .clean-dtl__ttl em {
  color: #294CA4;
}

.clean .clean-unit .clean-vsl {
  margin: 0 auto;
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .clean .clean-unit .clean-vsl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .clean .clean-unit .clean-vsl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .clean .clean-unit .clean-vsl {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .clean .clean-unit .clean-vsl {
    width: 80%;
  }
}

@media screen and (max-width: 959px) {
  .clean .clean-unit .clean-vsl img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.clean .clean-list {
  counter-reset: clean-num;
}

.clean .clean-list__item:not(:last-of-type) {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .clean .clean-list__item:not(:last-of-type) {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .clean .clean-list__item:not(:last-of-type) {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.clean .clean-list dt {
  counter-increment: clean-num;
  position: relative;
  padding-left: 116px;
  margin-bottom: calc(8px * 3);
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .clean .clean-list dt {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .clean .clean-list dt {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .clean .clean-list dt {
    padding-left: 88px;
    font-size: 1.8rem;
  }
}

.clean .clean-list dt::before {
  display: block;
  position: absolute;
  top: -7px;
  content: '';
  width: 100px;
  aspect-ratio: 100/46;
  left: 0;
  background: url("/end/wp-content/themes/itreat_base/dist/img/features/clean-list-deco.svg") center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .clean .clean-list dt::before {
    top: -5px;
    width: 80px;
  }
}

.clean .clean-list dt::after {
  display: block;
  position: absolute;
  top: -3px;
  left: 65px;
  content: counter(clean-num, decimal-leading-zero) "";
  font-size: 2.6rem;
  font-family: "Bellefair", serif;
  color: rgba(155, 130, 30, 0.8);
}

@media screen and (max-width: 767px) {
  .clean .clean-list dt::after {
    top: -1px;
    left: 53px;
    font-size: 2rem;
  }
}

.clean .point-frame .ttl-m {
  max-width: 740px;
  margin: 0 auto;
  margin-bottom: calc(8px * 3);
  font-size: 2.8rem;
}

@media screen and (max-width: 959px) {
  .clean .point-frame .ttl-m {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .clean .point-frame .ttl-m {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .clean .point-frame .ttl-m {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .clean .point-frame .ttl-m {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .clean .point-frame .ttl-m {
    font-size: 1.8rem;
  }
}

.stable {
  padding-top: calc(8px * 13);
  position: relative;
  z-index: 1;
  overflow-x: clip;
}

@media screen and (max-width: 959px) {
  .stable {
    padding-top: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .stable {
    padding-top: calc((8px * 13) * 0.5);
  }
}

.stable::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  width: 510px;
  aspect-ratio: 1/1;
  background: rgba(1, 166, 255, 0.1);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  border-radius: 50%;
}

@media screen and (max-width: 519px) {
  .stable::before {
    width: 300px;
  }
}

.stable::before {
  translate: -50% 0;
  left: calc(50% + 600px);
}

@media screen and (max-width: 1279px) {
  .stable::before {
    translate: initial;
    left: auto;
    right: -246px;
  }
}

@media screen and (max-width: 519px) {
  .stable::before {
    right: -100px;
  }
}

.stable::before {
  top: 140px;
  background: rgba(1, 166, 255, 0.2);
}

.stable .bg-word::before {
  content: 'STABILITY';
}

.stable .stable-unit {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .stable .stable-unit {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .stable .stable-unit {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .stable .stable-unit {
    grid-template-columns: initial;
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .stable .stable-unit {
    gap: 16px;
  }
}

@media screen and (max-width: 959px) {
  .stable .stable-unit__vsl {
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .stable .stable-unit__vsl {
    width: 60%;
  }
}

@media screen and (max-width: 519px) {
  .stable .stable-unit__vsl {
    width: 70%;
  }
}

.stable .gum-unit {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .stable .gum-unit {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .stable .gum-unit {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .stable .gum-unit {
    grid-template-columns: initial;
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .stable .gum-unit {
    gap: 16px;
  }
}

@media screen and (max-width: 959px) {
  .stable .gum-unit__vsl {
    width: 40%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .stable .gum-unit__vsl {
    width: 50%;
  }
}

@media screen and (max-width: 519px) {
  .stable .gum-unit__vsl {
    width: 65%;
  }
}

.stable .gum-vsllist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media screen and (max-width: 959px) {
  .stable .gum-vsllist {
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .stable .gum-vsllist {
    gap: 8px;
  }
}

/*# sourceMappingURL=../../maps/pages/features.css.map */
