.instructor-wrap {
  margin-top: 80px;
}
.about-instructor-inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.about-instructor-mv {
  position: relative;
}
.about-instructor-mv-image {

}
.about-instructor-mv-image img {
  width: 100%;
}
.about-instructor-mv-text {
  position: absolute;
  content: "";
  display: block;
  bottom: 30px;
  left: -10px;
  width: 100%;
}
.about-instructor-mv-lead {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.025em;
  font-family: var(--jp);
  color: #000;
}
.about-instructor-can {
  margin: -2vw 0 0 0px;
}
.about-instructor-can-wrap {
  display: flex;
}
.about-instructor-can-image {
  flex: 0 0 390px;
}
.about-instructor-can-image img {
  width: 100%;
}
.about-instructor-can-text {
  flex: 1;
  margin-left: 30px;
}
.about-instructor-can-title {
  font-size: 49px;
  font-weight: 900;
  font-family: var(--jp);
  color: #48b066;
  margin: 0;
}
.about-instructor-can-title span {
  font-size: 69px;
  letter-spacing: 0.01em;
}
.about-instructor-can-lists {
  margin-top: 5px;
}
.about-instructor-can-list {
  display: flex;
}
.about-instructor-can-list + .about-instructor-can-list {
  margin-top: 10px;
}
.about-instructor-can-check {
  flex: 0 0 37px;
}
.about-instructor-can-check img {
  width: 100%;
}
.about-instructor-can-desc {
  flex: 1;
  font-size: 25px;
  font-family: var(--jp);
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin: 0 0 0 10px;
  color: #000;
}
.about-instructor-recommend {
  margin-top: 110px;
}
.about-instructor-recommend-wrap {
  display: flex;
}
.about-instructor-recommend-items {
  border-top: 2px solid #fabf12;
  border-bottom: 2px solid #fabf12;
  flex: 0 0 470px;
}
.about-instructor-recommend-item {
  padding: 9px 0;
}
.about-instructor-recommend-item + .about-instructor-recommend-item {
  border-top: 1px dashed #fabf12;
}
.about-instructor-recommend-item-title {
  font-size: 21.36px;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-family: var(--jp);
  margin: 0;
  color: #000;
}
.about-instructor-recommend-item-desc {
  font-size: 18.31px;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: var(--jp);
  margin: 5px 0 0 0;
  color: #000;
}
.about-instructor-recommend-images {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 20px;
}
.about-instructor-recommend-title {
  font-size: 49.52px;
  font-weight: 900;
  letter-spacing: 0em;
  margin: 0;
  color: #f7931e;
  line-height: 1;
  font-family: var(--jp);
}
.about-instructor-recommend-image {
  margin-top: 30px;
}
.about-instructor-recommend-image img {
  width: 100%;
  vertical-align: bottom;
}
.about-instructor-flow {
  background: #35a857;
  border-radius: 10px;
  padding-top: 20px;
  margin-top: 60px;
}
.about-instructor-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-instructor-subtitle {
    font-size: 22.5px;
    font-weight: 900;
    color: #fff;
    font-family: var(--jp-maru);
    background: #fabd00;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 45px;
    font-style: normal;
    margin-right: 10px;
}
.about-instructor-title {
  margin: 0 0 0 0;
  font-size: 37.5px;
  color: #fff;
  font-family: var(--jp-maru);
}
.about-instructor-items {
  background: #fff;
  border: 6px solid #35a857;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 50px 35px 20px 35px;
  margin: 20px 0 0 0;
  border-radius: 0 0 10px 10px;
}
.about-instructor-item {
  background: #fabd00;
  text-align: center;
  position: relative;
}
.about-instructor-item:nth-child(1) .about-instructor-text {
    padding: 70px 0 20px 0;
}
.about-instructor-item::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/instructor/pc/icon-step01.webp) center center / cover no-repeat;
  width: 60px;
  height: 60px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.about-instructor-item:nth-child(2)::before {
  background: url(../img/instructor/pc/icon-step02.webp) center center / cover no-repeat;
}
.about-instructor-item:nth-child(3)::before {
  background: url(../img/instructor/pc/icon-step03.webp) center center / cover no-repeat;
}
.about-instructor-text {
font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    padding: 50px 0 20px 0;
    color: #000;
    font-family: var(--jp);
}
.about-instructor-button {
  margin-top: 150px;
  text-align: center;
}
.about-instructor-cta {
  display: inline-block;
  width: 100%;
  max-width: 182px;
  position: relative;
}
.about-instructor-cta::before {
    position: absolute;
    content: "";
    display: block;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 385px;
    height: 28%;
    background: url(../img/instructor/pc/cta-fukidashi.webp) center center / cover no-repeat;
}
.about-instructor-cta img {
  width: 100%;

}
.about-instructor-cta-text {
  text-align: center;
  margin: 35px 0 0 0;
  padding-bottom: 70px;
}
.about-instructor-cta-lead {
  font-size: 26.25px;
  font-weight: 900;
  font-family: var(--jp);
  text-align: center;
  margin: 0;
  color: #000;
}
.about-instructor-cta-desc {
  font-size: 22.5px;
  font-weight: 400;
  font-family: var(--jp);
  line-height: 2;
  text-align: center;
  margin: 10px 0 0 0;
  color: #000;
}
.about-instructor-floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.about-instructor-floating-button {
  display: inline-block;
  width: 100%;
  max-width: 182px;
}
.about-instructor-floating-button img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .about-instructor-inner {
    padding: 0 2.3vw;
  }
  .about-instructor-mv-text {
    bottom: -19vw;
    left: 0;
  }
  .about-instructor-mv-lead {
    font-size: 3.8vw;
    letter-spacing: 0em;
  }
  .about-instructor-can {
    margin-top: 19vw;
}
.about-instructor-can-text {
  margin-left: 0;
}
.about-instructor-can-title {
  font-size: 8vw;
  line-height: 1;
}
.about-instructor-can-lists {
    margin-top: 3vw;
}
.about-instructor-can-list + .about-instructor-can-list {
    margin-top: 1vw;
}
.about-instructor-can-title span {
  font-size: 11.4vw;
}
.about-instructor-can-check {
  flex: 0 0 5.8vw;
}
.about-instructor-can-desc {
    font-size: 4.1vw;
    margin: 0 0 0 1.5vw;
}
.about-instructor-recommend {
    margin-top: 0vw;
}
.about-instructor-recommend-title {
  font-size: 8vw;
  margin-top: 4vw;
}
.about-instructor-recommend-items {
  margin-top: 5vw;
  flex: initial;
}
.about-instructor-recommend-image {
    margin-top: 5vw;
}
.about-instructor-recommend-item-title {
  font-size: 4.1vw;
}
.about-instructor-recommend-item-desc {
  font-size: 3.5vw;
  margin: 0;
}
.about-instructor-subtitle {
  font-size: 3.4vw;
  height: initial;
  padding: 1vw 2vw;
  margin-right: 1vw;
}
.about-instructor-title {
  font-size: 5.8vw;
}
.about-instructor-items {
  grid-template-columns: 1fr;
  padding: 7vw 4vw 3vw 4vw;
  margin: 2vw 0 0 0;
  border-radius: 10px;
  border: 3px solid #35a857;
}
.about-instructor-item {
  background: none;
}
.about-instructor-text {
  font-size: 4.6vw;
  padding: 0 0 0 12vw;
  text-align: left;
}
.about-instructor-item::before {
    width: 9vw;
    height: 9vw;
    top: -18%;
    left: 0%;
    transform: initial;
}
.about-instructor-item:nth-child(2)::before {
    top: 22%;
}
.about-instructor-item:nth-child(3)::before {
    top: 22%;
}
.about-instructor-flow {
  padding-top: 4vw;
  margin-top: 2vw;
}
.about-instructor-button {
    margin-top: 25vw;
    text-align: center;
}
.about-instructor-cta {
  max-width: initial;
  width: 42%;
}
.about-instructor-cta-lead {
  font-size: 4.1vw;
}
.about-instructor-cta-desc {
  font-size: 3.5vw;
  margin: 0;
}
.about-instructor-cta::before {
    width: 96vw;
    height: 30%;
    top: -15vw;
}
.about-instructor-floating-button {
  max-width: initial;
  width: 90%;
}
.about-instructor-cta-text {
    margin: -1vw 0 0 0;
}
.about-instructor-floating {
  right: initial;
  text-align: center;
  bottom: 10px;
}
  .about-instructor-can-wrap {
    display: initial;
  }
  .about-instructor-recommend-wrap {
    flex-direction: column-reverse;
  }
  .about-instructor-recommend-images {
    flex-direction: column-reverse;
    margin-left: 0;
  }
  .page-id-530 #footer {
    padding: 30px 5% 20% 5%;
  }
.about-instructor-item:nth-child(1) .about-instructor-text {
    padding: 0 0 0 12vw;
}


}