@charset "UTF-8";
:root {
  --color-brand: #115BE6;
  --color-brand-sub: #105BE6;
  --color-brand-light: #FFFFFF;
  --color-error: #dc3545;
  --color-main-bg: #FFFFFF;
  --color-sidebar-bg: #F5F5F5;
  --color-header-bg: #FFFFFF;
  --color-footer-bg: #2E2E2E;
  --color-surface: #F5F5F5;
  --color-button: #FF690B;
  --color-label-eiken: #E61912;
  --color-text: #0F0F0F;
  --color-text-sub: #A3A3A3;
  --color-text-on-dark: #FFFFFF;
  --color-text-link: #115BE6;
  --color-text-red: #E61912;
  --color-accent: #F0E92A;
  --color-Glimmer: #FF680D;
  --color-Twinkle: #FBB42E;
  --color-Sparkle: #1BC43B;
  --color-Shine: #1DC39D;
  --color-Glow: #34CCD9;
  --color-Flare: #0277DE;
  --color-Radiant: #8746DB;
}

.about {
  padding-top: 100px;
}
@media (max-width: 1023px) {
  .about {
    padding-top: 40px;
  }
}
.about .about__inner {
  width: 100%;
}
.about .about__inner .message {
  width: 89.3442622951%;
  max-width: 1090px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media (max-width: 1023px) {
  .about .about__inner .message {
    width: 94.6666666667%;
    padding-bottom: 40px;
  }
}
.about .about__inner .message .message__body {
  display: flex;
  column-gap: clamp(45px, 4.1666666667vw, 60px);
  margin-top: 90px;
}
@media (max-width: 1023px) {
  .about .about__inner .message .message__body {
    flex-direction: column;
    margin-top: 57px;
  }
}
.about .about__inner .message .message__body:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .about .about__inner .message .message__body:nth-of-type(even) {
    flex-direction: column;
  }
}
.about .about__inner .message .message__body:nth-of-type(n+2) {
  margin-top: 163px;
}
@media (max-width: 1023px) {
  .about .about__inner .message .message__body:nth-of-type(n+2) {
    margin-top: 60px;
  }
}
.about .about__inner .message .message__body .message__content {
  width: calc(100% - (clamp(350px, 31.8181818182vw, 380px) + clamp(45px, 4.1666666667vw, 60px)));
}
@media (max-width: 1023px) {
  .about .about__inner .message .message__body .message__content {
    width: 100%;
  }
}
.about .about__inner .message .message__body .message__content .message__title {
  font-size: 2.8rem;
  line-height: 1.714;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .about .about__inner .message .message__body .message__content .message__title {
    font-size: 2.2rem;
    line-height: 1.636;
  }
}
.about .about__inner .message .message__body .message__content .message__text {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 1.4545454545vw, 1.8rem);
  line-height: 1.889;
  letter-spacing: 0;
  margin-top: 2.056em;
}
@media (max-width: 1023px) {
  .about .about__inner .message .message__body .message__content .message__text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 1.25em;
  }
}
.about .about__inner .message .message__body .message__profile {
  width: clamp(350px, 31.8181818182vw, 380px);
  max-width: 380px;
}
@media (max-width: 1023px) {
  .about .about__inner .message .message__body .message__profile {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
  }
}
.about .about__inner .message .message__body .message__profile .profile__image {
  width: 100%;
}
@media (max-width: 1023px) {
  .about .about__inner .message .message__body .message__profile .profile__image {
    width: 53.5211267606%;
    aspect-ratio: 1;
    border-radius: 20px;
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  .about .about__inner .message .message__body .message__profile .profile__image img {
    height: 100%;
    object-fit: cover;
  }
}
.about .about__inner .message .message__body .message__profile .profile__info {
  margin-top: 18px;
}
@media (max-width: 1023px) {
  .about .about__inner .message .message__body .message__profile .profile__info {
    text-align: right;
  }
}
.about .about__inner .message .message__body .message__profile .profile__info .profile__company {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .about .about__inner .message .message__body .message__profile .profile__info .profile__company {
    display: block;
    font-size: 1.4rem;
    line-height: 1.571;
  }
}
.about .about__inner .message .message__body .message__profile .profile__info .profile__position {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .about .about__inner .message .message__body .message__profile .profile__info .profile__position {
    display: block;
    font-size: 1.4rem;
    line-height: 1.571;
  }
}
.about .about__inner .message .message__body .message__profile .profile__info .profile__name {
  display: block;
  font-size: 2.6rem;
  line-height: 1.423;
  letter-spacing: 0;
  margin-top: 2px;
}
@media (max-width: 1023px) {
  .about .about__inner .message .message__body .message__profile .profile__info .profile__name {
    font-size: 2.3rem;
    line-height: 1.478;
  }
}
.about .about__inner .message .message__body .message__profile .profile__detail {
  margin-top: 16px;
}
.about .about__inner .message .message__body .message__profile .profile__detail .profile__detail-list .profile__detail-item {
  display: flex;
  column-gap: 10px;
}
.about .about__inner .message .message__body .message__profile .profile__detail .profile__detail-list .profile__detail-item:not(:first-child) {
  margin-top: 9px;
}
.about .about__inner .message .message__body .message__profile .profile__detail .profile__detail-list .profile__detail-item.profile__detail-item--right {
  justify-content: flex-end;
}
.about .about__inner .message .message__body .message__profile .profile__detail .profile__detail-list .profile__detail-item .profile__detail-label {
  width: 48px;
  height: 26px;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 26px;
  letter-spacing: 0;
  color: var(--color-text-on-dark);
  background-color: var(--color-brand);
}
.about .about__inner .message .message__body .message__profile .profile__detail .profile__detail-list .profile__detail-item .profile__detail-value {
  width: 205px;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 26px;
  letter-spacing: 0;
  text-align: left;
}
.about .about__inner .message .message__body .message__profile .profile__detail .profile__detail-list .profile__detail-item .profile__detail-value.profile__detail-value--education-director {
  width: 290px;
}
.about .about__inner .message .message__body .message__profile .profile__detail .profile__detail-list .profile__detail-item .profile__detail-value .profile__detail-sublist .profile__detail-subitem::before {
  content: "・";
}
.about .about__inner .class-scene {
  background-color: var(--color-surface);
  border-radius: 30px 30px 0 0;
  padding: 100px 0 120px;
}
@media (max-width: 1023px) {
  .about .about__inner .class-scene {
    padding: 50px 0 100px;
  }
}
.about .about__inner .class-scene .class-scene__list {
  width: 90.7407407407%;
  max-width: 980px;
  margin: 90px auto 0;
}
@media (max-width: 1023px) {
  .about .about__inner .class-scene .class-scene__list {
    width: 94.6666666667%;
    margin: 50px auto 0;
  }
}
.about .about__inner .class-scene .class-scene__list .class-scene__item {
  min-height: clamp(1px, 37.6470588235vw, 480px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.about .about__inner .class-scene .class-scene__list .class-scene__item:not(:first-child) {
  margin-top: 100px;
}
@media (max-width: 1023px) {
  .about .about__inner .class-scene .class-scene__list .class-scene__item:not(:first-child) {
    margin-top: 60px;
  }
}
@media (max-width: 1023px) {
  .about .about__inner .class-scene .class-scene__list .class-scene__item .class-scene__wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .about .about__inner .class-scene .class-scene__list .class-scene__item .class-scene__wrap .class-scene__title-wrap {
    padding-top: 11px;
  }
}
.about .about__inner .class-scene .class-scene__list .class-scene__item .class-scene__wrap .class-scene__title-wrap .class-scene__label {
  font-size: 2.6rem;
  font-size: clamp(2.2rem, 2.1484375vw, 2.6rem);
  line-height: 1.385;
  letter-spacing: 0;
  color: var(--color-brand);
}
@media (max-width: 1023px) {
  .about .about__inner .class-scene .class-scene__list .class-scene__item .class-scene__wrap .class-scene__title-wrap .class-scene__label {
    font-size: 2rem;
  }
}
.about .about__inner .class-scene .class-scene__list .class-scene__item .class-scene__wrap .class-scene__title-wrap .class-scene__title {
  font-size: clamp(2.4rem, 2.34375vw, 2.8rem);
  line-height: 1.429;
  letter-spacing: 0;
  margin-top: 8px;
}
@media (max-width: 1023px) {
  .about .about__inner .class-scene .class-scene__list .class-scene__item .class-scene__wrap .class-scene__title-wrap .class-scene__title {
    font-size: 2rem;
  }
}
.about .about__inner .class-scene .class-scene__list .class-scene__item .class-scene__wrap .class-scene__title-wrap .class-scene__title br {
  display: none;
}
@media (max-width: 600px) {
  .about .about__inner .class-scene .class-scene__list .class-scene__item .class-scene__wrap .class-scene__title-wrap .class-scene__title br {
    display: block;
  }
}
.about .about__inner .class-scene .class-scene__list .class-scene__item .class-scene__wrap .class-scene__image {
  width: 48.9795918367%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .about .about__inner .class-scene .class-scene__list .class-scene__item .class-scene__wrap .class-scene__image {
    width: 50.7042253521%;
    position: static;
    transform: translateY(0);
  }
}
@media (max-width: 1023px) {
  .about .about__inner .class-scene .class-scene__list .class-scene__item:nth-child(even) .class-scene__wrap {
    flex-direction: row-reverse;
  }
}
.about .about__inner .class-scene .class-scene__list .class-scene__item .class-scene__text {
  width: 40.8163265306%;
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 1.5625vw, 1.8rem);
  line-height: 1.889;
  letter-spacing: 0;
  margin-top: 2.111em;
}
@media (max-width: 1023px) {
  .about .about__inner .class-scene .class-scene__list .class-scene__item .class-scene__text {
    width: 100%;
    margin-top: 16px;
  }
}

.footer {
  background-color: var(--color-surface);
}/*# sourceMappingURL=page-about.css.map */