@charset "UTF-8";

.p-line-fixed {
  position: fixed;
  right: 90px;
  bottom: 24px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #06c755;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 999;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-line-fixed:hover {
    opacity: 0.8;
  }
}

.p-line-fixed__line {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
}

.p-line-fixed__support {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-line-fixed {
    width: 72px;
    height: 72px;
    right: 12px;
    bottom: 12px;
  }
  .p-line-fixed__line {
    font-size: 15px;
  }
  .p-line-fixed__support {
    font-size: 10px;
  }
}

.p-line-fixed {
  box-sizing: border-box;
  border: 4px solid #fff;
}

@media screen and (max-width: 767px) {
  .p-line-fixed {
    border-width: 3px;
  }
}

.p-fv__badges {
  max-width: 950px;
  margin: 40px auto 0;
}

.p-fv__badges-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 16px 28px;
}

.p-fv__badges-list li img {
  display: block;
  height: 92px;
  width: auto;
  max-width: 100%;
}

.p-fv__title {
    max-width: 950px;
    margin: 0 auto 30px;
}

.p-fv__badges {
    max-width: 1080px;
    margin: 10px auto 0;
}

.p-fv {
    padding-bottom: 5px;
}

@media screen and (max-width: 1100px) {
.p-fv__badges-list li img {
  height: 82px;
}
}

@media screen and (max-width: 767px) {
  .p-fv__title {
        max-width: 200px;
        font-size: 33px;
        text-align: center;
        margin-bottom: 25px;
    }
  .p-fv__badges {
    max-width: 320px;
    margin: 24px auto 0;
  }
  .p-fv__badges-list {
    justify-content: center;
    gap: 20px 15px;
  }
  .p-fv__badges-list li {
    width: 44%;
  }
  .p-fv__badges-list li img {
    height: auto;
    width: 100%;
  }
  .p-fv {
    padding-bottom: 3px;
  }

}

.p-fv__illust {
  max-width: 640px;
  margin: 45px auto 0;
  text-align: center;
}

.p-fv__illust img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-fv__illust {
    max-width: 90%;
    margin: 20px auto 0;
  }
}

.p-news h2 {
  color: #0066ff;
  font-size: 19px;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
}

.p-news li span {
    display: inline-block;
    padding-right: 30px;
    color: #f7931e;
}

.p-research__desc {
    font-size: 18px;
    line-height: 1.75;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 38px;
    text-align: left;
}

.p-reason__p {
    font-size: 18px;
    line-height: 1.75;
    margin-top: 25px;
    max-width: 542px;
    width: 100%;
}

@media screen and (max-width: 767px) {
  .p-news h2 {
    font-size: 16px;
  }
  .p-reason__title,.p-reason__desc,.p-reason__box{
    width: 82.7326vw;
    margin-left: auto;
    margin-right: auto;
  }
  .p-reason__inner{
    width: 88.7326vw;
 }
 .p-research__desc {
    font-size: 15px;
    line-height: 1.75;
    padding-left: 5px;
    padding-right: 0;
  }
}

.p-reason__box .c-square {
  background-color: #0066ff;
}

.p-reason__h3 {
  color: #0066ff;
  font-size: 39px;
}

.p-reason__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.p-reason__stat {
  flex: 1 1 220px;
  min-width: 220px;
  max-width: 260px;
}

.p-reason__stat img {
  display: block;
  width: 100%;
  height: auto;
}



@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-reason__stat {
    flex: 0 1 auto;
    width: 46%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .p-reason__flex {
    display: flex;
    justify-content: space-between;
    gap: 40px 12px;
  }
  .p-reason__stat {
    flex: 0 1 auto;
    min-width: 0;
    width: 46%;
  }
  .p-reason__h3 {
  font-size: 23px;
  }
  .p-reason__p {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .p-news ul {
    max-width: none;
    width: fit-content;
  }
  .p-news li,
  .p-news li a {
    white-space: nowrap;
    color: #455d73;
  }
}

.p-news__note {
  color: #ff3a5c;
  font-size: 16px;
  text-align: center;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .p-news__note {
    font-size: 15px;
  }

  .p-news li span {
    display: block;
  }
}

