body.is-modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.wrapper {
  background: #f0f0f0;
  color: #222;
}

.wrapper--oshiinstructor:before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 160px;
  height: 72px;
  content: "";
  background: #fff url(../../img/common/logo.png) no-repeat center center;
  background-size: 103px 31px;
  border-radius: 0px 0px 12px 0;
}
@media screen and (max-width: 499px) {
  .wrapper--oshiinstructor:before {
    display: none;
  }
}
.wrapper--oshiinstructor:after {
  content: "";
  display: block;
  background: url(../../img/oshiinstructor/title.png) no-repeat center top;
  background-size: 346px 196px;
  position: fixed;
  top: 120px;
  left: calc(50% - 50vw);
  width: calc((100vw - 500px) / 2);
  height: 100vh;
}
@media screen and (max-width: 499px) {
  .wrapper--oshiinstructor:after {
    display: none;
  }
}

.container {
  position: relative;
}
.container:before, .container:after {
  content: "";
  position: fixed;
  z-index: -1;
}
@media screen and (max-width: 499px) {
  .container:before, .container:after {
    display: none;
  }
}
.container:before {
  width: 782px;
  height: 724px;
  background-image: url(../../img/oshiinstructor/img_bg_right.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
}
.container:after {
  width: 1044px;
  height: 932px;
  background-image: url(../../img/oshiinstructor/img_bg_left.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
}

.oshiinstructor {
  -webkit-font-smoothing: antialiased;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 499px) {
  .oshiinstructor {
    border-radius: 0;
  }
}
.oshiinstructor__body {
  padding: 40px 25px;
}

.kv {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 499px) {
  .kv {
    border-radius: 0;
  }
}
.kv img {
  width: 100%;
}

.oshiinstructor-body {
  padding: 20px 20px 40px;
  background: #fff;
}

.lead {
  padding: 30px 0;
  position: relative;
}
.lead:before, .lead:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #d85bca 0%, #d85bca 25%, #36ced6 25%, #36ced6 50%, #de7b47 50%, #de7b47 75%, #765fcd 75%, #765fcd 100%);
  position: absolute;
  left: 0;
}
.lead:before {
  top: 0;
}
.lead:after {
  bottom: 0;
}
.lead__text {
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
}

.features {
  margin-top: 32px;
}
.features__item {
  background: #f1f1f1 url(../../img/oshiinstructor/bg_point.png) repeat-x center top;
  background-size: 60px 80px;
  border-radius: 8px;
  padding: 16px 16px 24px;
  text-align: center;
}
.features__item + .features__item {
  margin-top: 8px;
}
.features__heading {
  width: 220px;
  margin: 0 auto;
}
.features__heading img {
  width: 100%;
}
.features__text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}

.instructor {
  margin-top: 48px;
}
.instructor__heading {
  width: 295px;
  margin: 0 auto;
}
.instructor__heading img {
  width: 100%;
}
.instructor__list {
  margin-top: 32px;
}
.instructor__item + .instructor__item {
  margin-top: 16px;
}
.instructor__card {
  min-height: 184px;
  padding: 22px 158px 30px 22px;
  border: 2px solid #222;
  border-radius: 8px;
  background: #fff;
  position: relative;
  overflow: hidden;
  line-height: 1.3;
  cursor: pointer;
}
.instructor__card:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../img/oshiinstructor/icon_open.png) no-repeat center center;
  background-size: 32px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.instructor__name {
  width: 152px;
}
.instructor__name img {
  width: 100%;
}
.instructor__img {
  width: 180px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.instructor__img img {
  width: 100%;
}
.instructor__facility {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 500;
}
.instructor__school {
  padding-right: 12px;
  margin-top: 8px;
  font-size: 11px;
}
.instructor__catch {
  padding: 0 64px 0 16px;
  margin-top: -24px;
  pointer-events: none;
}
.instructor__catch-text {
  padding: 12px 16px 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.6;
  color: #fff;
  background: #222;
  position: relative;
}
.instructor__catch-text:after {
  content: "";
  position: absolute;
  top: 0;
  right: 70px;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #222;
  translate: -50% -100%;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.modal--blue .modal__head {
  background: rgba(54, 206, 214, 0.1);
}
.modal--blue .modal-info__value a {
  color: #36ced6;
}
.modal--orange .modal__head {
  background: rgba(222, 123, 71, 0.1);
}
.modal--orange .modal-info__value a {
  color: #de7b47;
}
.modal--pink .modal__head {
  background: rgba(216, 91, 202, 0.1);
}
.modal--pink .modal-info__value a {
  color: #d85bca;
}
.modal--purple .modal__head {
  background: rgba(118, 95, 205, 0.1);
}
.modal--purple .modal-info__value a {
  color: #765fcd;
}
.modal__overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  inset: 0;
}
@media screen and (max-width: 499px) {
  .modal__overlay {
    border-radius: 0;
  }
}
.modal__panel {
  width: calc(100% - 40px);
  max-width: 460px;
  background: #fff;
  border-radius: 12px;
  border: 2px solid #222;
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal__inner {
  max-height: calc(100svh - 40px);
  overflow-y: auto;
}
.modal__content {
  overflow: visible;
}
.modal__head {
  min-height: 180px;
  padding: 22px 158px 30px 22px;
  position: relative;
}
.modal__name {
  width: 152px;
}
.modal__name img {
  width: 100%;
}
.modal__img {
  width: 180px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.modal__img img {
  width: 100%;
}
.modal__facility {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 500;
}
.modal__school {
  padding-right: 12px;
  margin-top: 8px;
  font-size: 11px;
}
.modal__close {
  position: absolute;
  right: -8px;
  top: -8px;
  background: url(../../img/oshiinstructor/icon_close.png) no-repeat center center;
  background-size: 32px;
  border: none;
  cursor: pointer;
  display: block;
  width: 32px;
  height: 32px;
  z-index: 1;
}

.modal-info {
  padding: 16px 22px 30px;
}
.modal-info__row {
  line-height: 1.6;
  display: flex;
  gap: 0 8px;
  padding-bottom: 8px;
}
.modal-info__row + .modal-info__row {
  padding-top: 8px;
  border-top: 1px dashed #222;
}
.modal-info__label {
  width: 92px;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
}
.modal-info__value {
  flex: 1;
  font-size: 12px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.modal-info__value a {
  overflow-wrap: anywhere;
  word-break: break-word;
}