section.movie {
  max-width: 780px;
  width: 90%;
  margin: 0 auto 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.movie {
    margin: 0 auto 52px;
  }
  section.movie iframe {
    width: 100%;
    height: 50vw;
  }
}
section.movie img.watch {
  position: absolute;
  right: -70px;
  bottom: -35px;
}
@media screen and (max-width: 768px) {
  section.movie img.watch {
    width: 53px;
    right: -20px;
    bottom: -15px;
  }
}

section.approach {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  section.approach {
    margin: 0 auto 52px;
  }
}
section.approach .ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 25px 0 7px;
  border-top: 10px solid #191919;
  border-bottom: 2px solid #191919;
  background: url(/course/img/trainer/approach_ttl_bg.png) no-repeat center center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.approach .ttl {
    padding: 16px 0 5px;
    border-top-width: 6px;
    background: url(/course/img/trainer/approach_ttl_bg_sp.png) no-repeat top 38% center/100% auto;
  }
}
@media screen and (min-width: 500px) {
  section.approach .ttl br {
    display: none;
  }
}
section.approach .ttl p.en {
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  section.approach .ttl p.en {
    margin-bottom: 14px;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
}
section.approach .ttl span {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.approach .ttl span {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
section.approach .ttl h2 {
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 2px solid #191919;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.approach .ttl h2 {
    padding-bottom: 18px;
    font-size: 20px;
  }
}
section.approach p.lead {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.approach .graph {
    margin-bottom: 38px;
  }
}
section.approach .graph div {
  width: 100%;
  position: relative;
  z-index: 6;
}
section.approach .graph div img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.approach .cntWrap.sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px 0;
}

section.wanPass {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 30px 2%;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 100px;
  padding: 0 2.5% 25px;
  border: 3px solid #000;
  border-radius: 10px;
  background-color: #fff2e6;
}
@media screen and (max-width: 768px) {
  section.wanPass {
    gap: 22px 0;
    width: 90%;
    padding: 0 5% 18px;
    border-width: 2px;
  }
}
section.wanPass h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin: 0 30%;
  padding: 5px 30px;
  background-color: #000;
  line-height: 1.4;
  font-size: 24px;
  color: #fff2e6;
}
@media screen and (max-width: 768px) {
  section.wanPass h2 {
    min-height: 60px;
    margin: 0;
    padding: 5px 24px;
    font-size: 18px;
  }
}
section.wanPass .contents_area {
  display: flex;
}
@media screen and (max-width: 768px) {
  section.wanPass .contents_area {
    display: block;
    text-align: center;
  }
}
section.wanPass .contents_area p {
  width: 52%;
  line-height: 2;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  section.wanPass .contents_area p {
    width: 100%;
    line-height: 1.8;
    margin: 0 auto 20px;
  }
}
section.wanPass .contents_area .img1 {
  width: 8%;
  height: 8%;
}
@media screen and (max-width: 768px) {
  section.wanPass .contents_area .img1 {
    margin: 0 auto 20px;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  section.wanPass .contents_area .img2 {
    width: 40%;
    height: 40%;
  }
}
@media screen and (max-width: 768px) {
  section.wanPass .contents_area .img2 {
    max-width: 100%;
  }
}/*# sourceMappingURL=style-trainer.css.map */