@charset "UTF-8";
.c-stepCard {
  position: relative;
  box-shadow: 0.125rem 0.25rem 0.4375rem rgba(0, 0, 0, 0.35);
  border-radius: 0.625rem;
  background-color: white;
}

.c-stepCard::before {
  background: url(../images/top/solution_bg.png) center center/contain no-repeat;
  content: "";
  height: 2.375rem;
  left: 2px;
  left: 0.125rem;
  position: absolute;
  top: 0;
  width: 8.125rem;
  top: -0.9375rem;
  left: -0.7rem;
}
@media screen and (min-width: 768px) {
  .c-stepCard::before {
    width: 10.4375rem;
    height: 3.125rem;
    left: -0.85rem;
  }
}

.c-stepCard.--none::before {
  display: none;
}

.c-stepCard__number {
  position: absolute;
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 0.75rem;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.105em;
  width: 8.125rem;
  top: -1.125rem;
  left: -0.875rem;
}
@media screen and (min-width: 768px) {
  .c-stepCard__number {
    width: 10.4375rem;
    font-size: 0.9375rem;
    line-height: 1;
    top: -0.6875rem;
  }
}

.c-stepCard__number span:nth-child(1) {
  font-size: 1.1875rem;
  letter-spacing: 0.07em;
  margin-left: 0.15em;
  margin-top: 0.2rem;
  transform: translateY(-0.1875rem);
}
@media screen and (min-width: 768px) {
  .c-stepCard__number span:nth-child(1) {
    font-size: 1.4375rem;
  }
}

.c-stepCard__number span:nth-child(2) {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-stepCard__number span:nth-child(2) {
    font-size: 1rem;
  }
}

.c-stepCard__text {
  text-align: center;
  color: #004DA0;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding-block: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-stepCard__text {
    font-size: 1.375rem;
    padding-block: 1.125rem;
  }
}

.p-allsolution .c-stepCard__text {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-allsolution .c-stepCard__text {
    font-size: 1.0625rem;
  }
}

.p-solution__steps {
  margin-top: 4.6875rem;
}

.p-solution__step + .p-solution__step {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-solution__step + .p-solution__step {
    margin-top: 7.75rem;
  }
}

.p-solution__stepTitle {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-solution__stepTitle p {
  position: relative;
  text-align: center;
  display: inline-flex;
}

.p-solution__stepTitle::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #004DA0;
  width: 100%;
  height: 1px;
}

.p-solution__stepTitle.p01::before {
  content: "";
  top: 1rem;
}

.p-solution__stepTitle p span {
  position: relative;
  z-index: 1;
  color: #004DA0;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.105em;
  padding-inline: 1.5625rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .p-solution__stepTitle p span {
    font-size: 1.1875rem;
    padding-inline: 4.375rem;
  }
}

.p-solution__stepTitle h3 {
  background-color: #E6F0FC;
  text-align: center;
  z-index: 1;
  padding: 0 1rem;
  font-size: 1.3125rem;
  letter-spacing: 0.105em;
  line-height: 1;
  color: #004DA0;
  padding-top: 0.375rem;
  display: inline-flex;
}
@media screen and (min-width: 768px) {
  .p-solution__stepTitle h3 {
    font-size: 1.875rem;
    padding: 0 2rem;
  }
}

.p-solution__stepTitle.p01 h3 {
  background-color: white;
}

.p-solution__stepCard {
  position: relative;
  display: grid;
  grid-template-columns: 39% 1fr;
  align-items: center;
  margin-top: 3.4375rem;
  background-color: white;
  border-radius: 0.4375rem;
  box-shadow: 0.125rem 0.25rem 0.4375rem rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 768px) {
  .p-solution__stepCard {
    max-width: 46.25rem;
    grid-template-columns: 14.875rem 1fr;
    margin: 0 auto;
    margin-top: 3.75rem;
  }
}

.p-solution__stepCard::before {
  background: url(../images/top/solution_bg.png) center center/contain no-repeat;
  content: "";
  height: 2.375rem;
  left: 2px;
  left: 0.125rem;
  position: absolute;
  top: 0;
  width: 8.125rem;
  top: -1.25rem;
  left: -0.75rem;
}
@media screen and (min-width: 768px) {
  .p-solution__stepCard::before {
    width: 10.4375rem;
    height: 3.125rem;
    left: -0.825rem;
  }
}

.p-solution__stepCard .c-stepCard__number {
  top: -1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-solution__stepCard .c-stepCard__number {
    top: -1rem;
  }
}

.p-solution__stepImg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-solution__stepContent {
  padding-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-solution__stepContent {
    padding-left: 2.5rem;
  }
}

.p-solution__stepContent p:nth-child(1) {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.105em;
}
@media screen and (min-width: 768px) {
  .p-solution__stepContent p:nth-child(1) {
    font-size: 1.25rem;
  }
}

.p-solution__stepContent p:nth-child(2) {
  color: #004DA0;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5714285714;
  letter-spacing: 0.105em;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-solution__stepContent p:nth-child(2) {
    font-size: 1.375rem;
  }
}

.p-solution__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.75rem 1.25rem;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-solution__cards {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 5rem;
    gap: 7rem 3.125rem;
    padding: 0 2.1875rem;
  }
}

.p-plus {
  padding-top: 4.5rem;
  padding-bottom: 3.9375rem;
  background-color: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .p-plus {
    padding-top: 8.125rem;
    padding-bottom: 9.6875rem;
  }
}

.p-plus__title {
  text-align: center;
  font-size: 200;
  font-size: 1rem;
  letter-spacing: 0.105em;
  color: #6CA5D9;
}
@media screen and (min-width: 768px) {
  .p-plus__title {
    font-size: 1.1875rem;
  }
}

.p-plus__lead {
  color: #004DA0;
  font-size: 1.1875rem;
  line-height: 2.0526315789;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.105em;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-plus__lead {
    font-size: 1.875rem;
    margin-top: 3.5rem;
  }
}

.p-plus__lead span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.4375rem;
  line-height: 1;
  border-bottom: 0.125rem solid #004DA0;
}

.p-plus__figure {
  max-width: 18.125rem;
  margin: 0 auto;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-plus__figure {
    max-width: 36.25rem;
    margin-top: 5.125rem;
  }
}

.p-plus__cards {
  display: grid;
  gap: 3.25rem;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-plus__cards {
    grid-template-columns: repeat(1, 1fr);
    max-width: 58.4375rem;
    margin: 0 auto;
    margin-top: 4.8125rem;
    gap: 3.875rem;
  }
}

.p-plus__card {
  background-color: white;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.25rem 0.4375rem rgba(0, 0, 0, 0.35);
  padding: 1rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-plus__card {
    display: grid;
    grid-template-columns: 1fr 18.125rem;
    height: 14.0625rem;
    align-items: center;
    gap: 2.5rem;
    padding: 1.0625rem;
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }
}

.p-plus__text {
  text-align: center;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.7692307692;
  color: #004DA0;
}
@media screen and (min-width: 768px) {
  .p-plus__text {
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.7272727273;
  }
}

.p-plus__btn {
  max-width: 18.125rem;
  width: 100%;
  height: 3.125rem;
  margin: 0 auto;
  margin-top: 1.125rem;
}

.p-totop {
  position: fixed;
  bottom: 0.75rem;
  right: 1.125rem;
  width: 3.375rem;
  transition: all 0.3s;
  z-index: 3;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-totop {
    width: 3.875rem;
    bottom: 2rem;
    right: 2.5rem;
  }
}

.p-totop:hover {
  opacity: 0.8;
}

.p-solutions {
  background: linear-gradient(to bottom, #E7F1FC, #D1E6FF);
}

.p-solutions .p-solutions__step:nth-child(1) .p-solution__stepTitle p span {
  background-color: #E6F0FC;
}

.p-solutions .p-solutions__step:nth-child(2) .p-solution__stepTitle p span {
  background-color: #E3EFFC;
}
@media screen and (min-width: 768px) {
  .p-solutions .p-solutions__step:nth-child(2) .p-solution__stepTitle p span {
    background-color: #E0EEFC;
  }
}

.p-solutions .p-solutions__step:nth-child(2) .p-solution__stepTitle h3 {
  background-color: #E3EFFC;
}
@media screen and (min-width: 768px) {
  .p-solutions .p-solutions__step:nth-child(2) .p-solution__stepTitle h3 {
    background-color: #E0EEFC;
  }
}

.p-solutions__steps {
  margin-top: 3.125rem;
}

.p-solutions__step + .p-solutions__step {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-solutions__step + .p-solutions__step {
    margin-top: 7.1875rem;
  }
}

.p-solutions__wrap {
  position: relative;
  display: grid;
  align-items: center;
  max-width: 18.75rem;
  grid-template-columns: 7.9375rem 1fr;
  gap: 1.4375rem 0.625rem;
  margin-inline: auto;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-solutions__wrap {
    gap: 1.5625rem 0.625rem;
    max-width: 47.8125rem;
    grid-template-columns: 15.5rem 1fr;
    gap: 2rem;
    margin-top: 4.0625rem;
  }
}
.p-solutions__wrap .p-solutions__img {
  height: 6.625rem;
}
@media screen and (min-width: 768px) {
  .p-solutions__wrap .p-solutions__img {
    height: auto;
  }
}
.p-solutions__wrap .p-solutions__img img {
  aspect-ratio: 127/106;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-solutions__img img {
  border-radius: 0.625rem;
}

.p-solutions__item {
  display: flex;
  flex-direction: column;
  max-width: 18.125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-solutions__item {
    max-width: initial;
  }
}

.p-solutions__img {
  position: relative;
  z-index: 1;
  height: 11.875rem;
}
@media screen and (min-width: 768px) {
  .p-solutions__img {
    height: 11.875rem;
    border-radius: 0.625rem;
    overflow: hidden;
  }
}

.p-solutions__item-text {
  flex-grow: 1;
}

.p-solutions__content {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-solutions__content {
    display: block;
  }
}

.p-solutions__bigText {
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-solutions__bigText {
    font-size: 1.25rem;
    padding-bottom: 0.875rem;
  }
}
.p-solutions__bigText span {
  font-size: 0.875rem;
  font-weight: bold;
  display: block;
  color: #004DA0;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-solutions__bigText span {
    font-size: 1.375rem;
  }
}

.p-solutions__bigText::before {
  position: absolute;
  content: "";
  width: calc(100% + 3.125rem);
  left: -3.125rem;
  background-color: #0C2C84;
  bottom: 0;
  height: 1px;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-solutions__bigText::before {
    display: block;
  }
}

.p-solutions__text {
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .p-solutions__text {
    grid-column: initial;
    margin-top: 1.75rem;
  }
}

.p-solutions__item {
  position: relative;
}

.p-solutions__item::before,
.p-solutions__wrap::before {
  background: url(../images/top/solution_bg.png) center center/contain no-repeat;
  content: "";
  height: 3.125rem;
  left: 2px;
  left: 0.125rem;
  position: absolute;
  top: 0;
  width: 10.4375rem;
  top: -0.9375rem;
  left: -0.85rem;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-solutions__item::before,
  .p-solutions__wrap::before {
    width: 10.4375rem;
    height: 3.125rem;
    left: -0.875rem;
  }
}

.p-solutions__item.--none::before {
  display: none;
}

.p-solutions__number {
  position: absolute;
  -webkit-box-align: center;
  height: 3.125rem;
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 0.9375rem;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.105em;
  width: 10.4375rem;
  top: -1rem;
  left: -0.875rem;
  z-index: 6;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-solutions__number {
    width: 10.4375rem;
    font-size: 0.9375rem;
    height: 2.25rem;
    padding-bottom: 0.125rem;
  }
}

.p-solutions__number span:nth-child(1) {
  font-size: 1.4375rem;
  letter-spacing: 0.07em;
  margin-left: 0.15em;
  transform: translateY(-0.09rem);
}
@media screen and (min-width: 768px) {
  .p-solutions__number span:nth-child(1) {
    font-size: 1.4375rem;
    transform: translateY(-0.03rem);
  }
}

.p-solutions__number span:nth-child(2) {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-solutions__number span:nth-child(2) {
    font-size: 1rem;
  }
}

.p-support.--color {
  background-color: #F7F7F7;
  padding-top: 2.5rem;
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-support.--color {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-support__box-img {
    max-width: 53.625rem;
  }
}

.p-apply__price {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.105em;
  line-height: 1;
  padding-block: 1.375rem;
  padding-inline: 1.875rem;
  color: #004DA0;
  border-top: 1px solid #004DA0;
  border-bottom: 1px solid #004DA0;
  margin-top: 2rem;
  padding-block: 1.125rem 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-apply__price {
    font-size: 1.0625rem;
    padding-block: 1.25rem 1.5rem;
  }
}
.p-apply__price span {
  font-size: 1.25rem;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(45deg, #0079C2, #004DA0);
}
@media screen and (min-width: 768px) {
  .p-apply__price span {
    font-size: 1.75rem;
  }
}

.p-trouble__all1 {
  margin-inline: auto;
  max-width: 18.75rem;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-trouble__all1 {
    max-width: 36.25rem;
    margin-top: 4.5rem;
  }
}

.p-trouble__all2 {
  margin-inline: auto;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-trouble__all2 {
    max-width: 43.125rem;
  }
}

.p-trouble__title.--small {
  font-size: 1.1875rem;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-trouble__title.--small {
    font-size: 1.875rem;
    letter-spacing: 0.105em;
  }
}

.p-trouble__text {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-trouble__text {
    margin-top: 3.25rem;
  }
}

.p-trouble__arrow {
  max-width: 5.3125rem;
  margin: 0 auto;
  margin-top: 3rem;
}

.l-allsolution {
  margin-top: 3.75rem;
}

.p-allsolution {
  background: linear-gradient(to bottom, #E7F1FC, #C0DCFD);
  padding-top: 4.5rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-allsolution {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
}

.p-allsolution__items {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-allsolution__items {
    margin-top: 9.375rem;
  }
}

.p-allsolution__item {
  max-width: 19.375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-allsolution__item {
    max-width: initial;
  }
}

.p-allsolution__item + .p-allsolution__item {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-allsolution__item + .p-allsolution__item {
    margin-top: 5.6875rem;
  }
}

.p-allsolution__subtitle {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-allsolution__subtitle.c01 span:before {
    width: 14.0625rem;
    left: -15.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-allsolution__subtitle.c01 span:after {
    width: 14.0625rem;
    right: -15.625rem;
  }
}

.p-allsolution__subtitle span {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 1.25rem;
  letter-spacing: 0.105em;
  line-height: 1.5;
  color: #004DA0;
}
@media screen and (min-width: 768px) {
  .p-allsolution__subtitle span {
    font-size: 1.875rem;
  }
}

.p-allsolution__subtitle span::before {
  position: absolute;
  content: "";
  width: 3.75rem;
  height: 1px;
  background: #0C2C84;
  top: 50%;
  transform: translateY(-50%);
  left: -4.5rem;
}
@media screen and (min-width: 768px) {
  .p-allsolution__subtitle span::before {
    width: 16.875rem;
    left: -19.0625rem;
  }
}

.p-allsolution__subtitle span::after {
  position: absolute;
  content: "";
  width: 3.75rem;
  height: 1px;
  background: #0C2C84;
  top: 50%;
  transform: translateY(-50%);
  right: -4.5rem;
}
@media screen and (min-width: 768px) {
  .p-allsolution__subtitle span::after {
    width: 16.875rem;
    right: -19.0625rem;
  }
}

.p-allsolution__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.75rem 1.25rem;
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-allsolution__cards {
    margin-top: 3.75rem;
    padding-left: 0.625rem;
    gap: 2.375rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .p-allsolution__cards.--3 {
    max-width: 45.625rem;
    gap: 3.75rem 2.5rem;
    grid-template-columns: repeat(3, 1fr);
    margin-inline: auto;
  }
}

.p-allsolution__text {
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-allsolution__text {
    text-align: center;
    line-height: 1.7333333333;
    letter-spacing: 0.03em;
    margin-top: 2.625rem;
  }
}

.p-allsolution__btn {
  max-width: 16.875rem;
  height: 3.125rem;
  margin: 0 auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-allsolution__btn {
    max-width: 18.125rem;
    margin-top: 2.875rem;
  }
}

.p-allsolution__lists {
  display: grid;
  gap: 2.5rem;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-allsolution__lists.c01 {
    margin-top: 2.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-allsolution__lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.8125rem 4.375rem;
    margin-top: 3.875rem;
  }
}

.p-allsolution__arrow {
  max-width: 5.3125rem;
  margin-inline: auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-allsolution__arrow {
    margin-top: 3.5rem;
  }
}

.p-allsolution__bottom {
  font-size: 1.125rem;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-allsolution__bottom {
    font-size: 1.5625rem;
    margin-top: 3.125rem;
  }
}

.c-borderTitle {
  position: relative;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.05;
  letter-spacing: 0.105em;
  color: #004DA0;
}
@media screen and (min-width: 768px) {
  .c-borderTitle {
    font-size: 1.875rem;
    line-height: 2;
  }
}

.c-borderTitle::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5625rem;
  width: 4.5rem;
  height: 0.3125rem;
  background: linear-gradient(to right, #3B82C5, #004DA0);
}
@media screen and (min-width: 768px) {
  .c-borderTitle::before {
    width: 5.625rem;
    bottom: -3rem;
  }
}

.c-list {
  height: 100%;
}

.c-list__title {
  text-align: center;
  color: #004DA0;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.3333333333;
  letter-spacing: 0.105em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .c-list__title {
    min-height: 3.75rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}

.c-list__img {
  margin-top: 1rem;
}

.c-list__img img {
  aspect-ratio: 290/205;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}

.c-list__tag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  letter-spacing: 0.105em;
  color: white;
  width: 5.8125rem;
  height: 5.8125rem;
  border-radius: 50%;
  background: linear-gradient(to right, #3A81C4, #004DA0);
  box-shadow: 1px 1px 0.1875rem rgba(0, 0, 0, 0.45);
  margin-right: -1rem;
  margin-left: auto;
  margin-top: -4.625rem;
  z-index: 1;
}

.c-list__text {
  margin-top: 0.875rem;
}

.c-meritCard {
  display: grid;
  grid-template-columns: 3.5625rem 1fr;
  align-items: center;
  gap: 1.25rem 0.75rem;
  background-color: white;
  border-radius: 1.5625rem;
  padding: 2.8125rem 1.875rem 2.1875rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .c-meritCard {
    display: block;
    border-radius: 40px;
  }
}

.c-meritCard.--color {
  background: linear-gradient(45deg, #E4EDF8, #007DE8);
}

@media screen and (min-width: 768px) {
  .c-meritCard__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 4.25rem;
    width: 100%;
    height: 100%;
    max-width: 4.875rem;
    margin-inline: auto;
  }
}

.c-meritCard__icon img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-meritCard__title {
  color: #004DA0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6875;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .c-meritCard__title {
    text-align: center;
    font-size: 1.0625rem;
    line-height: 1.8235294118;
    letter-spacing: 0.105em;
    margin-top: 1.25rem;
  }
}

.c-meritCard__text {
  grid-column: 1/3;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .c-meritCard__text {
    margin-top: 1.25rem;
  }
}

.l-merit {
  margin-top: 3.625rem;
}
@media screen and (min-width: 768px) {
  .l-merit {
    margin-top: 4.375rem;
  }
}

.p-merit {
  background: linear-gradient(to bottom, #E7F1FC, #C0DCFD);
  padding-top: 4.375rem;
  padding-bottom: 4.75rem;
}
@media screen and (min-width: 768px) {
  .p-merit {
    padding-top: 5.9375rem;
    padding-bottom: 6.5625rem;
  }
}

.p-merit__unit + .p-merit__unit {
  margin-top: 7.5rem;
}

.p-merit__cards {
  display: grid;
  gap: 2.25rem;
  margin-top: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .p-merit__cards {
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: repeat(2, 1fr);
    margin-inline: auto;
    margin-top: 8.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__card {
    max-width: 19.125rem;
  }
}

.p-merit__reason {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-merit__reason {
    margin-top: 6.25rem;
  }
}

.p-merit__reasonTitle {
  text-align: center;
}
.p-merit__reasonTitle span {
  position: relative;
  color: #004DA0;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.105em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-merit__reasonTitle span {
    font-size: 1.5rem;
  }
}
.p-merit__reasonTitle span::before {
  position: absolute;
  content: "";
  top: 50%;
  background-color: #004DA0;
  width: 3.875rem;
  height: 1px;
  left: -4.625rem;
}
@media screen and (min-width: 768px) {
  .p-merit__reasonTitle span::before {
    width: 16.75rem;
    left: -18.75rem;
  }
}
.p-merit__reasonTitle span::after {
  position: absolute;
  content: "";
  top: 50%;
  background-color: #004DA0;
  width: 3.875rem;
  height: 1px;
  right: -4.625rem;
}
@media screen and (min-width: 768px) {
  .p-merit__reasonTitle span::after {
    width: 16.75rem;
    right: -18.75rem;
  }
}

.p-merit__reasonCards {
  display: grid;
  gap: 3.125rem;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-merit__reasonCards {
    max-width: 55.625rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.125rem;
    margin-inline: auto;
    margin-top: 4.375rem;
  }
}

.p-merit__reasonLead {
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  gap: 1.1875rem;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.105em;
  color: #004DA0;
  line-height: 1.6875;
}
@media screen and (min-width: 768px) {
  .p-merit__reasonLead {
    font-size: 1.125rem;
    grid-template-columns: 1.875rem 1fr;
  }
}

.p-merit__reasonLead::before {
  display: block;
  content: url(../images/common/check_blue.svg);
}

.p-merit__reasonText {
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-merit__reasonText {
    margin-top: 1rem;
  }
}

.p-merit__reasonImg {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-merit__reasonImg {
    margin-top: 1.875rem;
  }
}

.p-merit__reasonBox {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-merit__reasonBox {
    margin-inline: auto;
    max-width: 55.625rem;
  }
}

.p-merit__arrow {
  max-width: 5.3125rem;
  margin: 0 auto;
  margin-top: 2.75rem;
}

.p-merit__bottom {
  text-align: center;
  color: #004DA0;
  font-size: 1.1875rem;
  font-weight: bold;
  letter-spacing: 0.105em;
  line-height: 1.8421052632;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-merit__bottom {
    font-size: 1.5625rem;
  }
}

.p-merit__cases {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-merit__cases {
    margin-top: 6.25rem;
  }
}

.p-merit__case + .p-merit__case {
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-merit__case + .p-merit__case {
    margin-top: 4.375rem;
  }
}

.p-merit__caseTitle {
  position: relative;
  text-align: center;
}

.p-merit__caseTitle span {
  display: inline-block;
  text-align: center;
  width: 10rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #004DA0;
  letter-spacing: 0.105em;
  line-height: 1.375rem;
  border-left: 1px solid #004DA0;
  border-right: 1px solid #004DA0;
}
@media screen and (min-width: 768px) {
  .p-merit__caseTitle span {
    width: 17.5rem;
    font-size: 1.5rem;
  }
}

.p-merit__caseTitle::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50% - 5rem);
  background-color: #004DA0;
  height: 1px;
  content: "";
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-merit__caseTitle::before {
    width: calc(50% - 8.75rem);
  }
}

.p-merit__caseTitle::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50% - 5rem);
  background-color: #004DA0;
  height: 1px;
  content: "";
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-merit__caseTitle::after {
    width: calc(50% - 8.75rem);
  }
}

.p-merit__scroll {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow-x: auto;
  margin-top: 2.5rem;
  padding: 0 25px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-merit__scroll {
    width: 55rem;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__scroll.--2 {
    transform: translateX(-2rem);
    margin-top: 3.125rem;
  }
}

.p-merit__scroll img {
  min-width: 50.25rem;
}
@media screen and (min-width: 768px) {
  .p-merit__scroll img {
    min-width: 40.75rem;
  }
}

.p-merit__scroll.--2 img {
  min-width: 37.1875rem;
}
@media screen and (min-width: 768px) {
  .p-merit__scroll.--2 img {
    max-width: 38.125rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-reason__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-reason__img.c10 {
  width: 3.125rem;
  position: relative;
  left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-reason__img {
    width: 4.375rem;
  }
  .p-reason__img.c10 {
    left: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-reason__img img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: initial;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (min-width: 768px) {
  .p-reason__text {
    flex-grow: 1;
  }
}

.p-reason__middle {
  text-align: center;
  color: #004DA0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8888888889;
  letter-spacing: 0.105em;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-reason__middle {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2.2083333333;
    margin-top: 3.75rem;
  }
}

.p-reason__smallText {
  text-align: center;
  font-size: 0.875rem;
  color: #004DA0;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-block: 0.375rem;
  border-top: 0.0625rem solid #004DA0;
  border-bottom: 0.0625rem solid #004DA0;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-reason__smallText {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.125rem;
    margin-top: 1.125rem;
  }
}

.p-reason__smallinks {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0.875rem;
  gap: 0.375rem 0.75rem;
}
.p-reason__smallinks::after {
  position: absolute;
  width: 100%;
  color: #004DA0;
  content: "etc.";
  text-align: right;
  font-size: 0.6875rem;
  font-weight: bold;
  letter-spacing: 0.105em;
  bottom: -1.5rem;
  right: 0rem;
}
@media screen and (min-width: 768px) {
  .p-reason__smallinks {
    margin-top: 1.125rem;
  }
}

.p-reason__smallinks.--2 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0.1875rem;
  padding: 0.5rem 1.625rem 1.5625rem;
}
.p-reason__smallinks.--2::after {
  position: absolute;
  width: 100%;
  color: #004DA0;
  content: "etc.";
  text-align: right;
  font-size: 0.6875rem;
  font-weight: bold;
  letter-spacing: 0.105em;
  bottom: 0.3125rem;
  right: 1.5625rem;
}
.p-reason__smallinks.--2::before {
  display: block;
  width: 100%;
  grid-column: 1/3;
  text-align: center;
  content: "国産メーカーをラインナップ";
  font-size: 0.8125rem;
  font-weight: bold;
  color: #004DA0;
}

.p-reason__smallinks li {
  background-color: white;
  border-radius: 1.25rem;
  color: #004DA0;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}

.p-reason__list {
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-reason__list .p-reason__img {
    width: 4.375rem;
  }
  .p-reason__list .p-reason__img.c01 {
    width: 3.75rem;
  }
  .p-reason__list .p-reason__img.c03 {
    width: 5.3125rem;
  }
  .p-reason__list .p-reason__img.c10 {
    width: 2.8125rem;
  }
  .p-reason__list .p-reason__img.c11 {
    width: 3.125rem;
  }
}

.p-reason__lists.--2 {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-reason__lists.--2 {
    max-width: 40.3125rem;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    margin-inline: auto;
    margin-top: 4rem;
  }
}
.p-reason__lists.--2 .p-reason__list {
  justify-content: center;
  align-items: center;
}
.p-reason__lists.--2 .p-reason__wrap {
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.75rem;
}
.p-reason__lists.--2 .p-reason__img {
  width: -moz-fit-content;
  width: fit-content;
}

.p-reason__tag {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 0.625rem;
  height: 7.75rem;
  margin-top: 1rem;
}

.p-reason__tag p {
  display: grid;
  place-items: center;
  height: 100%;
  height: 3rem;
  background-color: white;
  color: #004DA0;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.105em;
  line-height: 0rem;
  border-radius: 0.4375rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .p-reason__tag p {
    height: 3.25rem;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.25rem;
  }
}
.p-reason__tag p small {
  font-size: 0.8125rem;
  position: relative;
  top: -0.1rem;
}

.l-all {
  margin-top: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .l-all {
    margin-top: 7.25rem;
  }
}

.p-all {
  background-color: #F7F7F7;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-all {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
  }
}

.p-all__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.105em;
  line-height: 2;
  color: #004DA0;
}
@media screen and (min-width: 768px) {
  .p-all__title {
    font-size: 1.875rem;
  }
}
.p-all__title img {
  width: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-all__title img {
    width: 2.625rem;
  }
}

.p-all__lead {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-all__lead {
    margin-top: 3.4375rem;
    font-size: 1.5rem;
  }
}

.p-all__scroll {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow-x: auto;
  margin-top: 4.125rem;
  padding: 0 25px;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-all__scroll {
    max-width: 51.75rem;
    width: 100%;
    padding: 0;
    margin-inline: auto;
    margin-top: 3.25rem;
  }
}

.p-all__scroll img {
  min-width: 46.25rem;
}

.p-all__text {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-all__text {
    text-align: center;
    margin-top: 2.625rem;
  }
}

.p-all__box {
  margin-top: 2.25rem;
  background-color: white;
  padding: 2.1875rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-all__box {
    padding: 3.3125rem 8.125rem 3.9375rem;
    margin-top: 3.125rem;
  }
}

.p-all__boxTitle {
  font-weight: bold;
}

.p-all__cards {
  display: grid;
  gap: 2.375rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-all__cards {
    gap: 1.875rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-all__img {
  width: 15.625rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-all__img {
    width: auto;
  }
}

.p-all__cardText1 {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #004DA0;
  letter-spacing: 0.105em;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-all__cardText1 {
    line-height: 1.3333333333;
    margin-top: 0.875rem;
  }
}

.p-all__cardText2 {
  width: 87.72%;
  margin-inline: auto;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-all__cardText2 {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.p-lists__bottom {
  text-align: center;
  color: #004DA0;
  font-size: 1.125rem;
  letter-spacing: 0.055em;
  line-height: 2.0526315789;
  margin-top: 2.75rem;
}

.p-business {
  background: linear-gradient(to bottom, #E7F1FC, #C0DCFD);
  padding-top: 4.6875rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-business {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-business__title {
  position: relative;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.105em;
  color: #004DA0;
}
.p-business__title.c01::before {
  content: unset;
}
.p-business__title.c01::after {
  content: unset;
}
@media screen and (min-width: 768px) {
  .p-business__title {
    max-width: 62.5rem;
    margin: 0 auto;
    font-size: 1.625rem;
  }
  .p-business__title.c100 span {
    letter-spacing: 0.105em;
  }
  .p-business__title.c101 span {
    letter-spacing: 0.105em;
  }
  .p-business__title.c101 span::before {
    width: 14rem;
  }
  .p-business__title.c101 span::after {
    width: 14rem;
  }
}

.p-business__title::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #004DA0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-business__title span {
  position: relative;
  background-color: #E6F0FC;
  padding-inline: 1rem;
  letter-spacing: 0;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-business__title span {
    display: contents;
  }
}

.p-business__title.c01 span {
  letter-spacing: 0.09em;
}

.p-business__unit:nth-child(2) .p-business__title span {
  background-color: #D3E7FD;
}
.p-business__title span::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 2.3125rem;
  height: 1px;
  background-color: #004DA0;
  left: -2.25rem;
}
@media screen and (min-width: 768px) {
  .p-business__title span::before {
    width: 11.25rem;
    left: 0;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-business__title.c01 span::before {
    left: 3rem;
  }
}

.p-business__title span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 2.3125rem;
  height: 1px;
  background-color: #004DA0;
  right: -2.25rem;
}
@media screen and (min-width: 768px) {
  .p-business__title span::after {
    width: 11.25rem;
    right: 0;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-business__title.c01 span::after {
    right: 3rem;
  }
}

.p-business__content {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-business__content {
    margin-top: 3.125rem;
  }
}

.p-business__content + .p-business__content {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-business__content + .p-business__content {
    margin-top: 3.125rem;
  }
  .p-business__content + .p-business__content.c01 {
    margin-top: 5.8125rem;
  }
}

.p-business__head p:nth-child(1) {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6875;
  letter-spacing: 0.105em;
  color: #004DA0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-business__head p:nth-child(1) {
    text-align: center;
    font-size: 1.3125rem;
  }
}

.p-business__head p:nth-child(2) {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-business__head p:nth-child(2) {
    text-align: center;
    margin-top: 1.25rem;
  }
}

.p-business__scroll {
  width: 100vw;
  overflow-x: auto;
  padding: 0 25px;
  padding-bottom: 1.25rem;
  margin-left: calc(50% - 50vw);
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-business__scroll {
    max-width: 35.125rem;
    margin-inline: auto;
    margin-top: 2.6875rem;
    width: 100%;
    padding: 0;
  }
}

.p-allsolution__support {
  width: 100%;
  margin-top: 2.8125rem;
  background: #fff;
  padding: 2.1875rem 0rem;
}
.p-allsolution__support .p__text {
  font-weight: bold;
  font-size: 1.1875rem;
  letter-spacing: 0.11em;
  line-height: 2.1875rem;
  text-align: center;
  color: #004da0;
  font-feature-settings: "palt";
}
.p-allsolution__support .p__items {
  display: block;
  justify-content: space-between;
  margin-top: 3.125rem;
}
.p-allsolution__support .p__items .p__item {
  width: 15.625rem;
  margin: auto;
  margin-bottom: 2.25rem;
}
.p-allsolution__support .p__items .p__item:last-child {
  margin-bottom: 0;
  margin: auto;
}
.p-allsolution__support .p__items .p__item .image__wrapper {
  width: 100%;
  height: 10.3125rem;
}
.p-allsolution__support .p__items .p__item .t__txt {
  font-weight: bold;
  font-size: 0.9375rem;
  letter-spacing: 0.11em;
  line-height: 1.25rem;
  margin-top: 1rem;
  text-align: center;
  color: #004da0;
}
.p-allsolution__support .p__items .p__item .c__txt {
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: -0.01em;
  line-height: 1.625rem;
  margin-top: 0.875rem;
  text-align: justify;
  color: #5a5a5a;
}
@media screen and (min-width: 768px) {
  .p-allsolution__support {
    padding: 3.125rem 6.5625rem;
    margin-top: 5.625rem;
  }
  .p-allsolution__support .p__text {
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.11em;
    line-height: 2.5rem;
    text-align: center;
    color: #004da0;
  }
  .p-allsolution__support .p__items {
    display: flex;
    justify-content: space-between;
    margin-top: 3.125rem;
  }
  .p-allsolution__support .p__items .p__item {
    width: 14.5625rem;
  }
  .p-allsolution__support .p__items .p__item:last-child {
    margin: 0;
  }
  .p-allsolution__support .p__items .p__item .image__wrapper {
    width: 100%;
    height: 9.5rem;
  }
  .p-allsolution__support .p__items .p__item .t__txt {
    font-weight: bold;
    font-size: 0.9375rem;
    letter-spacing: 0.11em;
    line-height: 1.25rem;
    margin-top: 1.5rem;
    text-align: center;
    color: #004da0;
  }
  .p-allsolution__support .p__items .p__item .c__txt {
    font-weight: 400;
    font-size: 0.9375rem;
    letter-spacing: -0.01em;
    line-height: 1.625rem;
    margin-top: 1.25rem;
    text-align: justify;
    color: #5a5a5a;
  }
}

.p-business__scroll img {
  min-width: 27.5rem;
}
@media screen and (min-width: 768px) {
  .p-business__scroll img {
    min-width: initial;
  }
}

.p-business__scroll.--1 img {
  min-width: 35.125rem;
}
@media screen and (min-width: 768px) {
  .p-business__scroll.--1 img {
    min-width: initial;
  }
}

.p-business__box {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-business__box {
    max-width: 35.125rem;
    margin-inline: auto;
    margin-top: 2.8125rem;
  }
}

.p-business__unit + .p-business__unit {
  margin-top: 4.5625rem;
}
@media screen and (min-width: 768px) {
  .p-business__unit + .p-business__unit {
    margin-top: 5.25rem;
  }
}

.p-business__img.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-business__img.u-desktop {
    display: grid;
  }
}

.p-business__img {
  position: relative;
  max-width: 35.3125rem;
  display: grid;
  grid-template-columns: 1fr 5.5rem 1fr;
  margin-inline: auto;
  margin-top: 2.8125rem;
}
.p-business__img img:nth-child(2) {
  margin-top: 11.25rem;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transform: translate(0);
  width: 95%;
  margin-left: 0.125rem;
}
.p-business__img img:nth-child(2).is-scroll-fade {
  transform: translate(0) scale(1.09, 1);
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.p-business__img img:nth-child(4) {
  position: absolute;
  width: 10rem;
  right: 2.5rem;
  bottom: 13.125rem;
}
.p-business__img::after {
  width: 100%;
  grid-column: 1/4;
  display: block;
  content: "※メーカーや機種によって電気代や削減率は変わります。";
  text-align: right;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  margin-top: 0.625rem;
}

.p-business__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.3125rem;
  margin: 0 auto;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-business__lists {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.8125rem;
  }
}

.p-business__list {
  text-align: center;
  color: #004DA0;
  display: grid;
  place-items: center;
  width: 7.5rem;
  height: 7.5rem;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.2352941176;
  letter-spacing: 0.105em;
  border-radius: 1.25rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.35);
  background: linear-gradient(135deg, rgba(228, 237, 248, 0.89), rgba(87, 168, 238, 0.89));
}
@media screen and (min-width: 768px) {
  .p-business__list {
    font-size: 1.125rem;
    line-height: 1.2222222222;
    width: 7.875rem;
    height: 7.875rem;
  }
}

.p-businessBox {
  position: relative;
  background-color: white;
  padding: 1.25rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-businessBox {
    display: grid;
    grid-template-columns: 12.5rem 1fr;
    gap: 1.4375rem;
    align-items: center;
    padding: 0.9375rem 2.1875rem 0.9375rem 1.875rem;
  }
}

.p-businessBox__bigText {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  color: #004DA0;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-businessBox__bigText {
    border-right: 1px solid #004DA0;
  }
}

.p-businessBox__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6428571429;
  letter-spacing: 0.05em;
  margin-top: 0.375rem;
}
.p-businessBox__text span {
  color: #004DA0;
}

.p-businessBox__img {
  position: absolute;
  width: 1.3125rem;
  bottom: 1.25rem;
  right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-businessBox__img {
    right: 2.5rem;
    bottom: initial;
    top: 56%;
    transform: translateY(-50%);
  }
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .p-solution__stepTitle::before {
    top: 1.5rem;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .p-solutions__item::before, .p-solutions__wrap::before {
    top: -1.5375rem;
  }
  .p-solutions__number {
    padding-bottom: 2rem;
  }
  .p-all__title {
    flex-direction: column;
  }
  .p-business__title span::before {
    content: unset;
  }
  .p-business__title span::after {
    content: unset;
  }
  .p-business__title::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 2.8125rem;
    height: 1px;
    background-color: #004DA0;
    left: 0;
  }
  .p-business__title::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 2.8125rem;
    height: 1px;
    background-color: #004DA0;
    right: 0;
  }
  .p-business__title span {
    padding-inline: 0.7rem;
    z-index: 1;
  }
}/*# sourceMappingURL=new.css.map */