@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/D-DIN-PRO-600-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "D-DinPro";
  src: url("../fonts/d_din_pro/D-DIN-PRO-700-Bold.otf") format("opentype");
}
/* ----- base ----- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

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-style: normal;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

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

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

/* c-breadcrumb */
.c-breadcrumb {
  margin-left: 3.9%;
  position: relative;
}
@media (max-width: 768px) {
  .c-breadcrumb {
    margin-left: 6.1%;
  }
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
}
.c-breadcrumb__item {
  color: #4a474c;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .c-breadcrumb__item {
    font-size: 0.9rem;
    line-height: 2.3;
  }
}
.c-breadcrumb__item:not(:first-child)::before {
  content: "";
  margin: 0 14px;
  display: inline-block;
  width: 5px;
  height: 2.1rem;
  background-color: #4a474c;
  -webkit-mask: url("../../assets/images/global/breadcrumb-sep.svg") center/contain no-repeat;
          mask: url("../../assets/images/global/breadcrumb-sep.svg") center/contain no-repeat;
  vertical-align: middle;
}
.c-breadcrumb__item--current[aria-current=page] {
  opacity: 1;
}
.c-breadcrumb__item--current[aria-current=page]::before {
  background-color: #E60012;
}
.c-breadcrumb__link {
  display: inline-block;
}
.c-breadcrumb.-white li {
  color: #fff;
}
.c-breadcrumb.-white li:not(:first-child)::before {
  background-color: #fff;
}
.c-breadcrumb.-white li[aria-current=page]::before {
  background-color: #E60012;
}

/* c-back */
.c-back {
  margin: 0 auto;
  padding: 80px 0 130px;
  width: 89.1%;
  max-width: 1283px;
  position: relative;
}
@media (max-width: 768px) {
  .c-back {
    padding: 80px 0 40px;
  }
}
.c-back__link {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 4.4;
  letter-spacing: 0.16rem;
  color: #4a474c;
  text-decoration: none;
}
@media (max-width: 768px) {
  .c-back__link {
    width: 87.8%;
    gap: 16px;
    font-size: 1.4rem;
    line-height: 2.6;
    letter-spacing: 0.1em;
  }
}
.c-back__arrow {
  width: 21px;
  height: 8px;
  background-color: #4A474C;
  -webkit-mask: url("../../assets/images/global/arrow-back.svg") center/contain no-repeat;
          mask: url("../../assets/images/global/arrow-back.svg") center/contain no-repeat;
  transition: transform 0.3s ease;
}
.c-back__link:hover .c-back__arrow {
  transform: translateX(-7px);
}

*: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 ----- */
.img, .c-img--serviceLogo, .c-img--algo, .c-img--logo {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-img--logo {
  width: 88.7%;
  height: auto;
  max-width: 998px;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-49.2%);
}
@media (max-width: 950px) {
  .c-img--logo {
    width: 520.2px;
    top: 301.4px;
    right: -235.4px;
    left: unset;
    transform: rotate(-90deg);
  }
}
.c-img--logo path {
  vector-effect: non-scaling-stroke;
}

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

.c-img--serviceLogo {
  width: 64.5vw;
  max-width: 928.6px;
  aspect-ratio: 1394/245;
  background-image: url("../images/mitsufuji03/service_logo.svg");
  position: absolute;
  right: 102.7px;
  bottom: 0;
  transform: translateY(65%);
}
@media (max-width: 950px) {
  .c-img--serviceLogo {
    min-width: 430px;
    right: -4px;
    transform: translateY(65.8%);
  }
}

/* ----- button component ----- */
.button, .c-m03Button, .c-m03button--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-m03Button span, .c-m03button--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-m03Button span svg, .c-m03button--cta span svg {
  width: 11px;
  height: auto;
  display: block;
  transition: translate 0.3s ease-out;
}
@media (max-width: 950px) {
  .button span svg, .c-m03Button span svg, .c-m03button--cta span svg {
    width: 8px;
  }
}
.button span svg path, .c-m03Button span svg path, .c-m03button--cta span svg path {
  transition: stroke 0.3s ease-out;
}
.button:hover span svg, .c-m03Button:hover span svg, .c-m03button--cta:hover span svg {
  translate: 4px 4px;
}

.c-m03button--cta {
  gap: 18px;
  position: fixed;
  bottom: 48px;
  right: 83.5px;
  z-index: 5;
  color: #040000;
}
@media (max-width: 950px) {
  .c-m03button--cta {
    gap: 9.5px;
    bottom: 37px;
    right: 21px;
    color: #3D3D3D;
    font-size: 1.16rem;
  }
}
.c-m03button--cta span {
  background-color: #040000;
  position: relative;
}
@media (max-width: 950px) {
  .c-m03button--cta span {
    width: 37.5px;
    background-color: #3F3B3A;
  }
}
.c-m03button--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-m03button--cta:hover span {
  background-color: transparent;
}
.c-m03button--cta:hover span svg path {
  stroke: #B3B3B3;
}
.c-m03button--cta:hover span::before {
  opacity: 1;
}

.c-m03Button {
  padding: 8.8px 10.7px 7.6px 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-m03Button {
    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-m03Button span {
  border: solid 1px #5E5E6C;
}
@media (max-width: 950px) {
  .c-m03Button span {
    width: 33.4px;
    border: 1px solid rgba(94, 94, 108, 0.65);
  }
}
@media (max-width: 950px) {
  .c-m03Button span svg {
    width: 7px;
  }
}
.c-m03Button span svg path {
  stroke: #5E5E6C;
}
@media (max-width: 950px) {
  .c-m03Button.-contact {
    padding-left: 25px;
  }
}
.c-m03Button.-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-m03Button.-history::before {
    border-radius: 22px;
  }
}
.c-m03Button:hover {
  opacity: 1;
}
.c-m03Button:hover span svg path {
  stroke: #fff;
}
.c-m03Button:hover.-history {
  background-color: transparent;
  color: #fff;
}
.c-m03Button:hover.-history span {
  border-color: #fff;
}
.c-m03Button:hover.-history::before {
  opacity: 1;
}
.c-m03Button:hover.-contact span {
  border-width: 0;
  background-color: #3F3B3A;
}

/* ----- icon component ----- */
.c-icon {
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 950px) {
  .c-icon {
    width: 40%;
  }
}
.c-icon.-time {
  background-image: url("../images/mitsufuji03/icon/icon-time.png");
}
.c-icon.-algorithm {
  background-image: url("../images/mitsufuji03/icon/icon-algorithm.png");
}
.c-icon.-steps {
  background-image: url("../images/mitsufuji03/icon/icon-steps.png");
}
.c-icon.-attaching {
  background-image: url("../images/mitsufuji03/icon/icon-attaching.png");
}
.c-icon.-vibration {
  background-image: url("../images/mitsufuji03/icon/icon-vibration.png");
}
.c-icon.-lte {
  background-image: url("../images/mitsufuji03/icon/icon-lte.png");
}
.c-icon.-cloud {
  background-image: url("../images/mitsufuji03/icon/icon-cloud.png");
}
.c-icon.-management {
  background-image: url("../images/mitsufuji03/icon/icon-management.png");
}
.c-icon.-fall {
  background-image: url("../images/mitsufuji03/icon/icon-fall.png");
}
.c-icon.-stress {
  background-image: url("../images/mitsufuji03/icon/icon-stress.png");
}
.c-icon.-condition {
  background-image: url("../images/mitsufuji03/icon/icon-condition.png");
}
.c-icon.-concentration {
  background-image: url("../images/mitsufuji03/icon/icon-concentration.png");
}
.c-icon.-analysis {
  background-image: url("../images/mitsufuji03/icon/icon-analysis.png");
}
.c-icon.-gps {
  background-image: url("../images/mitsufuji03/icon/icon-gps.png");
}
.c-icon.-attendance {
  background-image: url("../images/mitsufuji03/icon/icon-attendance.png");
}
.c-icon.-sos {
  background-image: url("../images/mitsufuji03/icon/icon-sos.png");
}

/* ----- text component ----- */
.c-m03SecTitle {
  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-m03SecTitle {
    line-height: 1.47;
    letter-spacing: 0.16em;
  }
}
.c-m03SecTitle br {
  display: none;
}
@media (max-width: 950px) {
  .c-m03SecTitle 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;
  }
}

/* ----- layout ----- */
.l-main {
  padding-top: 154px;
}
@media (max-width: 950px) {
  .l-main {
    padding-top: 130px;
  }
}
@media (max-width: 768px) {
  .l-main {
    margin-top: 64px;
    padding-top: 24px;
  }
}

/* ----- first view ----- */
.p-m03Fv {
  padding-top: 63px;
  padding-bottom: 101px;
  width: 100%;
  height: 922px;
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 950px) {
  .p-m03Fv {
    padding-top: 55px;
    padding-bottom: 106px;
    height: 811px;
  }
}
.p-m03Fv::before, .p-m03Fv::after {
  content: "";
  height: auto;
  aspect-ratio: 1338/872;
  background: url("../images/mitsufuji03/fv_bg_light.png") center/contain no-repeat;
  display: block;
  position: absolute;
  mix-blend-mode: screen;
  pointer-events: none;
}
@media (max-width: 950px) {
  .p-m03Fv::before, .p-m03Fv::after {
    display: none;
  }
}
.p-m03Fv::before {
  width: 61.9%;
  bottom: 36.4px;
  left: -387.8px;
  z-index: 1;
  transform: rotate(-131deg);
}
.p-m03Fv::after {
  width: 54.7%;
  top: 28.2px;
  left: -105.4px;
  transform: rotate(157deg);
}
.p-m03Fv__scroll {
  flex: 1;
  position: relative;
}
.p-m03Fv__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-m03Fv__scroll p {
    bottom: 31px;
    left: 15px;
    font-size: 0.89rem;
  }
}
.p-m03Fv__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-m03Fv__scroll p span {
    opacity: 1;
    -webkit-animation: unset;
            animation: unset;
  }
}
.p-m03Fv__scroll p span:nth-child(1) {
  -webkit-animation-name: scroll-1;
          animation-name: scroll-1;
}
.p-m03Fv__scroll p span:nth-child(2) {
  -webkit-animation-name: scroll-2;
          animation-name: scroll-2;
}
.p-m03Fv__scroll p span:nth-child(3) {
  -webkit-animation-name: scroll-3;
          animation-name: scroll-3;
}
.p-m03Fv__scroll p span:nth-child(4) {
  -webkit-animation-name: scroll-4;
          animation-name: scroll-4;
}
.p-m03Fv__scroll p span:nth-child(5) {
  -webkit-animation-name: scroll-5;
          animation-name: scroll-5;
}
.p-m03Fv__scroll p span:nth-child(6) {
  -webkit-animation-name: scroll-6;
          animation-name: scroll-6;
}
.p-m03Fv__scroll p::before, .p-m03Fv__scroll p::after {
  content: "";
  width: 103px;
  display: none;
  position: absolute;
  left: 0;
}
@media (max-width: 950px) {
  .p-m03Fv__scroll p::before, .p-m03Fv__scroll p::after {
    display: block;
  }
}
.p-m03Fv__scroll p::before {
  height: 1px;
  background-color: #000;
  bottom: 1px;
  opacity: 0.4;
}
.p-m03Fv__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-m03Fv__scroll svg {
  position: absolute;
  top: 4px;
  left: 105px;
}
@media (max-width: 950px) {
  .p-m03Fv__scroll svg {
    display: none;
  }
}
.p-m03Fv__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-m03Fv__mv {
  width: 78.1%;
  height: 100%;
  position: relative;
}
@media (max-width: 950px) {
  .p-m03Fv__mv {
    width: 86%;
  }
}
.p-m03Fv__mv::after {
  content: "";
  width: 79.2%;
  height: auto;
  aspect-ratio: 1338/872;
  background: url("../images/mitsufuji03/fv_bg_light.png") center/contain no-repeat;
  display: block;
  position: absolute;
  bottom: 227.2px;
  right: -40%;
  transform: rotate(-124deg);
  mix-blend-mode: screen;
  pointer-events: none;
}
@media (max-width: 950px) {
  .p-m03Fv__mv::after {
    width: 145%;
    height: auto;
    aspect-ratio: 489/375;
    background-size: 100% 100%;
    top: 18.7px;
    bottom: unset;
    right: -87%;
    transform: rotate(-105.6deg);
  }
}
.p-m03Fv__bg {
  width: 100%;
  height: 100%;
  background: url("../images/mitsufuji03/fv_bg-pc.jpg") top left/cover no-repeat;
  position: relative;
}
@media (max-width: 950px) {
  .p-m03Fv__bg {
    background-image: url("../images/mitsufuji03/fv_bg-sp.jpg");
  }
}
.p-m03Fv__bg::after {
  content: "";
  width: 100%;
  height: 138px;
  background: linear-gradient(#fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}
@media (max-width: 950px) {
  .p-m03Fv__bg::after {
    height: 159px;
    opacity: 1;
  }
}
.p-m03Fv__product {
  width: 696px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-182.5px);
}
@media (max-width: 950px) {
  .p-m03Fv__product {
    margin-inline: auto;
    width: 451.6px;
    max-width: unset;
    top: 154px;
    transform: translateX(-50%);
  }
}
.p-m03Fv__product img {
  width: 100%;
  position: relative;
}
.p-m03Fv__product::before {
  content: "";
  width: 1204.4px;
  height: 1270.9px;
  background: radial-gradient(closest-side, #FFF 18%, rgba(255, 255, 255, 0.67) 44%, rgba(255, 255, 255, 0.3) 77%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: -227px;
  left: -196px;
  transform: rotate(-27.6deg);
  pointer-events: none;
}
@media (max-width: 950px) {
  .p-m03Fv__product::before {
    width: 491.1px;
    height: 518.2px;
    background: radial-gradient(closest-side, rgba(255, 255, 255, 0.5) 18%, rgba(255, 255, 255, 0.34) 44%, rgba(255, 255, 255, 0.15) 77%, rgba(255, 255, 255, 0) 100%);
    top: -45.6px;
    left: -2.1px;
  }
}
.p-m03Fv__note {
  position: absolute;
  bottom: 40px;
  left: 59px;
  z-index: 1;
}
@media (max-width: 950px) {
  .p-m03Fv__note {
    bottom: 33.5px;
    left: 34.9px;
  }
}
.p-m03Fv__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-m03Fv__note p {
    color: #3D3D3D;
    font-size: 0.82rem;
  }
}
.p-m03Fv__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-m03Fv__note p:first-child::before {
    margin-right: 4.9px;
  }
}
.p-m03Fv__txt {
  padding-left: 7px;
  max-width: unset;
  position: absolute;
  top: 295px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 950px) {
  .p-m03Fv__txt {
    padding-left: 0;
    top: 113px;
  }
}
.p-m03Fv__txt p {
  font-weight: 700;
}
.p-m03Fv__txt--main {
  font-size: 2.71rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-m03Fv__txt--main {
    font-size: 1.53rem;
  }
}
.p-m03Fv__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-m03Fv__txt--small {
    margin-top: 14px;
    font-size: 1.15rem;
  }
}
.p-m03Fv__txt--small span {
  font-size: 73.3%;
  line-height: 1;
  vertical-align: top;
}
.p-m03Fv__txt h1 {
  margin-top: 26px;
  font-size: 0;
}
@media (max-width: 950px) {
  .p-m03Fv__txt h1 {
    margin-top: 17px;
  }
}
.p-m03Fv__txt h1 > img {
  width: 501.3px;
}
@media (max-width: 950px) {
  .p-m03Fv__txt h1 > img {
    width: 240px;
  }
}

@-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-m03Desc {
  padding: 0 0 104px;
  width: 84.7%;
  max-width: 1200px;
  position: relative;
  text-align: center;
}
@media (max-width: 950px) {
  .p-m03Desc {
    padding: 0 0 60px;
    width: 92.4%;
    max-width: 645px;
  }
}
.p-m03Desc > p {
  font-size: 2.28rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-m03Desc > p {
    font-size: clamp(1.25rem, 3.2vw, 1.8rem);
    line-height: 2;
  }
}
.p-m03Desc > p span {
  letter-spacing: 0.1em;
}
@media (max-width: 950px) {
  .p-m03Desc > p span {
    letter-spacing: inherit;
  }
}
.p-m03Desc ul {
  margin-top: 49px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 14.5px;
       column-gap: 14.5px;
  row-gap: 14px;
  flex-wrap: wrap;
}
@media (max-width: 950px) {
  .p-m03Desc ul {
    margin-top: 26px;
    align-items: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 8px;
  }
}
.p-m03Desc__item {
  padding: 21.2px 0 10px;
  width: 125px;
  height: 133px;
  border-radius: 40px;
  border: 1px solid #4F4F4F;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
}
@media (max-width: 950px) {
  .p-m03Desc__item {
    padding: 3.1% 0 2px;
    width: clamp(82px, 19.3vw, 125px);
    height: auto;
    aspect-ratio: 82/77;
    border-radius: 24px;
    border: 1px solid rgba(79, 79, 79, 0.7);
    gap: 3.3px;
  }
}
.p-m03Desc__item p {
  font-family: "Inter", sans-serif;
  font-size: 1.49rem;
  line-height: normal;
}
@media (max-width: 950px) {
  .p-m03Desc__item p {
    font-size: clamp(0.98rem, 2.3vw, 1.49rem);
  }
}
.p-m03Desc__item.-two {
  gap: 4px;
}
@media (max-width: 950px) {
  .p-m03Desc__item.-two {
    padding-top: 9px;
    gap: 0.5px;
  }
}
.p-m03Desc__item.-two p {
  font-size: 1.21rem;
  line-height: 1.5;
}
@media (max-width: 950px) {
  .p-m03Desc__item.-two p {
    font-size: clamp(0.8rem, 1.9vw, 1.21rem);
  }
}
.p-m03Desc__item.-vibration {
  gap: 0;
}
@media (max-width: 950px) {
  .p-m03Desc__item.-vibration {
    padding-top: 8.6px;
  }
}
.p-m03Desc__item.-vibration p {
  font-size: 1.21rem;
}
@media (max-width: 950px) {
  .p-m03Desc__item.-vibration p {
    font-size: clamp(0.8rem, 1.9vw, 1.21rem);
    line-height: 1.3;
  }
}

/* ----- feature section ----- */
.p-m03Feature {
  padding: 89px 0 82px;
  width: 100%;
  background-color: #EEEFF5;
}
@media (max-width: 950px) {
  .p-m03Feature {
    padding: 64px 0 60px;
  }
}
.p-m03Feature h2 {
  padding-left: 75px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-m03Feature h2 {
    padding-left: 41.7px;
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
.p-m03Feature h2::before {
  content: "";
  width: 23px;
  aspect-ratio: 23/41;
  background-color: #E60012;
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 3px;
  transform: skew(-37.5deg);
  transform-origin: bottom left;
}
@media (max-width: 950px) {
  .p-m03Feature h2::before {
    width: 17.5px;
    top: -3px;
    left: -12px;
  }
}
.p-m03Feature__content {
  margin-top: 68px;
  display: flex;
  justify-content: center;
  gap: 14.1%;
}
@media (max-width: 950px) {
  .p-m03Feature__content {
    margin-top: 29.8px;
    flex-direction: column;
    align-items: center;
    gap: 45.3px;
  }
}
.p-m03Feature__txt {
  flex: 1;
}
@media (max-width: 950px) {
  .p-m03Feature__txt {
    margin: 0;
    flex: unset;
  }
}
.p-m03Feature__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-m03Feature__txt--main {
    line-height: 2;
  }
}
.p-m03Feature__txt--main span {
  display: inline-block;
  font-size: 55%;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  vertical-align: text-top;
  transform: translateX(-30%);
}
.p-m03Feature__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-m03Feature__txt--note {
    margin-top: 11px;
    line-height: 2.4;
  }
  .p-m03Feature__txt--note br {
    display: none;
  }
}

/* ----- service section ----- */
.p-m03Service {
  padding-bottom: 142px;
  width: 100%;
  background-color: #8B8C96;
  position: relative;
  color: #fff;
  overflow: clip visible;
}
@media (max-width: 950px) {
  .p-m03Service {
    padding-bottom: 79px;
  }
}
.p-m03Service h2 {
  font-size: 0;
}
.p-m03Service h2 img {
  margin-top: -1px;
  width: 372.5px;
}
@media (max-width: 950px) {
  .p-m03Service h2 img {
    margin: -2px 0 0 -8px;
    width: 236px;
  }
}
.p-m03Service > div > p {
  margin-top: 25.5px;
  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-m03Service > div > p {
    margin: 14px 0 0 -10px;
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    line-height: 2.5;
  }
}
.p-m03Service > div > p::after {
  content: "";
  height: 2px;
  background-color: #fff;
  flex: 1;
}
@media (max-width: 950px) {
  .p-m03Service > div > p::after {
    width: 512px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: calc(100% + 28px);
  }
}
.p-m03Service figure {
  margin-top: 76px;
  text-align: center;
}
@media (max-width: 950px) {
  .p-m03Service figure {
    margin-top: 36px;
  }
}
.p-m03Service figure picture {
  width: 739.4px;
  max-width: 100%;
  display: inline-block;
}
@media (max-width: 950px) {
  .p-m03Service figure picture {
    width: 263px;
    transform: translateX(-19px);
  }
}
.p-m03Service__list {
  margin-top: 31.2px;
  padding-left: 4px;
  font-weight: 700;
}
@media (max-width: 950px) {
  .p-m03Service__list {
    margin-top: 55.8px;
  }
}
.p-m03Service__list li + li {
  margin-top: 40px;
}
@media (max-width: 950px) {
  .p-m03Service__list li + li {
    margin-top: 30px;
  }
}
.p-m03Service__list h3 {
  padding: 0 61px 0 26px;
  min-width: 403px;
  border-top-right-radius: 3.7rem;
  background-color: #3E3E41;
  display: inline-block;
  font-size: 1.9rem;
  line-height: 1.95;
  letter-spacing: 0.2em;
}
@media (max-width: 950px) {
  .p-m03Service__list h3 {
    padding: 0 16.7px 0 min(8%, 26px);
    width: 100%;
    min-width: unset;
    max-width: 36.1rem;
    font-size: 1.4rem;
    line-height: 2.64;
  }
}
.p-m03Service__list li:nth-child(3) > h3 {
  letter-spacing: 0.15em;
}
.p-m03Service__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-m03Service__list p {
    margin-top: 20px;
    font-size: 1.25rem;
    line-height: 2;
  }
}
.p-m03Service::before {
  content: "";
  width: 92.2%;
  max-width: 1328px;
  height: 384px;
  background: url("../images/mitsufuji03/service_bg.png") bottom left/cover no-repeat;
  display: block;
  position: absolute;
  bottom: max(-4.9vw, -71px);
  right: -8.5%;
  z-index: -1;
}
@media (max-width: 950px) {
  .p-m03Service::before {
    width: 94.1%;
    max-width: 735px;
    background-image: url("../images/mitsufuji03/service_bg-sp.png");
    bottom: min(-33px, -5.5vw);
    right: -2.8%;
  }
}

/* ----- history section ----- */
.p-m03History {
  margin-top: 155px;
  padding: 88px 0 141px;
  background: url("../images/mitsufuji03/history_bg.jpg") 50% 78.5%/max(1529px, 100%) no-repeat;
  position: relative;
}
@media (max-width: 950px) {
  .p-m03History {
    margin-top: 91px;
    padding: 36px 0 59px;
    background-position: 43% top;
    background-size: max(1004px, 100%);
  }
}
.p-m03History__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-m03History__content {
    padding: 67px 10.2% 71px;
    width: 89%;
    border-radius: 40px;
  }
}
.p-m03History__content > p {
  margin-top: 34px;
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-m03History__content > p {
    margin-top: 23px;
    font-size: 1.25rem;
    line-height: 2;
  }
}
.p-m03History__button {
  margin-top: 17px;
}
@media (max-width: 950px) {
  .p-m03History__button {
    margin-top: 40px;
  }
}
.p-m03History__button p {
  gap: 20.9px;
  font-family: "Inter", sans-serif;
  color: #252525;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 950px) {
  .p-m03History__button p {
    padding-right: 9.3px;
    gap: 14.7px;
    font-size: 1.04rem;
    letter-spacing: 0.15em;
  }
}
.p-m03History__button p::before {
  width: 93px;
  background-color: #252525;
}
@media (max-width: 950px) {
  .p-m03History__button p::before {
    max-width: 128px;
  }
}
.p-m03History::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-m03History::before {
    height: 204px;
  }
}

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

/* ----- contact section ----- */
.p-m03Contact {
  padding-bottom: 57.1px;
  background: url("../images/mitsufuji03/contact_bg.jpg") top left/100% 100% no-repeat;
  position: relative;
}
@media (max-width: 950px) {
  .p-m03Contact {
    padding-bottom: 48px;
    background: url("../images/mitsufuji03/contact_bg-sp.jpg") top left/cover no-repeat;
  }
}
.p-m03Contact 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-m03Contact h2 {
    font-size: 5.23rem;
    letter-spacing: 0.13em;
    transform: translate(-3px, -8px);
  }
}
.p-m03Contact__button {
  margin-top: -19px;
}
@media (max-width: 950px) {
  .p-m03Contact__button {
    margin-top: 7px;
  }
}
.p-m03Contact__button p {
  gap: 14.9px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-m03Contact__button p {
    padding-right: 23px;
    gap: 22px;
    font-size: 1.04rem;
  }
}
.p-m03Contact__button p::before {
  width: 100px;
  background-color: #fff;
  transform: translateY(-2px);
}
@media (max-width: 950px) {
  .p-m03Contact__button p::before {
    max-width: 188px;
  }
}

/* ----- JS animation ----- */
.u-animation--opacity, .js-m03Fv_btn, .js-m03Fv_txt, .js-m03Fv_product, .js-m03Fv_bg {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.u-animation--opacity.is-appeared, .is-appeared.js-m03Fv_btn, .is-appeared.js-m03Fv_txt, .is-appeared.js-m03Fv_product, .is-appeared.js-m03Fv_bg {
  opacity: 1;
}

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

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

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

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

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

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

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

/* ----- WordPress用スタイル上書き ----- */
#breadcrumb {
  display: none;
}

.l-container {
  max-width: unset;
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=style.css.map */