@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1.6;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-md {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-md {
    display: block;
  }
}

/***************************************
index
****************************************/
/***************************************
index
****************************************/
/* ============================================================
   講師詳細ページ (.lecturer-detail)
   GENSEN テーマに合わせたスタイル
============================================================ */
.lecturer-detail {
  font-size: 14px;
  line-height: 2;
  color: #333;
  margin-bottom: 40px;
}

.lecturer-tags {
  margin-bottom: 16px;
}
.lecturer-tags a,
.lecturer-tags span {
  display: inline-block;
  padding: 3px 12px;
  margin: 0 4px 6px 0;
  font-size: 12px;
  line-height: 1.8;
  color: #fff;
  background: #028b98;
  border-radius: 3px;
  text-decoration: none;
}
.lecturer-tags a:hover {
  opacity: 0.8;
}

.lecturer-profile,
.lecturer-thema,
.lecturer-keireki,
.lecturer-achievement,
.lecturer-youtube {
  margin-bottom: 24px;
  border: 1px solid #ddd;
}
.lecturer-profile > h2,
.lecturer-thema > h2,
.lecturer-keireki > h2,
.lecturer-achievement > h2,
.lecturer-youtube > h2 {
  margin: 0;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: #028b98;
  border: none;
}

.lecturer-profile .profile-inner,
.lecturer-thema > *:not(h2),
.lecturer-keireki > *:not(h2),
.lecturer-achievement > *:not(h2),
.lecturer-youtube > *:not(h2) {
  padding: 20px 24px;
}

.profile-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lecturer-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.lecturer-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.lecturer-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  line-height: 1.9;
}
.lecturer-info .name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
.lecturer-info .position {
  color: #555;
  margin-bottom: 2px;
}
.lecturer-info .birth,
.lecturer-info .birthplace {
  color: #666;
  font-size: 13px;
}

.lecturer-thema p,
.lecturer-keireki p {
  margin-bottom: 1em;
}
.lecturer-thema p:last-child,
.lecturer-keireki p:last-child {
  margin-bottom: 0;
}

.lecturer-youtube iframe,
.lecturer-youtube embed {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.lecturer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.sns-link {
  display: inline-block;
  padding: 4px 14px;
  font-size: 12px;
  line-height: 1.8;
  color: #fff;
  background: #555;
  border-radius: 3px;
  text-decoration: none;
}
.sns-link:hover {
  opacity: 0.8;
}
.sns-link.sns-youtube {
  background: #ff0000;
}
.sns-link.sns-twitter {
  background: #1da1f2;
}
.sns-link.sns-instagram {
  background: #e1306c;
}
.sns-link.sns-facebook {
  background: #1877f2;
}
.sns-link.sns-official {
  background: #028b98;
}

.lecturer-pdf {
  margin-top: 12px;
}

.pdf-link {
  display: inline-block;
  padding: 6px 16px;
  font-size: 13px;
  color: #fff;
  background: #028b98;
  border-radius: 3px;
  text-decoration: none;
}
.pdf-link:hover {
  opacity: 0.8;
}

.lecturer-media,
.lecturer-books {
  margin-bottom: 24px;
  border: 1px solid #ddd;
}
.lecturer-media > h2,
.lecturer-books > h2 {
  margin: 0;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: #028b98;
  border: none;
}

.lecturer-media__body,
.lecturer-books__body {
  padding: 20px 24px;
}

.media-section {
  margin-bottom: 20px;
}
.media-section:last-child {
  margin-bottom: 0;
}
.media-section h3 {
  font-size: 13px;
  font-weight: 700;
  padding: 4px 10px;
  margin-bottom: 8px;
  background: #e8f6f7;
  border-left: 3px solid #028b98;
  color: #028b98;
}
.media-section p {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 4px;
  padding-left: 10px;
}
.media-section p:last-child {
  margin-bottom: 0;
}

.media-label {
  display: inline-block;
  margin-right: 8px;
  font-weight: 700;
  color: #555;
}
.media-label:not(:empty)::after {
  content: "：";
}

.keireki-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 16px;
}
.keireki-table th,
.keireki-table td {
  padding: 8px 12px;
  border: 1px solid #ddd;
  line-height: 1.8;
  vertical-align: top;
}
.keireki-table th {
  width: 130px;
  background: #f7f7f7;
  font-weight: 700;
  white-space: nowrap;
}

.keireki-free {
  font-size: 13px;
  line-height: 2;
}

.book-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.book-item {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 13px;
}
.book-item:last-child {
  border-bottom: none;
}
.book-item a {
  color: #028b98;
  text-decoration: none;
}
.book-item a:hover {
  text-decoration: underline;
}

.book-publisher {
  display: inline-block;
}

.book-contents {
  font-size: 13px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .profile-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lecturer-photo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 160px;
  }
  .lecturer-profile .profile-inner,
  .lecturer-thema > *:not(h2),
  .lecturer-keireki > *:not(h2),
  .lecturer-achievement > *:not(h2),
  .lecturer-youtube > *:not(h2) {
    padding: 16px;
  }
}
body:not(.home) .c-page-header__title,
body:not(.home) .c-entry__title {
  display: none;
}

h2 {
  font-family: "Shippori Mincho", serif;
}

.btn {
  -webkit-transition: all 0.3;
  transition: all 0.3;
}

.btn::hover {
  color: #fff;
  background-color: rgba(0, 206, 209, 0.1);
}

.single .l-contents__inner {
  display: block;
}

@media (max-width: 599px) {
  .middle-cta a {
    padding: 20px 15px !important;
  }
}
/* 横に表示させる文字の設定 */
.c-site-branding__title a::after {
  content: "講師派遣FILE"; /* ★ここに表示させたいタイトルを書く */
  color: #28aebc; /* ★文字の色 */
  white-space: nowrap; /* スマホでも折り返さない */
  font-size: 20px;
}

/* スマホでの微調整（画面からはみ出さないように） */
@media (max-width: 767px) {
  .c-site-branding__title img {
    width: 50px; /* スマホでのマークの大きさ */
    margin-right: 10px;
  }
  .c-site-branding__title a::after {
    font-size: 18px; /* スマホでの文字の大きさ */
  }
}
@media (max-width: 992px) {
  .fv-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.home .sms-search-box__content {
  padding: 0 !important;
}

.home .sms-search-box__action {
  padding: 0 !important;
  margin-top: 20px !important;
}

.home .sms-search-box__clear {
  display: none !important;
}

.home .sms-search-box__submit {
  background-color: #fbb907 !important;
}

.p-section-front-page-content {
  padding-top: 20px !important;
}

.header-tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  color: #28aebc;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.header-tel__number {
  font-size: 18px;
  letter-spacing: 0.04em;
}

.header-tel__time {
  margin-top: 3px;
  color: #555;
  font-size: 11px;
  font-weight: 400;
}

.header-tel:hover {
  color: #1b8f9b;
}

@media (max-width: 1023px) {
  .header-tel {
    display: none;
  }
}
.l-header .menu-item-119 a {
  padding: 5px 15px;
  background-color: #fbb907;
  color: #fff;
}

.intro .smb-section__subtitle {
  background-color: rgba(0, 206, 209, 0.1);
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer-widget-area__item .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer-widget-area__item .menu .menu-item {
  margin: 0 2em 0 0;
}

.l-footer .c-row__col--lg-auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.l-footer__footer {
  padding-block: 10px;
  background-color: #28aebc !important;
}

@media (max-width: 599px) {
  .l-footer__body .c-row__col--1-1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer__branding .c-site-branding__title {
    text-align: center;
  }
  .l-footer-widget-area__item .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page-top {
  --page-top-y: 60px;
}

.c-copyright {
  text-align: center;
  color: #fff;
}

.c-page-top {
  background-color: #fbb907;
}

/* PROFILEの上のボタン */
.lecturer-favorites-wrap {
  margin-bottom: 1rem;
}

.simplefavorite-button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ============================================================
   Snow Monkey 記事ヘッダー メタ情報エリアのタグ
   .c-meta__term（lecturer-tags 外、テーマ出力分）
   ============================================================ */
.c-meta {
  gap: 5px;
}

.c-meta__term {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 10px !important;
  font-size: 11px !important;
  padding: 3px 11px !important;
  border-radius: 999px !important;
  border: 1px solid #d0d0d0 !important;
  background: #fff !important;
  color: #555 !important;
  -webkit-transition: background 0.15s, color 0.15s, border-color 0.15s !important;
  transition: background 0.15s, color 0.15s, border-color 0.15s !important;
}

.c-meta__term:hover {
  background: #f0f4ff !important;
  border-color: #b5d4f4 !important;
  color: #185fa5 !important;
}

.c-meta__term a {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.c-meta__term svg {
  width: 11px !important;
  height: 11px !important;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

/* フォルダーアイコン非表示 */
.c-meta__term svg {
  display: none !important;
}

/* 投稿日・更新日・投稿者を非表示 */
.c-meta__item--published,
.c-meta__item--modified,
.c-meta__item--author {
  display: none !important;
}

.c-entry-summary__term {
  display: none;
}

.sms-search-box__content {
  padding: 0 !important;
}

.c-select__control[name="sms-taxonomies[category2][]"] {
  width: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}

.c-select:has(.c-select__control[name="sms-taxonomies[category2][]"]) {
  width: auto;
  max-width: 100%;
}

.wp-block-snow-monkey-search-item:has(.c-select__control[name="sms-taxonomies[category2][]"]) {
  width: auto;
  max-width: 100%;
  min-width: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media screen and (max-width: 992px) {
  .sms-search-box__content {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    -webkit-column-gap: 44px !important;
       -moz-column-gap: 44px !important;
            column-gap: 44px !important;
    row-gap: 24px !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .sms-search-box__content > .wp-block-snow-monkey-search-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  /* 3番目「費用から選ぶ」を2段目へ */
  .sms-search-box__content > .wp-block-snow-monkey-search-item:nth-child(3) {
    grid-column: 1/-1;
    width: 220px !important;
    max-width: 220px !important;
  }
  .sms-search-box__content > .wp-block-snow-monkey-search-item:nth-child(3) .c-select,
  .sms-search-box__content > .wp-block-snow-monkey-search-item:nth-child(3) .c-select__control {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-snow-monkey-search-item:has(.c-select__control[name="sms-taxonomies[category2][]"]) {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .sms-search-box__content {
    grid-template-columns: 1fr !important;
  }
  .sms-search-box__content > .wp-block-snow-monkey-search-item:nth-child(3) {
    grid-column: auto;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.top-search-form {
  width: 100%;
}

.top-search-form form {
  width: 100%;
}

.top-search-form .sms-form-control__content {
  display: grid !important;
  gap: 16px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
}

@media (max-width: 768px) {
  .top-search-form .sms-search-box__content {
    display: block !important;
  }
}
.top-search-form .wp-block-snow-monkey-search-item {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}

.top-search-form .c-select {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

.top-search-form .c-select__control {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-search-form input[type=search],
.top-search-form input[type=text] {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-search-form .wp-block-snow-monkey-search__button-wrapper,
.top-search-form .sms-form-control__submit {
  grid-column: 1/-1;
  width: 100%;
}

.top-search-form button[type=submit],
.top-search-form input[type=submit] {
  width: 320px;
  max-width: 100%;
}

.c-prev-next-nav__item-label {
  font-size: 0;
}

.c-prev-next-nav__item--prev .c-prev-next-nav__item-label::before {
  content: "前の講師 >";
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.c-prev-next-nav__item--next .c-prev-next-nav__item-label::before {
  content: "< 次の講師 ";
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.c-entries,
.wp-block-shortcode .koushi-list,
.entry-content .koushi-list,
.c-entry__content .koushi-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
}

@media (max-width: 768px) {
  .c-entries,
  .wp-block-shortcode .koushi-list,
  .entry-content .koushi-list,
  .c-entry__content .koushi-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.c-entries__item {
  max-width: 100% !important;
}

.koushi-card {
  min-width: 0;
  background: #fff;
}

.koushi-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.c-entry-summary__figure,
.koushi-card__image {
  position: relative;
  width: 100%;
  margin-inline: auto;
  aspect-ratio: 1/1 !important;
  overflow: hidden;
  background: #f5f5f5;
}

.c-entry-summary__figure img,
.koushi-card__image img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.koushi-card__body {
  padding-top: 14px;
}

.koushi-card__name {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.03em;
}

.koushi-card__position {
  margin-top: 6px;
  font-size: 13px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.koushi-card__position br {
  display: block;
}

.koushi-card__name,
.c-entry-summary__title {
  font-size: 1em;
  text-align: center;
  font-weight: 500;
}

.koushi-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-top: 40px;
}

.koushi-pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: none;
  border-radius: 0;
  background: #eee;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.koushi-pagination .page-numbers:hover {
  background: #ddd;
}

.koushi-pagination .page-numbers.current {
  background: #10c8c8;
  color: #fff;
}

.koushi-pagination .page-numbers.dots {
  background: #eee;
}

.koushi-pagination .page-numbers.prev,
.koushi-pagination .page-numbers.next {
  font-size: 0;
}

.koushi-pagination .page-numbers.prev::before {
  content: "‹";
  font-size: 24px;
  line-height: 1;
}

.koushi-pagination .page-numbers.next::before {
  content: "›";
  font-size: 24px;
  line-height: 1;
}

.c-entry-summary__position {
  display: -webkit-box;
  margin-top: 6px;
  font-size: 13px;
  color: #555;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .koushi-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}
@media (max-width: 640px) {
  .koushi-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.archive .c-entries,
.normal-post .c-entries {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
}

@media (max-width: 768px) {
  .archive .c-entries,
  .normal-post .c-entries {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 599px) {
  .archive .c-entries,
  .normal-post .c-entries {
    grid-template-columns: 1fr !important;
  }
}
.middle-contact .c-row {
  --_item-width: 24% !important;
  gap: 5px !important;
}

@media (max-width: 599px) {
  .middle-contact .c-row {
    --_item-width: 100% !important;
  }
}
.reason-lists .c-row {
  --_item-width: 15% !important;
  gap: 5px !important;
}

@media (max-width: 768px) {
  .reason-lists .c-row {
    --_item-width: 100% !important;
  }
}
.fixed-cta {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 220px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 160, 170, 0.18);
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}

.fixed-cta.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.fixed-cta.is-hidden-at-contact {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  pointer-events: none;
}

.fixed-cta__item {
  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;
  min-height: 44px;
  padding: 10px 14px;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #d8e8e8;
  -webkit-transition: background 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}

.fixed-cta__item:hover {
  background: #f7fbfb;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.fixed-cta__item--primary {
  color: #fff;
  background: #f7b500;
  border-color: #f7b500;
}

.fixed-cta__item--primary:hover {
  background: #e8aa00;
}

.fixed-cta__label {
  display: block;
}

@media screen and (max-width: 767px) {
  .fixed-cta {
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding: 0;
    background: #fff;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    -webkit-box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12);
            box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12);
  }
  .fixed-cta__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 56px;
    padding: 8px 6px;
    font-size: 12px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
  }
  .fixed-cta__item:last-child {
    border-right: 0;
  }
  .fixed-cta__item:hover {
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.genre-tabs .smb-tabs__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  border-bottom: 3px solid #aaa;
  overflow-x: auto;
}

.genre-tabs .smb-tabs__tab-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.genre-tabs .smb-tabs__tab {
  width: 100%;
  min-width: 120px;
  padding: 13px 18px !important;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(1) .smb-tabs__tab {
  background-color: #c9d8d2;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(2) .smb-tabs__tab {
  background-color: #d7b4b4;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(3) .smb-tabs__tab {
  background-color: #d9c8bd;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(4) .smb-tabs__tab {
  background-color: #c9c6d9;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(5) .smb-tabs__tab {
  background-color: #d7c2cb;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(6) .smb-tabs__tab {
  background-color: #d9cfc2;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(7) .smb-tabs__tab {
  background-color: #c7d1c0;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(8) .smb-tabs__tab {
  background-color: #c7cdd8;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(9) .smb-tabs__tab {
  background-color: #d6c7b8;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(10) .smb-tabs__tab {
  background-color: #d8bebe;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(11) .smb-tabs__tab {
  background-color: #cfc7b8;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(12) .smb-tabs__tab {
  background-color: #c2d4d9;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(13) .smb-tabs__tab {
  background-color: #d9c2d2;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(14) .smb-tabs__tab {
  background-color: #c8d9c2;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(15) .smb-tabs__tab {
  background-color: #d9d2c2;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(16) .smb-tabs__tab {
  background-color: #c2cfd9;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(17) .smb-tabs__tab {
  background-color: #d9c8c2;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(18) .smb-tabs__tab {
  background-color: #c2d9cc;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(19) .smb-tabs__tab {
  background-color: #d2c2d9;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(20) .smb-tabs__tab {
  background-color: #d9d7c2;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(21) .smb-tabs__tab {
  background-color: #c2d9d6;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(22) .smb-tabs__tab {
  background-color: #d9c2c7;
}

.genre-tabs .smb-tabs__tab[aria-selected=true] {
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(1) .smb-tabs__tab[aria-selected=true] {
  background-color: #78978b;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(2) .smb-tabs__tab[aria-selected=true] {
  background-color: #b86f6f;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(3) .smb-tabs__tab[aria-selected=true] {
  background-color: #b18c76;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(4) .smb-tabs__tab[aria-selected=true] {
  background-color: #827bb0;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(5) .smb-tabs__tab[aria-selected=true] {
  background-color: #a8778c;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(6) .smb-tabs__tab[aria-selected=true] {
  background-color: #a58b69;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(7) .smb-tabs__tab[aria-selected=true] {
  background-color: #7c936d;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(8) .smb-tabs__tab[aria-selected=true] {
  background-color: #7888a4;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(9) .smb-tabs__tab[aria-selected=true] {
  background-color: #a37e5f;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(10) .smb-tabs__tab[aria-selected=true] {
  background-color: #a86f6f;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(11) .smb-tabs__tab[aria-selected=true] {
  background-color: #94816a;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(12) .smb-tabs__tab[aria-selected=true] {
  background-color: #6d9aaa;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(13) .smb-tabs__tab[aria-selected=true] {
  background-color: #a46f94;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(14) .smb-tabs__tab[aria-selected=true] {
  background-color: #7fa36d;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(15) .smb-tabs__tab[aria-selected=true] {
  background-color: #a3966d;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(16) .smb-tabs__tab[aria-selected=true] {
  background-color: #6d859a;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(17) .smb-tabs__tab[aria-selected=true] {
  background-color: #a37f6d;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(18) .smb-tabs__tab[aria-selected=true] {
  background-color: #6da384;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(19) .smb-tabs__tab[aria-selected=true] {
  background-color: #926da3;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(20) .smb-tabs__tab[aria-selected=true] {
  background-color: #a39e6d;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(21) .smb-tabs__tab[aria-selected=true] {
  background-color: #6da39d;
}

.genre-tabs .smb-tabs__tab-wrapper:nth-of-type(22) .smb-tabs__tab[aria-selected=true] {
  background-color: #a36d78;
}

select.c-select__control[name="sms-taxonomies[category][]"] option:is([value=communication-selfdevelopment],
[value=person-organization-development],
[value=economic-finance],
[value=political-internationl],
[value=sale-business],
[value=sale-marketing],
[value=ai-internet],
[value=diversity-sdgs-humanrights],
[value=education],
[value=sport],
[value=social-culture-education],
[value=lifestyle-money],
[value=life-lifeway],
[value=medicine-and-health],
[value=environment-and-science],
[value=disaster-prevention-safety],
[value=entertainment]) {
  color: #00a7b5;
  font-weight: 700;
}

.home .c-section {
  padding-bottom: 0 !important;
}

/* 講師詳細ページ：上部のアイキャッチ画像を非表示 */
/* 通常投稿の詳細ページだけ */
body.single-post .c-page-header,
body.single-post .c-page-header[data-has-image=true],
body.single-post .c-page-header__bgimage,
body.single-post .c-page-header img {
  display: none !important;
}
body.single-post .c-page-header {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* 講師詳細：簡単プロフィール */
.lecturer-detail .lecturer-profile {
  margin-top: 32px;
  border: 1px solid #d9e5e8;
  background: #fff;
}
.lecturer-detail .lecturer-profile h2 {
  margin: 0;
  padding: 10px 16px;
  background: #008f98;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.lecturer-detail .lecturer-profile .profile-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 24px;
}
.lecturer-detail .lecturer-profile .lecturer-photo {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 255px !important;
          flex: 0 0 255px !important;
  width: 150px;
}
.lecturer-detail .lecturer-profile .lecturer-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.lecturer-detail .lecturer-profile .lecturer-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #333 !important;
  font-size: 14px;
  line-height: 1.8;
}
.lecturer-detail .lecturer-profile .lecturer-info .name {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.lecturer-detail .lecturer-profile .lecturer-info .position {
  margin: 0 0 10px;
  line-height: 1.7;
}
.lecturer-detail .lecturer-profile .lecturer-info .birth,
.lecturer-detail .lecturer-profile .lecturer-info .birthplace,
.lecturer-detail .lecturer-profile .lecturer-info .gakureki {
  margin: 0 0 6px;
  line-height: 1.7;
}
.lecturer-detail .lecturer-profile .lecturer-info .profile-short {
  line-height: 1.9;
  background-color: #e5f5f7;
  border-left: 3px solid #008f98;
  padding-left: 10px;
}

/* スマホ */
@media (max-width: 767px) {
  .lecturer-detail .lecturer-profile .profile-inner {
    display: block;
    padding: 18px;
  }
  .lecturer-detail .lecturer-profile .lecturer-photo {
    width: 140px;
    margin: 0 auto 16px;
  }
  .lecturer-detail .lecturer-profile .lecturer-info .name,
  .lecturer-detail .lecturer-profile .lecturer-info .position,
  .lecturer-detail .lecturer-profile .lecturer-info .birth,
  .lecturer-detail .lecturer-profile .lecturer-info .birthplace,
  .lecturer-detail .lecturer-profile .lecturer-info .gakureki {
    text-align: center;
  }
  .lecturer-detail .lecturer-profile .lecturer-info .profile-short {
    text-align: left;
  }
}
/* =====================================
  講師詳細ページ：文章サイズ統一
===================================== */
.single .lecturer-detail p,
.single .lecturer-detail li,
.single .lecturer-detail td,
.single .lecturer-detail .profile-short,
.single .lecturer-detail .lecturer-thema__body,
.single .lecturer-detail .lecturer-achievement__body,
.single .lecturer-detail .lecturer-keireki__body,
.single .lecturer-detail .lecturer-media__body,
.single .lecturer-detail .lecturer-books__body {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.single .lecturer-detail .position,
.single .lecturer-detail .birth,
.single .lecturer-detail .birthplace,
.single .lecturer-detail .gakureki {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.single .lecturer-detail p {
  margin-top: 0;
  margin-bottom: 8px;
  color: #333;
}

.koushi-favorites {
  margin-top: 48px;
  margin-bottom: 64px;
}

.koushi-favorites__title {
  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;
  gap: 6px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  text-align: center;
}

.koushi-favorites__title-icon {
  display: none;
}

.koushi-favorites__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.koushi-favorites__card {
  width: 296px;
  min-height: 105px;
  background: #f7feff;
  border: 1px solid #28aebc;
  border-radius: 0;
  overflow: hidden;
}

.koushi-favorites__link {
  display: grid;
  grid-template-columns: 95px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  min-height: 74px;
  padding: 8px;
  color: inherit;
  text-decoration: none;
}

@media (max-width: 599px) {
  .koushi-favorites__link {
    gap: 10px !important;
  }
}
.koushi-favorites__link:hover {
  opacity: 0.85;
}

.koushi-favorites__image {
  width: 85px;
  height: 85px;
  background: #eee;
  overflow: hidden;
}

.koushi-favorites__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.koushi-favorites__noimage {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 10px;
  color: #999;
}

.koushi-favorites__body {
  min-width: 0;
}

.koushi-favorites__name {
  margin: 0 0 3px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  color: #222;
}

.koushi-favorites__position {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  font-size: 9.5px;
  line-height: 1.45;
  color: #555;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.koushi-favorites-empty {
  margin-top: 40px;
  text-align: center;
  color: #666;
}

@media (max-width: 639px) {
  .koushi-favorites {
    margin-top: 32px;
  }
  .koushi-favorites__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .koushi-favorites__card {
    width: 100%;
    min-height: 82px;
  }
  .koushi-favorites__link {
    grid-template-columns: 54px 1fr;
    min-height: 82px;
    padding: 8px;
  }
  .koushi-favorites__image {
    width: 54px;
    height: 70px;
  }
  .koushi-favorites__name {
    font-size: 12px;
  }
  .koushi-favorites__position {
    font-size: 10px;
  }
}
/* 講師How to 記事一覧：左寄せ・縦一列 */
/* 記事一覧：左寄せ・縦一列 */
.c-entries.c-entries--text,
.c-entries.c-entries--text2 {
  display: block !important;
  max-width: 900px;
  margin-right: auto;
  margin-left: 0;
  padding-left: 0;
}

.c-entries.c-entries--text .c-entries__item,
.c-entries.c-entries--text2 .c-entries__item {
  display: block !important;
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

.c-entries.c-entries--text .c-entry-summary,
.c-entries.c-entries--text2 .c-entry-summary {
  width: 100%;
}

.c-entries.c-entries--text .c-entry-summary__body,
.c-entries.c-entries--text2 .c-entry-summary__body {
  display: block !important;
}

.c-entries.c-entries--text .c-entry-summary__header,
.c-entries.c-entries--text2 .c-entry-summary__header {
  display: block !important;
  width: 100%;
  margin: 0;
  text-align: left;
}

.c-entries.c-entries--text .c-entry-summary__title,
.c-entries.c-entries--text2 .c-entry-summary__title {
  margin: 0;
  text-align: left;
  line-height: 1.7;
  font-size: 18px;
  font-family: "Noto Sans", sans-serif;
}

/* ===============================
  講師詳細：問い合わせボタン
=============================== */
.lecturer-contact-button-wrap {
  margin-top: 16px;
}

.lecturer-contact-button-wrap--profile {
  margin-top: 14px;
}

.lecturer-contact-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 220px;
  padding: 11px 20px;
  border-radius: 4px;
  background: #28aebc;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.lecturer-contact-button:hover {
  color: #fff;
  opacity: 0.85;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  text-decoration: none;
}

/* ===============================
  講師詳細：講演情報
=============================== */
.lecturer-speaking-info {
  margin-top: 40px;
  border: 1px solid #e1e8ee;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.lecturer-speaking-info h2 {
  margin: 0;
  padding: 16px 20px;
  background: #fff;
  color: #0d3f5c;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #e1e8ee;
}

.lecturer-speaking-info__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.lecturer-speaking-info__item {
  padding: 20px;
}

.lecturer-speaking-info__item + .lecturer-speaking-info__item {
  border-left: 1px solid #e1e8ee;
}

.lecturer-speaking-info__label {
  margin: 0 0 6px;
  color: #7a8793;
  font-size: 13px;
  font-weight: 700;
}

.lecturer-speaking-info__text {
  margin: 0;
  color: #222;
  font-size: 17px;
  line-height: 1.6;
}

/* 講師詳細CTA下に出る本文の名前を非表示 */
.single .c-entry__content .lecturer-detail + p.wp-block-paragraph {
  display: none !important;
}

/* ===============================
  講師詳細：最下部CTA
=============================== */
.lecturer-bottom-cta {
  margin-top: 16px;
  padding: 28px 20px;
  border: 1px solid #e1e8ee;
  border-radius: 8px;
  background: #f7f9fb;
  text-align: center;
}

.lecturer-bottom-cta h2 {
  margin: 0 0 10px;
  color: #0d3f5c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.lecturer-bottom-cta p {
  margin: 0 0 18px;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
}

.lecturer-bottom-cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

/* ===============================
  スマホ対応
=============================== */
@media (max-width: 767px) {
  .lecturer-contact-button {
    width: 100%;
    min-width: 0;
  }
  .lecturer-speaking-info {
    margin-top: 32px;
  }
  .lecturer-speaking-info__body {
    grid-template-columns: 1fr;
  }
  .lecturer-speaking-info__item + .lecturer-speaking-info__item {
    border-left: none;
    border-top: 1px solid #e1e8ee;
  }
  .lecturer-bottom-cta {
    padding: 24px 16px;
  }
  .lecturer-bottom-cta h2 {
    font-size: 18px;
  }
  .lecturer-bottom-cta__buttons {
    display: block;
  }
}
.lecturer-favorites-wrap {
  margin: 24px 0 28px !important;
}

.lecturer-favorites-wrap .simplefavorite-button {
  position: static !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  min-width: 180px !important;
  min-height: 44px !important;
  padding: 10px 20px !important;
  overflow: visible !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #fff !important;
  background: #28aebc !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.lecturer-favorites-wrap .simplefavorite-button:hover {
  opacity: 0.85 !important;
}

.lecturer-favorites-wrap .simplefavorite-button.active {
  background: #fbb907 !important;
}

.lecturer-favorites-wrap .simplefavorite-button::before,
.lecturer-favorites-wrap .simplefavorite-button::after {
  content: none !important;
  display: none !important;
}

.lecturer-favorites-wrap .simplefavorite-button * {
  font-size: inherit !important;
  color: inherit !important;
}

.contact-favorite-panel {
  max-width: 620px;
  margin: 0 0 16px;
  padding: 16px;
  border: 1px solid rgba(40, 174, 188, 0.4);
  border-radius: 6px;
  background: rgba(229, 245, 247, 0.2117647059);
}

.contact-favorite-panel__lead {
  margin: 0 0 12px;
  color: #003b63;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.contact-favorite-panel__lead strong {
  margin: 0 4px;
  color: #d93025;
}

.contact-favorite-panel__list {
  overflow: hidden;
  border: 1px solid #28aebc;
  border-radius: 4px;
  background: #fff;
}

.contact-favorite-panel__item {
  display: grid;
  grid-template-columns: 36px minmax(120px, 1fr) minmax(180px, 1.6fr);
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 12px;
  border-bottom: 1px solid #28aebc;
  font-size: 14px;
}

.contact-favorite-panel__item:last-child {
  border-bottom: none;
}

.contact-favorite-panel__number {
  color: #28aebc;
  font-weight: 700;
}

.contact-favorite-panel__name {
  color: #222;
  font-weight: 700;
}

.contact-favorite-panel__position {
  overflow: hidden;
  color: #555;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.contact-favorite-panel__note {
  margin: 10px 0 0;
  color: #555;
  font-size: 13px;
  line-height: 1.7;
}

.contact-favorite-panel__actions {
  margin-top: 14px;
  text-align: center;
}

.contact-favorite-panel__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 320px;
  min-height: 56px;
  padding: 14px 24px;
  border-radius: 6px;
  background: #fbb907;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.contact-favorite-panel__button:hover {
  color: #fff;
  opacity: 0.85;
}

.contact-favorite-panel__link {
  display: inline-block;
  margin-top: 12px;
  color: #28aebc;
  font-size: 14px;
  text-decoration: underline;
}

.contact-favorite-panel--empty {
  background: #fff;
}

@media (max-width: 767px) {
  .contact-favorite-panel {
    max-width: none;
    padding: 14px;
  }
  .contact-favorite-panel__item {
    grid-template-columns: 28px 1fr;
    gap: 6px 10px;
  }
  .contact-favorite-panel__position {
    grid-column: 2/3;
    white-space: normal;
  }
  .contact-favorite-panel__button {
    width: 100%;
    min-width: 0;
  }
}
.contact-favorite-panel {
  width: 100%;
  max-width: none;
  margin: 0 0 12px;
}

.contact-favorite-panel__actions {
  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;
  gap: 18px;
}

.contact-favorite-panel__button {
  min-width: 280px;
}

.contact-favorite-panel__link {
  margin-top: 0;
}

.is-hidden-lecturer-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 767px) {
  .contact-favorite-panel__actions {
    display: block;
    text-align: center;
  }
  .contact-favorite-panel__button {
    width: 100%;
    min-width: 0;
  }
  .contact-favorite-panel__link {
    display: inline-block;
    margin-top: 12px;
  }
}
/* メディア出演：媒体名と記事名を横並び */
.lecturer-media .media-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.8;
}

.lecturer-media .media-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 700;
}

.lecturer-media .media-label::after {
  content: "：";
}

.lecturer-media .media-program {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

@media (max-width: 599px) {
  .single-program-post .l-contents__container {
    padding-inline: 0px !important;
  }
}
.program-btn {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

@media (max-width: 1400px) {
  .program-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
.program-history .smb-information {
  position: relative;
}

@media (max-width: 767px) {
  .program-history .smb-information {
    position: none;
    margin-bottom: 0 !important;
  }
}
.program-history .smb-information::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 11.8%;
  border: 1px solid #00ced1;
  height: 95%;
  background-color: #00ced1;
}

@media (max-width: 1300px) {
  .program-history .smb-information::before {
    content: none;
  }
}
.program-history .c-row__col--1-4 {
  --_item-width: 15% !important;
  position: relative;
}

@media (max-width: 767px) {
  .program-history .c-row__col--1-4 {
    position: none;
    --_item-width: 100% !important;
    margin-bottom: 0 !important;
  }
}
.program-history .c-row__col--1-4::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 20px;
  width: 15px;
  height: 15px;
  border-radius: 97px;
  background-color: #00ced1;
}

@media (max-width: 1300px) {
  .program-history .c-row__col--1-4::after {
    content: none;
  }
}
@media (max-width: 599px) {
  .opening .c-row__col--md-1-4 {
    margin-bottom: 0 !important;
  }
}
.program-faq .smb-accordion {
  border: none;
}

@media (max-width: 599px) {
  .program-faq .smb-accordion {
    padding: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */