@charset "UTF-8";
/* ----------------------------------
   variables.scss
---------------------------------- */
/* デバイスブレイクポイント */
/* カラーパレット */
/* ----------------------------------
  index.html
---------------------------------- */
/* ヒーローセクション */
.hero-section {
  position: relative;
  padding: 4rem 1rem;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("../image/page_top/hero.png");
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.hero-box {
  max-width: 42rem;
  margin: 0 auto;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.hero-box__body {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 1rem 1rem 0 0;
}
.hero-box__info {
  background-color: #F77524;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 1.5rem;
  border-radius: 0 0 1rem 1rem;
}
@media (max-width: 500px) {
  .hero-box__info {
    padding: 1rem;
  }
}
.hero-box__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-box__logo {
  width: 40%;
}
.hero-box__title {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 800;
  margin-bottom: 1rem;
}
@media (max-width: 500px) {
  .hero-box__title {
    font-size: 1.6rem;
  }
}
.hero-box__info-wrapper {
  width: 100%;
}
.hero-box {
  /*テキストオレンジ*/
}
.hero-box__info-orange {
  font-size: 1rem;
  color: #F77524;
}
.hero-box__info-orange .txt-lg {
  font-size: 1.3em;
  font-weight: 800;
}
.hero-box {
  /*黄色帯背景告知*/
}
.hero-box__info-box {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  color: #F77524;
  background-color: #FFFCAC;
  display: inline-block;
}

/* トップの概要セクション */
.top-about-section {
  padding: 4rem 0;
}

.top-about__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 500px) {
  .top-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-about__image {
  width: 33%;
  text-align: center;
}
@media (max-width: 500px) {
  .top-about__image {
    width: 70%;
  }
}

.top-about__text {
  width: 77%;
}
.top-about__text h2 {
  color: #F77524;
}
.top-about__text p {
  font-size: 1rem;
  line-height: 1.625;
}
@media (max-width: 500px) {
  .top-about__text {
    width: 100%;
  }
}

/* トップの特徴セクション */
.top-feature-section {
  background-image: url("../image/page_top/feature_bg.png");
  background-color: rgba(255, 255, 255, 0.3); /* 白の透過50% */
  background-blend-mode: lighten;
  background-size: cover;
  background-position: center;
  padding: 4rem 0;
  text-align: center;
}
.top-feature-section p {
  font-size: 1rem;
  line-height: 1.625;
}

/* トップのクリエイター紹介セクション */
.top-creator-section {
  background-color: #FFF2E6;
  padding: 4rem 0;
  text-align: center;
}

.top-creator__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1rem;
  background-color: white;
  margin-bottom: 1.5rem;
}
@media (max-width: 500px) {
  .top-creator__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-creator__title-block {
  background-color: #F77524;
  color: white;
  padding: 1.5rem;
  min-height: 120px;
  border-radius: 1rem 0 0 1rem;
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 500px) {
  .top-creator__title-block {
    width: 100%;
    border-radius: 1rem 1rem 0 0;
    min-height: inherit;
    padding: 0.75rem;
  }
}
.top-creator__title-block .title-category {
  font-weight: 700;
  margin-bottom: 0.15rem;
}
.top-creator__title-block h3.title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: normal;
}
.top-creator__title-block .title-discription {
  margin-top: 0.25rem;
  font-size: 0.8rem;
  line-height: 1.25rem;
}

.top-creator__description-block {
  padding: 1.5rem;
  text-align: left;
  width: 67%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 500px) {
  .top-creator__description-block {
    width: 100%;
    padding: 1rem 1.5rem;
  }
}
.top-creator__description-block p {
  font-size: 0.875rem;
  line-height: 1.625;
}
.top-creator__description-block .description-list {
  list-style: disc;
  margin-left: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.625;
}

/* トップのコミュニティセクション */
.top-community-section {
  padding: 2rem 0;
}

.top-community__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 500px) {
  .top-community__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-community__image {
  width: 40%;
  text-align: center;
}
@media (max-width: 500px) {
  .top-community__image {
    width: 70%;
  }
}

.top-community__text {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 500px) {
  .top-community__text {
    width: 100%;
  }
}

/* ----------------------------------
  creator.html
---------------------------------- */
/* フィルタセクション */
.filter-section {
  margin-bottom: 4rem;
}

.select-wrapper {
  position: relative;
  width: 100%;
  max-width: 300px;
}
.select-wrapper select {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #ddd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  font-size: 0.95rem;
  border-radius: 4px;
  cursor: pointer;
}
.select-wrapper .cheveron-down-wrapper {
  position: absolute;
  right: 1rem;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  width: 1.2rem;
  color: #333;
}

/* クリエイターカードセクション */
.creator-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem 1.2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.creator-flex::before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.creator-flex::after {
  content: "";
  display: block;
  width: 23%;
}
@media (max-width: 1200px) {
  .creator-flex::before {
    display: none;
  }
  .creator-flex::after {
    content: "";
    display: block;
    width: 320px;
  }
  .creator-flex {
    gap: 3rem 2rem;
  }
}
@media (max-width: 500px) {
  .creator-flex {
    gap: 3rem 0;
  }
}

.creator-card {
  width: 23%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1200px) {
  .creator-card {
    width: 320px;
  }
}
@media (max-width: 500px) {
  .creator-card {
    width: 100%;
  }
}

.card-image-wrapper {
  position: relative;
  margin-bottom: 2rem;
}

.creator-main-img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.creator-thumb {
  position: absolute;
  bottom: -24px;
  left: 6px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media (max-width: 1200px) {
  .creator-thumb {
    width: 90px;
    height: 90px;
  }
}
.creator-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-body {
  padding: 0 0.5rem;
}

.creator-name {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.creator-desc {
  font-size: 13px;
  color: #666;
  margin-bottom: 0.8rem;
  line-height: 1.5;
}

.creator-tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
}
.creator-tag-list .tag {
  background: #C5C5C5;
  color: #fff;
  font-size: 0.65rem;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-weight: 500;
}

.sns-links {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.2em;
}
.sns-links i {
  display: block;
  width: 30px;
  height: 30px;
}
.sns-links i.insta {
  background-image: url("../image/page_creator/insta_icon.svg");
  background-size: cover;
  background-position: center;
}
.sns-links i.fb {
  background-image: url("../image/page_creator/fb_icon.svg");
  background-size: cover;
  background-position: center;
}
.sns-links i.home {
  background-image: url("../image/page_creator/home_icon.svg");
  background-size: cover;
  background-position: center;
}

/* =============================================
    about.html
  お申し込みの流れ
   ============================================= */
.about-apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 500px) {
  .about-apply {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-apply__text {
  width: 70%;
}
.about-apply__text p {
  font-size: 1rem;
  line-height: 1.625;
}
@media (max-width: 500px) {
  .about-apply__text {
    width: 100%;
  }
}
.about-apply__image {
  width: 30%;
  text-align: center;
}
.about-apply__image img.cuspalogo {
  width: 80%;
}
@media (max-width: 500px) {
  .about-apply__image {
    width: 70%;
  }
}

/* お申し込みの流れ　フロー図*/
.about-flow {
  margin-top: 2rem;
}
.about-flow .about-flow__item {
  background-color: #FFF2E6;
  padding: 0.75rem;
  text-align: center;
}
.about-flow .about-flow__item a.under-line {
  text-decoration: underline;
}
.about-flow .about-flow__item-arrow {
  text-align: center;
}
.about-flow .about-flow__item-arrow .arrow {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 39px;
  margin: 0 17px;
  border-radius: 9999px;
  background-color: #f89029;
}
.about-flow .about-flow__item-arrow .arrow::before,
.about-flow .about-flow__item-arrow .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 3px);
  width: 6px;
  height: 30px;
  border-radius: 9999px;
  background-color: #f89029;
  -webkit-transform-origin: 50% calc(100% - 3px);
          transform-origin: 50% calc(100% - 3px);
}
.about-flow .about-flow__item-arrow .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.about-flow .about-flow__item-arrow .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* =============================================
    about.html
    共通科目
   ============================================= */
.solid-line-box {
  border-top: 1px solid #333;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #333;
}

.disc-list {
  list-style: disc;
  margin-left: 1.25rem;
  line-height: 1.75rem;
}

/* =============================================
　about.html
  費用について
   ============================================= */
.price-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.price-table th {
  border-bottom: 2px solid #333;
  padding: 15px;
  text-align: left;
  font-size: 0.95rem;
}
.price-table td {
  border-bottom: 1px solid #ddd;
  padding: 20px 15px;
}

/* 費用について（sp） */
@media screen and (max-width: 500px) {
  /* テーブル構造を解除 */
  .price-table {
    display: block;
    width: 100%;
  }
  .price-table thead,
  .price-table tbody,
  .price-table th,
  .price-table td,
  .price-table tr {
    display: block;
    width: 100%;
  }
  .price-table {
    /* 元の見出し行を非表示 */
  }
  .price-table thead {
    display: none;
  }
  .price-table tr {
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
  .price-table td {
    position: relative;
    padding: 12px 15px 12px 40%; /* 左側にラベル用のスペースを確保 */
    border-bottom: 1px solid #f9f9f9;
    text-align: right; /* 内容を右寄せにしてラベルと対比 */
  }
  .price-table td:last-child {
    border-bottom: none;
    text-align: left;
    padding-left: 15px;
    background-color: #fafafa;
  }
  .price-table {
    /* 備考以外のセルにラベルを表示 */
  }
  .price-table td[data-label]:not([data-label=備考])::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    top: 12px;
    font-weight: bold;
    color: #888;
    font-size: 0.8rem;
  }
  .price-table {
    /* 備考ラベルは上部に配置 */
  }
  .price-table td[data-label=備考]::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    color: #888;
    font-size: 0.8rem;
    margin-bottom: 5px;
    text-align: left;
  }
  .price-table td.price {
    color: #E65100; /* スマホで金額を強調 */
    font-size: 1.1rem;
  }
}
/* =============================================
   exam.html
   資格講座のスタイル
   ============================================= */
.course-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}

.course-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .course-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; /* 縦に並べる */
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; /* 左寄せ */
    padding: 20px 0;
  }
}

.course-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px; /* 日付とタイトルの間隔 */
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .course-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; /* 日付とタイトルも縦に */
    gap: 8px;
    margin-bottom: 15px;
    width: 100%;
  }
}

.course-date {
  font-weight: bold;
  white-space: nowrap; /* 日付の改行を防ぐ */
}
@media screen and (max-width: 768px) {
  .course-date {
    font-size: 0.9rem;
    color: #666;
  }
}

.course-name {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .course-name {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 768px) {
  .course-action {
    width: 100%; /* ボタンを横いっぱいに広げる */
  }
}

/* =============================================
    表組
   ============================================= */
/* 表組共通 */
table {
  width: 100%;
  border-collapse: collapse;
}

/* 専門科目テーブル(PC) */
.subject-table tr {
  border-bottom: 1px solid #ddd;
}
.subject-table th {
  background-color: #fffaf5;
  width: 250px;
  text-align: left;
  padding: 20px;
}
.subject-table td {
  padding: 20px;
}

/* =============================================
    認定レベルテーブル ・実施要項テーブル
   ============================================= */
.level-table th,
.level-table td {
  border: 4px solid #fff;
  padding: 20px;
}
.level-table td {
  background-color: #fffaf5;
}
.level-table .header-orange {
  background-color: #F89029;
  color: #fff;
  text-align: left;
}
.level-table .level-name {
  background-color: #ffb077;
  color: #fff;
  font-size: 1.2rem;
}

/* 専門科目テーブル(tablet) */
/* 認定レベルテーブル・実施要項テーブル (tablet) */
@media screen and (max-width: 768px) {
  /* テーブルの構造を解除して縦に並べる */
  .level-table,
  .subject-table {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .level-table thead, .level-table tbody, .level-table th, .level-table td, .level-table tr,
  .subject-table thead,
  .subject-table tbody,
  .subject-table th,
  .subject-table td,
  .subject-table tr {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* ヘッダー（オレンジの行）を非表示にする */
  .level-table thead tr {
    display: none;
  }
  .subject-table th,
  .level-name {
    width: 100%;
    background-color: #F89029; /* スマホではタイトルを強調 */
    color: white;
    padding: 10px 15px;
    font-size: 1.1rem;
  }
  .subject-table td,
  .level-table td {
    padding: 15px;
    background-color: #fffaf5;
    border-bottom: 2px solid #fff;
  }
  /* 認定レベルテーブルに「定義」「試験内容」というラベルを表示させる */
  .level-table td[data-label]::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    color: #F89029;
    font-size: 0.8rem;
    margin-bottom: 5px;
  }
  .level-table tr {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
}/*# sourceMappingURL=pages.css.map */