.p-partners__title {
  text-align: center;
  font-size: 30px;
  line-height: 1.366;
  color: #3D71B6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-partners__inner {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.p-partners__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
  max-width: 720px;
  margin: 71px auto 100px !important;
}
@media screen and (max-width: 768px) {
  .p-partners__list {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-cta__btn {
    width: 100%;
  }
}
.c-cta__btn a {
  width: 300px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 5px solid #366CB3;
  box-sizing: border-box;
  box-shadow: 10px 10px 0 0 #0d2a72;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width: 768px) {
  .c-cta__btn a {
    width: 100%;
    aspect-ratio: 3/1;
  }
}
.c-cta__btn a:hover, .c-cta__btn a:focus-visible {
  transform: translate(10px, 10px);
  box-shadow: 0 0 0 0 #0d2a72;
}
.c-cta__btn--shihoushoshi {
  color: #366CB3;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.266;
}
.c-cta__img--oikura {
  width: 166px;
  height: 47px;
}/*# sourceMappingURL=style.css.map */