@charset "UTF-8";
/*20251217追記*/
img {
  max-width: 100%;
  height: auto;
}

.p-top__sec03__chart img {
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-top__sec09 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__sec09 .p-top__sec09__box--img {
    width: 22.9166666667%;
    margin-inline: auto;
  }
}

.p-top__sec10 {
  background: #fff;
}
.p-top__sec10 .p-top__sec10__content {
  padding: 110px 0 85px;
}
@media screen and (max-width: 767px) {
  .p-top__sec10 .p-top__sec10__content {
    padding: 42px 0px 36px;
  }
}
.p-top__sec10 .c-box01--title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__sec10 .c-box01--title {
    text-align: left;
  }
}
.p-top__sec10 .p-top__sec10__img {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top__sec10 .p-top__sec10__img {
    margin-inline: auto;
  }
}
.p-top__sec10 .p-top__sec10__img + .c-box02 {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .p-top__sec10 .p-top__sec10__img + .c-box02 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__sec10 .p-top__sec10__img.p-top__sec10__img1 {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__sec10 .p-top__sec10__img.p-top__sec10__img2, .p-top__sec10 .p-top__sec10__img.p-top__sec10__img3 {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .p-top__sec11 .p-top__sec02__box--title img {
    max-width: 332px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__sec11 .p-top__sec11__box--img {
    width: 25.390625%;
    margin-inline: auto;
  }
}

.p-top__sec12 {
  background: #fff;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-top__sec12 {
    padding-top: 20px;
  }
}
.p-top__sec12 .p-top__sec12__content {
  padding: 110px 0 85px;
}
@media screen and (max-width: 767px) {
  .p-top__sec12 .p-top__sec12__content {
    padding: 42px 0 36px;
  }
}
.p-top__sec12 .c-box3 {
  background-color: #f0f0f0;
  padding: 36px 0;
}
.p-top__sec12 .c-box3 .c-box03--title {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-top__sec12 .c-box3 .c-box03--title {
    font-size: 12px;
  }
}
.p-top__sec12 .c-box3 .iframe {
  max-width: 560px;
  width: 90%;
  height: auto;
  aspect-ratio: 16/9;
  margin-inline: auto;
}
.p-top__sec12 .c-box3 .iframe iframe {
  width: 100%;
  height: 100%;
}

.p-product .c-product {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-product .c-product {
    justify-content: center;
  }
}
.p-product.p-top__sec09 .c-product {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-product.p-top__sec09 .c-product {
    justify-content: center;
  }
}
.p-product .p-product__box--list + .p-product__box--img {
  margin-top: 10em;
}
@media screen and (max-width: 767px) {
  .p-product .p-product__box--list + .p-product__box--img {
    margin-top: 36px;
  }
}

.c-product02--link01.bottom-0 {
  bottom: 0;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -1ex;
  font-size: 0.7em;
}

#footer #page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  transition: all 0.65s;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #footer #page-top {
    bottom: 15px;
    right: 15px;
  }
}
#footer #page-top.isActive {
  opacity: 1;
  transition: all 0.65s;
}
@media screen and (max-width: 767px) {
  #footer #page-top img {
    width: 45px;
    height: 45px;
  }
}/*# sourceMappingURL=custom.css.map */