@charset "UTF-8";
/* =========================
WORK FLOWページ
========================= */
#work-flow {
  position: relative;
  overflow: hidden;
}
#work-flow .biglogos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
#work-flow .biglogos span {
  display: block;
  position: absolute;
  background-image: url(../../img/common/biglogo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  opacity: 0.6;
  z-index: 1;
}
#work-flow .biglogos span:nth-of-type(1) {
  top: 40px;
  right: -13%;
  width: 63%;
  aspect-ratio: 1/0.5969711539;
}
#work-flow .biglogos span:nth-of-type(2) {
  top: 1198px;
  left: -13%;
  width: 68%;
  aspect-ratio: 1/0.5969711539;
}
#work-flow .biglogos span:nth-of-type(3) {
  bottom: 0px;
  right: -13%;
  width: 68%;
  aspect-ratio: 1/0.5969711539;
  transform: translateY(50%);
}
#work-flow .work-flow__bg {
  background: #e9f4fb;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 60px 0 90px;
}
#work-flow .work-flow__inner {
  max-width: 1400px;
  position: relative;
  z-index: 2;
}
#work-flow .work-flow__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 26px;
}
#work-flow .work-flow__ttl {
  margin: 0;
  font-weight: 900;
  color: #005BAC;
  font-size: 5.6rem;
  letter-spacing: 0.02em;
}
#work-flow .work-flow__sub {
  margin: 0;
  color: #005BAC;
  font-weight: 800;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
}
#work-flow {
  /* ===== カード共通 ===== */
}
#work-flow .work-flow-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 42px 56px 60px;
}
#work-flow .work-flow-card + .work-flow-card {
  margin-top: 40px;
}
#work-flow .work-flow-card__title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
}
#work-flow .work-flow-card__desc {
  margin: 0 0 26px;
}
#work-flow .work-flow-card__mark {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
}
#work-flow .work-flow-card__mark img {
  width: 100%;
  height: 100%;
  display: block;
}
#work-flow .work-flow-card__ttl {
  margin: 0;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.02em;
}
#work-flow .work-flow-card__body {
  display: block;
}
#work-flow {
  /* ===== 左：人物 ===== */
}
#work-flow .work-flow-person__img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
#work-flow .work-flow-person__img img {
  width: 100%;
  height: auto;
  display: block;
}
#work-flow .work-flow-person__name {
  margin: 16px 0 8px;
  font-weight: 900;
  font-size: 2.4rem;
}
#work-flow .work-flow-person__meta {
  margin: 0;
  font-size: 1.4rem;
  color: #666;
  text-align: left;
}
#work-flow {
  /* ===== 右：タイムライン ===== */
}
#work-flow .work-flow-timeline {
  position: relative;
  padding-left: 74px;
  /* 丸の分 */
}
#work-flow .work-flow-card__body-ttl {
  margin: 0 0 26px;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.8;
  color: #111;
}
#work-flow .work-flow-items {
  position: relative;
}
#work-flow .work-flow-item {
  position: relative;
  padding: 22px 28px;
}
#work-flow .work-flow-item::before {
  content: "";
  position: absolute;
  left: 29px;
  /* 丸の中心に合わせる */
  top: 0;
  z-index: 1;
  bottom: 0;
  width: 1px;
  height: 100%;
  opacity: 0.3;
}
#work-flow .work-flow-item:nth-of-type(2n) {
  /* 交互背景（カード内のみ） */
}
#work-flow .work-flow-item__time {
  position: absolute;
  z-index: 10;
  left: 16px;
  top: 22px;
  width: 160px;
  /* 時計+時間分 */
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-start;
}
#work-flow .work-flow-timeline {
  padding-left: 56px;
  /* 時間が外に出るので広げる */
}
#work-flow .work-flow-item__clock {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#work-flow {
  /* 時計アイコン（丸内上段） */
}
#work-flow .clock {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
}
#work-flow .clock__hand {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.95);
  transform-origin: bottom center;
  transform: translateX(-50%) rotate(0deg);
}
#work-flow .clock__hand--hour {
  height: 18%;
}
#work-flow .clock__hand--minute {
  height: 30%;
}
#work-flow .work-flow-item__time-txt {
  display: block;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.05;
  text-align: center;
  color: #22a0ca;
}
#work-flow .work-flow-item__content {
  padding-left: 160px;
}
#work-flow .work-flow-item__ttl {
  margin: 0 0 8px;
  font-weight: 900;
  font-size: 2.2rem;
}
#work-flow .work-flow-item__ttl span {
  margin-left: 8px;
  font-size: 1.6rem;
}
#work-flow .work-flow-item__subttl {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 8px;
}
#work-flow .work-flow-item__ttl + .p,
#work-flow .work-flow-item__subttl + p {
  font-size: 1.4rem;
  margin-bottom: 16px;
}
#work-flow .work-flow-item .p:last-of-type {
  margin-bottom: 0;
}
#work-flow .work-flow-item__media {
  display: flex;
  gap: 7px;
  margin-top: 16px;
  margin-bottom: 16px;
  max-width: 50%;
}
#work-flow .work-flow-item__media--single {
  max-width: 25%;
}
#work-flow .work-flow-item__media--single .work-flow-item__photo {
  width: 100%;
}
#work-flow .work-flow-item__photo {
  width: 50%;
  border-radius: 12px;
}
#work-flow .work-flow-item__photo img {
  width: auto;
  height: auto;
  display: block;
}
#work-flow .work-flow-detail__label {
  margin-top: 24px;
  margin-bottom: 4.8px;
  font-size: 2.2rem;
  font-weight: 500;
}
#work-flow .work-flow-qcard {
  margin: 12px 0 24px;
  background-color: #fff;
  padding: 24px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
#work-flow .work-flow-qcard__q {
  font-size: 1.8rem;
  font-weight: 500;
  color: #22a0ca;
  margin-bottom: 8px;
}
#work-flow .work-flow-qcard .p {
  font-size: 1.3rem;
}
#work-flow .work-flow-note {
  margin: 12px 0 24px;
  background-color: #fff;
  padding: 24px;
  border: #22a0ca 1px solid;
}
#work-flow {
  /* ===== modifier：教務職(中学・高校受験部) ===== */
}
#work-flow .work-flow-card--first .work-flow-card__ttl {
  color: #1d9ac3;
}
#work-flow .work-flow-card--first .work-flow-timeline::before {
  background: #1d9ac3;
}
#work-flow .work-flow-card--first .work-flow-item:nth-of-type(2n) {
  background: #fff;
}
#work-flow .work-flow-card--first .work-flow-item:nth-of-type(2n - 1) {
  background: #f0fbff;
}
#work-flow .work-flow-card--first .work-flow-item::before {
  background: #1d9ac3;
}
#work-flow .work-flow-card--first .work-flow-item__clock {
  background: #1d9ac3;
}
#work-flow .work-flow-card--first .work-flow-item__time-txt {
  color: #1d9ac3;
}
#work-flow .work-flow-card--first .work-flow-item__ttl {
  color: #1d9ac3;
}
#work-flow {
  /* ===== modifier：教務職(大学受験部) ===== */
}
#work-flow .work-flow-card--second .work-flow-card__ttl {
  color: #11589f;
}
#work-flow .work-flow-card--second .work-flow-timeline::before {
  background: #11589f;
}
#work-flow .work-flow-card--second .work-flow-item:nth-of-type(2n) {
  background: #fff;
}
#work-flow .work-flow-card--second .work-flow-item:nth-of-type(2n - 1) {
  background: #eff7ff;
}
#work-flow .work-flow-card--second .work-flow-item::before {
  background: #11589f;
}
#work-flow .work-flow-card--second .work-flow-item__clock {
  background: #11589f;
}
#work-flow .work-flow-card--second .work-flow-item__time-txt {
  color: #11589f;
}
#work-flow .work-flow-card--second .work-flow-item__ttl {
  color: #11589f;
}
#work-flow {
  /* ===== modifier：運営職(英会話事業部) ===== */
}
#work-flow .work-flow-card--third .work-flow-card__ttl {
  color: #ee7e7a;
}
#work-flow .work-flow-card--third .work-flow-timeline::before {
  background: #ee7e7a;
}
#work-flow .work-flow-card--third .work-flow-item:nth-of-type(2n) {
  background: #fff;
}
#work-flow .work-flow-card--third .work-flow-item:nth-of-type(2n - 1) {
  background: #fff5f5;
}
#work-flow .work-flow-card--third .work-flow-item::before {
  background: #ee7e7a;
}
#work-flow .work-flow-card--third .work-flow-item__clock {
  background: #ee7e7a;
}
#work-flow .work-flow-card--third .work-flow-item__time-txt {
  color: #ee7e7a;
}
#work-flow .work-flow-card--third .work-flow-item__ttl {
  color: #ee7e7a;
}
#work-flow {
  /* ===== modifier：運営職(個別指導部) ===== */
}
#work-flow .work-flow-card--fourth .work-flow-card__ttl {
  color: #f6b400;
}
#work-flow .work-flow-card--fourth .work-flow-timeline::before {
  background: #f6b400;
}
#work-flow .work-flow-card--fourth .work-flow-item:nth-of-type(2n) {
  background: #fff;
}
#work-flow .work-flow-card--fourth .work-flow-item:nth-of-type(2n - 1) {
  background: #fffaee;
}
#work-flow .work-flow-card--fourth .work-flow-item::before {
  background: #f6b400;
}
#work-flow .work-flow-card--fourth .work-flow-item__clock {
  background: #f6b400;
}
#work-flow .work-flow-card--fourth .work-flow-item__time-txt {
  color: #f6b400;
}
#work-flow .work-flow-card--fourth .work-flow-item__ttl {
  color: #f6b400;
}
#work-flow .work-flow-cta {
  margin-top: 80px;
  text-align: right;
}
#work-flow {
  /* テキスト */
}
#work-flow .work-flow-cta__txt {
  margin: 0 0 24px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #111;
}
#work-flow {
  /* ボタン外枠 */
}
#work-flow .work-flow-cta__btn {
  flex: 0 0 auto;
}
#work-flow {
  /* ボタン本体（people-work__more と同思想） */
}
#work-flow .work-flow-cta__more {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 6.4px 0 rgba(0, 0, 0, 0.25);
  padding: 14px 28px;
  border-radius: 12px;
  background: #005BAC;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}
#work-flow {
  /* テキスト */
}
#work-flow .work-flow-cta__more-txt {
  line-height: 1.2;
}
#work-flow {
  /* 右矢印（SVG想定でも差し替え可） */
}
#work-flow .work-flow-cta__more-arrow {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #fff;
  position: relative;
  flex: 0 0 auto;
}
#work-flow .work-flow-cta__more-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 3px solid #005BAC;
  border-bottom: 3px solid #005BAC;
  transform: translate(-60%, -50%) rotate(-45deg);
}
#work-flow {
  /* hover */
}
#work-flow .work-flow-cta__more:hover {
  opacity: 0.92;
}

@media screen and (max-width: 768px) {
  #work-flow .work-flow__bg {
    padding: 64px 0 40px;
  }
  #work-flow .work-flow__head {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 0 12px;
  }
  #work-flow .work-flow__ttl {
    font-size: 3.2rem;
  }
  #work-flow .work-flow__sub {
    font-size: 2.2rem;
  }
  #work-flow {
    /* ===== カード共通 ===== */
  }
  #work-flow .work-flow-card {
    border-radius: 10px;
    padding: 32px 18px 36px;
    margin-top: 24px;
  }
  #work-flow .work-flow-card + .work-flow-card {
    margin-top: 24px;
  }
  #work-flow .work-flow-card__title {
    gap: 10px;
    margin-bottom: 24px;
  }
  #work-flow .work-flow-card__desc {
    margin: 0 0 12px;
  }
  #work-flow .work-flow-card__mark {
    width: 24px;
    height: 24px;
  }
  #work-flow .work-flow-card__ttl {
    font-size: 2rem;
  }
  #work-flow .work-flow-card__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  #work-flow {
    /* ===== 左：人物 ===== */
  }
  #work-flow .work-flow-person__img {
    border-radius: 10px;
  }
  #work-flow .work-flow-person__name {
    margin: 8px 0 4.8px;
    font-size: 2.2rem;
  }
  #work-flow {
    /* ===== 右：タイムライン ===== */
  }
  #work-flow .work-flow-timeline {
    position: relative;
    padding-left: 0px;
    /* 丸の分 */
  }
  #work-flow .work-flow-card__body-ttl {
    margin: 0 0 12px;
    font-size: 1.8rem;
  }
  #work-flow .work-flow-item {
    padding: 22px 20px;
  }
  #work-flow .work-flow-item::before {
    left: 13px;
    /* 丸の中心に合わせる */
  }
  #work-flow .work-flow-item:nth-of-type(2n) {
    /* 交互背景（カード内のみ） */
  }
  #work-flow .work-flow-item__time {
    left: 4px;
    top: 12px;
    width: 160px;
    /* 時計+時間分 */
    gap: 4.8px;
  }
  #work-flow .work-flow-item__clock {
    width: 20px;
    height: 20px;
  }
  #work-flow .work-flow-item__time-txt {
    padding-left: 4.8px;
    display: block;
    font-weight: 800;
    font-size: 2.2rem;
  }
  #work-flow .work-flow-item__content {
    padding-top: 20px;
    padding-left: 12px;
  }
  #work-flow .work-flow-item__ttl {
    margin: 0 0 8px;
    font-weight: 900;
    font-size: 1.6rem;
  }
  #work-flow .work-flow-item__ttl span {
    display: block;
    margin-left: 0;
    font-size: 1.4rem;
  }
  #work-flow .work-flow-item__subttl {
    font-size: 1.6rem;
  }
  #work-flow .work-flow-item__ttl + .p {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  #work-flow .work-flow-item__subttl + p {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  #work-flow .work-flow-item__media {
    gap: 4px;
    max-width: 100%;
  }
  #work-flow .work-flow-item__media .work-flow-item__photo {
    width: auto;
    max-width: 50%;
  }
  #work-flow .work-flow-item__media--single {
    max-width: 50%;
  }
  #work-flow .work-flow-item__media--single .work-flow-item__photo {
    max-width: 100%;
  }
  #work-flow .work-flow-detail__label {
    margin-top: 12px;
    margin-bottom: 2.4px;
    font-size: 1.7rem;
  }
  #work-flow .work-flow-qcard {
    margin: 12px 0 12px;
    padding: 12px;
    border-radius: 10px;
  }
  #work-flow .work-flow-qcard__q {
    font-size: 1.6rem;
    margin-bottom: 4.8px;
  }
  #work-flow .work-flow-qcard .p {
    font-size: 1.2rem;
  }
  #work-flow .work-flow-note {
    margin: 12px 0 12px;
    padding: 24px 18px;
  }
  #work-flow .work-flow-cta {
    margin-top: 40px;
  }
  #work-flow {
    /* テキスト */
  }
  #work-flow .work-flow-cta__txt {
    margin: 0 0 12px;
    font-size: 1.7rem;
  }
  #work-flow .work-flow-cta {
    margin-top: 24px;
  }
  #work-flow {
    /* ボタン本体（people-work__more と同思想） */
  }
  #work-flow .work-flow-cta__more {
    margin-top: 12px;
    padding: 6.4px 16px;
    font-size: 1.4rem;
    border-radius: 8px;
    box-shadow: 0 2.4px 0 rgba(0, 0, 0, 0.25);
  }
  #work-flow {
    /* テキスト */
  }
  #work-flow .work-flow-cta__more-txt {
    line-height: 1.2;
    font-size: 1.4rem;
  }
  #work-flow {
    /* 右矢印（SVG想定でも差し替え可） */
  }
  #work-flow .work-flow-cta__more-arrow {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #fff;
    position: relative;
    flex: 0 0 auto;
  }
  #work-flow .work-flow-cta__more-arrow::after {
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #005BAC;
    border-bottom: 1.5px solid #005BAC;
  }
}/*# sourceMappingURL=work.css.map */