.info dl {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
}
.info dl dt,
.info dl dl {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .info dl dt,
  .info dl dl {
    padding: 4vw;
  }
}
.info dl dt:first-of-type,
.info dl dl:first-of-type {
  border-top: 1px solid #ccc;
}
.info dl dt {
  width: 30%;
}
.info dl dl {
  width: 70%;
}

.member__data {
  max-width: 1400px;
  margin: 0 auto;
}
.member__data ul {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1320px) {
  .member__data ul {
    padding: 0 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .member__data ul {
    display: block;
  }
}
.member__data ul li {
  width: 466.6666666667px;
}
@media screen and (max-width: 768px) {
  .member__data ul li {
    width: 90%;
    margin: 0 auto 8vw;
  }
}
.member__box {
  height: 450px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 1320px) {
  .member__box {
    height: 37.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .member__box {
    height: 80vw;
    margin-bottom: 8vw;
  }
}
.member__bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 240px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.3) 1px, transparent 1px), radial-gradient(circle at 50% 100%, rgb(143, 244, 200), rgb(43, 155, 255));
  background-size: 20px 20px, 100%;
  border-radius: 40px;
}
@media screen and (max-width: 1320px) {
  .member__bg {
    height: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .member__bg {
    height: 37.3333333333vw;
    border-radius: 20px;
  }
}
.member__photo {
  position: absolute;
  bottom: 0;
}
.member__photo img {
  height: 100%;
  z-index: 2;
  position: relative;
}
.member__cre {
  padding-top: 80px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .member__cre {
    padding-top: 13.3333333333vw;
    padding-left: 2.6666666667vw;
  }
}
@media screen and (max-width: 1320px) {
  .member__cre p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .member__cre p {
    font-size: 3.7333333333vw;
  }
}
.member__cre p:last-of-type {
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 1320px) {
  .member__cre p:last-of-type {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .member__cre p:last-of-type {
    font-size: 5.8666666667vw;
  }
}
.member__cre--right {
  text-align: right;
  padding-right: 40px;
}
.member__sasazawa .member__photo {
  height: 448px;
  right: 40px;
}
@media screen and (max-width: 1320px) {
  .member__sasazawa .member__photo {
    height: 32vw;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .member__sasazawa .member__photo {
    height: 80vw;
    right: 2.6666666667vw;
  }
}
.member__enomoto .member__photo {
  height: 441px;
  left: 40px;
}
@media screen and (max-width: 1320px) {
  .member__enomoto .member__photo {
    height: 32vw;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .member__enomoto .member__photo {
    height: 80vw;
    left: 5.3333333333vw;
  }
}
.member__honma .member__photo {
  height: 410px;
  right: 40px;
}
@media screen and (max-width: 1320px) {
  .member__honma .member__photo {
    height: 29.3333333333vw;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .member__honma .member__photo {
    height: 80vw;
    right: 5.3333333333vw;
  }
}
.member__text {
  font-size: 16px;
}

.mvv__box ul li {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mvv__box ul li {
    display: block;
  }
}
.mvv__box--left {
  width: 30%;
  border-radius: 0 20px 20px 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.3) 1px, transparent 1px), linear-gradient(110deg, rgb(162, 255, 207), rgb(4, 144, 74));
  background-size: 20px 20px, 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .mvv__box--left {
    width: 80%;
    font-size: 8vw;
    border-radius: 0 10px 10px 0;
  }
}
.mvv__box--left span {
  font-size: 140px;
}
@media screen and (max-width: 768px) {
  .mvv__box--left span {
    font-size: 21.3333333333vw;
  }
}
.mvv__box--right {
  width: 70%;
  display: flex;
  justify-content: left;
  align-items: center;
  border-radius: 20px 0 0 20px;
  background: #fff;
  padding: 50px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .mvv__box--right {
    margin-left: auto;
    width: 90%;
    margin-top: -2.6666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 10px 0 0 10px;
    padding: 5.8666666667vw;
  }
}
.mvv__box--right p:first-child {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mvv__box--right p:first-child {
    font-size: 4.8vw;
  }
}
.mvv__value ul li {
  display: block;
  margin-bottom: 10px;
  background: url(/_assets/img/member/icon-check.svg) no-repeat left;
  padding-left: 35px;
}

div.wpcf7 .wpcf7-spinner {
  display: block;
}/*# sourceMappingURL=company.css.map */