@charset "UTF-8";
/* ----- reset ----- */
body,
p {
  letter-spacing: 0;
}

a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
a:hover {
  opacity: inherit;
}
a:active {
  color: unset;
}

button {
  color: inherit;
}

ul {
  list-style: none;
}

h1, h2, h3 {
  margin: 0;
}

/* ----- font ----- */
@font-face {
  font-family: "D-DinPro";
  src: url("../fonts/D-DIN-PRO-600-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "D-DinPro";
  src: url("../fonts/D-DIN-PRO-700-Bold.otf") format("opentype");
}
/* ----- base ----- */
html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  width: 100%;
  background-color: #fff;
  color: #3D3D3D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

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

*:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
  box-shadow: 0 0 0 6px #fff;
}

/* ----- wrapper component ----- */
.c-wrapper {
  margin-inline: auto;
  width: 67.9%;
  max-width: 978px;
}
@media (max-width: 950px) {
  .c-wrapper {
    width: 82.6%;
    max-width: 645px;
  }
}

/* ----- image component ----- */
.c-img, .c-img--serviceLogo, .c-img--algo {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-img--circle {
  width: 1179.5px;
  height: 1125.2px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #FFF 17.79%, rgba(255, 255, 255, 0.67) 37.5%, rgba(255, 255, 255, 0.3) 61.54%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: -150.5px;
  left: 50%;
  transform: translateX(-463px) rotate(-27.7deg);
}
@media (max-width: 950px) {
  .c-img--circle {
    display: none;
  }
}

.c-img--white {
  width: 100%;
  height: 549px;
  background: linear-gradient(#fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 950px) {
  .c-img--white {
    height: 159px;
  }
}

.c-img--logo {
  width: 89.4%;
  max-width: 1006px;
  aspect-ratio: 1006/198;
  position: absolute;
  top: -21px;
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 950px) {
  .c-img--logo {
    width: 472px;
    top: 243px;
    right: -215px;
    transform: rotate(-90deg);
  }
}
.c-img--logo svg {
  width: 100%;
  height: auto;
}
.c-img--logo svg > path {
  vector-effect: non-scaling-stroke;
}

.c-img--algo {
  margin-left: 3.7%;
  width: 32.7%;
  aspect-ratio: 319.8/156;
  background-image: url("../images/feature_algorithm.png");
  transform: translateY(-5.8%);
}
@media (max-width: 950px) {
  .c-img--algo {
    margin: 0;
    width: 210.9px;
    transform: translate(-2.1%, 0);
  }
}

.c-img--serviceLogo {
  width: 68.6vw;
  max-width: 991px;
  aspect-ratio: 991/194;
  background-image: url("../images/service_logo.svg");
  position: absolute;
  right: 83px;
  bottom: 0;
  transform: translateY(58.8%);
}
@media (max-width: 950px) {
  .c-img--serviceLogo {
    min-width: 408px;
    right: 35px;
    transform: translateY(61.25%);
  }
}

/* ----- button component ----- */
.button, .c-hbnButton, .c-button--cta {
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Inter", sans-serif;
  color: #2A2A36;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.button span, .c-hbnButton span, .c-button--cta span {
  width: 51.4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-content: center;
  transition: background-color 0.4s 0.1s ease-out, border 0.4s 0.1s ease-out;
}
.button span svg, .c-hbnButton span svg, .c-button--cta span svg {
  width: 11px;
  height: auto;
  display: block;
  transition: translate 0.3s ease-out;
}
@media (max-width: 950px) {
  .button span svg, .c-hbnButton span svg, .c-button--cta span svg {
    width: 8px;
  }
}
.button span svg path, .c-hbnButton span svg path, .c-button--cta span svg path {
  transition: stroke 0.3s ease-out;
}
.button:hover span svg, .c-hbnButton:hover span svg, .c-button--cta:hover span svg {
  translate: 4px 4px;
}

.c-button--cta {
  gap: 18px;
  position: fixed;
  bottom: 48px;
  right: 83.5px;
  z-index: 5;
  color: #040000;
}
@media (max-width: 950px) {
  .c-button--cta {
    gap: 12.5px;
    bottom: 37px;
    right: 21px;
    font-size: 1.16rem;
  }
}
.c-button--cta span {
  background-color: #040000;
  position: relative;
}
@media (max-width: 950px) {
  .c-button--cta span {
    width: 37.5px;
  }
}
.c-button--cta span::before {
  content: "";
  border-radius: 50%;
  border: 1px solid #B3B3B3;
  background-image: linear-gradient(133deg, rgba(255, 255, 255, 0) -28.05%, #FFF 74.68%);
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s 0.1s ease-out;
}
.c-button--cta:hover span {
  background-color: transparent;
}
.c-button--cta:hover span svg path {
  stroke: #3D3D3D;
}
.c-button--cta:hover span::before {
  opacity: 1;
}

.c-hbnButton {
  padding: 8.2px 10.7px 8.2px 32px;
  width: 227.2px;
  border-radius: 35px;
  background-color: rgba(255, 255, 255, 0.82);
  justify-content: space-between;
  filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.25));
  transform: translateZ(0);
  transition: color 0.4s 0.1s ease-out, background-color 0.4s 0.1s ease-out;
  will-change: transform;
}
@media (max-width: 950px) {
  .c-hbnButton {
    padding: 5.3px 7.2px 5.3px 16px;
    width: 143px;
    height: 44px;
    border-radius: 22px;
    font-size: 1.04rem;
    filter: drop-shadow(0 2.6px 19.5px rgba(0, 0, 0, 0.25));
  }
}
.c-hbnButton span {
  border: solid 1px #5E5E6C;
}
@media (max-width: 950px) {
  .c-hbnButton span {
    width: 33.4px;
    border: 1px solid rgba(94, 94, 108, 0.65);
  }
}
.c-hbnButton span svg path {
  stroke: #5E5E6C;
}
@media (max-width: 950px) {
  .c-hbnButton.-contact {
    padding-left: 25px;
  }
}
.c-hbnButton.-history::before {
  content: "";
  border-radius: 35px;
  background-image: linear-gradient(to right, #D1D1D1, #7C7C7C);
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s 0.1s ease-out;
}
@media (max-width: 950px) {
  .c-hbnButton.-history::before {
    border-radius: 22px;
  }
}
.c-hbnButton:hover span svg path {
  stroke: #fff;
}
.c-hbnButton:hover.-history {
  background-color: transparent;
  color: #fff;
}
.c-hbnButton:hover.-history span {
  border-color: #fff;
}
.c-hbnButton:hover.-history::before {
  opacity: 1;
}
.c-hbnButton:hover.-contact span {
  border-width: 0;
  background-color: #3F3B3A;
}

/* ----- icon component ----- */
.c-icon {
  width: 41.3px;
  height: auto;
  aspect-ratio: 1/1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 950px) {
  .c-icon {
    width: 30%;
    min-width: 23.5px;
  }
}
.c-icon.-clock {
  background-image: url("../images/icon/icon-clock.png");
}
.c-icon.-algorithm {
  background-image: url("../images/icon/icon-algorithm.png");
}
.c-icon.-steps {
  background-image: url("../images/icon/icon-steps.png");
}
.c-icon.-detection {
  background-image: url("../images/icon/icon-detection.png");
}
.c-icon.-vibration {
  background-image: url("../images/icon/icon-vibration.png");
}
.c-icon.-lte {
  background-image: url("../images/icon/icon-lte.png");
}
.c-icon.-cloud {
  background-image: url("../images/icon/icon-cloud.png");
}
.c-icon.-management {
  background-image: url("../images/icon/icon-management.png");
}
.c-icon.-analysis {
  background-image: url("../images/icon/icon-analysis.png");
}
.c-icon.-waterproof {
  background-image: url("../images/icon/icon-waterproof.png");
}

/* ----- text component ----- */
.c-secTitle {
  font-family: "D-DinPro", sans-serif;
  font-size: clamp(1.9rem, 4.83vw, 3.1rem);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0.14em;
  opacity: 0.8;
}
@media (max-width: 950px) {
  .c-secTitle {
    line-height: 1.47;
    letter-spacing: 0.16em;
  }
}
.c-secTitle br {
  display: none;
}
@media (max-width: 950px) {
  .c-secTitle br {
    display: block;
  }
}

.c-txt--btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
}
@media (max-width: 950px) {
  .c-txt--btn {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 16px;
  }
}
.c-txt--btn p {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "Inter", sans-serif;
  line-height: 1.3;
}
@media (max-width: 950px) {
  .c-txt--btn p {
    width: 100%;
  }
}
.c-txt--btn p::before {
  content: "";
  height: 1px;
  display: block;
  opacity: 0.75;
}
@media (max-width: 950px) {
  .c-txt--btn p::before {
    flex: 1;
    opacity: 0.55;
  }
}

/* ----- first view ----- */
.p-hbnFv {
  margin-top: 63px;
  width: 100%;
  height: 758px;
  display: flex;
  position: relative;
  overflow: clip visible;
}
@media (max-width: 950px) {
  .p-hbnFv {
    margin-top: 55px;
    height: 650px;
  }
}
.p-hbnFv::after {
  content: "";
  width: 54.7%;
  min-width: 788px;
  aspect-ratio: 788/439;
  background: url("../images/fv_bg-light-l.png") center/contain no-repeat;
  display: block;
  position: absolute;
  top: 48.2px;
  left: -15.3%;
  transform: rotate(156.8deg);
  mix-blend-mode: screen;
}
@media (max-width: 950px) {
  .p-hbnFv::after {
    display: none;
  }
}
.p-hbnFv__scroll {
  flex: 1;
  position: relative;
}
.p-hbnFv__scroll p {
  display: inline-block;
  position: absolute;
  bottom: 73px;
  left: 57px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 3.2;
  letter-spacing: 0.15em;
  transform: rotate(90deg);
}
@media (max-width: 950px) {
  .p-hbnFv__scroll p {
    bottom: 31px;
    left: 15px;
    font-size: 0.89rem;
  }
}
.p-hbnFv__scroll p span {
  opacity: 0;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 950px) {
  .p-hbnFv__scroll p span {
    opacity: 1;
    -webkit-animation: unset;
            animation: unset;
  }
}
.p-hbnFv__scroll p span:nth-child(1) {
  -webkit-animation-name: scroll-1;
          animation-name: scroll-1;
}
.p-hbnFv__scroll p span:nth-child(2) {
  -webkit-animation-name: scroll-2;
          animation-name: scroll-2;
}
.p-hbnFv__scroll p span:nth-child(3) {
  -webkit-animation-name: scroll-3;
          animation-name: scroll-3;
}
.p-hbnFv__scroll p span:nth-child(4) {
  -webkit-animation-name: scroll-4;
          animation-name: scroll-4;
}
.p-hbnFv__scroll p span:nth-child(5) {
  -webkit-animation-name: scroll-5;
          animation-name: scroll-5;
}
.p-hbnFv__scroll p span:nth-child(6) {
  -webkit-animation-name: scroll-6;
          animation-name: scroll-6;
}
.p-hbnFv__scroll p::before, .p-hbnFv__scroll p::after {
  content: "";
  width: 103px;
  display: none;
  position: absolute;
  left: 0;
}
@media (max-width: 950px) {
  .p-hbnFv__scroll p::before, .p-hbnFv__scroll p::after {
    display: block;
  }
}
.p-hbnFv__scroll p::before {
  height: 1px;
  background-color: #000;
  bottom: 1px;
  opacity: 0.4;
}
.p-hbnFv__scroll p::after {
  height: 2px;
  background-color: #3F3B3A;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  -webkit-animation: scroll-sp 1s linear infinite;
          animation: scroll-sp 1s linear infinite;
}
.p-hbnFv__scroll svg {
  position: absolute;
  top: 4px;
  left: 105px;
}
@media (max-width: 950px) {
  .p-hbnFv__scroll svg {
    display: none;
  }
}
.p-hbnFv__scroll svg path {
  stroke-dasharray: 780px;
  stroke-dashoffset: 780px;
  -webkit-animation: line 4s ease-in-out forwards;
          animation: line 4s ease-in-out forwards;
}
.p-hbnFv__mv {
  width: 78.1%;
  height: 757px;
  position: relative;
}
@media (max-width: 950px) {
  .p-hbnFv__mv {
    width: 86%;
    height: 649px;
  }
}
.p-hbnFv__mv > img {
  width: 694px;
  position: absolute;
  top: 89px;
  left: 50%;
  transform: translateX(-184px);
}
@media (max-width: 950px) {
  .p-hbnFv__mv > img {
    margin-inline: auto;
    width: 442px;
    max-width: unset;
    top: 183px;
    transform: translateX(calc(-50% - 13px));
  }
}
.p-hbnFv__mv::after {
  content: "";
  width: 891px;
  aspect-ratio: 891/580.4;
  background: url("../images/fv_bg-light-r.png") center/contain no-repeat;
  display: block;
  position: absolute;
  bottom: 328.8px;
  right: -333.3px;
  transform: rotate(-88.5deg);
  mix-blend-mode: screen;
}
@media (max-width: 950px) {
  .p-hbnFv__mv::after {
    width: 144.7%;
    min-width: 489.07px;
    bottom: 459.2px;
    right: -47.1%;
  }
}
.p-hbnFv__note {
  position: absolute;
  bottom: 40px;
  left: 59px;
}
@media (max-width: 950px) {
  .p-hbnFv__note {
    bottom: 27.2px;
    left: 35.8px;
  }
}
.p-hbnFv__note p {
  position: relative;
  color: #5A5858;
  font-size: 1.58rem;
  font-weight: 700;
  line-height: 2.33;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbnFv__note p {
    font-size: 0.97rem;
  }
}
.p-hbnFv__note p:first-child:before {
  content: "※";
  margin-right: 10px;
  position: absolute;
  top: 0;
  right: 100%;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 950px) {
  .p-hbnFv__note p:first-child:before {
    margin-right: 5.8px;
  }
}
.p-hbnFv__bg {
  width: 100%;
  height: 100%;
  background: url("../images/fv_bg-pc.png") top left/100% 100% no-repeat;
  position: relative;
  overflow: hidden;
}
@media (max-width: 950px) {
  .p-hbnFv__bg {
    background-image: url("../images/fv_bg-sp.png");
  }
}
.p-hbnFv__txt {
  max-width: unset;
  position: absolute;
  top: 232px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 950px) {
  .p-hbnFv__txt {
    top: 57.7px;
  }
}
.p-hbnFv__txt p {
  font-weight: 700;
}
.p-hbnFv__txt--main {
  font-size: 2.71rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbnFv__txt--main {
    font-size: 1.53rem;
  }
}
.p-hbnFv__txt--small {
  margin-top: 25px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media (max-width: 950px) {
  .p-hbnFv__txt--small {
    margin-top: 14.3px;
    font-size: 1.15rem;
  }
}
.p-hbnFv__txt--small span {
  font-size: 1.1rem;
  line-height: 1;
  vertical-align: top;
}
@media (max-width: 950px) {
  .p-hbnFv__txt--small span {
    font-size: 0.84rem;
  }
}
.p-hbnFv__txt h1 {
  margin-top: 34px;
  font-size: 0;
}
@media (max-width: 950px) {
  .p-hbnFv__txt h1 {
    margin-top: 10.2px;
  }
}
.p-hbnFv__txt h1 > img {
  width: 465px;
}
@media (max-width: 950px) {
  .p-hbnFv__txt h1 > img {
    width: 255px;
  }
}

@-webkit-keyframes scroll-1 {
  0%, 0% {
    opacity: 0;
  }
  40%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll-1 {
  0%, 0% {
    opacity: 0;
  }
  40%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scroll-2 {
  0%, 8% {
    opacity: 0;
  }
  48%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll-2 {
  0%, 8% {
    opacity: 0;
  }
  48%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scroll-3 {
  0%, 16% {
    opacity: 0;
  }
  56%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll-3 {
  0%, 16% {
    opacity: 0;
  }
  56%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scroll-4 {
  0%, 24% {
    opacity: 0;
  }
  64%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll-4 {
  0%, 24% {
    opacity: 0;
  }
  64%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scroll-5 {
  0%, 32% {
    opacity: 0;
  }
  72%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll-5 {
  0%, 32% {
    opacity: 0;
  }
  72%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scroll-6 {
  0%, 40% {
    opacity: 0;
  }
  80%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll-6 {
  0%, 40% {
    opacity: 0;
  }
  80%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scroll-sp {
  0% {
    transform: scaleX(0);
  }
  80%, 100% {
    transform: scaleX(1);
  }
}
@keyframes scroll-sp {
  0% {
    transform: scaleX(0);
  }
  80%, 100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes line {
  0% {
    stroke-dashoffset: 780px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes line {
  0% {
    stroke-dashoffset: 780px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ----- product description section ----- */
.p-hbnDesc {
  padding: 101px 0 99.2px;
  width: 100%;
  text-align: center;
}
@media (max-width: 950px) {
  .p-hbnDesc {
    padding: 106px 0 42.2px;
  }
}
.p-hbnDesc > p {
  font-size: 2.28rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbnDesc > p {
    font-size: clamp(1.25rem, 3.2vw, 1.8rem);
    line-height: 2;
  }
}
.p-hbnDesc > p br:first-child {
  display: none;
}
@media (max-width: 950px) {
  .p-hbnDesc > p br:first-child {
    display: block;
  }
}
.p-hbnDesc ul {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 950px) {
  .p-hbnDesc ul {
    margin-top: 26px;
    align-items: flex-start;
    -moz-column-gap: 7px;
         column-gap: 7px;
    row-gap: 6px;
  }
}
.p-hbnDesc__item {
  padding: 21px 0 12px;
  width: 182.5px;
  height: 121.3px;
  border-radius: 40px;
  border: 1px solid rgba(61, 61, 61, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
@media (max-width: 950px) {
  .p-hbnDesc__item {
    padding: 13px 0 8px;
    min-width: 84px;
    width: 15.6%;
    height: auto;
    aspect-ratio: 84/70;
    border-radius: 20px;
    border: 1px solid rgba(61, 61, 61, 0.54);
    gap: 7px;
  }
}
.p-hbnDesc__item p {
  font-family: "Inter", sans-serif;
  font-size: 1.53rem;
  line-height: 1.17;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbnDesc__item p {
    font-size: clamp(0.87rem, 1.6vw, 1.09rem);
    line-height: 1.15;
  }
}
.p-hbnDesc__item.-algorithm, .p-hbnDesc__item.-vibration, .p-hbnDesc__item.-lte, .p-hbnDesc__item.-analysis {
  padding-top: 18px;
  gap: 7px;
}
@media (max-width: 950px) {
  .p-hbnDesc__item.-algorithm, .p-hbnDesc__item.-vibration, .p-hbnDesc__item.-lte, .p-hbnDesc__item.-analysis {
    padding-top: 13px;
    gap: 4px;
  }
}
.p-hbnDesc__item.-algorithm p, .p-hbnDesc__item.-vibration p, .p-hbnDesc__item.-lte p, .p-hbnDesc__item.-analysis p {
  font-size: 1.15rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbnDesc__item.-algorithm p, .p-hbnDesc__item.-vibration p, .p-hbnDesc__item.-lte p, .p-hbnDesc__item.-analysis p {
    font-size: clamp(0.65rem, 1.2vw, 0.81rem);
  }
}
@media (max-width: 950px) {
  .p-hbnDesc__item.-cloud, .p-hbnDesc__item.-management, .p-hbnDesc__item.-waterproof {
    gap: 4px;
  }
  .p-hbnDesc__item.-cloud p, .p-hbnDesc__item.-management p, .p-hbnDesc__item.-waterproof p {
    font-size: clamp(0.65rem, 1.2vw, 0.81rem);
    line-height: 1.5;
  }
}
.p-hbnDesc__item.-cloud br, .p-hbnDesc__item.-management br, .p-hbnDesc__item.-waterproof br {
  display: none;
}
@media (max-width: 950px) {
  .p-hbnDesc__item.-cloud br, .p-hbnDesc__item.-management br, .p-hbnDesc__item.-waterproof br {
    display: block;
  }
}

/* ----- feature section ----- */
.p-hbnFeature {
  padding: 107px 0 102px;
  width: 100%;
  background-color: #F0F0F0;
}
@media (max-width: 950px) {
  .p-hbnFeature {
    padding: 64px 0 60px;
  }
}
.p-hbnFeature h2 {
  padding-left: 72px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbnFeature h2 {
    padding-left: 41.7px;
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
.p-hbnFeature h2::before {
  content: "";
  width: 23px;
  aspect-ratio: 23/41;
  background-color: #E60012;
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 0;
  transform: skew(-37.5deg);
  transform-origin: bottom left;
}
@media (max-width: 950px) {
  .p-hbnFeature h2::before {
    width: 17.5px;
    top: -3px;
    left: -12px;
  }
}
.p-hbnFeature__content {
  margin-top: 68px;
  display: flex;
  justify-content: center;
  gap: 14.1%;
}
@media (max-width: 950px) {
  .p-hbnFeature__content {
    margin-top: 29.8px;
    flex-direction: column;
    align-items: center;
    gap: 45.3px;
  }
}
.p-hbnFeature__txt {
  flex: 1;
}
@media (max-width: 950px) {
  .p-hbnFeature__txt {
    margin: 0;
    flex: unset;
  }
}
.p-hbnFeature__txt--main {
  font-size: clamp(1.25rem, 1.4vw, 2rem);
  font-weight: 700;
  line-height: 1.93;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbnFeature__txt--main {
    line-height: 2;
  }
}
.p-hbnFeature__txt--main span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  vertical-align: text-top;
  transform: translateX(-30%);
}
@media (max-width: 950px) {
  .p-hbnFeature__txt--main span {
    font-size: 0.6rem;
  }
}
.p-hbnFeature__txt--note {
  margin-top: 18px;
  font-size: clamp(1.1rem, 1.1vw, 1.4rem);
  line-height: 2.5;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbnFeature__txt--note {
    margin-top: 11px;
    line-height: 2.4;
  }
  .p-hbnFeature__txt--note br {
    display: none;
  }
}

/* ----- service section ----- */
.p-hbnService {
  padding-bottom: 142px;
  width: 100%;
  background-color: #8D8E94;
  position: relative;
  color: #fff;
  overflow: clip visible;
}
@media (max-width: 950px) {
  .p-hbnService {
    padding-bottom: 79px;
  }
}
.p-hbnService h2 {
  font-size: 0;
}
.p-hbnService h2 img {
  margin-top: -2px;
  width: 372px;
}
@media (max-width: 950px) {
  .p-hbnService h2 img {
    margin: -2px 0 0 -8px;
    width: 236px;
  }
}
.p-hbnService > div > p {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 46px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbnService > div > p {
    margin: 14px 0 0 -8px;
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    line-height: 2.5;
  }
}
.p-hbnService > div > p::after {
  content: "";
  height: 2px;
  background-color: #fff;
  flex: 1;
}
@media (max-width: 950px) {
  .p-hbnService > div > p::after {
    width: 512px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: calc(100% + 28px);
  }
}
.p-hbnService figure {
  margin-top: 76px;
  text-align: center;
}
@media (max-width: 950px) {
  .p-hbnService figure {
    margin-top: 39.6px;
  }
}
.p-hbnService figure picture {
  width: 739.4px;
  display: inline-block;
}
@media (max-width: 950px) {
  .p-hbnService figure picture {
    width: 263px;
    transform: translateX(-19px);
  }
}
.p-hbnService__list {
  margin-top: 31.2px;
  font-weight: 700;
}
@media (max-width: 950px) {
  .p-hbnService__list {
    margin-top: 58.6px;
  }
}
.p-hbnService__list li + li {
  margin-top: 36px;
}
@media (max-width: 950px) {
  .p-hbnService__list li + li {
    margin-top: 30px;
  }
}
.p-hbnService__list h3 {
  padding: 0 66px 0 26px;
  border-top-right-radius: 3.7rem;
  background-color: #3E3E41;
  display: inline-block;
  font-size: 1.9rem;
  line-height: 1.91;
  letter-spacing: 0.2em;
}
@media (max-width: 950px) {
  .p-hbnService__list h3 {
    padding: 0 16.7px 0 min(8%, 26px);
    width: 100%;
    max-width: 36.1rem;
    font-size: 1.4rem;
    line-height: 2.64;
  }
}
.p-hbnService__list li:nth-child(3) > h3 {
  letter-spacing: 0.15em;
}
.p-hbnService__list p {
  margin-top: 16px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.28;
  letter-spacing: 0.3em;
}
@media (max-width: 950px) {
  .p-hbnService__list p {
    margin-top: 20px;
    font-size: 1.25rem;
    line-height: 2;
  }
}
.p-hbnService::before {
  content: "";
  width: 92.2%;
  max-width: 1328px;
  height: 384px;
  background: radial-gradient(102% 254% at -9.26% 64.75%, rgba(206, 206, 206, 0.5) 0%, rgba(141, 142, 148, 0.5) 52.42%, #34353D 100%);
  display: block;
  position: absolute;
  bottom: max(-4.9vw, -71px);
  right: -8.5%;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 950px) {
  .p-hbnService::before {
    width: 94.1%;
    max-width: 735px;
    bottom: min(-33px, -5.5vw);
    right: -2.8%;
  }
}

/* ----- history section ----- */
.p-hbnHistory {
  margin-top: 155px;
  padding: 88px 0 141px;
  background: url("../images/history_bg.jpg") 50% 78.5%/max(1529px, 100%) no-repeat;
  position: relative;
}
@media (max-width: 950px) {
  .p-hbnHistory {
    margin-top: 91px;
    padding: 36px 0 59px;
    background-position: 43% top;
    background-size: max(1004px, 100%);
  }
}
.p-hbnHistory__content {
  padding: 117px 151px 118.1px;
  width: 88.6%;
  max-width: 1276px;
  border-radius: 65px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 950px) {
  .p-hbnHistory__content {
    padding: 67px 10.2% 71px;
    width: 89%;
    border-radius: 40px;
  }
}
.p-hbnHistory__content > p {
  margin-top: 34px;
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbnHistory__content > p {
    margin-top: 23px;
    font-size: 1.25rem;
    line-height: 2;
  }
}
.p-hbnHistory__button {
  margin-top: 17px;
}
@media (max-width: 950px) {
  .p-hbnHistory__button {
    margin-top: 40px;
  }
}
.p-hbnHistory__button p {
  gap: 20.8px;
  font-family: "Inter", sans-serif;
  color: #252525;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 950px) {
  .p-hbnHistory__button p {
    padding-right: 9.3px;
    gap: 14.7px;
    font-size: 1.04rem;
    letter-spacing: 0.15em;
  }
}
.p-hbnHistory__button p::before {
  width: 93px;
  background-color: #252525;
}
@media (max-width: 950px) {
  .p-hbnHistory__button p::before {
    max-width: 128px;
  }
}
.p-hbnHistory::before {
  content: "";
  width: 100%;
  height: 414px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 80%, #FFF 100%);
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media (max-width: 950px) {
  .p-hbnHistory::before {
    height: 204px;
  }
}

/* ----- specification section ----- */
.p-hbnSpecification {
  padding: 81px 0 192px;
}
@media (max-width: 950px) {
  .p-hbnSpecification {
    padding: 47px min(6.2%, 48.4px) 81px min(8.65%, 67.5px);
    width: 100%;
    max-width: 781px;
  }
}
.p-hbnSpecification h2 {
  opacity: 0.5;
}
.p-hbnSpecification__content {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 950px) {
  .p-hbnSpecification__content {
    margin-top: 32px;
    flex-direction: column-reverse;
    align-items: center;
    gap: 42px;
  }
}
.p-hbnSpecification__txt {
  flex: 1;
}
@media (max-width: 950px) {
  .p-hbnSpecification__txt {
    width: 100%;
    flex: unset;
  }
}
.p-hbnSpecification__txt p,
.p-hbnSpecification__txt dl {
  font-family: "Inter", sans-serif;
  color: #040000;
  font-size: 1.3rem;
  line-height: 1.38;
}
.p-hbnSpecification__txt dl {
  margin-top: 28px;
}
.p-hbnSpecification__txt dl > div {
  display: flex;
  gap: 12px;
}
.p-hbnSpecification__txt dl > div + div {
  margin-top: 10.3px;
}
.p-hbnSpecification__txt dl dt {
  width: 25.9%;
}
@media (max-width: 950px) {
  .p-hbnSpecification__txt dl dt {
    width: 29.7%;
    max-width: 14rem;
  }
}
.p-hbnSpecification__txt dl dd {
  flex: 1;
}
.p-hbnSpecification__txt dl span {
  font-size: 1rem;
  line-height: 1.8;
}
.p-hbnSpecification figure {
  margin-top: 70px;
  width: 50%;
}
@media (max-width: 950px) {
  .p-hbnSpecification figure {
    margin: 0;
    width: 101.7%;
    max-width: 546px;
    transform: translateX(-6px);
  }
}

/* ----- contact section ----- */
.p-hbnContact {
  padding-bottom: 57.1px;
  background: url("../images/contact_bg.jpg") top left/100% 100% no-repeat;
  position: relative;
}
@media (max-width: 950px) {
  .p-hbnContact {
    padding-bottom: 53px;
  }
}
.p-hbnContact h2 {
  font-family: "D-DinPro", sans-serif;
  color: #fff;
  font-size: 7.48rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  transform: translate(-10px, -11px);
}
@media (max-width: 950px) {
  .p-hbnContact h2 {
    font-size: 5.23rem;
    letter-spacing: 0.13em;
    transform: translate(-3px, -8px);
  }
}
.p-hbnContact__button {
  margin-top: -19px;
}
@media (max-width: 950px) {
  .p-hbnContact__button {
    margin-top: 7px;
  }
}
.p-hbnContact__button p {
  gap: 14.9px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbnContact__button p {
    padding-right: 23px;
    gap: 22px;
    font-size: 1.04rem;
  }
}
.p-hbnContact__button p::before {
  width: 100px;
  background-color: #fff;
}
@media (max-width: 950px) {
  .p-hbnContact__button p::before {
    max-width: 188px;
  }
}

/* ----- JS animation ----- */
.u-animation--opacity, .js-hbnFv_btn, .js-hbnFv_txt, .js-hbnFv_product, .js-hbnFv_bg {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.u-animation--opacity.is-appeared, .is-appeared.js-hbnFv_btn, .is-appeared.js-hbnFv_txt, .is-appeared.js-hbnFv_product, .is-appeared.js-hbnFv_bg {
  opacity: 1;
}

.u-animation--opacity0, .js-hbnTarget.-history > *, .js-hbnTarget.-history, .js-hbnTarget.-service > li, .js-hbnTarget.-desc > li, .js-hbnTarget.-txt {
  opacity: 0;
  transition: opacity 1s 0.4s ease-in-out;
}

.u-animation--opacity1, .js-hbnTarget.-history.is-appeared > *, .js-hbnTarget.-history.is-appeared, .js-hbnTarget.-service.is-appeared > li, .js-hbnTarget.-desc.is-appeared > li, .js-hbnTarget.-txt.is-appeared {
  opacity: 1;
}

.js-hbnFv_bg {
  opacity: 0.01;
  transition-delay: 0.2s;
}

.js-hbnFv_product {
  transition-delay: 1.6s;
}

.js-hbnFv_txt {
  transition-delay: 2.8s;
}

.js-hbnFv_btn {
  transition-delay: 3.4s;
}

.js-hbnTarget.-desc > li:nth-child(1) {
  transition-delay: calc(0.4s + 0.2s * (1 - 1));
}
.js-hbnTarget.-desc > li:nth-child(2) {
  transition-delay: calc(0.4s + 0.2s * (2 - 1));
}
.js-hbnTarget.-desc > li:nth-child(3) {
  transition-delay: calc(0.4s + 0.2s * (3 - 1));
}
.js-hbnTarget.-desc > li:nth-child(4) {
  transition-delay: calc(0.4s + 0.2s * (4 - 1));
}
.js-hbnTarget.-desc > li:nth-child(5) {
  transition-delay: calc(0.4s + 0.2s * (5 - 1));
}
.js-hbnTarget.-desc > li:nth-child(6) {
  transition-delay: calc(0.4s + 0.2s * (6 - 1));
}
.js-hbnTarget.-desc > li:nth-child(7) {
  transition-delay: calc(0.4s + 0.2s * (7 - 1));
}
.js-hbnTarget.-desc > li:nth-child(8) {
  transition-delay: calc(0.4s + 0.2s * (8 - 1));
}
.js-hbnTarget.-desc > li:nth-child(9) {
  transition-delay: calc(0.4s + 0.2s * (9 - 1));
}
.js-hbnTarget.-desc > li:nth-child(10) {
  transition-delay: calc(0.4s + 0.2s * (10 - 1));
}
.js-hbnTarget.-service > li:nth-child(1) {
  transition-delay: calc(0.4s + 0.4s * (1 - 1));
}
.js-hbnTarget.-service > li:nth-child(2) {
  transition-delay: calc(0.4s + 0.4s * (2 - 1));
}
.js-hbnTarget.-service > li:nth-child(3) {
  transition-delay: calc(0.4s + 0.4s * (3 - 1));
}
.js-hbnTarget.-history > * {
  transition-delay: 1.2s;
}
.js-hbnTarget.-history.is-appeared > h2 {
  opacity: 0.8;
}

/* ----- WordPress用スタイル上書き ----- */
.l-header,
.c-slidebar-menu {
  line-height: 1.8;
  letter-spacing: 0.8px;
}

.l-header__logo {
  width: 13.4rem;
}

.c-slidebar-menu ul li a,
.c-slidebar-menu ul li span {
  font-size: 2rem;
}

@media (max-width: 950px) {
  .l-main {
    padding-top: 55px;
  }
  .c-slidebar-menu ul li a,
.c-slidebar-menu ul li span {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=style.css.map */