@charset "UTF-8";

/* ファーストビュー */
.fv {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fv-images {
  width: 50%;

  .main-image {
    background: url("../../../images/btoc/kv.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    background-position: right;
  }
}

.ellipse {
  position: absolute;
  width: 300px;
  height: 300px;
  background: linear-gradient(45deg, #f6b400, #f14805);
  border-radius: 50%;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  opacity: 0.3;
  z-index: -1;
}

.sub-title {
  margin-bottom: 40px;
}

.feature {
  margin-bottom: 40px;
}

.section-description p.notice {
  width: 100%;
  margin: 5vh 0 0 57px;
  font-size: 12px;
}

.section .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.content {
  width: 80%;
  margin: 0 auto;
}

.reason-cards,
.testimonials,
.support-steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (30%)[auto-fill];
  grid-template-columns: repeat(auto-fill, 30%);
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
}

/* Reason セクション */
.course-details {
  width: 80%;
}

.details-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* Comparison セクション */
.comparison {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#3397db), to(#6abff8));
  background: linear-gradient(to right, #3397db, #6abff8);
  color: #ffffff;
}

.comparison .section-label {
  z-index: 1;
}

.comparison .text-area {
  width: 90%;
}

.comparison .section-label {
  color: rgba(255, 255, 255, 0.08);
}

.comparison .section-title {
  color: #f3f7f5;
  background: none;
}

.comparison .section-description {
  color: #ffffff;
  font-weight: 700;
}

.table-area {
  max-width: 952px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 8px;

  &::-webkit-scrollbar {
    display: none;
  }

  table {
    border-radius: 8px;
    border-collapse: collapse;
    font-weight: bold;
    font-size: 16px;
    background-color: #d4def5;
    border: 1px solid #fff;

    td {
      height: 25px;
      border: 1px solid #d4def5;
    }
  }

  thead {
    th {
      padding: 24px;
      width: 178px;
      font-weight: 700;
      color: #555a64;
      background-color: #edf3ff;
      border: 1px solid #d4def5;

      &.our-company {
        width: 280px;
        color: #ffffff;
        background-image: -webkit-gradient(linear, left top, right top, from(#3397db), to(#6abff8));
        background-image: linear-gradient(90deg, #3397db, #6abff8);
        font-size: 18px;
        border: 4px solid #ff8c00;
        border-bottom: none;
      }
    }
  }

  tbody {
    th {
      height: 25px;
      padding: 16px 24px;
      background-color: #edf3ff;
      font-weight: 700;
      color: #555a64;

      div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-end;
      }
    }

    td {
      padding: 16px 12px;
      font-weight: 400;
      color: #555a64;
      background-color: #fbfcff;
      text-align: center;

      &.highlight {
        color: #48a5ed;
        font-weight: 700;
        font-size: 18px;
        border-left: 4px solid #ff8c00;
        border-right: 4px solid #ff8c00;
      }
    }
    tr:last-of-type {
      .highlight {
        border-bottom: 4px solid #ff8c00;
      }
    }
  }

  .sticky {
    z-index: 1;
    position: sticky;
    top: 0;
    left: 0;
    border: 1px solid #d4def5;
    text-align: left;

    .tuition-fee {
      span {
        font-size: 12px;
      }
    }
  }
}

.comparison-tables {
  background-color: #d4def5;
  border-radius: 8px;
  -webkit-box-shadow: 16px 16px 34px rgba(114, 120, 166, 0.25);
  box-shadow: 16px 16px 34px rgba(114, 120, 166, 0.25);
  padding: 4px;
  min-width: 1080px;
  margin: 0 auto;
}

.table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-cell {
  padding: 16px;
  font-weight: 700;
  font-size: 16px;
  color: #48a5ed;
  background-color: #d7e0fd;
  border-bottom: 1px solid #d4e6f5;
  border-right: 1px solid #d4def5;
}

.header-cell.empty {
  width: 200px;
  border-radius: 5px 0 0 0;
}

.header-cell.our-company {
  width: 320px;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#3397db), to(#6abff8));
  background-image: linear-gradient(90deg, #3397db, #6abff8);
  font-size: 20px;
  text-align: center;
}

.header-cell:not(.empty):not(.our-company) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  background-color: #edf3ff;
}

.header-cell:last-child {
  border-radius: 0 6px 0 0;
}

.table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-header {
  width: 200px;
  height: 64px;
  padding: 16px 24px;
  background-color: #edf3ff;
  font-weight: 700;
  font-size: 16px;
  color: #555a64;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.row-header div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-header div::before {
  content: "";
  display: block;
  -webkit-mask-size: contain;
  mask-size: contain;
  height: 20px;
  width: 20px;
  margin-right: 12px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #424449;
}

.row-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555a64;
  background-color: #fbfcff;
  border-left: 1px solid #d4e6f5;
  text-align: center;
  width: 184px;
  font-weight: 700;
}

.row-cell.highlight {
  width: 320px;
  color: #48a5ed;
  font-size: 18px;
}

.row-cell:not(.highlight) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.table-row {
  border-bottom: 1px solid #d4e6f5;
}

.table-row:last-child .row-header {
  border-radius: 0 0 0 6px;
}

.table-row:last-child .row-cell:last-child {
  border-radius: 0 0 6px 0;
}

/* Voice セクション */
.testimonials {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (30%)[auto-fill];
  grid-template-columns: repeat(auto-fill, 30%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  max-width: 1080px;
  margin: 0 auto;
}

.testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.testimonial-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.testimonial-profile .profile-info {
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.testimonial-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.testimonial-title {
  font-size: 20px;
  font-weight: 700;
  color: #424449;
  text-align: center;
}

.testimonial-text {
  font-size: 16px;
  color: #424449;
}

.profile-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #ddd;
  /* 実際には画像に置き換え */
}

.profile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-change {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

.career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  width: 40%;
}

.career .label {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}

.career .value {
  min-width: 130px;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  width: 100%;
}

.career.before .value {
  background-color: #d9d9d9;
  color: #424449;
}

.career.after .value {
  background: -webkit-gradient(linear, left top, right top, from(#1982ca), to(#6abff8));
  background: linear-gradient(to right, #1982ca, #6abff8);
}

.testimonials .notice {
  grid-column: 1 / span 3;
  font-size: 14px;
}

/* Teacher セクション */
.teacher-header.funaki {
  background-image: url("../../../images/btoc/photo/img-11.png");
}

.teacher-header.kuriyama {
  background-image: url("../../../images/btoc/photo/img-12.png");
}

.teacher-header.gyoba {
  background-image: url("../../../images/btob/photo/img-21.png");
}

/* Closing セクション */
.closing {
  background: url("../../../images/btoc/photo/img-19.png");
  background-repeat: no-repeat;
  background-size: cover;
}



/* レスポンシブ対応 */
@media screen and (min-width: 1440px) {
  .fv {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1200px) {
  .zdo_drawer_menu {
    display: block;
  }

  .pc-only-flex {
    display: none !important;
  }

  .section-title .title-big {
    font-size: 48px;
  }

  .main-title {
    white-space: nowrap;
    font-size: 60px;
  }

  .fv-content {
    width: 55%;
  }

  .fv-images {
    width: 45%;
  }

  .change-life {
    width: 350px;
    height: 158px;
    right: 235px;
  }

  .sub-title {
    font-size: 24px;
  }

  .reason-cards,
  .testimonials,
  .support-steps {
    max-width: none;
    width: 100%;
    -ms-grid-columns: (400px)[auto-fill];
    grid-template-columns: repeat(auto-fill, 400px);
    gap: 20px;
  }

  .testimonials .notice {
    grid-column: 1 / span 2;
  }

  .career .value {
    padding: 6px 18px;
  }

  .media-features {
    max-width: none;
  }

  .closing-message {
    width: 50%;
  }

  .closing-message .main-title {
    min-width: auto;
  }

  .contact-form {
    width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .main-title {
    text-align: center;
  }

  .tab-display {
    display: block !important;
  }

  .section-title .title-big {
    font-size: 40px;
  }

  .fv-content .fv-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fv-images {
    position: relative;
  }

  .fv-images .main-image {
    background: url("../../../images/btoc/kv-tab.png");
  }

  .fv .change-life {
    bottom: -7%;
    left: 22%;
    width: 50%;
    height: auto;
  }

  .feature-item {
    justify-content: center;
  }

  .support-step {
    gap: 15px;
  }

  .support-step .step-content {
    gap: 10px;
  }

  .course-details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .course-details .details-right .text-area {
    width: 100%;
  }

  .career .value {
    padding: 6px 10px;
  }

  .table-area {
    width: calc(100% - 20px);
  }

  .comparison-table {
    width: 992px;
  }

  .teachers {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 20px;
  }

  .media-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .media-features .media-feature {
    width: 100%;
    gap: 15px;
  }

  .media-features .media-feature .media-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .media-features .media-feature .media-content {
    gap: 10px;
  }

  .reason-cards,
  .testimonials,
  .support-steps {
    width: 90%;
    -ms-grid-columns: (45%)[auto-fill];
    grid-template-columns: repeat(auto-fill, 45%);
  }

  .closing-message {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .closing-message .main-title {
    min-width: auto;
  }

  .contact-form {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  section {
    width: 100%;
  }

  .reason,
  .curriculum,
  .voice,
  .teacher,
  .media,
  .support,
  .question {
    padding: 80px 20px 40px;
  }

  .tab-only {
    display: block !important;
  }

  .fv-images {
    width: 100%;
  }

  .fv-content .fv-text .sub-title {
    margin-bottom: 32px;
  }

  .main-title {
    font-size: 48px;
    text-align: center;
  }

  .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
    font-size: 20px;
  }

  .table-area {
    thead {
      th {
        padding: 16px 10px;

        &.our-company {
          font-size: 18px;
        }
      }
    }

    tbody {
      td {
        padding: 10px;
      }
    }
  }

  .testimonials .notice {
    grid-column: 1 / span 1;
  }

  .teachers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .teachers .teacher-card {
    width: 100%;
  }

  .reason-cards,
  .testimonials,
  .support-steps {
    gap: 50px;
    -ms-grid-columns: (100%)[auto-fill];
    grid-template-columns: repeat(auto-fill, 100%);
    width: 100%;
  }

  .faq-answer {
    padding: 0;
  }

  .course-details,
  .company-info,
  .teachers,
  .media-features,
  .content {
    width: 100%;
  }

  .swal2-popup.responsive-modal {
    width: 90% !important;
  }
}

@media screen and (max-width: 767px) {
  .table-area {
    table {
      font-size: 14px;

      &.comparison-table {
        width: 760px;
      }
    }

    thead {
      th {
        width: 140px;

        &.our-company {
          width: 200px;
          font-size: 16px;
        }
      }
    }

    tbody {
      td {
        &.highlight {
          font-size: 16px;
        }
      }
    }
  }
}

@media screen and (max-width: 480px) {
  .sp-only {
    display: block !important;
  }

  .fv .main-image {
    height: 206px;
  }

  .navigation {
    display: none;
  }

  .section-title {
    font-size: 32px;
  }

  .main-title {
    font-size: 40px;
  }

  .sub-title {
    font-size: 20px;
  }

  .reason-cards,
  .testimonials,
  .support-steps {
    gap: 15px;
    -ms-grid-columns: (100%)[auto-fill];
    grid-template-columns: repeat(auto-fill, 100%);
  }

  .feature {
    font-size: 18px;
  }

  .feature-multiply {
    font-size: 24px;
  }

  .comparison-table {
    overflow-x: auto;
  }

  .teacher-content {
    padding: 24px;
  }

  .fv .orange {
    bottom: 230px;
    left: -100px;
  }

  .fv .pink {
    bottom: -100px;
    margin: auto;
    right: -600px;
  }

  .reason .orange,
  .reason .pink {
    display: none;
  }

  .curriculum .orange {
    display: none;
  }

  .curriculum .pink {
    left: 300px;
    top: -100px;
  }

  .curriculum .pink-2 {
    bottom: 800px;
    left: -100px;
  }

  .voice .orange,
  .voice .pink {
    display: none;
  }

  .teacher .orange {
    left: -300px;
    bottom: 900px;
  }

  .teacher .pink {
    display: none;
  }

  .media .orange {
    left: 180px;
    top: 150px;
  }

  .support .orange {
    display: none;
  }

  .question .orange {
    left: -100px;
    top: 300px;
  }
}

/*# sourceMappingURL=style.css.map */