@charset "UTF-8";
:root {
  --base_wid: 1440;
}
@media (max-width: 767px) {
  :root {
    --base_wid: 390;
  }
}

/**************************************************
* ページ: PERM ACADEMY
**************************************************/
/*------------------------------
mv
------------------------------*/
@media (max-width: 767px) {
  .mv {
    margin-top: 40px;
  }
}

/*------------------------------
period
------------------------------*/
.period {
  padding: 80px 0 40px;
}
@media (max-width: 767px) {
  .period {
    padding: 90px 0 40px;
  }
}

.period__wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 3.2em;
  border-bottom: 1px solid #E8E8E8;
}
@media (max-width: 767px) {
  .period__wrapper {
    display: block;
    padding-bottom: 2.2em;
  }
}

.period__date {
  font-size: min(4rem, 2.6041666667vw);
  font-weight: 500;
  line-height: 1;
  margin-left: 2em;
  font-family: "Shippori Mincho", serif;
  color: #828282;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .period__date {
    margin-left: 0;
    margin-top: 1.9em;
    font-size: min(2rem, 5.1282051282vw);
  }
}

/*------------------------------
cta
------------------------------*/
.academy-cta--mt80 {
  margin-top: 80px;
}

.academy-cta__warpper {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .academy-cta__warpper {
    display: block;
  }
}

.academy-cta__content {
  padding: 40px 0;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}

.academy-cta__item {
  width: 44.6%;
  font-size: min(2.4rem, 2.34375vw);
  font-weight: 500;
  line-height: 1;
  background: #F6F6F6;
  padding: 1.8em 0;
  text-align: center;
}
.academy-cta__item:first-child {
  position: relative;
}
.academy-cta__item:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12%;
  transform: translate(50%, -50%);
  background: url(../img/img_plus.png) no-repeat center center/contain;
  width: 1.4em;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .academy-cta__item {
    width: 100%;
    font-size: 1.6rem;
    padding: 24px 0;
  }
  .academy-cta__item:first-child::after {
    top: unset;
    bottom: -72px;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  .academy-cta__item:nth-child(n+2) {
    margin-top: 70px;
  }
}

.academy-cta__button {
  text-align: center;
  margin-top: 72px;
}
@media (max-width: 767px) {
  .academy-cta__button {
    margin-top: 40px;
  }
}

.academy-cta__note {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 24px;
  text-align: center;
  color: #828282;
}
@media (max-width: 767px) {
  .academy-cta__note {
    margin-top: 16px;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

/*------------------------------
message
------------------------------*/
.message {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .message {
    padding-top: 80px;
  }
}

.message__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .message__wrapper {
    display: block;
  }
}

.message__media {
  width: 34%;
}
@media (max-width: 767px) {
  .message__media {
    width: 100%;
  }
}

.message__profile {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4;
  color: #828282;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .message__profile {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.message__content {
  width: 59%;
}
@media (max-width: 767px) {
  .message__content {
    width: 100%;
    margin-top: 50px;
  }
}

.message__text {
  margin-top: 3.4em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4;
}
@media (max-width: 767px) {
  .message__text {
    margin-top: 40px;
    line-height: 2;
  }
}

/*------------------------------
scene
------------------------------*/
.scene {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .scene {
    padding: 80px 0 120px;
  }
}

.scene__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .scene__wrapper {
    display: block;
  }
}

.scene__image {
  width: 48.2%;
}
@media (max-width: 767px) {
  .scene__image {
    width: 100%;
  }
  .scene__image:nth-child(2) {
    margin-top: 40px;
  }
}

.scene__heading {
  margin-top: 40px;
  font-size: min(4rem, 2.8645833333vw);
  font-weight: 500;
  line-height: 1;
  color: #828282;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 767px) {
  .scene__heading {
    margin-top: 24px;
    font-size: 2rem;
    text-align: left;
    line-height: 1.6;
  }
}

.scene__description {
  margin-top: 40px;
  font-size: min(1.6rem, 1.8229166667vw);
  font-weight: 500;
  line-height: 2.4;
  text-align: center;
}
@media (max-width: 767px) {
  .scene__description {
    font-size: 1.6rem;
    margin-top: 24px;
    text-align: left;
    line-height: 2;
  }
}

/*------------------------------
instructor
------------------------------*/
.instructor__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .instructor__list {
    display: block;
  }
}

.instructor__item {
  width: calc(33.3% - 13.3333333333px);
  background: #F6F6F6;
  padding: 3.6% 2.1%;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .instructor__item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .instructor__item:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .instructor__item {
    width: 100%;
    padding: 40px 20px;
  }
  .instructor__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.instructor__photo {
  width: 65%;
  margin: 0 auto;
}

.instructor__profile {
  margin-top: 7%;
  font-size: min(1.8rem, 1.5625vw);
  font-weight: 700;
  line-height: 1.4;
  color: #828282;
  text-align: center;
}
@media (max-width: 767px) {
  .instructor__profile {
    font-size: 1.8rem;
  }
}

.instructor__description {
  margin-top: 1.5em;
  font-size: min(1.6rem, 1.5625vw);
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .instructor__description {
    font-size: 1.6rem;
  }
}

.instructor__message {
  margin-top: 120px;
}

.instructor__message-text {
  margin-top: 40px;
  font-size: min(4rem, 3.125vw);
  font-weight: 500;
  line-height: 1.4;
  color: #828282;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 767px) {
  .instructor__message-text {
    margin-top: 24px;
    font-size: 2rem;
    text-align: left;
    line-height: 1.6;
  }
}

/*------------------------------
curriculum
------------------------------*/
.curriculum {
  padding: 120px 0 10px;
}
@media (max-width: 767px) {
  .curriculum {
    padding: 90px 0;
  }
}

.curriculum__list {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .curriculum__list {
    margin-top: 40px;
  }
}

.curriculum__item:nth-child(n+2) {
  margin-top: 80px;
}

.curriculum__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .curriculum__head {
    padding-bottom: 16px;
    border-bottom: 1px solid #E8E8E8;
    align-items: flex-start;
  }
}

.curriculum__icon {
  width: 17.85%;
  max-width: 200px;
}
@media (max-width: 767px) {
  .curriculum__icon {
    width: 31%;
  }
}

.curriculum__content {
  width: 78.5%;
}
@media (max-width: 767px) {
  .curriculum__content {
    width: calc(100% - 100px);
    padding: 0 4%;
  }
}

.curriculum__date {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .curriculum__date {
    font-size: 1.6rem;
  }
}

.curriculum__heading {
  margin-top: 16px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .curriculum__heading {
    padding-bottom: 16px;
    border-bottom: 1px solid #E8E8E8;
  }
}
@media (max-width: 767px) {
  .curriculum__heading {
    font-size: 1.8rem;
    margin-top: 8px;
    line-height: 1.4;
  }
}

.curriculum__instructor {
  display: block;
  font-size: 1.6rem;
  color: #828282;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .curriculum__instructor {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}

.curriculum__description {
  margin-top: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #828282;
}

/*------------------------------
about
------------------------------*/
.about {
  padding: 120px 0;
}

.about__item:nth-child(n+2) {
  margin-top: 120px;
}

.about__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .about__wrapper {
    display: block;
    margin-top: 40px;
  }
}

.about__description {
  width: 48.2%;
  font-size: min(1.6rem, 1.8229166667vw);
  font-weight: 500;
  line-height: 2.4;
}
@media (max-width: 767px) {
  .about__description {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.about__image {
  width: 44.6%;
}
@media (max-width: 767px) {
  .about__image {
    width: 100%;
    margin-top: 30px;
  }
}

/*------------------------------
recruitment
------------------------------*/
.recruitment {
  padding: 120px 0;
}

.recruitment__info {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
}
.recruitment__info dt, .recruitment__info dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4;
  padding: 16px 0;
  border-bottom: 1px solid #E8E8E8;
}
.recruitment__info dt {
  width: 16%;
  font-weight: 700;
  color: #828282;
}
.recruitment__info dd {
  width: 84%;
}
@media (max-width: 767px) {
  .recruitment__info {
    margin-top: 40px;
  }
  .recruitment__info dt, .recruitment__info dd {
    padding: 0.5em 0;
  }
  .recruitment__info dt {
    width: 96px;
  }
  .recruitment__info dd {
    width: calc(100% - 96px);
    padding-right: 1em;
  }
}

/*------------------------------
voice
------------------------------*/
.voice__list__wrap {
  overflow-y: hidden;
  overflow-x: scroll;
  margin-top: min(5.5%, 80px);
  margin-left: auto;
  width: min(89vw, 100vw - (100vw - 1120px) / 2);
}
@media (max-width: 767px) {
  .voice__list__wrap {
    width: 95vw;
  }
}

.voice__list {
  display: flex;
  gap: 3.3%;
}

.voice__item {
  border: 1px solid #E8E8E8;
  border-radius: 16px;
  padding: min(40px, 3%);
  padding-bottom: 70px;
  width: 42%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .voice__item {
    width: 82%;
    padding: 11% 5%;
  }
}

.voice__image {
  width: 45%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .voice__image {
    width: 75%;
  }
}

.voice__profile {
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #E8E8E8;
}

.voice__name strong {
  font-size: 2.4rem;
}

.voice__info {
  margin-top: 16px;
}

.voice__change {
  margin-top: 24px;
}

.voice__label {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #828282;
  text-align: center;
}

.voice__percent {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
}
.voice__percent::after {
  content: "";
  position: absolute;
  background: url(../img/icon_arrow3.png) no-repeat center center/100%;
  aspect-ratio: 57/16;
  width: 6%;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
}
.voice__percent li:first-child {
  margin-right: 14%;
}
@media (max-width: 767px) {
  .voice__percent::after {
    width: 11%;
    top: 50%;
  }
  .voice__percent li:first-child {
    margin-right: 24%;
  }
}

.voice__percent-label {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 0.7em;
  color: #828282;
  border-bottom: 1px solid #E8E8E8;
}

.voice__percent-value {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.voice__percent-value strong {
  font-size: 4rem;
}

.voice__heading {
  margin-top: 40px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .voice__heading {
    font-size: 1.6rem;
  }
}

.voice__text {
  margin-top: 24px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #828282;
}
.voice__text strong {
  font-weight: 700;
}

/*------------------------------
past-event
------------------------------*/
.past-event {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .past-event {
    padding: 130px 0 50px;
  }
}

.post-event__list {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .post-event__list {
    margin-top: 58px;
  }
}

.past-event__item {
  width: 22.3225%;
}
@media (min-width: 768px) {
  .past-event__item:not(:nth-child(4n)) {
    margin-right: 3.57%;
  }
  .past-event__item:nth-child(n+5) {
    margin-top: 3.57%;
  }
}
@media (max-width: 767px) {
  .past-event__item {
    width: calc(50% - 5px);
  }
  .past-event__item:nth-child(2n) {
    margin-left: 10px;
  }
  .past-event__item:nth-child(n+3) {
    margin-top: 24px;
  }
}

.past-event__thumbnail img {
  aspect-ratio: 250/160;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .past-event__thumbnail img {
    aspect-ratio: 250/150;
  }
}

.past-event__label {
  display: block;
  margin-top: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid #E8E8E8;
  text-align: center;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .past-event__label {
    font-size: 1.8rem;
    margin-top: 8px;
  }
}

.past-event__period {
  display: block;
  padding-top: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.past-event__image {
  margin-top: 120px;
}
/*# sourceMappingURL=perm-academy.css.map */