body {
  font-family: "Noto Sans JP", sans-serif;
}

.p-mv {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-mv {
    padding: 4rem 0 23rem;
    background: url("../img/top_renew_202603/mv_bg_sp.jpg") no-repeat top center/cover;
  }
}
.p-mv__content {
  padding-top: 12.7rem;
  padding-bottom: 10rem;
  background: url("../img/top_renew_202603/mv_bg.jpg") no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .p-mv__content {
    background: none;
    padding: 0;
  }
}
.p-mv__leadInner {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-mv__leadInner {
    letter-spacing: 0.08em;
  }
}
.p-mv__sublead {
  letter-spacing: 0.1em;
}
.p-mv__ttl {
  margin-top: 0;
}
.p-mv__txt {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-mv__txt {
    margin-top: 1.6rem;
  }
}
.p-mv__badgeList {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-mv__badgeList {
    margin-top: 1rem;
  }
}
.p-mv__noteList {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-mv__noteList {
    gap: 0.4rem;
  }
}
.p-mv__noteItem {
  font-size: 1rem;
  color: #747474;
}
@media screen and (max-width: 768px) {
  .p-mv__noteItem {
    font-size: 0.8rem;
  }
}

.p-business {
  padding: 1rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .p-business {
    padding: 1rem 0 4rem;
  }
}
.p-business .loopSlide {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-top: 4.267vw;
}
.p-business .loopSlide ul {
  padding: 0;
  display: flex;
  flex-shrink: 0;
}
.p-business .loopSlide ul:first-child {
  animation: slide1 60s -30s linear infinite;
}
.p-business .loopSlide ul:last-child {
  animation: slide2 60s linear infinite;
}
.p-business .loopSlide ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
  width: 100%;
}
.p-business .loopSlide ul li img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.p-business {
  /* ----- pc ----- */
}
@media screen and (min-width: 769px) {
  .p-business .loopSlide {
    margin-top: 34px;
  }
  .p-business .loopSlide ul {
    padding: 0;
    display: flex;
    flex-shrink: 0;
  }
  .p-business .loopSlide ul:first-child {
    animation: slide1 120s -60s linear infinite;
  }
  .p-business .loopSlide ul:last-child {
    animation: slide2 120s linear infinite;
  }
  .p-business .loopSlide ul li {
    display: inline-block;
    list-style: none;
    text-align: center;
    width: 100%;
  }
  .p-business .loopSlide ul li img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-solution {
    padding: 6rem 0;
  }
}
.p-solution__list {
  max-width: 100%;
}

.c-cardSolution {
  padding-left: 2.6rem;
  padding-right: 2.6rem;
}
@media screen and (max-width: 768px) {
  .c-cardSolution {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.c-cardSolution__header {
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-cardSolution__icon {
    margin-bottom: 1.4rem;
  }
}

.p-about {
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding-bottom: 7rem;
  }
}
.p-about__box {
  padding: 6.4rem;
  background-color: #F9F9F9;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p-about__box {
    padding: 3.2rem 2rem;
  }
}
.p-about__content {
  display: flex;
  align-items: center;
  gap: 4.8rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .p-about__content {
    flex-direction: column;
    margin-top: 2.4rem;
  }
}
.p-about__desc {
  flex: 1;
}
.p-about__subttl {
  color: #0946A1;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-about__subttl {
    font-size: 2rem;
  }
}
.p-about__underline {
  display: inline;
  font-weight: var(--fontWeight-bold);
  padding: 0 4px;
  background: linear-gradient(transparent 55%, #FFF4D4 0%);
}
.p-about__txt {
  font-weight: bold;
  line-height: 1.6;
  margin-top: 2.4rem;
}
.p-about__imgArea {
  width: 42rem;
  max-width: 43.2098765432%;
}
@media screen and (max-width: 768px) {
  .p-about__imgArea {
    max-width: 100%;
    margin: 0 auto;
  }
}
.p-about__imgArea img {
  width: 100%;
}

.p-mainFunction {
  padding: 10rem 0;
}
.p-mainFunction__body {
  margin-top: 4.8rem;
}
.p-mainFunction__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .p-mainFunction__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-mainFunction__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-cardMainFunction {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  border-radius: 8px;
  background: #FFF;
  padding: 3.2rem 2.4rem;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
}
.c-cardMainFunction__icon {
  text-align: center;
}
.c-cardMainFunction__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.c-cardMainFunction__txt {
  font-weight: 700;
  line-height: 1.6;
}

.p-voice {
  padding-bottom: 10rem;
  background: linear-gradient(90deg, #0846A2 0.05%, #05285C 99.91%);
}
@media screen and (max-width: 768px) {
  .p-voice {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-voice__btnArea {
    margin-top: 3.2rem;
  }
}

.p-cta--type2 {
  padding: 7rem 0 5rem;
}
.p-cta--type2 .p-cta__inner {
  max-width: 102rem;
}

.l-header {
  background-color: #27309D;
}
@media screen and (max-width: 768px) {
  .l-header__gnav {
    background: var(--Linear, linear-gradient(90deg, #0846A2 0.05%, #05285C 99.91%));
  }
}
.l-header__gnavLogo {
  max-width: 13.4rem;
  margin: 5.6rem auto 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__gnavLogo {
    display: block;
  }
}
.l-header__gnavLogo img {
  width: 100%;
}
.l-header__gnavCopy {
  color: #FFF;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 2.4rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__gnavCopy {
    display: block;
  }
}

.l-footer {
  background: linear-gradient(90deg, #0846A2 0.05%, #05285C 99.91%);
}
.l-footer__logo {
  width: 17.8rem;
}

.c-gnav {
  flex-direction: column;
}
.c-gnav__list {
  text-align: center;
}

.c-fixedCTA__linkTxt {
  font-weight: 700;
}/*# sourceMappingURL=style_siterenew202603.css.map */