/* Schedule セクション */
.new-staff-interview-page .schedule.-blue {
  background-color: #ebebeb;
  padding: 10px 0;
  padding-top: 70px;
}

.new-staff-interview-page .schedule.-blue .heading {
  color: #2e6397;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule.-blue .heading {
    color: #362b2e;
    margin-bottom: 50px;
  }
}

.new-staff-interview-page .schedule.-blue .timeline::before {
  background-color: #2e6397;
}

.new-staff-interview-page .schedule.-blue .time {
  background-color: #2e6397;
}

.new-staff-interview-page .schedule .inner {
  max-width: 1000px;
  margin: -85px auto 0;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .inner {
    margin: -10px auto 0;
    margin: 0;
  }
}

.new-staff-interview-page .schedule .timeline {
  overflow: hidden;
  position: relative;
  padding: 30px 0;
  margin-top: 50px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .timeline {
    padding: 0 10px 5px;
    margin-top: 0;
  }
}

.new-staff-interview-page .schedule .timeline::before {
  content: '';
  width: 2px;
  height: calc(100% - 100px);
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .timeline::before {
    width: 1px;
    left: 38px;
    top: 8px;
    height: calc(100% + 16px);
  }
}

.new-staff-interview-page .schedule .heading {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .heading {
    font-size: 20px;
  }
}

.new-staff-interview-page .schedule .block {
  position: relative;
  width: 400px;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block {
    width: calc(100% - 100px);
    margin-left: auto;
    padding: 10px 15px 10px;
  }
}

.new-staff-interview-page .schedule .block:last-of-type {
  clear: both;
}

.new-staff-interview-page .schedule .block .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.new-staff-interview-page .schedule .block .title a {
  color: #000;
}

.new-staff-interview-page .schedule .block .title a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block .title {
    font-size: 16px;
    line-height: 1.6;
  }
}

.new-staff-interview-page .schedule .block .image {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block .image {
    margin-top: 6px;
  }
}

.new-staff-interview-page .schedule .block .image img {
  border-radius: 10px;
  width: 100%;
}

.new-staff-interview-page .schedule .block .desc {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block .desc {
    font-size: 14px;
    margin-top: 6px;
    font-weight: 500;
  }
}

.new-staff-interview-page .schedule .block .time {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block .time {
    font-size: 16px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 1;
    font-weight: 600;
  }
}

.new-staff-interview-page .schedule .block.-left {
  float: left;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-left {
    float: none;
  }
}

.new-staff-interview-page .schedule .block.-left::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -11px;
  top: 24px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-left::after {
    border-width: 4px 10px 4px 0;
    border-color: transparent #fff transparent transparent;
    left: -6px;
    right: auto;
    top: 16px;
  }
}

.new-staff-interview-page .schedule .block.-left .time {
  top: -15px;
  right: -97px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-left .time {
    left: -66px;
    right: auto;
    top: 3px;
  }
}

.new-staff-interview-page .schedule .block.-right {
  float: right;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-right {
    float: none;
  }
}

.new-staff-interview-page .schedule .block.-right::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 12px 5.5px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -11px;
  top: 24px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-right::after {
    border-width: 4px 10px 4px 0;
    left: -10px;
    top: 16px;
  }
}

.new-staff-interview-page .schedule .block.-right .time {
  top: -15px;
  left: -95px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-right .time {
    left: -66px;
    right: auto;
    top: 0px;
  }
}

.new-staff-interview-page .schedule .block.-mt-20 {
  margin-top: -20px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt-20 {
    margin-top: 15px;
  }
}

.new-staff-interview-page .schedule .block.-mt-60 {
  margin-top: -60px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt-60 {
    margin-top: 15px;
  }
}

.new-staff-interview-page .schedule .block.-mt-70 {
  margin-top: -70px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt-70 {
    margin-top: 15px;
  }
}

.new-staff-interview-page .schedule .block.-mt-80 {
  margin-top: -80px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt-80 {
    margin-top: 15px;
  }
}

.new-staff-interview-page .schedule .block.-mt-100 {
  margin-top: -100px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt-100 {
    margin-top: 15px;
  }
}

.new-staff-interview-page .schedule .block.-mt-110 {
  margin-top: -110px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt-110 {
    margin-top: 15px;
  }
}

.new-staff-interview-page .schedule .block.-mt-120 {
  margin-top: -120px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt-120 {
    margin-top: 15px;
  }
}

.new-staff-interview-page .schedule .block.-mt-140 {
  margin-top: -140px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt-140 {
    margin-top: 15px;
  }
}

.new-staff-interview-page .schedule .block.-mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt10 {
    margin-top: 15px;
  }
}

.new-staff-interview-page .schedule .block.-mt20 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt20 {
    margin-top: 15px;
  }
}

.new-staff-interview-page .schedule .block.-mt30 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt30 {
    margin-top: 15px;
  }
}

.new-staff-interview-page .schedule .block.-mt40 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt40 {
    margin-top: 15px;
  }
}

.new-staff-interview-page .schedule .block.-mt50 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt50 {
    margin-top: 15px;
  }
}

.new-staff-interview-page .schedule .block.-mt60 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt60 {
    margin-top: 15px;
  }
}

.new-staff-interview-page .schedule .block.-mt70 {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt70 {
    margin-top: 15px;
  }
}

.new-staff-interview-page .schedule .block.-mt80 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt80 {
    margin-top: 15px;
  }
}

.new-staff-interview-page .schedule .block.-mt90 {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt90 {
    margin-top: 15px;
  }
}

.new-staff-interview-page .schedule .block.-mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt100 {
    margin-top: 15px;
  }
}

.new-staff-interview-page .schedule .block.-mt110 {
  margin-top: 110px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt110 {
    margin-top: 15px;
  }
}

.new-staff-interview-page .schedule .block.-mt120 {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt120 {
    margin-top: 15px;
  }
}

.new-staff-interview-page .schedule .block.-mt130 {
  margin-top: 130px;
}

@media screen and (max-width: 767px) {
  .new-staff-interview-page .schedule .block.-mt130 {
    margin-top: 15px;
  }
}

/* 特徴紹介セクション */
.new-staff-interview-page .feature-section {
  background-color: #fff;
  padding: 40px 20px;
  margin: 40px 0;
}

.new-staff-interview-page .feature-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.new-staff-interview-page .feature-text-area {
  flex: 1;
  line-height: 1.8;
  text-align: left;
}

.new-staff-interview-page .feature-image-area {
  flex: 0 0 400px;
}

.new-staff-interview-page .feature-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.new-staff-interview-page .feature-catch {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #333;
  text-align: left;
}

.new-staff-interview-page .feature-main {
  font-size: 1em;
  color: #333;
  text-align: left;
  line-height: 2;
}

.new-staff-interview-page .highlight-underline {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #87ceeb;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.new-staff-interview-page .highlight-blue {
  color: #333;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #87ceeb;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

@media only screen and (max-width:1024px) {
  .new-staff-interview-page .feature-content {
    flex-direction: column;
    gap: 30px;
  }
  
  .new-staff-interview-page .feature-image-area {
    flex: 1 1 auto;
    max-width: 100%;
  }
}

@media only screen and (max-width:767px) {
  .new-staff-interview-page .feature-section {
    padding: 30px 15px;
    margin: 30px 0;
  }
  
  .new-staff-interview-page .feature-content {
    flex-direction: column;
    gap: 25px;
  }
  
  .new-staff-interview-page .feature-image-area {
    flex: 1 1 auto;
    max-width: 100%;
  }
  
  .new-staff-interview-page .feature-catch {
    font-size: 1.1em;
  }
  
  .new-staff-interview-page .feature-main {
    font-size: 0.95em;
    line-height: 1.8;
  }
}

/* Our Programs セクション */
.new-staff-interview-page .programs-section {
  background-color: #faf9f7;
  padding: 60px 40px;
  margin: 60px 0;
}

.new-staff-interview-page .programs-header {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.new-staff-interview-page .programs-title {
  font-family: serif;
  font-size: 32px;
  font-weight: bold;
  color: #2e6397;
  line-height: 1.1;
  margin: 0;
  flex-shrink: 0;
}

.new-staff-interview-page .title-line1 {
  display: block;
}

.new-staff-interview-page .title-line2 {
  display: block;
  padding-left: 0.3em;
}

.new-staff-interview-page .programs-intro {
  font-family: sans-serif;
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.6;
  margin: 0;
  padding-top: 0.5em;
  flex: 1;
}

.new-staff-interview-page .programs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.new-staff-interview-page .program-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.new-staff-interview-page .program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.new-staff-interview-page .program-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #f0f0f0;
}

.new-staff-interview-page .program-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-staff-interview-page .program-content {
  padding: 20px;
  background-color: #fff;
}

.new-staff-interview-page .program-name {
  font-family: sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 8px 0;
}

.new-staff-interview-page .program-desc {
  font-family: sans-serif;
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

@media only screen and (max-width:1024px) {
  .new-staff-interview-page .programs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  .new-staff-interview-page .programs-header {
    flex-direction: column;
    gap: 30px;
  }
  
  .new-staff-interview-page .programs-title {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width:767px) {
  .new-staff-interview-page .programs-section {
    padding: 40px 20px;
    margin: 40px 0;
  }
  
  .new-staff-interview-page .programs-header {
    margin-bottom: 40px;
  }
  
  .new-staff-interview-page .programs-title {
    font-size: 2.5rem;
  }
  
  .new-staff-interview-page .programs-intro {
    font-size: 0.95rem;
  }
  
  .new-staff-interview-page .programs-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .new-staff-interview-page .program-image {
    height: 180px;
  }
}

/* Our Programs セクション V2（詳細版） */
.new-staff-interview-page .programs-section-v2 {
  background-color: #f5f5f5;
  padding: 60px 40px;
  margin: 60px 0;
}

.new-staff-interview-page .programs-header-v2 {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.new-staff-interview-page .programs-title-v2 {
  font-family: serif;
  font-size: 4.5rem;
  font-weight: bold;
  color: #ff6b35;
  line-height: 1.1;
  margin: 0;
  flex-shrink: 0;
}

.new-staff-interview-page .programs-title-v2 .title-line1 {
  display: block;
}

.new-staff-interview-page .programs-title-v2 .title-line2 {
  display: block;
  padding-left: 0.3em;
}

.new-staff-interview-page .programs-intro-v2 {
  font-family: sans-serif;
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.6;
  margin: 0;
  padding-top: 0.5em;
  flex: 1;
}

.new-staff-interview-page .programs-content-wrapper-v2 {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.new-staff-interview-page .program-card-v2 {
  /* flex: 0 0 400px; */
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.new-staff-interview-page .program-card-v2:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.new-staff-interview-page .program-image-v2 {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background-color: #f0f0f0;
}

.new-staff-interview-page .program-image-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-staff-interview-page .program-image-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.new-staff-interview-page .program-image-link:hover {
  opacity: 0.9;
}

.new-staff-interview-page .program-image-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-staff-interview-page .program-text-area-v2 {
  flex: 1;
  padding: 20px 0;
}

.new-staff-interview-page .program-text-heading-v2 {
  font-family: sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 20px 0;
}

.new-staff-interview-page .program-text-content-v2 {
  font-family: sans-serif;
  font-size: 1rem;
  color: #666;
  margin: 0 0 30px 0;
  line-height: 1.8;
}

.new-staff-interview-page .date-section-v2 {
  margin-bottom: 30px;
}

.new-staff-interview-page .date-section-title-v2 {
  font-family: sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 20px 0;
}

.new-staff-interview-page .date-buttons-v2 {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.new-staff-interview-page .date-button-v2 {
  background-color: #FFDDEE;
  border: none;
  border-radius: 25px;
  padding: 12px 24px;
  font-family: sans-serif;
  font-size: 1rem;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.new-staff-interview-page .date-button-v2:hover {
  background-color: #FFCCE0;
  transform: translateY(-2px);
}

.new-staff-interview-page .date-button-v2:active {
  transform: translateY(0);
}

.new-staff-interview-page .program-link-button-v2 {
  margin-top: 20px;
}

.new-staff-interview-page .link-btn-v2 {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ff6b35;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.new-staff-interview-page .link-btn-v2:hover {
  background-color: #e55a2b;
  transform: translateY(-2px);
}

.new-staff-interview-page .link-btn-v2:active {
  transform: translateY(0);
}

@media only screen and (max-width:1024px) {
  .new-staff-interview-page .programs-header-v2 {
    flex-direction: column;
    gap: 30px;
  }
  
  .new-staff-interview-page .programs-title-v2 {
    font-size: 3.5rem;
  }
  
  .new-staff-interview-page .programs-content-wrapper-v2 {
    flex-direction: column;
    gap: 30px;
  }
  
  .new-staff-interview-page .program-card-v2 {
    flex: 1 1 auto;
    max-width: 100%;
  }
  
  .new-staff-interview-page .program-image-v2 {
    height: 300px;
  }
}

@media only screen and (max-width:767px) {
  .new-staff-interview-page .programs-section-v2 {
    padding: 40px 20px;
    margin: 40px 0;
  }
  
  .new-staff-interview-page .programs-header-v2 {
    margin-bottom: 40px;
  }
  
  .new-staff-interview-page .programs-title-v2 {
    font-size: 2.5rem;
  }
  
  .new-staff-interview-page .programs-intro-v2 {
    font-size: 0.95rem;
  }
  
  .new-staff-interview-page .programs-content-wrapper-v2 {
    flex-direction: column;
    gap: 25px;
  }
  
  .new-staff-interview-page .program-card-v2 {
    flex: 1 1 auto;
    max-width: 100%;
  }
  
  .new-staff-interview-page .program-image-v2 {
    height: 250px;
  }
  
  .new-staff-interview-page .program-text-heading-v2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  
  .new-staff-interview-page .program-text-content-v2 {
    font-size: 0.95rem;
  }
  
  .new-staff-interview-page .date-section-title-v2 {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  
  .new-staff-interview-page .date-buttons-v2 {
    gap: 10px;
  }
  
  .new-staff-interview-page .date-button-v2 {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  
  .new-staff-interview-page .link-btn-v2 {
    padding: 10px 25px;
    font-size: 0.95rem;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

/* レッスン受付方法セクション */
.new-staff-interview-page .lesson-reception-section {
  padding: 40px 20px;
  margin: 40px 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.new-staff-interview-page .lesson-reception-title {
  font-family: sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #2e6397;
  text-align: center;
  margin: 0 0 20px 0;
}

.new-staff-interview-page .lesson-reception-box {
  border: 1px solid #87ceeb;
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
}

.new-staff-interview-page .lesson-item {
  margin-bottom: 15px;
}

.new-staff-interview-page .lesson-item:last-child {
  margin-bottom: 0;
}

.new-staff-interview-page .lesson-header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.new-staff-interview-page .bookmark-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #87ceeb;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  flex-shrink: 0;
  margin-top: 2px;
}

.new-staff-interview-page .lesson-name {
  font-family: sans-serif;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

.new-staff-interview-page .lesson-method {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-left: 32px;
  margin-bottom: 8px;
}

.new-staff-interview-page .lesson-method .price-table {
  margin-left: 0;
  flex: 1;
}

.new-staff-interview-page .star-icon {
  font-size: 0.9rem;
  color: #333;
  flex-shrink: 0;
  margin-top: 2px;
}

.new-staff-interview-page .star-icon::before {
  content: "☆";
}

.new-staff-interview-page .lesson-method span:not(.star-icon) {
  font-family: sans-serif;
  font-size: 0.95rem;
  color: #333;
}

.new-staff-interview-page .lesson-note {
  margin-left: 32px;
  margin-top: 5px;
}

.new-staff-interview-page .lesson-note span {
  font-family: sans-serif;
  font-size: 0.9rem;
  color: #333;
}

.new-staff-interview-page .highlight-orange {
  background-color: #ffe0b2;
  padding: 2px 4px;
}

.new-staff-interview-page .phone-number {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #333;
  text-underline-offset: 3px;
}

.new-staff-interview-page .lesson-divider {
  border-top: 1px dotted #ccc;
  margin: 20px 0;
}

@media only screen and (max-width:767px) {
  .new-staff-interview-page .lesson-reception-section {
    padding: 30px 15px;
    margin: 30px 0;
  }
  
  .new-staff-interview-page .lesson-reception-title {
    font-size: 1.3rem;
  }
  
  .new-staff-interview-page .lesson-reception-box {
    padding: 20px;
  }
  
  .new-staff-interview-page .lesson-name {
    font-size: 0.95rem;
  }
  
  .new-staff-interview-page .lesson-method span:not(.star-icon) {
    font-size: 0.9rem;
  }
  
  .new-staff-interview-page .lesson-note span {
    font-size: 0.85rem;
  }
}

.new-staff-interview-page .strong-text {
  font-weight: bold;
  font-size: 18px;
  color: #be0202;
  background: linear-gradient(transparent 50%, #fcff57 50%);
}

/* 価格表 */
.new-staff-interview-page .price-table {
  border: 1px solid #d3d3d3;
  background-color: #fff;
  border-collapse: collapse;
  display: inline-block;
  margin-left: 0;
}

.new-staff-interview-page .price-table-row {
  display: flex;
  border-bottom: 1px dotted #d3d3d3;
}

.new-staff-interview-page .price-table-row:last-child {
  border-bottom: none;
}

.new-staff-interview-page .price-table-cell {
  padding: 8px 12px;
  font-family: sans-serif;
  font-size: 0.95rem;
  color: #333;
  text-align: left;
  border-right: 1px solid #d3d3d3;
}

.new-staff-interview-page .price-table-cell:last-child {
  border-right: none;
}

.new-staff-interview-page .price-label {
  min-width: 80px;
}

.new-staff-interview-page .price-value {
  min-width: 180px;
}

.new-staff-interview-page .price-note {
  margin-top: 10px;
}

.new-staff-interview-page .price-note-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-left: 32px;
  margin-bottom: 8px;
}

.new-staff-interview-page .price-note-item:last-child {
  margin-bottom: 0;
}

.new-staff-interview-page .price-note-item .star-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.new-staff-interview-page .price-note-item span:not(.star-icon) {
  font-family: sans-serif;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.6;
}

@media only screen and (max-width:767px) {
  .new-staff-interview-page .price-table-cell {
    font-size: 0.85rem;
    padding: 6px 10px;
  }
  
  .new-staff-interview-page .price-label {
    min-width: 70px;
  }
  
  .new-staff-interview-page .price-value {
    min-width: 150px;
  }
  
  .new-staff-interview-page .price-note-item {
    margin-left: 28px;
  }
  
  .new-staff-interview-page .price-note-item span:not(.star-icon) {
    font-size: 0.85rem;
  }
}


.c-heading-1 {
  text-align: center
}

.c-heading-1__text {
  font-size: 30px;
  color: #424242;
  line-height: 1.4em;
  letter-spacing: 0.16em;
  font-weight: 500;
}

@media (max-width: 768.98px) {
  .c-heading-1__text {
      font-size: 22px;
  }
}

.c-heading-1__caption {
  display: block;
  font-family: "Gilda Display", serif;
  margin-top: 10px;
  font-size: 1.2rem;
  color: #b3b3b3;
  line-height: 1em;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
}

.c-heading-1__caption:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #ccc;
  vertical-align: middle;
  margin-right: 16px
}

.c-heading-1__caption:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #ccc;
  vertical-align: middle;
  margin-left: 12px
}

.c-article p {
  /* letter-spacing: 0.3em; */
  /* line-height: 2.6em; */
  text-align: center;
  font-size: 15px;
}