.p-lp2 {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  overflow: hidden;
}
.p-lp2 .fv {
  height: 700px;
  background: linear-gradient(to right, #25308d, #71e3ef);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .p-lp2 .fv {
    height: auto;
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .p-lp2 .fv {
    padding: 40px 0;
  }
}
.p-lp2 .fv__inner {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 960px) {
  .p-lp2 .fv__inner {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .p-lp2 .fv__inner {
    width: 90%;
  }
}
.p-lp2 .fv__left {
  width: auto;
}
.p-lp2 .fv__right {
  width: 50%;
}
@media (max-width: 960px) {
  .p-lp2 .fv__right {
    width: 90%;
    max-width: 400px;
  }
}
.p-lp2 .fv__title {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .p-lp2 .fv__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .p-lp2 .fv__title {
    font-size: 32px;
  }
}
.p-lp2 .fv__catch {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 48px;
}
.p-lp2 .fv__btn {
  display: inline-block;
  background-color: #30bab6;
  color: #065694;
  border-radius: 100px;
  padding: 24px 64px;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 768px) {
  .p-lp2 .fv__btn {
    padding: 16px 40px;
  }
}
@media (max-width: 480px) {
  .p-lp2 .fv__btn {
    font-size: 18px;
  }
}
.p-lp2 .service {
  position: relative;
  background-color: #fff;
  padding: 80px 0;
}
@media (max-width: 480px) {
  .p-lp2 .service {
    padding: 40px 0;
  }
}
.p-lp2 .service__heading {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  font-size: 40px;
  font-weight: bold;
  color: #373973;
  margin-bottom: 32px;
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .p-lp2 .service__heading {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .p-lp2 .service__heading {
    font-size: 24px;
  }
}
.p-lp2 .service__list {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
  margin-bottom: 40px;
  position: relative;
  z-index: 100;
}
.p-lp2 .service__item {
  list-style: none;
}
.p-lp2 .service__catch {
  font-size: 32px;
  font-weight: bold;
  color: #373973;
}
@media (max-width: 768px) {
  .p-lp2 .service__catch {
    font-size: 26px;
  }
}
.p-lp2 .service__text {
  font-size: 24px;
  font-weight: bold;
  color: #373973;
}
@media (max-width: 768px) {
  .p-lp2 .service__text {
    font-size: 20px;
  }
}
.p-lp2 .service__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 100;
}
@media (max-width: 960px) {
  .p-lp2 .service__box {
    flex-direction: column;
  }
}
.p-lp2 .service__box__text {
  font-size: 28px;
  font-weight: bold;
  color: #373973;
}
@media (max-width: 1080px) {
  .p-lp2 .service__box__text {
    font-size: 24px;
  }
}
.p-lp2 .service__box__logo {
  width: 600px;
}
@media (max-width: 1280px) {
  .p-lp2 .service__box__logo {
    width: 500px;
  }
}
@media (max-width: 768px) {
  .p-lp2 .service__box__logo {
    width: 100%;
  }
}
.p-lp2 .service__empha1 {
  width: 300px;
  position: absolute;
  top: -100px;
  left: 0;
}
@media (max-width: 1280px) {
  .p-lp2 .service__empha1 {
    left: -100px;
  }
}
.p-lp2 .service__empha2 {
  width: 300px;
  position: absolute;
  bottom: -100px;
  right: 0;
}
@media (max-width: 1280px) {
  .p-lp2 .service__empha2 {
    right: -100px;
  }
}
.p-lp2 .development {
  background-color: #373973;
  padding: 80px 0;
  position: relative;
  z-index: 100;
}
@media (max-width: 480px) {
  .p-lp2 .development {
    padding: 40px 0;
  }
}
.p-lp2 .development__heading {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .p-lp2 .development__heading {
    font-size: 24px;
  }
}
.p-lp2 .development__list {
  display: flex;
  gap: 32px;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 0;
}
@media (max-width: 1080px) {
  .p-lp2 .development__list {
    flex-wrap: wrap;
    row-gap: 64px;
  }
}
.p-lp2 .development__item {
  width: 25%;
  list-style: none;
}
@media (max-width: 1080px) {
  .p-lp2 .development__item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .p-lp2 .development__item {
    width: 100%;
  }
}
.p-lp2 .development__item__content1 {
  background-color: #fff;
}
.p-lp2 .development__item__content2 {
  background-color: #fff;
  padding: 16px;
  height: 390px;
}
@media (max-width: 1080px) {
  .p-lp2 .development__item__content2 {
    height: auto;
  }
}
.p-lp2 .development__item__img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lp2 .development__item__catch {
  font-size: 20px;
  font-weight: bold;
  color: #373973;
  text-align: center;
  padding: 24px 0;
}
.p-lp2 .development__item__arrow {
  display: block;
  width: 40%;
  margin: 40px auto;
}
@media (max-width: 1080px) {
  .p-lp2 .development__item__arrow {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .p-lp2 .development__item__arrow {
    width: 60px;
    margin: 24px auto;
  }
}
.p-lp2 .development__item__text {
  font-size: 18px;
  font-weight: bold;
  color: #373973;
}
.p-lp2 .support {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .p-lp2 .support {
    padding: 40px 0;
  }
}
.p-lp2 .support__heading {
  font-size: 48px;
  font-weight: bold;
  color: #373973;
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 480px) {
  .p-lp2 .support__heading {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.p-lp2 .support__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1080px) {
  .p-lp2 .support__box {
    flex-direction: column;
  }
}
.p-lp2 .support__left {
  background-color: #edf0f2;
  padding: 16px;
}
@media (max-width: 1080px) {
  .p-lp2 .support__left {
    width: 100%;
  }
}
.p-lp2 .support__left__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #373973;
}
.p-lp2 .support__left__text a {
  cursor: pointer;
  transition: .3s;
}
.p-lp2 .support__left__text a:hover {
  opacity: .7;
}
@media (max-width: 480px) {
  .p-lp2 .support__left__text {
    font-size: 16px;
  }
}
.p-lp2 .member {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .p-lp2 .member {
    padding: 40px 0;
  }
}
.p-lp2 .member__heading {
  font-size: 48px;
  font-weight: bold;
  color: #373973;
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 480px) {
  .p-lp2 .member__heading {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.p-lp2 .member__list {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 0;
}
.p-lp2 .member__item {
  width: calc(50% - 32px);
  display: flex;
  gap: 16px;
}
@media (max-width: 1080px) {
  .p-lp2 .member__item {
    width: 100%;
  }
}
.p-lp2 .member__left {
  width: 30%;
}
@media (max-width: 480px) {
  .p-lp2 .member__left {
    width: 25%;
  }
}
.p-lp2 .member__right {
  width: 70%;
}
@media (max-width: 480px) {
  .p-lp2 .member__right {
    width: 75%;
  }
}
.p-lp2 .member__text {
  font-size: 14px;
  color: #373973;
}
.p-lp2 .member__name {
  font-size: 18px;
  font-weight: bold;
  color: #373973;
  display: block;
  margin-top: 0px;
}
@media (max-width: 480px) {
  .p-lp2 .member__name {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */