.main .solution__link:before, .main .solution__lead .sectitle--ja .is-large, .main .integrate__lead-text .sectitle--ja .is-large, .main .info--pickup__title, .main .hero__scrl {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

@-webkit-keyframes ticker {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes ticker {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.main .about-integrate__wrap {
  position: relative;
  margin: 0 auto;
  width: 17.6rem;
  max-width: 92vw;
  overflow: hidden;
  z-index: 0;
  padding-bottom: 3rem;
  background: #F6F9FB;
}
@media screen and (max-width: 750px) {
  .main .about-integrate__wrap {
    width: auto;
    max-width: auto;
    margin: 0 0.4rem;
    padding-bottom: 0.8rem;
  }
}
.main .about-integrate__wrap:before {
  width: 7rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  left: -5.4rem;
  top: 4rem;
  background: #F6F9FB;
  border-radius: 50%;
  content: "";
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 750px) {
  .main .about-integrate__wrap:before {
    width: 6.8rem;
    left: -5rem;
    top: 4.2rem;
  }
}
.main .about-integrate__wrap:after {
  width: 3.2rem;
  aspect-ratio: 320/250;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #D0002A;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 0.6rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 0.6rem) 100%, 0% 100%);
  content: "";
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .main .about-integrate__wrap:after {
    width: 1.6rem;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 0.4rem) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 0.4rem) 100%, 0% 100%);
  }
}
.main .hero {
  position: relative;
}
.main .hero__image img {
  width: 100%;
}
.main .hero__catch {
  font-size: 0.54rem;
  font-weight: 700;
  position: absolute;
  left: 0.4rem;
  bottom: 0.9rem;
}
@media screen and (max-width: 750px) {
  .main .hero__catch {
    font-size: 0.43rem;
    left: 0;
    bottom: 2.3rem;
  }
}
.main .hero__catch-line {
  line-height: 1;
  background: #FFF;
  padding: 0.25rem 0.1rem 0.3rem 0.4rem;
  display: inline-block;
  margin-top: 0.15rem;
}
@media screen and (max-width: 750px) {
  .main .hero__catch-line {
    padding: 0.2rem 0.1rem 0.25rem 0.3rem;
  }
}
.main .hero__catch-line span {
  color: #D0002A;
}
.main .hero__scrl {
  font-size: 0.14rem;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  color: #FFF;
  position: absolute;
  right: 0.4rem;
  bottom: 0.6rem;
  line-height: 1;
  padding-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .main .hero__scrl {
    right: 0.2rem;
    bottom: 2.1rem;
  }
}
.main .hero__scrl:before {
  width: 0.08rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  transform: translate(-50%, 0%);
  background: #FFF;
  border-radius: 50%;
  content: "";
  -webkit-animation: scrollDot 2s linear infinite;
          animation: scrollDot 2s linear infinite;
}
@-webkit-keyframes scrollDot {
  0% {
    bottom: 0.8rem;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    bottom: -0.05rem;
    opacity: 0;
  }
}
@keyframes scrollDot {
  0% {
    bottom: 0.8rem;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    bottom: -0.05rem;
    opacity: 0;
  }
}
.main .hero__scrl:after {
  width: 1px;
  height: 0.8rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  background: #FFF;
  margin-top: 0.2rem;
  content: "";
}
.main .info--pickup {
  position: relative;
  padding: 1.5rem 0;
}
@media screen and (max-width: 750px) {
  .main .info--pickup {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 751px) {
  .main .info--pickup .wrap {
    display: grid;
    grid-template-columns: auto 8rem;
    position: relative;
    gap: 0 15%;
    justify-content: start;
    width: 15.2rem;
    max-width: 79vw;
    margin: 0 auto;
  }
}
.main .info--pickup .wrap:before, .main .info--pickup .wrap:after {
  display: block;
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1;
  content: "";
}
.main .info--pickup .wrap:before {
  width: 1.46rem;
  top: 0;
  right: -2.7rem;
  background: linear-gradient(223.86deg, #EC1742 7.34%, #B30024 86.12%);
}
@media screen and (max-width: 750px) {
  .main .info--pickup .wrap:before {
    width: 1rem;
    top: auto;
    bottom: -0.4rem;
    right: -0.1rem;
  }
}
.main .info--pickup .wrap:after {
  width: 0.46rem;
  top: 1.6rem;
  right: -1.4rem;
  border: 2px solid #D0002A;
}
@media screen and (max-width: 750px) {
  .main .info--pickup .wrap:after {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .main .info--pickup__titlewrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 750px) {
  .main .info--pickup__titlewrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.6rem;
  }
}
.main .info--pickup__title {
  color: #D0002A;
  font-size: 0.32rem;
  letter-spacing: 0.05em;
}
.main .info--pickup__link {
  text-align: right;
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .info--pickup__link {
    margin: 0;
  }
}
.main .info--all {
  position: relative;
  padding: 1rem 0 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .info--all {
    padding: 1rem 0;
    margin-top: 0;
  }
}
.main .info--all:before {
  display: block;
  position: absolute;
  content: "";
}
@media screen and (min-width: 751px) {
  .main .info--all:before {
    min-width: 3.25rem;
    width: calc(50vw - 6.4rem);
    height: 5.3rem;
    background: #D0002A;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 1.6rem) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 1.6rem) 100%, 0% 100%);
    z-index: -1;
  }
}
@media screen and (max-width: 750px) {
  .main .info--all:before {
    width: 0.8rem;
    aspect-ratio: 1;
    top: 0.2rem;
    right: 0.2rem;
    background: radial-gradient(#D0002A 1px, transparent 2px) left top/0.17rem 0.17rem repeat;
  }
}
.main .info--all .info__items:before {
  width: 100%;
  display: block;
  border-bottom: 2px dotted #E3E3E3;
  content: "";
}
@media screen and (min-width: 751px) {
  .main .info--all .wrap {
    width: 16rem;
    max-width: calc(100vw - 3.2rem);
  }
}
.main .info--all .sectitle {
  margin-bottom: 0.7rem;
}
.main .info--all .sectitle--en {
  margin-bottom: 0.1rem;
}
.main .info--all__inner {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 751px) {
  .main .info--all__inner {
    padding: 0.8rem 0 0 0.8rem;
    display: grid;
    grid-template-columns: auto 70%;
  }
}
.main .info--all__inner:before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  content: "";
  z-index: -2;
}
.main .info--all__inner:after {
  width: 13.5rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  right: -9.8rem;
  top: 3.7rem;
  background: #F6F9FB;
  border-radius: 50%;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .main .info--all__inner:after {
    width: 7.4rem;
    right: -4.6rem;
    top: 8.5rem;
  }
}
.main .info--all__link {
  text-align: right;
  margin-top: 0.5rem;
}
.main .about {
  padding: 1rem 1.2rem 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .about {
    padding: 1rem 0.6rem 0;
  }
}
.main .about:before {
  width: auto;
  height: 100%;
  aspect-ratio: 420/860;
  background: #D0002A;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(calc(100% - 2rem) 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(calc(100% - 2rem) 0, 100% 0, 100% 100%, 0% 100%);
  content: "";
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .main .about:before {
    width: 1.6rem;
    height: auto;
    aspect-ratio: 160/550;
    top: auto;
    bottom: 0;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
}
@media screen and (min-width: 751px) {
  .main .about__lead {
    display: grid;
    grid-template-columns: 5.2rem min(8rem, 35.5vw);
    grid-template-columns: auto 54%;
    gap: 0.8rem;
    justify-content: space-between;
  }
}
.main .about__lead-text {
  padding-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .about__lead-text {
    padding: 0;
  }
}
.main .about__lead p {
  margin-top: 0.5rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .main .about__lead-images {
    width: 3.5rem;
    margin: -0.5rem -0.4rem 0 auto;
  }
}
.main .about__lead-image img {
  width: 100%;
  display: block;
}
.main .about__lead-image--01 {
  width: 80%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 750px) {
  .main .about__lead-image--01 {
    width: 70%;
  }
}
.main .about__lead-image--02 {
  width: 40%;
  margin: -30% 0 0;
}
@media screen and (max-width: 750px) {
  .main .about__lead-image--02 {
    margin-top: -15%;
  }
}
.main .about__lead-link {
  margin-top: 0.7rem;
}
.main .integrate {
  padding: 0.5rem 1.2rem 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .integrate {
    padding: 1rem 0.6rem 0;
  }
}
.main .integrate:before {
  width: 2.7rem;
  aspect-ratio: 520/210;
  display: block;
  position: absolute;
  top: min(98%, 5.7rem);
  right: min(8%, 1.8rem);
  background: url(../../imgs/top/img_integrate02.png) center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .integrate:before {
    width: 2rem;
    top: auto;
    bottom: -0.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .integrate__lead {
    display: grid;
    grid-template-columns: 50% auto;
    gap: 0.6rem;
    grid-template-areas: "image text";
    justify-content: center;
  }
}
.main .integrate__lead-text {
  padding-top: 0.5rem;
  grid-area: text;
  position: relative;
  place-content: start;
}
@media screen and (max-width: 750px) {
  .main .integrate__lead-text {
    padding: 0;
  }
}
.main .integrate__lead-text .sectitle--ja .is-color {
  color: #D0002A;
}
.main .integrate__lead-text .sectitle--ja .is-large {
  font-weight: 700;
  font-size: 140%;
  position: relative;
  bottom: -0.02rem;
  margin-right: 0.03rem;
}
.main .integrate__lead p {
  margin-top: 0.5rem;
  letter-spacing: 0.04em;
}
.main .integrate__lead-image {
  grid-area: image;
  width: min(100%, 8rem);
}
@media screen and (max-width: 750px) {
  .main .integrate__lead-image {
    width: auto;
    margin: 0 -0.55rem;
  }
}
.main .integrate__lead-link {
  margin-top: 0.7rem;
}
@media screen and (max-width: 750px) {
  .main .integrate__lead-link {
    text-align: right;
    margin-top: 0.5rem;
  }
}
.main .solution {
  position: relative;
  z-index: 0;
  margin: -1.5rem auto 0;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .solution {
    margin: 0;
    padding: 1rem 0;
  }
}
@media screen and (min-width: 751px) {
  .main .solution:before {
    width: 100%;
    width: 16rem;
    max-width: 83vw;
    height: calc(100% - 0.8rem);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF;
    content: "";
    z-index: -1;
  }
}
@media screen and (min-width: 751px) {
  .main .solution:after {
    width: 3.2rem;
    width: calc(50vw - 5rem);
    height: 2.5rem;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #D0002A;
    -webkit-clip-path: polygon(0.6rem 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0.6rem 0, 100% 0, 100% 100%, 0% 100%);
    content: "";
    z-index: -2;
  }
}
@media screen and (min-width: 751px) {
  .main .solution .wrap {
    margin-top: -1.5rem;
    width: 16rem;
    max-width: 83vw;
    box-sizing: border-box;
    padding: 0.8rem;
  }
}
@media screen and (min-width: 751px) {
  .main .solution__lead {
    display: grid;
    grid-template-columns: 5.5rem auto;
    gap: 0.2rem;
    justify-content: space-between;
  }
}
.main .solution__lead .sectitle--ja .is-color {
  color: #D0002A;
}
.main .solution__lead .sectitle--ja .is-large {
  font-weight: 700;
  font-size: 140%;
  position: relative;
  bottom: -0.02rem;
  margin-right: 0.03rem;
}
@media screen and (max-width: 750px) {
  .main .solution__lead-text {
    padding-top: 0.5rem;
  }
}
.main .solution__link {
  counter-increment: num;
  position: relative;
}
.main .solution__links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
  margin-top: 0.7rem;
}
@media screen and (max-width: 750px) {
  .main .solution__links {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0.5rem;
  }
}
.main .solution__link:before {
  content: counter(num, decimal-leading-zero);
  line-height: 1;
  color: #FFF;
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  font-size: 0.24rem;
}
.main .solution__link-text {
  font-weight: 700;
  text-align: center;
  margin-top: 0.1rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .main .solution__link-text {
    margin-top: 0.15rem;
    font-size: 0.19rem;
  }
}
.main .solution__link[target=_blank] .solution__link-text::after {
  display: inline-block;
  width: 0.8em;
  aspect-ratio: 1;
  background: url(../../imgs/common/ico-ext01.svg) center/contain no-repeat;
  margin: 0 0 -0.07em 0.5em;
  content: "";
}
.main .solution__btn {
  margin-top: 0.7rem;
}
.main .solution__btn a {
  background: #D0002A;
  color: #FFF;
  display: block;
  width: 3.7rem;
  height: 0.7rem;
  border-radius: 0.7rem;
  place-content: center;
  padding: 0 0.2rem;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .main .solution__btn a {
    width: 4.5rem;
    height: 0.9rem;
  }
}
.main .solution__btn a:after {
  display: inline-block;
  width: 0.8em;
  aspect-ratio: 1;
  background: url(../../imgs/common/ico-ext01_w.svg) center/contain no-repeat;
  margin: 0 0 -0.07em 1em;
  content: "";
}
.main .business {
  position: relative;
  padding: 1rem 0;
}
@media screen and (max-width: 750px) {
  .main .business {
    background: url(../../imgs/top/bg_business01_sp.png) top center/cover no-repeat;
  }
}
@media screen and (min-width: 751px) {
  .main .business:before {
    width: 54vw;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 0.6rem);
    background: url(../../imgs/top/bg_business01.png) top right/cover no-repeat;
    content: "";
    z-index: -1;
  }
}
@media screen and (min-width: 751px) {
  .main .business .wrap {
    width: 13.8rem;
  }
}
@media screen and (min-width: 751px) {
  .main .business__lead {
    display: grid;
    grid-template-areas: "image text";
    grid-template-columns: 6.8rem 5.5rem;
    justify-content: space-between;
  }
}
.main .business__lead-text {
  grid-area: text;
  place-content: center;
  position: relative;
}
.main .business__lead-text:before {
  width: 1.2rem;
  aspect-ratio: 240/294;
  display: block;
  position: absolute;
  bottom: 0;
  right: -0.7rem;
  background: url(../../imgs/top/img_business05.png) center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .business__lead-text:before {
    bottom: auto;
    top: -0.2rem;
    right: 0;
  }
}
.main .business__lead-text .sectitle--en, .main .business__lead-text .sectitle--ja {
  color: #FFF;
}
@media screen and (max-width: 750px) {
  .main .business__lead-text .sectitle--ja {
    font-size: 0.32rem;
  }
}
.main .business__lead-text p {
  color: #FFF;
  margin-top: 0.5rem;
}
.main .business__lead-link {
  color: #FFF;
  margin-top: 0.7rem;
}
@media screen and (max-width: 750px) {
  .main .business__lead-link {
    text-align: center;
    margin-top: 1rem;
  }
}
.main .business__lead-link a:after {
  border-color: currentColor;
}
.main .business__lead-image {
  position: relative;
  outline: 1px solid #FFF;
  outline-offset: 0.6rem;
  border-radius: 50%;
}
.main .business__lead-images {
  grid-area: image;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .business__lead-images {
    gap: 0.2rem;
    margin-top: 1rem;
  }
}
.main .business__lead-images > * {
  transform: scale(0);
  transition: transform 0.6s;
}
.main .business__lead-images > *:nth-child(1) {
  transition-delay: 0.2s;
}
.main .business__lead-images > *:nth-child(2) {
  transition-delay: 0.4s;
}
.main .business__lead-images > *:nth-child(3) {
  transition-delay: 0.6s;
}
.main .business__lead-images > *:nth-child(4) {
  transition-delay: 0.8s;
}
.main .business__lead-images > *:nth-child(5) {
  transition-delay: 1s;
}
.main .business__lead-images > *:nth-child(6) {
  transition-delay: 1.2s;
}
.main .business__lead-images > *:nth-child(7) {
  transition-delay: 1.4s;
}
.main .business__lead-images > *:nth-child(8) {
  transition-delay: 1.6s;
}
.main .business__lead-images > *:nth-child(9) {
  transition-delay: 1.8s;
}
.main .business__lead-images > *:nth-child(10) {
  transition-delay: 2s;
}
.main .business__lead-images.is-active > * {
  transform: scale(1);
}
@media screen and (max-width: 750px) {
  .main .business__lead-image {
    outline-offset: 0.35rem;
  }
}
.main .business__lead-image:before {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 1.8rem #EAF1F6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: -5;
}/*# sourceMappingURL=unique.css.map */