html {
  font-size: 62.5%;
}

/* btn */
.btn-center {
  text-align: center;
}

.btn-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  display: inline-block;
  width: 340px;
  padding: 9px 30px 7px 22px;
  border-radius: 10px;
  background-color: #222;
  background-image: url(https://www.asics.com/jp/ja-jp/mk/running/asics-digital-coaching/img/icon-arrow-right.png);
  background-repeat: no-repeat;
  background-position: right 8px center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

.btn:hover {
  opacity: .5;
}

.btn + .btn {
  margin-left: 30px;
}

.app-download-wrap {
  margin-top: 25px;
}

.app-download-btn {
  width: 180px;
}

.app-download-btn + .app-download-btn {
  margin-left: 30px;
}

.app-download-btn:hover {
  opacity: .7;
}

.app-download-btn img {
  width: 100%;
}

/* keyvisual */
.keyvisual,
.keyvisual-box,
.keyvisual-box img {
  width: 100%;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: auto!important;
  padding: 40px 0 0;
  text-align: center;
  transition: opacity .3s;
  z-index: 10;
}

.keyvisual .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border: 1px solid #001e62;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
}

.keyvisual .swiper-pagination .swiper-pagination-bullet-active {
  background: #001e62;
}

.swiper-initialized {
  position: relative;
  overflow: hidden;
}

/* about-block */
.about-block {
  position: relative;
  margin-top: 80px;
  padding: 0 15px;
  overflow: hidden;
}

.about-text {
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 2;
  text-align: center;
  color: #001e63;
  letter-spacing: 2px;
}

.about-text .emphasis {
  font-weight: 600;
}

.service-point {
  display: inline-block;
  position: relative;
  font-size: 3.6rem;
}

.service-point + .service-point {
  padding-left: 30px;
}

.service-point + .service-point::before {
  content: "/";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
}

/* service-about-block */
.service-about-block {
  margin-top: 80px;
}

.service-about-img {
  width: 98%;
}

.service-about-img img {
  width: 100%;
}

/* service-block */
.service-block {
  position: relative;
  background: #e4e5f3;
}

.service-inner {
  position: relative;
  padding: 110px 15px 100px;
  z-index: 10;
}

.service-container {
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
  padding-bottom: 110px;
}

.service-container:last-child {
  padding-bottom: 0;
}

.service-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 7.5%;
  width: 5px;
  height: 100%;
  background: #092054;
}

.service-container:last-child::before {
  display: none;
}

.service-head {
  position: relative;
  width: 85%;
  margin: 0 auto;
  padding: 20px 0 5px;
  background: linear-gradient(90deg, #001e62, #2952ac);
}

.service-icon {
  position: absolute;
  top: 50%;
  left: -8.5%;
  width: 17.5%;
  max-width: 178px;
  transform: translateY(-50%);
}

.service-icon.is-large {
  width: 25%;
  max-width: 260px;
  left: -13%;
}

.service-icon img {
  width: 100%;
}

.service-sample-img {
  position: absolute;
  top: -15px;
  right: -8%;
  width: 38%;
  max-width: 364px;
}

.service-report-img {
  position: absolute;
  top: -80%;
  right: -10%;
  width: 21%;
  max-width: 200px;
}

.service-sample-img img,
.service-report-img img {
  width: 100%;
}

.service-label {
  padding: 0 32% 0 10%;
  color: #fff;
}

.report-container .service-label {
  padding: 0 12% 0 14%;
}

.service-label-first {
  display: flex;
  align-items: center;
}

.service-tag {
  display: inline-block;
  position: relative;
  width: 80px;
  padding: 5px 10px 3px;
  border-radius: 15px;
  background: #485cc7;
  font-size: 1.6rem;
  text-align: center;
  box-sizing: border-box;
}

.service-tag + .service-tag {
  margin-left: 25px;
}

.service-tag + .service-tag::before,
.service-tag + .service-tag::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  width: 16px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}

.service-tag + .service-tag::after {
  transform: translateY(-50%) rotate(90deg);
}

.service-tag-sensor {
  background: #00b388;
}

.service-tag-report {
  background: #ede04b;
}

.service-label-title-sub {
  margin: 0 0 0 18px;
  font-size: 2rem;
  font-weight: 600;
}

.service-label-title {
  margin-top: 4px;
  font-size: 3.5rem;
  font-weight: bold;
}

.service-content {
  width: 93%;
  margin: 25px 0 0 auto;
  padding: 0 34% 0 9%;
  box-sizing: border-box;
}

.service-content-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  color: #001e62;
}

.service-content-detail {
  margin: 15px 0 0;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #001e62;
}

.service-induction {
  width: 100%;
  margin: 70px 0 0 auto;
  padding: 0 5% 0 5%;
  box-sizing: border-box;
}

.service-induction-text {
  margin-left: 12%;
}

.service-notes {
  position: relative;
  margin-top: 15px;
  padding-left: 1.2em;
  font-size: 1.6rem;
  color: #001e62;
}

.service-notes::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* review-block */
.review-block {
  position: relative;
  margin-top: 80px;
  padding: 75px 15px 95px;
  background: #001e62;
}

.review-inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 65px;
}

.review-title {
  font-size: 4.2rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.review-carousel-celebrity {
  margin-top: 45px;
}

.review-carousel-box,
.review-carousel-common-box {
  width: 31.5%;
  height: auto;
}

.review-carousel-box-inner {
  height: 100%;
}

.review-carousel-box img {
  width: 100%;
}

.review-carousel-info {
  margin-top: 12px;
  color: #fff;
}

.review-carousel-job,
.review-carousel-desc {
  margin-bottom: 0;
  font-size: 1.6rem;
}

.review-carousel-name {
  margin-bottom: 0;
  font-size: 2.4rem;
}

.review-carousel-desc {
  margin-top: 15px;
  line-height: 1.5;
}

.review-carousel-common {
  margin-top: 80px;
}

.review-carousel-common-box {
  padding: 20px;
  background: #e4e5f3;
  box-sizing: border-box;
}

.review-carousel-profile {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #001e62;
  line-height: 1.5;
}

.review-carousel-common-desc {
  margin: 15px 0 0;
  font-size: 1.6rem;
  color: #001e62;
  line-height: 1.68;
}

.swiper-area01,
.swiper-area02 {
  position: relative;
}

.review-block .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border: 1px solid #fff;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
}

.review-block .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.review-block .swiper-button-prev,
.review-block .swiper-button-next {
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 37.5px 20px 37.5px 0;
  border-color: transparent #fff transparent transparent;
  background-image: none;
  transform: translateY(-50%);
}

.review-block .swiper-button-next {
  border-width: 37.5px 0 37.5px 20px;
  border-color: transparent transparent transparent #fff;
}

.review-block .swiper-button-prev {
  left: -56px;
}

.review-block .swiper-button-next {
  right: -56px;
}

/* FAQ */
.faq-block {
  padding: 80px 15px 210px;
}

.faq-inner {
  max-width: 1110px;
  margin: 0 auto;
}

.faq-title {
  font-size: 5.2rem;
  font-weight: bold;
  text-align: center;
  color: #001e63;
}

.faq-content {
  margin-top: 45px;
}

.faq-item + .faq-item {
  margin-top: 10px;
}

.faq-item-question {
  position: relative;
  padding: 16px 70px 13px 30px;
  border: 1px solid #001e62;
  background-color: #e4e5f3;
  font-size: 2.4rem;
  font-weight: 600;
  cursor: pointer;
}

.faq-item-question::before,
.faq-item-question::after {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  right: 35px;
  width: 30px;
  height: 2px;
  background-color: #001e62;
  transform: translateY(-50%);
}

.faq-item-question::after {
  transform: rotate(90deg) translateY(-50%);
  transition: all .5s;
}

.faq-item-question.is-open::after {
  transform: rotate(0) translateY(-50%);
}

.faq-item-answer {
  display: none;
  padding: 15px 30px 20px;
  border: 1px solid #001e62;
  border-top: none;
}

.faq-item-answer.is-open {
  display: block;
}

.faq-item-answer p {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.68;
  color: #001e62;
}

.faq-link-block {
  margin-top: 40px;
}

/* decoration */
.decoration {
  position: absolute;
}

.decoration-sp {
  display: none;
  position: absolute;
}

.decoration01 {
  top: 22%;
  left: 0;
}

.decoration02 {
  width: 160px;
  right: 0;
  bottom: -2.8%;
  overflow: hidden;
}

.decoration03 {
  top: -5%;
  left: 0;
}

.decoration04 {
  width: 140px;
  right: 0;
  bottom: 3%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .sp-only {
    display: none!important;
  }
}

@media (max-width: 960px) {}

@media (max-width: 767px) {
  .pc-only {
    display: none!important;
  }

  .btn-flex {
    display: block;
  }

  .btn {
    width: 100%;
    padding: 15px 25px;
    background-position: right 8px center;
    font-size: 1.4rem;
    text-align: center;
  }

  .btn + .btn {
    margin: 20px 0 0;
  }

  .app-download-wrap {
    margin-top: 20px;
    text-align: center;
  }

  .app-download-btn {
    display: inline-block;
    width: 40%;
    max-width: 250px;
  }

  .app-download-btn + .app-download-btn {
    margin-left: 20px;
  }

  .swiper-pagination {
    padding-top: 25px;
  }

  /* about-block */
  .about-block {
    margin-top: 50px;
    padding-bottom: 50px;
  }

  .about-text {
    font-size: 1.4rem;
  }

  .about-text.is-large {
    font-size: 2rem;
  }

  .about-text .emphasis {
    font-size: 1.9rem;
  }

  .service-point {
    font-size: 2rem;
  }

  /* service-about-block */
  .service-about-block {
    margin-top: 0;
  }

  .service-about-img {
    width: 100%;
  }

  /* service-block */
  .service-inner {
    padding: 50px 20px 65px 50px;
  }

  .service-container {
    padding-bottom: 55px;
  }

  .service-container::before {
    width: 2px;
    left: 4px;
  }

  .appli-container {
    padding-bottom: 0;
  }

  .appli-container::before {
    display: none;  
  }

  .service-head {
    width: 100%;
    padding: 0 10px 0 0;
    background: transparent;
  }

  .report-container .service-head::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    width: 2px;
    height: 100%;
    background: #092054;
  }

  .service-icon {
    width: 80px;
    top: auto;
    bottom: -5px;
    left: -35px;
    transform: translateY(0);
  }

  .service-icon.is-large {
    width: 100px;
    bottom: -8px;
    left: -47px;
  }

  .service-label,
  .report-container .service-label {
    padding: 0;
  }

  .service-label-first {
    display: block;
    padding-left: 55px;
  }

  .service-tag {
    width: 65px;
    padding: 3px 5px 2px;
    font-size: 1.2rem;
    line-height: 1;
  }

  .service-tag + .service-tag {
    margin-left: 13px;
  }

  .service-tag + .service-tag::before,
  .service-tag + .service-tag::after {
    width: 8px;
    left: -13px;
    background: #001e62;
  }

  .service-label-title-sub {
    margin: 5px 0 0;
    font-size: 1.4rem;
    color: #001e62;
  }

  .service-label-title {
    margin-top: 5px;
    padding: 7px 10px 7px 55px;
    background: linear-gradient(90deg, #001e62, #2952ac);
    font-size: 2rem;
  }

  .service-sample-img {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 22px;
  }

  .service-content {
    width: 100%;
    margin: 0;
    padding: 15px 0 0 20px;
  }

  .appli-container .service-content {
    position: relative;
    padding-bottom: 55px;
  }

  .appli-container .service-content::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    width: 2px;
    height: 100%;
    background: #092054;
  }

  .service-content-title {
    font-size: 1.6rem;
    line-height: 1.75;
  }

  .service-content-detail {
    margin-top: 8px;
    font-size: 1.4rem;
  }

  .service-induction {
    margin-top: 40px;
    padding: 0 0 0 20px;
  }

  .service-induction-text {
    margin-left: 0;
  }
  
  .service-notes {
    font-size: 1.3rem;
    line-height: 1.75;
  }

  /* review-block */
  .review-block {
    margin-top: 0;
    padding: 55px 0 65px;;
  }

  .review-inner {
    padding: 0 50px;
  }

  .review-title {
    font-size: 2.5rem;
  }

  .review-carousel-celebrity {
    margin-top: 20px;
  }

  .review-carousel-info {
    margin-top: 17px;
  }

  .review-carousel-job {
    font-size: 1.4rem;
  }

  .review-carousel-name {
    margin-top: 12px;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .review-carousel-desc {
    margin-top: 15px;
    font-size: 1.4rem;
  }

  .review-carousel-common {
    margin-top: 40px;
  }

  .review-carousel-common-box {
    padding: 17px 15px;
  }

  .review-carousel-profile {
    font-size: 1.4rem;
  }

  .review-carousel-common-desc {
    font-size: 1.4rem;
  }

  .swiper-area01 .swiper-button-prev,
  .swiper-area01 .swiper-button-next {
    top: 26%;
  }

  .review-block .swiper-button-prev {
    left: -30px;
    border-width: 18px 10px 18px 0;
  }

  .review-block .swiper-button-next {
    right: -30px;
    border-width: 18px 0 18px 10px;
  }

  .review-title img,
  .faq-title img {
    width: 80%;
    max-width: 372px;
  }

  .faq-block {
    padding: 55px 20px 90px;
  }

  /* .faq-title {
    font-size: 3rem;
  } */

  .faq-content {
    margin-top: 20px;
  }

  .faq-item + .faq-item {
    margin-top: 5px;
  }

  .faq-item-question {
    padding: 20px 60px 20px 15px;
    font-size: 1.6rem;
  }

  .faq-item-question::before,
  .faq-item-question::after {
    width: 26px;
    right: 15px;
  }

  .faq-item-answer {
    padding: 12px 14px;
  }

  .faq-item-answer p {
    font-size: 1.4rem;
  }

  .faq-link-block {
    margin-top: 30px;
    text-align: center;
  }

  .faq-link-block .btn {
    width: 85%;
  }

  .decoration {
    display: none;
  }

  .decoration-sp {
    display: block;
  }

  .decoration-sp img {
    width: 100%;
  }

  .decoration05 {
    width: 75px;
    top: 12.5%;
    left: -30px;
  }

  .decoration06 {
    width: 134px;
    bottom: -28px;
    left: -35px;
  }
}
