.wrap {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  .wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.headline {
  max-width: 1080px !important;
}

@media screen and (max-width: 767px) {
  .pagettl {
    text-align: center;
  }
}

.about {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .about {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.about .about-contents {
  position: relative;
  padding: 24px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}

@media screen and (max-width: 959px) {
  .about .about-contents {
    padding: 20px;
  }
}

@media screen and (max-width: 519px) {
  .about .about-contents {
    padding: 16px;
  }
}

.about .about-contents:not(:last-child) {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .about .about-contents:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-contents:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.about .about-contents::before {
  content: '';
  background: url("/origin/cct/dist/img/common/training-features-deco.svg") center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.about .about-contents::after {
  content: '';
  background: url("/origin/cct/dist/img/common/training-features-deco.svg") center/contain no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about .about-contents .about-txt em {
  font-size: 1.8rem;
  color: #B7001E;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .about .about-contents .about-txt em {
    font-size: 1.6rem;
  }
}

.attending {
  margin-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  .attending {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .attending {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

.attending .attending-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .attending .attending-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
  }
}

@media screen and (max-width: 519px) {
  .attending .attending-unit {
    gap: 8px;
  }
}

.attending .attending-unit__dtl {
  width: calc(100% - 304px);
}

@media screen and (max-width: 767px) {
  .attending .attending-unit__dtl {
    width: 100%;
  }
}

.attending .attending-unit__vsl {
  width: 280px;
}

@media screen and (max-width: 767px) {
  .attending .attending-unit__vsl {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}

.attending .attending-unit__vsl img {
  border-radius: 4px;
}

.specialist {
  margin-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  .specialist {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .specialist {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

.smooth {
  margin-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  .smooth {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .smooth {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

/*# sourceMappingURL=../../maps/pages/instructors.css.map */
