@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Heebo:wght@400;700&family=Zen+Kaku+Gothic+New:wght@400;500;600;700&family=Zen+Old+Mincho:wght@400;500;600;900&display=swap");
.site-branding img.site-logo {
  width: 180px;
}

.section-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
}

.section-container-swip {
  max-width: 100%;
  padding: 20px 0 20px 20px;
  overflow: hidden;
}

.section-title {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 1.3rem;
  }
}

.page-id-19290 .section-title , .page-id-19164 .section-title {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .page-id-19290 .section-title , .page-id-19164 .section-title {
    font-size: 1.4rem;
  }
}
.page-id-19290 .section-title , .page-id-19164 .section-title {
  margin-bottom: 10px;
}

/* Grid 共通（トップ / インフォのみ。レッスンの .bb-grid.grid は BuddyBoss の flex のまま） */
.protech-top-layout .grid,
.protech-info-layout .grid,
.protech-page-top .grid,
.protech-page-info .grid,
.page-id-19290 .grid , .page-id-19164 .grid {
  display: grid;
  gap: 20px;
}

/* Movie Philosophy Hero */
.hero {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.2;
}

/* Category 無料プラン / プロプラン */
.category-board {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.category-group .card-image .card-title,
.card-item--free .card-image .card-title,
.card-item--paid .card-image .card-title {
  top: auto;
  left: 12px;
  bottom: 10px;
  transform: none;
  width: auto;
  max-width: calc(100% - 24px);
  padding: 0;
  color: #fff;
  text-align: left;
  white-space: normal;
  line-height: 1.35;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .category-group .card-image .card-title,
  .card-item--free .card-image .card-title,
  .card-item--paid .card-image .card-title {
    left: 8px;
    bottom: 8px;
    max-width: calc(100% - 16px);
    font-size: 0.75rem;
  }
}

.category-group .card-badge,
.card-item--free .card-badge,
.card-item--paid .card-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  padding: 5px 11px;
  border-radius: 3px;
  font-family: "Antonio", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.2;
  pointer-events: none;
}

.category-group--free .card-badge,
.card-item--free .card-badge {
  color: #fff;
  border: 1px solid #fff;
}

.category-group--paid .card-badge,
.card-item--paid .card-badge {
  color: #e1d2aa;
  border: 1px solid #e1d2aa;
}

@media (max-width: 768px) {
  .category-group .card-badge,
  .card-item--free .card-badge,
  .card-item--paid .card-badge {
    padding: 3px 8px;
    font-size: 11px;
  }
}

.category-group-label {
  margin: 0 0 12px;
  padding-left: 10px;
  border-left: 3px solid #e1d2aa;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.4;
  color: #333;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .category-group-label {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}

/* Category & Tag Card 共通 */
.card-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card-item {
  position: relative;
  background-size: cover;
  background-position: center;
  color: white;
  border-radius: 10px;
}
.card-item a {
  height: 150px;
}
@media (max-width: 1200px) {
  .card-item a {
    height: 100px;
  }
}
.card-item.tag-item a {
  height: 100px;
}
@media (max-width: 1200px) {
  .card-item.tag-item a {
    height: 60px;
  }
}

/* Card Image */
.card-image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
  height: 150px;
}
@media (max-width: 1200px) {
  .card-image {
    height: 100px;
  }
}
.card-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: transform 0.3s ease;
}
.card-image:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.card-image {
  /* Overlay */
}
.card-image .card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.4;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 8px;
}
.card-image:hover .card-overlay {
  opacity: 1;
}
.card-image {
  /* Title */
}
.card-image .card-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
  padding: 0 10px;
  color: #fff;
  z-index: 2;
  white-space: nowrap;
}
.card-image.tag-item {
  height: 100px;
}
@media (max-width: 1200px) {
  .card-image.tag-item {
    height: 60px;
  }
}

/* Course Thumb */
.course-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
  max-width: 275px;
}
.course-thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.course-thumb:hover img {
  transform: scale(1.05);
}
.course-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.course-thumb:hover::before {
  opacity: 1;
}
.course-thumb .thumb-title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  text-align: center;
  pointer-events: none;
  padding: 0 10px;
}
.course-thumb:hover .thumb-title {
  opacity: 1;
}

/* Swiper */
.swiper {
  overflow: visible;
  width: 100%;
  padding-bottom: 0;
}
.swiper.eventsSwiper {
  padding-bottom: 30px;
}

/* Event Card */
.event-card {
  text-align: center;
  max-width: 600px;
  display: block;
}
.event-card .event-thumb img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
.event-card .event-title {
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
}

.page-id-19290 .section-container , .page-id-19164 .section-container {
  padding-top: 80px;
  padding-bottom: 60px;
}
.page-id-19290 .section-container.section-container-tag , .page-id-19164 .section-container.section-container-tag {
  padding-top: 10px;
}
.page-id-19290 .section-container .section-title-area , .page-id-19164 .section-container .section-title-area {
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.page-id-19290 .section-container .section-title-area h4, .page-id-19164 .section-container .section-title-area h4, .page-id-19290 .section-container .section-title-area p , .page-id-19164 .section-container .section-title-area p {
  text-align: center;
}
.page-id-19290 .section-container .grid , .page-id-19164 .section-container .grid {
  max-width: 1440px;
  margin: 0 auto;
}
.page-id-19290 .card-grid .image-video img , .page-id-19164 .card-grid .image-video img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.page-id-19290 .tpc_testimonial.swiper , .page-id-19164 .tpc_testimonial.swiper {
  overflow: visible;
}
.page-id-19290 .tag-grid , .page-id-19164 .tag-grid {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .page-id-19290 .tag-grid , .page-id-19164 .tag-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-id-19290 .tag-grid .card-title span , .page-id-19164 .tag-grid .card-title span {
  display: block;
  font-size: 0.9rem;
}
.page-id-19290 .bg-light , .page-id-19164 .bg-light {
  background: #fffbf0;
}
.page-id-19290 .bg-light .grid , .page-id-19164 .bg-light .grid {
  margin-bottom: 20px;
}
.page-id-19290 .hero.info-hero , .page-id-19164 .hero.info-hero {
  height: 600px;
}
@media (max-width: 1024px) {
  .page-id-19290 .hero.info-hero , .page-id-19164 .hero.info-hero {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .page-id-19290 .hero.info-hero , .page-id-19164 .hero.info-hero {
    height: 300px;
  }
}
.page-id-19290 .bg-beige , .page-id-19164 .bg-beige {
  background: #e1d2aa;
  padding-top: 50px;
  padding-bottom: 30px;
}
.page-id-19290 .mt-20 , .page-id-19164 .mt-20 {
  margin-top: 20px !important;
}
.page-id-19290 .section-about h3 , .page-id-19164 .section-about h3 {
  text-align: center;
}
.page-id-19290 .section-about .h2-font , .page-id-19164 .section-about .h2-font {
  font-family: "Zen Old Mincho", Sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 32px;
}
@media (max-width: 820px) {
  .page-id-19290 .section-about .h2-font , .page-id-19164 .section-about .h2-font {
    font-size: 24px;
  }
}
.page-id-19290 .section-about .h3-font , .page-id-19164 .section-about .h3-font {
  font-family: "Zen Old Mincho", Sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  padding-top: 50px;
}
@media (max-width: 820px) {
  .page-id-19290 .section-about .h3-font , .page-id-19164 .section-about .h3-font {
    font-size: 18px;
  }
}
.page-id-19290 .grid.about-grid , .page-id-19164 .grid.about-grid {
  grid-template-columns: repeat(1, 1fr);
  max-width: 1440px;
  gap: 30px;
}
.page-id-19290 .grid.about-grid .about-item , .page-id-19164 .grid.about-grid .about-item {
  background-color: #FFFFFF;
  padding: 30px 30px 10px;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
}
.page-id-19290 .grid.about-grid .about-item img , .page-id-19164 .grid.about-grid .about-item img {
  width: 140px;
  height: auto;
}
@media (min-width: 768px) {
  .page-id-19290 .grid.about-grid , .page-id-19164 .grid.about-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-id-19290 .button-widget-wrapper , .page-id-19164 .button-widget-wrapper {
  text-align: center;
  margin-top: 40px;
}
.page-id-19290 .about-item-title , .page-id-19164 .about-item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 16px 0 12px;
}
.page-id-19290 .about-item-text , .page-id-19164 .about-item-text {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
.page-id-19290 .about-item-text .note , .page-id-19164 .about-item-text .note {
  font-size: 90%;
}
.page-id-19290 .entry-header, .page-id-19164 .entry-header,
.page-id-19290 .bb-page-title, .page-id-19164 .bb-page-title,
.page-id-19290 .page-title-wrap , .page-id-19164 .page-title-wrap {
  display: none;
}
.page-id-19290 .protech-cta-btn, .page-id-19164 .protech-cta-btn,
.page-id-19290 .edubin-btn.edubin-btn-3 , .page-id-19164 .edubin-btn.edubin-btn-3 {
  background: #e1d2aa;
  color: #1d1a1a;
  border: 0;
  border-radius: 3px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
}
.page-id-19290 .protech-cta-btn:hover, .page-id-19164 .protech-cta-btn:hover,
.page-id-19290 .edubin-btn.edubin-btn-3:hover , .page-id-19164 .edubin-btn.edubin-btn-3:hover {
  background: #c0aa65;
  color: #fff;
}
.page-id-19290 .info-heading , .page-id-19164 .info-heading {
  position: relative;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.35;
  margin: 0 0 40px;
  color: #1d1a1a;
}
@media (max-width: 768px) {
  .page-id-19290 .info-heading , .page-id-19164 .info-heading {
    font-size: 1.4rem;
    margin-bottom: 28px;
  }
}
.page-id-19290 .info-heading-plain , .page-id-19164 .info-heading-plain {
  font-size: 32px;
}
@media (max-width: 768px) {
  .page-id-19290 .info-heading-plain , .page-id-19164 .info-heading-plain {
    font-size: 1.4rem;
  }
}
.page-id-19290 .info-heading-light , .page-id-19164 .info-heading-light {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-id-19290 .info-heading-light , .page-id-19164 .info-heading-light {
    font-size: 24px;
    line-height: 1.4;
  }
}
.page-id-19290 .info-heading-mark , .page-id-19164 .info-heading-mark {
  position: relative;
  display: inline-block;
  color: #e1d2aa;
  z-index: 1;
}
.page-id-19290 .info-heading-light .info-heading-mark , .page-id-19164 .info-heading-light .info-heading-mark {
  color: #fff;
}
.page-id-19290 .info-heading-rest , .page-id-19164 .info-heading-rest {
  color: #1d1a1a;
}
.page-id-19290 .info-heading-shape , .page-id-19164 .info-heading-shape {
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: -1;
  color: #e1d2aa;
  pointer-events: none;
}
.page-id-19290 .info-heading-shape svg , .page-id-19164 .info-heading-shape svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-id-19290 .info-heading-light .info-heading-shape , .page-id-19164 .info-heading-light .info-heading-shape {
  top: 25px;
  color: #e1d2aa;
}
.page-id-19290 .info-split , .page-id-19164 .info-split {
  padding-top: 60px;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .page-id-19290 .info-split , .page-id-19164 .info-split {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.page-id-19290 .info-split-reverse , .page-id-19164 .info-split-reverse {
  padding-top: 10px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .page-id-19290 .info-split-reverse , .page-id-19164 .info-split-reverse {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-id-19290 .info-split-inner , .page-id-19164 .info-split-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .page-id-19290 .info-split-inner , .page-id-19164 .info-split-inner {
    grid-template-columns: 1fr;
    max-width: 720px;
  }
}
.page-id-19290 .info-split-copy , .page-id-19164 .info-split-copy {
  text-align: center;
}
.page-id-19290 .info-split-copy p , .page-id-19164 .info-split-copy p {
  margin: 0;
  line-height: 1.9;
}
.page-id-19290 .info-split-media img , .page-id-19164 .info-split-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.page-id-19290 .info-plans , .page-id-19164 .info-plans {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .page-id-19290 .info-plans , .page-id-19164 .info-plans {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.page-id-19290 .info-plan-grid , .page-id-19164 .info-plan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-id-19290 .info-plan-grid , .page-id-19164 .info-plan-grid {
    grid-template-columns: 1fr;
  }
}
.page-id-19290 .info-plan-card , .page-id-19164 .info-plan-card {
  background: #fff;
  padding: 45px 24px 20px;
  text-align: center;
  border-radius: 0;
  transition: box-shadow 0.3s ease;
}
.page-id-19290 .info-plan-card:hover , .page-id-19164 .info-plan-card:hover {
  box-shadow: 0 20px 50px 0 rgba(225, 210, 170, 0.25);
}
.page-id-19290 .info-plan-card.is-pro , .page-id-19164 .info-plan-card.is-pro {
  background: #e1d2aa;
}
.page-id-19290 .info-plan-card.is-pro .info-plan-en , .page-id-19164 .info-plan-card.is-pro .info-plan-en {
  color: #fff;
}
.page-id-19290 .info-plan-card.is-pro .info-plan-btn , .page-id-19164 .info-plan-card.is-pro .info-plan-btn {
  border-color: #fffbf0;
}
.page-id-19290 .info-plan-card.is-pro .info-plan-btn:hover , .page-id-19164 .info-plan-card.is-pro .info-plan-btn:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.page-id-19290 .info-plan-card.is-pro .info-plan-price .yen, .page-id-19164 .info-plan-card.is-pro .info-plan-price .yen,
.page-id-19290 .info-plan-card.is-pro .info-plan-price .unit , .page-id-19164 .info-plan-card.is-pro .info-plan-price .unit {
  font-size: 18px;
  color: #1d1a1a;
}
.page-id-19290 .info-plan-card.is-pro .info-plan-price .amount , .page-id-19164 .info-plan-card.is-pro .info-plan-price .amount {
  font-size: 36px;
  line-height: 36px;
  color: #141414;
}
.page-id-19290 .info-plan-name , .page-id-19164 .info-plan-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 10px;
}
.page-id-19290 .info-plan-en , .page-id-19164 .info-plan-en {
  margin: 0 0 20px;
  color: #c0aa65;
  font-weight: 600;
}
.page-id-19290 .info-plan-btn , .page-id-19164 .info-plan-btn {
  display: inline-block;
  font-family: "Antonio", sans-serif;
  font-size: 16px;
  color: #1d1a1a;
  background: #fff;
  border: 3px solid #1d1a1a;
  padding: 12px 28px;
  line-height: 23px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.page-id-19290 .info-plan-btn:hover , .page-id-19164 .info-plan-btn:hover {
  background: #c0aa65;
  color: #fff;
  border-color: #fff;
}
.page-id-19290 .info-plan-price , .page-id-19164 .info-plan-price {
  margin: 35px 0 20px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: #070000;
}
.page-id-19290 .info-plan-price .yen, .page-id-19164 .info-plan-price .yen,
.page-id-19290 .info-plan-price .unit , .page-id-19164 .info-plan-price .unit {
  font-size: 18px;
  font-weight: 600;
}
.page-id-19290 .info-plan-price .amount , .page-id-19164 .info-plan-price .amount {
  margin: 0 4px;
}
.page-id-19290 .info-plan-list , .page-id-19164 .info-plan-list {
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
  text-align: left;
  max-width: 294px;
  margin-left: auto;
  margin-right: auto;
}
.page-id-19290 .info-plan-list li , .page-id-19164 .info-plan-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  line-height: 1.6;
  padding: 4px 0;
}
.page-id-19290 .info-plan-check , .page-id-19164 .info-plan-check {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  margin-top: 4px;
  color: #c0aa65;
}
.page-id-19290 .info-results , .page-id-19164 .info-results {
  background: linear-gradient(180deg, #1d1a1a 0%, #141414 100%);
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .page-id-19290 .info-results , .page-id-19164 .info-results {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.page-id-19290 .info-counters , .page-id-19164 .info-counters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 800px;
  margin: 0 auto 50px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.07);
  padding: 80px 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .page-id-19290 .info-counters , .page-id-19164 .info-counters {
    padding: 50px 30px;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .page-id-19290 .info-counters , .page-id-19164 .info-counters {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 20px;
  }
}
.page-id-19290 .info-counter , .page-id-19164 .info-counter {
  position: relative;
  text-align: center;
  z-index: 1;
}
.page-id-19290 .info-counter::before , .page-id-19164 .info-counter::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  width: 72px;
  height: 72px;
  margin-left: -36px;
  border-radius: 50%;
  background: #fffbf0;
  z-index: -1;
}
.page-id-19290 .info-counter-num , .page-id-19164 .info-counter-num {
  margin: 0;
  color: #000;
  font-family: "Antonio", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
}
.page-id-19290 .info-counter-num .prefix, .page-id-19164 .info-counter-num .prefix,
.page-id-19290 .info-counter-num .suffix , .page-id-19164 .info-counter-num .suffix {
  font-size: 0.7em;
}
.page-id-19290 .info-counter-label , .page-id-19164 .info-counter-label {
  margin: 0;
  color: #1d1a1a;
  font-family: "Zen Old Mincho", serif;
  font-size: 25px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .page-id-19290 .info-counter-label , .page-id-19164 .info-counter-label {
    font-size: 18px;
  }
}
.page-id-19290 .info-voices.swiper , .page-id-19164 .info-voices.swiper {
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 48px;
}
.page-id-19290 .info-voice , .page-id-19164 .info-voice {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 50px;
  background: #fff;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .page-id-19290 .info-voice , .page-id-19164 .info-voice {
    padding: 25px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .page-id-19290 .info-voice , .page-id-19164 .info-voice {
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
  }
}
.page-id-19290 .info-voice-photo , .page-id-19164 .info-voice-photo {
  flex: 0 0 220px;
  max-width: 220px;
}
.page-id-19290 .info-voice-photo img , .page-id-19164 .info-voice-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .page-id-19290 .info-voice-photo , .page-id-19164 .info-voice-photo {
    flex: none;
    max-width: 180px;
  }
}
.page-id-19290 .info-voice-body , .page-id-19164 .info-voice-body {
  flex: 1;
  position: relative;
}
.page-id-19290 .info-voice-body p , .page-id-19164 .info-voice-body p {
  font-size: 16px;
  line-height: 1.9;
  margin: 16px 0 0;
  color: #141414;
}
.page-id-19290 .info-voice-quote , .page-id-19164 .info-voice-quote {
  color: #e1d2aa;
  display: block;
  margin-bottom: 8px;
}
.page-id-19290 .info-voice-title , .page-id-19164 .info-voice-title {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  color: #1d1a1a;
}
@media (max-width: 768px) {
  .page-id-19290 .info-voice-title , .page-id-19164 .info-voice-title {
    font-size: 18px;
  }
}
.page-id-19290 .info-voice-meta , .page-id-19164 .info-voice-meta {
  margin-top: 24px;
}
.page-id-19290 .info-voice-meta strong , .page-id-19164 .info-voice-meta strong {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #141414;
}
.page-id-19290 .info-voice-meta span , .page-id-19164 .info-voice-meta span {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #141414;
}
.page-id-19290 .info-voices-pagination.swiper-pagination , .page-id-19164 .info-voices-pagination.swiper-pagination {
  position: relative;
  margin-top: 8px;
}
.page-id-19290 .info-voices-pagination.swiper-pagination .swiper-pagination-bullet , .page-id-19164 .info-voices-pagination.swiper-pagination .swiper-pagination-bullet {
  background: #c0aa65;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.page-id-19290 .info-voices-pagination.swiper-pagination .swiper-pagination-bullet-active , .page-id-19164 .info-voices-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: #fffbf0;
}
.page-id-19290 .info-news , .page-id-19164 .info-news {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .page-id-19290 .info-news , .page-id-19164 .info-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-id-19290 .info-news-grid , .page-id-19164 .info-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-id-19290 .info-news-grid , .page-id-19164 .info-news-grid {
    grid-template-columns: 1fr;
  }
}
.page-id-19290 .info-news-thumb , .page-id-19164 .info-news-thumb {
  display: block;
  overflow: hidden;
}
.page-id-19290 .info-news-thumb img , .page-id-19164 .info-news-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.page-id-19290 .info-news-body , .page-id-19164 .info-news-body {
  padding: 25px 0 0;
}
.page-id-19290 .info-news-cat , .page-id-19164 .info-news-cat {
  margin: 0 0 8px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.page-id-19290 .info-news-cat a , .page-id-19164 .info-news-cat a {
  color: #838383;
}
.page-id-19290 .info-news-title , .page-id-19164 .info-news-title {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 12px;
}
.page-id-19290 .info-news-title a , .page-id-19164 .info-news-title a {
  color: inherit;
}

#masthead .new-member {
  display: none !important;
}

.page-id-19290 #masthead .new-member , .page-id-19164 #masthead .new-member {
  display: block !important;
}

.page-id-19290 #masthead .only-member , .page-id-19164 #masthead .only-member {
  display: none !important;
}

#secondary label[for=category-97] {
  display: none;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover, .tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
  background-color: #e1d2aa;
}

.tribe-events .tribe-events-c-messages__message-list-item-link {
  color: #e1d2aa;
}

.tribe-common .tribe-common-anchor-thin-alt {
  border-bottom-color: #e1d2aa;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
  color: #e1d2aa;
  border-color: #e1d2aa;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background-color: #e1d2aa;
}

.tribe-common .tribe-common-c-loader__dot circle {
  fill: #e1d2aa !important;
}

.edubin-testi-single.layout-7 {
  padding: 0;
}

@media only screen and (max-width: 450px) {
  #content .edubin-testi-7 .edubin-testi-single .testimonial-wrapper {
    background: #fff !important;
  }
}
.tribe-events .tribe-events-calendar-month__header-column {
  width: 100%;
}

.elementor-element-30e83b0 .category_icon .tpc-course-category-style-4 img {
  width: 40px;
  height: 40px;
}

.elementor-element-1d96e00 .edubin-counter.counter-style-2 .counter-wrapper .counter-content .edubin-counter-title {
  font-size: 14px;
}

.elementor-19290 .elementor-element.elementor-element-2c64b12:hover .elementor-widget-container,
.elementor-19290 .elementor-element.elementor-element-7750344:hover .elementor-widget-container,
.elementor-19290 .elementor-element.elementor-element-6eedc86:hover .elementor-widget-container {
  box-shadow: 0px 20px 50px 0px rgba(225, 210, 170, 0.25) !important;
}

.edubin-breadcrumb-wrapper ul li span.active {
  color: #e0d3a9 !important;
}

.edubin-course.layout__1 .course-thumb {
  max-width: 100%;
}

.edubin-course.layout-list-01 .price__1 {
  display: none;
}

.course-thumb:hover .thumb-title {
  opacity: 1;
}

/* コース一覧・関連動画：トリミングなし＋ホバータイトル */
.edubin-course.edubin-child-course-card {
  height: auto;
}
.edubin-course.edubin-child-course-card .course__container {
  height: auto;
  background: transparent;
  box-shadow: none;
  border-radius: 8px;
  overflow: hidden;
}
.edubin-course.edubin-child-course-card .course__media {
  position: relative;
}
.edubin-course.edubin-child-course-card .course-thumb {
  max-width: 100%;
}
.edubin-course.edubin-child-course-card .course__media .course-thumb img,
.edubin-course.edubin-child-course-card .course__media img {
  width: 100%;
  height: auto !important;
  max-width: 100%;
  object-fit: unset !important;
  object-position: center;
  display: block;
}
.edubin-course.edubin-child-course-card .thumb-title {
  white-space: normal;
  line-height: 1.4;
}
.edubin-course.edubin-child-course-card .course__content,
.edubin-course.edubin-child-course-card .course__meta-top {
  display: none;
}

.edubin-lms-courses-grid .edubin-child-course-card,
.related-post-wrap.related_course .edubin-child-course-card {
  margin-bottom: 20px;
}

.edubin-child-related-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.edubin-child-related-list .edubin-child-course-card {
  margin-bottom: 0;
}

.edubin-child-related-grid {
  row-gap: 20px;
}

.edubin-course.edubin-child-course-card.is-no-thumb .course-thumb {
  background: #e1d2aa;
}
.edubin-course.edubin-child-course-card.is-no-thumb .thumb-image--placeholder {
  width: 100%;
  aspect-ratio: 16/9;
}
.edubin-course.edubin-child-course-card.is-no-thumb .thumb-title {
  opacity: 1;
  color: #333;
}
.edubin-course.edubin-child-course-card.is-no-thumb .course-thumb:hover .thumb-title {
  color: #fff;
}
.edubin-course.edubin-child-course-card.is-no-thumb .course-thumb:hover::before {
  opacity: 0.45;
}

/* LearnDash lesson YouTube embed */
.learndash .wp-block-embed .fluid-width-video-wrapper {
  padding-top: 56.25% !important;
}

.learndash .wp-block-embed .wp-block-embed__wrapper > iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
}

/* 未登録 CTA（見出し + 申し込み + 対象プラン + ログイン） */
.edubin-child-ld-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  text-align: center;
}

.edubin-child-ld-cta-plan,
.edubin-child-ld-login {
  margin: 0;
}

.edubin-child-ld-cta .btn-join,
.edubin-child-ld-cta .learndash-button-closed {
  width: 100%;
  box-sizing: border-box;
}

.edubin-child-ld-cta-plan {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #111;
}

.edubin-child-ld-login {
  font-size: 14px;
  line-height: 1.5;
}

.edubin-child-ld-login-link {
  background: none;
  border: 0;
  padding: 0;
  color: #111;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.edubin-child-ld-cta ~ .ld-text,
.edubin-child-ld-cta ~ .ld-enrollment__login,
.bb-button-wrap:has(.edubin-child-ld-cta) .bb-course-type,
.ld-enrollment:has(.edubin-child-ld-cta) .ld-enrollment__pricing {
  display: none;
}

.bb-single-course-sidebar .bb-course-status-wrap .ld-status {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 16px;
  height: auto;
  line-height: 1.4;
  font-weight: 700;
}

/* PMPro checkout: password + confirm hints stay aligned (both under label) */
#pmpro_user_fields .pmpro_cols-2 .pmpro_form_field-password,
#pmpro_user_fields .pmpro_cols-2 .pmpro_form_field-password:has(.pmpro_form_field-password-toggle) {
  display: grid;
  grid-template-areas: "label toggle" "hint hint" "input input";
  grid-template-columns: 1fr auto;
  align-items: center;
  row-gap: 4px;
  column-gap: 8px;
}

#pmpro_user_fields .pmpro_cols-2 .pmpro_form_field-password label {
  grid-area: label;
  margin: 0;
}

#pmpro_user_fields .pmpro_cols-2 .pmpro_form_field-password .pmpro_form_hint {
  grid-area: hint;
  font-size: 12px;
  line-height: 1.4;
  margin: 0 0 2px;
  min-height: 0;
}

#pmpro_user_fields .pmpro_cols-2 .pmpro_form_field-password input {
  grid-area: input;
  margin: 0;
}

#pmpro_user_fields .pmpro_cols-2 .pmpro_form_field-password .pmpro_form_field-password-toggle {
  grid-area: toggle;
  justify-self: end;
  align-self: center;
  margin: 0;
}

/* PMPro buttons: hover = black background, white text */
.pmpro .pmpro_btn:not(.pmpro_btn-plain):not(.pmpro_btn-delete):hover,
.pmpro .pmpro_btn:not(.pmpro_btn-plain):not(.pmpro_btn-delete):focus,
.pmpro .pmpro_btn:not(.pmpro_btn-plain):not(.pmpro_btn-delete):focus-visible {
  background-color: #000;
  background-image: none;
  border-color: #000;
  color: #fff;
}

/* Footer (hardcoded in footer.php) */
.protech-footer {
  background: #1d1a1a;
  color: #fff;
}
.protech-footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.protech-footer a:hover, .protech-footer a:focus {
  color: #e1d2aa;
}

.protech-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.protech-footer-main {
  padding: 70px 0 60px;
}

.protech-footer-main .protech-footer-inner {
  display: flex;
  flex-wrap: wrap;
}

.protech-footer-col {
  box-sizing: border-box;
}

.protech-footer-brand {
  flex: 1.75 1 0;
  min-width: 220px;
  padding-right: 50px;
}

.protech-footer-col:nth-child(2),
.protech-footer-col:nth-child(3) {
  flex: 1 1 0;
  min-width: 140px;
}

.protech-footer-contact {
  flex: 1.75 1 0;
  min-width: 180px;
}

.protech-footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}
.protech-footer-logo img {
  width: 180px;
  height: auto;
  filter: brightness(0) invert(1);
}

.protech-footer-brand p,
.protech-footer-contact p {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}

.protech-footer-heading {
  margin: 0 0 20px;
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
}

.protech-footer-col .protech-footer-heading:not(:first-child) {
  margin-top: 20px;
}

.protech-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.protech-footer-menu li {
  margin: 0;
  padding: 4px 0;
}
.protech-footer-menu a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.protech-footer-email strong {
  color: #fff;
}

.protech-footer-instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.protech-footer-instagram svg {
  width: 16px;
  height: 16px;
  fill: #e1d2aa;
  transition: fill 0.3s ease;
}
.protech-footer-instagram:hover svg, .protech-footer-instagram:focus svg {
  fill: #fff;
}

.protech-footer-bottom {
  border-top: 1px solid #525252;
  padding: 30px 0;
}

.protech-footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.protech-footer-copy {
  margin: 0;
  font-size: 15px;
  color: #fff;
}

.protech-footer-legal {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.protech-footer-legal li {
  position: relative;
  margin: 0 0 0 5px;
  padding: 0 1em 0 0;
  font-size: 15px;
}
.protech-footer-legal li:before {
  content: "";
  position: absolute;
  right: 3px;
  top: 5px;
  width: 1px;
  height: 11px;
  background: #edf0f2;
}
.protech-footer-legal li:last-child:before {
  display: none;
}
.protech-footer-legal a {
  color: #edf0f2;
}

@media (max-width: 1024px) {
  .protech-footer-main {
    padding: 70px 0 30px;
  }
  .protech-footer-brand,
  .protech-footer-col:nth-child(2),
  .protech-footer-col:nth-child(3),
  .protech-footer-contact {
    flex: 1 1 50%;
    width: 50%;
    margin-bottom: 30px;
    padding-right: 20px;
  }
  .protech-footer-bottom {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .protech-footer-brand,
  .protech-footer-col:nth-child(2),
  .protech-footer-col:nth-child(3),
  .protech-footer-contact {
    flex: 1 1 100%;
    width: 100%;
    padding-right: 0;
  }
  .protech-footer-bottom-inner {
    justify-content: flex-start;
  }
  .protech-footer-copy {
    width: 100%;
    margin-bottom: 16px;
  }
  .protech-footer-legal {
    justify-content: flex-start;
  }
  .protech-footer-legal li:first-child {
    margin-left: 0;
  }
}
/* FAQ page */
.protech-faq-layout #secondary,
.page-template-page-faq #secondary {
  display: none;
}

.protech-page-hero {
  background: #1d1a1a;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.protech-page-hero .entry-title {
  margin: 0 0 5px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.protech-page-hero-nav ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  font-size: 16px;
}

.protech-page-hero-nav li {
  position: relative;
  margin: 0;
  color: #fff;
}

.protech-page-hero-nav li:not(:last-child) {
  padding-right: 25px;
}

.protech-page-hero-nav li:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: 9px;
  top: 0;
  color: #fff;
}

.protech-page-hero-nav a {
  color: #fff;
  text-decoration: none;
}

.protech-page-hero-nav a:hover {
  color: #e1d2aa;
}

.protech-faq-body {
  max-width: 1140px;
  margin: 0 auto;
  padding: 90px 15px 100px;
}

.protech-faq-body h2,
.protech-faq-body .wp-block-heading {
  margin: 80px 0 40px;
  text-align: center;
  color: #23252a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.protech-faq-body h2:first-child,
.protech-faq-body > .wp-block-heading:first-child,
.protech-faq-body > *:first-child {
  margin-top: 0;
}

.protech-faq-body details,
.protech-faq-body .wp-block-details,
.protech-faq .single_accordion {
  position: relative;
  margin: 0 0 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.15);
}

.protech-faq-body details summary,
.protech-faq-body .wp-block-details summary,
.protech-faq .edubin-accordion-header {
  position: relative;
  display: block;
  margin: 0;
  padding: 17px 60px 17px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #222;
  cursor: pointer;
  list-style: none;
  background: #fff;
  border: none;
  border-radius: 10px;
  transition: 0.3s;
}

.protech-faq-body details summary::-webkit-details-marker,
.protech-faq-body .wp-block-details summary::-webkit-details-marker {
  display: none;
}

.protech-faq-body details summary::after,
.protech-faq-body .wp-block-details summary::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s;
}

.protech-faq-body details[open] summary,
.protech-faq-body .wp-block-details[open] summary,
.protech-faq .edubin-accordion-header.active {
  background: color-mix(in srgb, #e1d2aa 15%, transparent);
  color: #c0aa65;
  border-radius: 10px 10px 0 0;
}

.protech-faq-body details[open] summary::after,
.protech-faq-body .wp-block-details[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}

.protech-faq-body details > *:not(summary),
.protech-faq-body .wp-block-details > *:not(summary),
.protech-faq .accordion-content {
  padding: 15px 30px 30px;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

.protech-faq-body details > *:not(summary):last-child,
.protech-faq-body .wp-block-details > *:not(summary):last-child {
  margin-bottom: 0;
}

.protech-faq .accordion-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: inherit;
}

.protech-faq .edubin-accordion-header.active .accordion-title {
  color: #c0aa65;
}

.protech-faq .accordion-icon {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.protech-faq .accordion-icon i,
.protech-faq .accordion-icon svg {
  display: block;
  width: 13px;
  height: 13px;
  transition: transform 0.3s;
}

.protech-faq .edubin-accordion-header.active .accordion-icon i,
.protech-faq .edubin-accordion-header.active .accordion-icon svg {
  transform: rotate(180deg);
}

.protech-faq .accordion-body {
  display: none;
}

.protech-faq .edubin-accordion-header.active + .accordion-body {
  display: block;
}

@media (max-width: 1024px) {
  .protech-faq-body {
    padding: 70px 15px 80px;
  }
}
@media (max-width: 767px) {
  .protech-page-hero {
    padding: 50px 16px;
  }
  .protech-page-hero .entry-title {
    font-size: 26px;
  }
  .protech-faq-body {
    padding: 50px 15px 80px;
  }
  .protech-faq-body h2,
  .protech-faq-body .wp-block-heading {
    margin: 50px 0 20px;
    font-size: 1.4rem;
  }
  .protech-faq-body details summary,
  .protech-faq-body .wp-block-details summary,
  .protech-faq .edubin-accordion-header {
    padding: 14px 48px 14px 18px;
  }
}
