@charset "UTF-8";
/* growpath-main */
.growpath-main {
  color: #fff;
}

.growpath-main__desc {
  padding: 50px 10px 110px;
  font-size: 20px;
  font-weight: 700;
}

.growpath-main__desc p:not(:last-of-type) {
  margin-bottom: 30px;
}

.growpath-main__card {
  width: 50%;
  border-radius: 15px;
  overflow: hidden;
}

.growpath-main__card:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding-left: 5%;
  padding-right: 1%;
  background-color: #3a64ab;
  color: #fff;
}

.growpath-main__card:first-of-type h2 {
  font-size: 26px;
  font-weight: 700;
}

.growpath-main__card:first-of-type h3 {
  font-size: 26px;
  font-weight: 700;
}

.growpath-main__card:first-of-type h3 span {
  display: block;
  font-size: 16px;
}

.growpath-main__card:first-of-type p {
  font-size: 16px;
  font-weight: 400;
}

.growpath-main__card-wrapper {
  display: flex;
  gap: 20px;
  padding: 0 10px 110px;
}

.growpath-main__service {
  display: flex;
  align-items: center;
  color: #3863aa;
}

.growpath-main__service .ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45%;
  font-family: "Avenir Next";
  font-size: 46px;
  font-weight: 700;
}

.growpath-main__service .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 612px;
  padding: 60px 55px;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.growpath-main__service .right .img {
  width: 40%;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}

.growpath-main__service .right p {
  font-size: 26px;
  font-weight: 700;
}

.growpath-main__service .right h2 {
  font-family: "Avenir Next";
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}

.growpath-main__service .right h3 {
  font-size: 20px;
  font-weight: 700;
}

.growpath-main__service .right h3 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  /* growpath-mainスマホ */
  .growpath-main__desc {
    padding: 50px 0 30px;
    font-size: 16px;
  }
  .growpath-main__desc p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .growpath-main__card {
    width: 100%;
  }
  .growpath-main__card:first-of-type {
    gap: 10px;
    padding: 30px 20px;
  }
  .growpath-main__card:first-of-type h2 {
    font-size: 18px;
  }
  .growpath-main__card:first-of-type h3 {
    font-size: 18px;
  }
  .growpath-main__card:first-of-type h3 span {
    font-size: 14px;
  }
  .growpath-main__card:first-of-type p {
    font-size: 14px;
  }
  .growpath-main__card-wrapper {
    flex-direction: column;
    gap: 10px;
    padding: 0 10px 50px;
  }
  .growpath-main__service {
    flex-direction: column;
    padding: 0 10px;
  }
  .growpath-main__service .ttl {
    width: 100%;
    margin-bottom: 20px;
    font-size: 32px;
  }
  .growpath-main__service .right {
    min-height: unset;
    padding: 30px 20px;
    border-radius: 15px;
  }
  .growpath-main__service .right .img {
    width: 100%;
  }
  .growpath-main__service .right p {
    font-size: 18px;
  }
  .growpath-main__service .right h2 {
    font-size: 18px;
  }
  .growpath-main__service .right h3 {
    font-size: 14px;
  }
  .growpath-main__service .right h3 span {
    font-size: 13px;
  }
}
