/* .jaic-instructor {
  position: relative;
}
@media (min-width: 768px) {
  .jaic-instructor {
    display: flex;
    gap: min(44px, 40vw);
  }
}
@media (min-width: 768px) {
  .jaic-instructor .jaic-instructor__image-column {
    flex: 0 0 min(314px, 28.04vw);
  }
}
.jaic-instructor .jaic-instructor__image {
  position: relative;
  width: max(178px, 47.46vw);
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 768px) {
  .jaic-instructor .jaic-instructor__image {
    width: 100%;
  }
}
.jaic-instructor .jaic-instructor__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.jaic-instructor .jaic-instructor__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jaic-instructor .jaic-instructor__name {
  margin: 0;
  margin-top: max(19px, 5.06vw);
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, calc(11.974px + 1.074vw), 24px);
  line-height: 1.33;
  color: #173069;
  text-align: center;
}
@media (min-width: 768px) {
  .jaic-instructor .jaic-instructor__name {
    margin-top: min(16px, 1.42vw);
  }
}
.jaic-instructor .jaic-instructor__copy {
  margin: 0;
  margin-top: max(32px, 8.53vw);
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, calc(11.974px + 1.074vw), 24px);
  line-height: 1.81;
  color: #173069;
}
@media (min-width: 768px) {
  .jaic-instructor .jaic-instructor__copy {
    margin-top: min(24px, 2.14vw);
    line-height: 1.67;
  }
}
.jaic-instructor .jaic-instructor__profile {
  margin: 0;
  margin-top: min(20px, 5.33vw);
  padding: 0;
  font-weight: 400;
  font-size: clamp(14px, calc(12.994px + 0.269vw), 16px);
  line-height: 2;
}
@media (min-width: 768px) {
  .jaic-instructor .jaic-instructor__profile {
    margin-top: min(15px, 1.33vw);
  }
} */
