@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes arrow-link-line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  49.99% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}
.about-commitment .m-markTtl {
  margin-top: 99px;
}
@media (max-width: 768px) {
  .about-commitment .m-markTtl {
    margin-top: 16vw;
  }
}
.about-commitment .list {
  margin-top: 66px;
}
@media (max-width: 768px) {
  .about-commitment .list {
    margin-top: 8vw;
  }
}
.about-commitment .list > li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .about-commitment .list > li {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.about-commitment .list > li.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .about-commitment .list > li.reverse {
    flex-direction: column;
  }
}
.about-commitment .list > li.reverse .imgWrap:before {
  transform: translateX(50vw);
}
@media (max-width: 768px) {
  .about-commitment .list > li.reverse .imgWrap:before {
    transform: translateX(100vw);
  }
}
.about-commitment .list > li.reverse .imgWrap:before {
  right: auto;
  left: 12.4584717608%;
}
.about-commitment .list > li.reverse .txtWrap {
  margin-right: 0;
  margin-left: 6.9343065693%;
  transition-delay: 0s;
}
@media (max-width: 768px) {
  .about-commitment .list > li.reverse .txtWrap {
    margin-left: auto;
    margin-right: auto;
  }
}
.about-commitment .list > li:first-of-type {
  margin-top: 0;
}
.about-commitment .list > li:nth-of-type(2) {
  margin-top: 224px;
}
@media (max-width: 768px) {
  .about-commitment .list > li:nth-of-type(2) {
    margin-top: 10.6666666667vw;
  }
}
.about-commitment .list > li:last-of-type {
  margin-top: 163px;
}
@media (max-width: 768px) {
  .about-commitment .list > li:last-of-type {
    margin-top: 10.6666666667vw;
  }
}
.about-commitment .list > li .imgWrap {
  width: 43.9416058394%;
  position: relative;
}
@media (max-width: 768px) {
  .about-commitment .list > li .imgWrap {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-commitment .list > li .imgWrap:before {
  content: "";
  display: block;
  width: 50vw;
  height: 105.8685446009%;
  background-color: #F0F0F0;
  position: absolute;
  right: 12.4584717608%;
  top: 19.4835680751%;
  z-index: -1;
  opacity: 0;
  transition: 0.6s ease;
  transform: translateX(-50vw);
}
@media (max-width: 768px) {
  .about-commitment .list > li .imgWrap:before {
    width: 100vw;
    top: 3.7558685446%;
    transform: translateX(-100vw);
  }
}
.about-commitment .list > li .imgWrap.is_show img {
  opacity: 1;
  transform: translateX(0);
}
.about-commitment .list > li .imgWrap.is_show:before {
  opacity: 1;
  transform: translateX(0);
}
.about-commitment .list > li .imgWrap img {
  display: block;
  width: 100%;
  opacity: 0;
  transition: 0.6s ease;
  transform: translateY(20px);
  transition-delay: 0.5s;
}
@media (max-width: 768px) {
  .about-commitment .list > li .imgWrap img {
    transform: translateY(5.3333333333vw);
  }
}
.about-commitment .list > li .txtWrap {
  width: 43.795620438%;
  margin-right: 6.9343065693%;
  transition-delay: 0.2s;
}
@media (max-width: 768px) {
  .about-commitment .list > li .txtWrap {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    transition-delay: 0s;
  }
}
.about-commitment .list > li .txtWrap .commitmentSubttl {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
  margin-top: 10px;
  word-break: auto-phrase;
}
@media (max-width: 768px) {
  .about-commitment .list > li .txtWrap .commitmentSubttl {
    font-size: 4.8vw;
    margin-top: 0;
  }
}
.about-commitment .list > li .txtWrap .commitmentSubttl:after {
  content: "";
  display: block;
  background-color: #CA2B3E;
  width: 1.25em;
  height: 4px;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .about-commitment .list > li .txtWrap .commitmentSubttl:after {
    height: 3px;
    margin-top: 3.2vw;
  }
}
.about-commitment .list > li .txtWrap .descWrap {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .about-commitment .list > li .txtWrap .descWrap {
    margin-top: 3.2vw;
  }
}
.about-commitment .list > li .txtWrap .descWrap .desc {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.0625;
  margin-top: 2.0625em;
}
@media (max-width: 768px) {
  .about-commitment .list > li .txtWrap .descWrap .desc {
    font-size: 2.9333333333vw;
  }
}
.about-commitment .list > li .txtWrap .descWrap .desc:first-of-type {
  margin-top: 0;
}

.about-solution {
  margin-top: 183px;
}
@media (max-width: 768px) {
  .about-solution {
    margin-top: 21.3333333333vw;
  }
}
.about-solution .solutionDesc {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.0625;
  margin-top: 27px;
}
@media (max-width: 768px) {
  .about-solution .solutionDesc {
    font-size: 2.9333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.about-solution .list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 36px;
}
@media (max-width: 768px) {
  .about-solution .list {
    margin-top: 5.3333333333vw;
    row-gap: 4.2666666667vw;
    flex-direction: column;
  }
}
.about-solution .list > li {
  border: 2px solid #707070;
  border-radius: 10px;
  padding: 35px 30px;
  box-sizing: border-box;
  width: 47.6666666667%;
}
@media (max-width: 768px) {
  .about-solution .list > li {
    width: 100%;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw;
  }
}
.about-solution .list > li .head {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 37px;
}
@media (max-width: 768px) {
  .about-solution .list > li .head {
    font-size: 3.2vw;
    width: 16vw;
    height: 6.4vw;
  }
}
.about-solution .list > li .head.trouble {
  background-color: #71B3BE;
}
.about-solution .list > li .head.solution {
  background-color: #0D3249;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .about-solution .list > li .head.solution {
    margin-top: 5.3333333333vw;
  }
}
.about-solution .list > li .troubleTxt {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6363636364;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .about-solution .list > li .troubleTxt {
    font-size: 4.2666666667vw;
    margin-top: 2.1333333333vw;
  }
}
.about-solution .list > li .solutionTxt {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .about-solution .list > li .solutionTxt {
    font-size: 2.9333333333vw;
    margin-top: 2.1333333333vw;
  }
}

.about-faq {
  margin-top: 153px;
}
@media (max-width: 768px) {
  .about-faq {
    margin-top: 21.3333333333vw;
  }
}

/*# sourceMappingURL=about.css.map */
