.main .process__item-step, .main .solution__item a:before {
  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 .solution {
  padding: 1.5rem 0;
  background: linear-gradient(to bottom, transparent 0, transparent 5rem, #F6F9FB 3rem, #F6F9FB 100%);
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .solution {
    padding: 1rem 0;
  }
}
.main .solution:before, .main .solution:after {
  aspect-ratio: 1;
  display: block;
  position: absolute;
  border-radius: 50%;
  content: "";
}
.main .solution:before {
  width: 4rem;
  left: calc(50% - 11.6rem);
  top: 8rem;
  background: #F6F9FB;
  mix-blend-mode: multiply;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .main .solution:before {
    width: 3rem;
    top: -1.5rem;
    left: -1.5rem;
  }
}
.main .solution:after {
  width: 3rem;
  right: calc(50% - 10.4rem);
  bottom: -1.5rem;
  border: 2px solid #CDCDCD;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .main .solution:after {
    right: -2rem;
  }
}
.main .solution .wrap:before {
  width: 0.8rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 10rem;
  left: calc(50% + 7.2rem);
  background: radial-gradient(#D0002A 1px, transparent 2px) left top/0.17rem 0.17rem repeat;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .solution .wrap:before {
    top: 2.3rem;
    left: auto;
    right: 0.2rem;
  }
}
.main .solution .sectitle {
  text-align: center;
}
.main .solution__item {
  background: #FFF;
  counter-increment: num;
}
.main .solution__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  margin: 0.7rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .solution__items {
    grid-template-columns: 1fr;
  }
}
.main .solution__item a {
  display: block;
  padding: 0 0.5rem 0.3rem;
  position: relative;
}
.main .solution__item a:before {
  content: counter(num, decimal-leading-zero);
  line-height: 1;
  color: #FFF;
  position: absolute;
  top: 0.15rem;
  left: 0.15rem;
  font-size: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .solution__item a:before {
    top: 0.1rem;
    left: 0.1rem;
  }
}
.main .solution__item-image {
  margin: 0 -0.5rem 0.3rem;
}
.main .solution__item-title {
  font-size: 0.26rem;
  font-weight: 700;
  line-height: 1.6;
}
.main .solution__item-text {
  margin-top: 0.1rem;
  position: relative;
  padding-right: 0.7rem;
  letter-spacing: 0.1em;
}
.main .solution__item-text:after {
  width: 0.5rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../../imgs/common/ico-arrow01.svg) center/35% auto no-repeat;
  border: 1px solid #D0002A;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .solution__item-text:after {
    width: 0.4rem;
  }
}
.main .solution__btn {
  margin-top: 0.7rem;
}
.main .solution__btn a {
  margin: 0 auto;
}
.main .strengths {
  position: relative;
  padding: 1.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .strengths {
    padding: 1rem 0 0;
  }
}
.main .strengths:before, .main .strengths:after {
  aspect-ratio: 1;
  display: block;
  position: absolute;
  content: "";
}
.main .strengths:before {
  width: 0.8rem;
  top: 2.4rem;
  left: calc(50% - 8rem);
  background: radial-gradient(#D0002A 1px, transparent 2px) left top/0.17rem 0.17rem repeat;
}
@media screen and (max-width: 750px) {
  .main .strengths:before {
    top: 4.5rem;
    left: 0.4rem;
    z-index: -1;
  }
}
.main .strengths:after {
  width: 2rem;
  top: 7rem;
  left: calc(50% - 10rem);
  background: #E3E3E3;
  border-radius: 50%;
  opacity: 0.3;
}
@media screen and (max-width: 750px) {
  .main .strengths:after {
    top: 4.8rem;
    left: -0.8rem;
    z-index: -1;
  }
}
.main .strengths__lead .sectitle {
  text-align: center;
}
.main .strengths__lead-text {
  margin-top: 0.3rem;
  text-align: center;
}
.main .strengths__item {
  padding: 0 0.5rem 0.5rem;
  box-shadow: 0 0 0.3rem #F6F9FB;
  background: #FFF;
}
.main .strengths__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem 0.1rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .strengths__items {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    margin-top: 1rem;
  }
}
.main .strengths__item-icon {
  background: #D0002A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 1rem;
  margin: -0.5rem auto 0.3rem;
}
.main .strengths__item-title {
  color: #D0002A;
  font-weight: 700;
  font-size: 0.22rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .strengths__item-title {
    font-size: 0.27rem;
  }
}
.main .strengths__item-text {
  margin-top: 0.15rem;
}
.main .integration {
  padding: 1.5rem 0 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .integration {
    padding: 1rem 0 0;
  }
}
.main .integration:before, .main .integration:after {
  aspect-ratio: 1;
  display: block;
  position: absolute;
  border-radius: 50%;
  content: "";
}
.main .integration:before {
  width: 0.4rem;
  left: calc(50% - 9.3rem);
  top: 1.5rem;
  border: 2px solid #D0002A;
}
@media screen and (max-width: 750px) {
  .main .integration:before {
    left: -0.1rem;
    top: 0.8rem;
  }
}
.main .integration:after {
  width: 7rem;
  left: calc(50% + 6.2rem);
  bottom: -5.5rem;
  border: 0.12rem solid #F6F9FB;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 750px) {
  .main .integration:after {
    width: 4rem;
    left: auto;
    right: -2.5rem;
    bottom: -2rem;
    z-index: -1;
  }
}
.main .integration__lead .sectitle {
  text-align: center;
}
.main .integration__lead-text {
  margin-top: 0.3rem;
}
@media screen and (min-width: 751px) {
  .main .integration__lead-text {
    text-align: center;
  }
}
.main .integration__detail {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .main .integration__detail {
    margin-top: 0.7rem;
  }
}
.main .integration__detail-item {
  box-shadow: 0 0 0.3rem #F6F9FB;
  background: #FFF;
  padding: 0.3rem 0.5rem;
  border-radius: 0.1rem;
}
.main .integration__detail-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  position: relative;
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .integration__detail-items {
    grid-template-columns: 1fr;
  }
}
.main .integration__detail-items:before {
  width: 1.2rem;
  aspect-ratio: 120/125;
  display: block;
  position: absolute;
  left: -0.9rem;
  bottom: -0.3rem;
  background: url(../../imgs/business-overview/img_integration02.png) center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .integration__detail-items:before {
    width: 0.9rem;
    left: -0.3rem;
    bottom: -1.3rem;
  }
}
.main .integration__detail-items:after {
  width: 1.3rem;
  height: 3rem;
  display: block;
  position: absolute;
  top: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(208, 0, 42, 0) 0%, #D0002A 102.46%);
  -webkit-clip-path: polygon(80% 0, 80% calc(100% - 0.4rem), 100% calc(100% - 0.4rem), 50% 100%, 0 calc(100% - 0.4rem), 20% calc(100% - 0.4rem), 20% 0);
          clip-path: polygon(80% 0, 80% calc(100% - 0.4rem), 100% calc(100% - 0.4rem), 50% 100%, 0 calc(100% - 0.4rem), 20% calc(100% - 0.4rem), 20% 0);
  content: "";
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .main .integration__detail-items:after {
    top: -0.7rem;
    width: 1.6rem;
    height: 120%;
  }
}
.main .integration__detail-items > * {
  transform: scale(0);
  transition: transform 0.6s;
}
.main .integration__detail-items > *:nth-child(1) {
  transition-delay: 0.2s;
}
.main .integration__detail-items > *:nth-child(2) {
  transition-delay: 0.4s;
}
.main .integration__detail-items > *:nth-child(3) {
  transition-delay: 0.6s;
}
.main .integration__detail-items > *:nth-child(4) {
  transition-delay: 0.8s;
}
.main .integration__detail-items > *:nth-child(5) {
  transition-delay: 1s;
}
.main .integration__detail-items > *:nth-child(6) {
  transition-delay: 1.2s;
}
.main .integration__detail-items > *:nth-child(7) {
  transition-delay: 1.4s;
}
.main .integration__detail-items > *:nth-child(8) {
  transition-delay: 1.6s;
}
.main .integration__detail-items > *:nth-child(9) {
  transition-delay: 1.8s;
}
.main .integration__detail-items > *:nth-child(10) {
  transition-delay: 2s;
}
.main .integration__detail-items.is-active > * {
  transform: scale(1);
}
.main .integration__detail-title {
  color: #D0002A;
  font-size: 0.22rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .main .integration__detail-title {
    font-size: 0.27rem;
  }
}
.main .integration__detail-text {
  line-height: 1.6;
  margin-top: 0.2rem;
}
.main .integration__detail-result {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.3rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main .integration__detail-result {
    font-size: 0.32rem;
  }
}
.main .integration__detail-result .is-color {
  font-size: 120%;
  color: #D0002A;
}
.main .process {
  margin-top: 1.5rem;
  background: url(../../imgs/business-overview/bg_process01.png) center/cover no-repeat;
  padding: 1.2rem 0;
}
.main .process__lead .sectitle {
  text-align: center;
}
.main .process__lead .sectitle--en, .main .process__lead .sectitle--ja {
  color: #FFF;
}
.main .process__lead-text {
  color: #FFF;
  text-align: center;
  margin-top: 0.3rem;
}
.main .process__item {
  padding: 0.5rem;
  counter-increment: num;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.3rem;
  position: relative;
}
.main .process__items {
  margin: 0.7rem -0.8rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 750px) {
  .main .process__items {
    margin: 0.7rem -0.2rem 0;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 750px) {
  .main .process__item {
    display: grid;
    grid-template-columns: auto 2.5rem;
    gap: 0.2rem;
  }
}
.main .process__item:after {
  width: 0.2rem;
  aspect-ratio: 2/5;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background: #FFF;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  transform: translate(100%, -50%);
  content: "";
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .main .process__item:after {
    width: 0.5rem;
    aspect-ratio: 5/2;
    top: 100%;
    right: 50%;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translate(50%, 0%);
  }
}
.main .process__item:nth-child(1) {
  background: #FFF;
}
.main .process__item:nth-child(2) {
  background: #FFEFF3;
}
.main .process__item:nth-child(2):after {
  background: #FFEFF3;
}
.main .process__item:nth-child(3) {
  background: #FFE1E9;
}
.main .process__item:nth-child(3):after {
  background: #FFE1E9;
}
.main .process__item:nth-child(4) {
  background: #FFD3DF;
}
.main .process__item:last-child:after {
  display: none;
}
.main .process__item-step {
  line-height: 1;
  font-weight: 700;
  color: #D0002A;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .process__item-step {
    text-align: left;
    font-size: 0.2rem;
  }
}
.main .process__item-step:after {
  content: counter(num, decimal-leading-zero);
  line-height: 1;
  font-size: 133%;
  margin-left: 0.03rem;
}
@media screen and (max-width: 750px) {
  .main .process__item-text:only-child {
    grid-column: 1/3;
  }
}
.main .process__item-text p {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .main .process__item-text p {
    grid-column: 1/3;
    font-size: inherit;
  }
}
.main .process__item-title {
  font-weight: 700;
  font-size: 0.24rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .process__item-title {
    font-size: 0.27rem;
    margin-top: 0.1rem;
    text-align: left;
  }
}
.main .process__item-image {
  margin-top: auto;
}
@media screen and (max-width: 750px) {
  .main .process__item-image {
    place-content: center;
    margin: 0;
  }
}
.main .process__item-image--04 img {
  width: 1.6rem;
  margin: 0 auto;
  display: block;
}
.main .process__result {
  color: #FFF;
  text-align: center;
  font-size: 0.3rem;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 0.7rem;
}
.main .process__result .is-large {
  font-size: 120%;
}
.main .process__btn {
  margin-top: 0.5rem;
}
.main .process__btn a {
  margin: 0 auto;
}/*# sourceMappingURL=unique.css.map */