@media (min-width: 768px) {
  .page-wrapper--products {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-wrapper--products {
    padding: 7.3333333333vw 0 0;
  }
}

@media (max-width: 767px) {
  .page-content--products {
    padding: 3rem 0;
  }
}

@media (min-width: 768px) {
  .ttl-h1--products {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 767px) {
  .ttl-h1--products {
    margin-bottom: 4vw;
  }
}

.-active .collapse__content--products {
  padding: 0;
}

@media (min-width: 768px) {
  .collapse__ttl--products {
    padding: 1.5rem 2rem;
    padding-right: 6.2rem;
  }
}
@media (max-width: 767px) {
  .collapse__ttl--products {
    padding: 1rem;
    padding-right: 4rem;
  }
}
.collapse__content--products {
  background: #fff;
  overflow: hidden;
}

@media (min-width: 768px) {
  .products__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .products__item {
    padding: 2rem 1rem;
  }
  .products__item:first-child {
    padding-top: 1rem;
  }
  .products__item:last-child {
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .products__item + .products__item {
    border-top: 0.2rem solid #CCECE9;
  }
}
@media (max-width: 767px) {
  .products__item + .products__item {
    border-top: 0.2666666667vw solid #CCECE9;
  }
}
@media (min-width: 1024px) {
  .products__img {
    width: 24.6%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .products__img {
    width: 23rem;
  }
}
@media (max-width: 767px) {
  .products__img img {
    display: block;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .products__desc {
    width: 72.5%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .products__desc {
    flex: 1;
    padding-left: 2rem;
  }
}
.products__txt span {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .products__txt {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .products__txt {
    font-size: 2.9333333333vw;
    line-height: 4.2666666667vw;
  }
}

@media (min-width: 1024px) {
  .btn--products {
    width: 37rem;
  }
}
@media (min-width: 768px) {
  .btn--products {
    margin-left: auto;
    height: 6rem;
    line-height: 6rem;
  }
  .btn--products:before {
    height: 3rem;
    left: 1.3rem;
    width: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .btn--products {
    width: 25rem;
  }
}
@media (max-width: 767px) {
  .btn--products {
    margin: auto;
  }
}

@media (min-width: 768px) {
  .ttl-h3--products {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 767px) {
  .ttl-h3--products {
    text-align: center;
    margin: 4.4vw 0 4vw;
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .mt27 {
    margin-top: 2.7rem;
  }
}
@media (max-width: 767px) {
  .mt27 {
    margin-top: 4.2666666667vw;
  }
}

@media (min-width: 768px) {
  .mt77 {
    margin-top: 7.7rem;
  }
}
@media (max-width: 767px) {
  .mt77 {
    margin-top: 4.2666666667vw;
  }
}

@media (max-width: 767px) {
  .sp_mb15 {
    margin-bottom: 15px;
  }
}
.box__ttl--type1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .box__ttl--type1 {
    gap: 0.8vw;
  }
}
.box__ttl--type1 .box__ttlBtn {
  font-size: 1.4rem;
  text-align: center;
  background: #fff;
  font-weight: bold;
  border-radius: 999px;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  min-width: 10rem;
  min-height: 3.6rem;
  color: #B60081;
}
.box--blue .box__ttl--type1 .box__ttlBtn {
  color: #005B9F;
}
@media (max-width: 767px) {
  .box__ttl--type1 .box__ttlBtn {
    font-size: 3.7333333333vw;
    width: 24vw;
    min-width: 24vw;
    min-height: 7.7333333333vw;
  }
}
@media (min-width: 768px) {
  .box__ttl--type1 .btn {
    font-size: 1.8rem;
  }
}

.box--blue {
  border-color: #005B9F;
}
.box--blue .box__ttl {
  background-color: #E0ECFC;
}

.box__infoTtl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  margin-top: -1.1rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .box__infoTtl {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .box__infoTtl--edit {
    margin-right: -1.5rem;
  }
}
@media (max-width: 767px) {
  .box__info--product {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .box__info--edit {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 1rem;
  }
  .box__info--edit .box__infoTtl {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .box__info .button {
    margin-top: auto;
  }
}

.box__service {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .box__service {
    margin-top: 3rem;
  }
}
.box__serviceTtl {
  font-weight: bold;
  text-align: left;
}
.box__serviceList {
  border-radius: 0.2rem;
  background: #F5F5F5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 1.653rem 1.5rem;
  gap: 1.8rem;
  min-height: 7.1rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .box__serviceList {
    padding: 2.4vw 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    gap: 1.3333333333vw;
    height: auto;
  }
}
.box__serviceItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.8rem;
  width: calc(50% - 0.9rem);
}
@media (max-width: 767px) {
  .box__serviceItem {
    gap: 1.3333333333vw;
  }
}
@media (max-width: 767px) {
  .box__serviceItem--full {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .box__serviceIcon {
    width: 8vw;
    min-width: 3rem;
  }
}
.box__serviceName {
  text-align: left;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3571;
}
@media (max-width: 767px) {
  .box__serviceName {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
.box__serviceImg {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .box__serviceImg {
    margin-top: 6.6666666667vw;
  }
}
.box__serviceImg img {
  display: inline;
}
@media (max-width: 767px) {
  .box__serviceImg img {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .box__serviceImg img[src*="img_logo_01.svg"] {
    width: 58.6666666667vw;
  }
}
@media (max-width: 767px) {
  .box__serviceImg img[src*="img_logo_02.svg"] {
    width: 69.3333333333vw;
  }
}

@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

