*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  @media only screen and(-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

main {
  display: block;
}

p {
  margin: 0;
}

span {
  background: none;
  font-size: inherit;
  color: inherit;
  padding: 0;
  margin-right: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  margin: 0;
  background-color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #635442;
}
p {
  margin: 0;
}
.ib {
  display: inline-block;
}
.pc-none {
  display: none;
}
@media (max-width: 768px) {
  .pc-none {
    display: block;
  }
}
.sp-none {
  display: block;
}
@media (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
.title-typeA {
  position: relative;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 37px;
  text-align: center;
}
.title-typeA span.deco {
  position: relative;
  color: inherit;
}
.title-typeA span.deco::before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 29px;
  aspect-ratio: 29/31;
  background: url(../images/home2608/voice_title_deco.svg) no-repeat;
  top: 0;
  right: -27px;
}
@media (max-width: 768px) {
  .title-typeA {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .title-typeA span.deco::before {
      width: 22px;
      right: -22px;
  }
}
.title-typeA span {
  color: #e45e39;
}
.title-typeA span.sm {
  font-size: 44px;
}
@media (max-width: 768px) {
  .title-typeA span.sm {
    font-size: 24px;
  }
}
.what-new {
  padding: 35px 0 46px;
  background-color: #fef1ea;
}
.what-new-inner {
  background: transparent;
  padding: 0;
}
.what-new__title {
  margin-bottom: 37px;
}
.what-new__title span {
  color: #e45e39;
}
.new-item {
  border: 1px solid #968876;
}
.new-item h3 {
  font-size: 1.25rem;
  line-height: calc(32/20);
  font-weight: 700;
  color: #635442;
}
.new-item h4 {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.25rem;
  color: #595757;
}
.new-item p {
  font-size: 0.875rem;
  line-height: calc(23/14);
  font-weight: 400;
  margin-top: 0.625rem;
  color: #9fa0a0;
}
.new-item-body {
  padding: 10px;
  background-color: #fff;
}
.what-new .btn {
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (min-width: 768px) {
    .what-new .btn {
      font-size: 25px;
      min-width: 290px;
    }
}

.what-new .btn:after {
  top: 50%;
  translate: 0 -50%;    
}
/* ==================== Section 1: Promo ==================== */
.promo-section {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 28px 0 37px;
  &::after {
    position: absolute;
    display: block;
    content: '';
    width: calc(100% - 50px);
    height: 1.5px;
    bottom: 0;
    left: 50%;
    translate: -50%;    
    background-color: #e45e39;
  }
}
h2.promo-section__heading {
  text-align: center;
  font-size: 40px;
  line-height: calc(74/40);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 54px;
}
@media (max-width: 768px) {
  h2.promo-section__heading {
    font-size: 26px;
    margin: 0 min(-15*100vw/375, -15px) 32px;
  }
}

.promo-section__heading-highlight {
  color: #e45e39;
}
.promo-section__heading-tag {
  display: inline-block;
  background-color: #e45e39;
  color: #fff;
  padding: 6px 12px;
  line-height: 1;
}
@media (max-width: 768px) {
  .promo-section__heading-tag {
    font-size: min(26*100vw/375, 26px);
/*    font-size: 26px;*/
    line-height: 1.6;
    padding: min(6*100vw/375, 6px) min(12*100vw/375, 12px);
  }
}
/*.promo-section__pillars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 0 48px;
}*/
/*
.promo-section__pillar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 2px solid #e45e39;
  text-align: center;
}

.promo-section__pillar-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 6px;
  color: #3A3A3A;
}

.promo-section__pillar-sub {
  font-size: 16px;
  font-style: italic;
  color: #e45e39;
  margin: 0;
}

.promo-section__pillar-divider {
  font-size: 24px;
  color: #3A3A3A;
}*/

.promo-section__pillars {
  width: 100%;
}

.promo-section__intro {
  margin: 33px auto 39px;
}

.promo-section__intro-highlight {
  color: #e45e39;
}

.promo-section__gallery {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.promo-section__gallery-item {
  flex: 1;
}

.promo-section__gallery-image {
  width: 100%;
  display: block;
  background-color: #C8C8C8;
  border-radius: 4px;
}

.promo-section__text {
  max-width: 770px;
  font-size: 25px;
  line-height: calc(47/25);
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .promo-section__text {
    font-size: 16px;
  }
}
.promo-section__outro {
  margin: 0 auto;
}

.promo-section__outro-highlight {
  color: #e45e39;
}

@media (max-width: 600px) {
  .promo-section__pillar {
    width: 140px;
    height: 140px;
  }

  .promo-section__pillar-title {
    font-size: 17px;
  }

  .promo-section__heading {
    font-size: 22px;
  }

  .promo-section__gallery {
    flex-direction: column;
  }
}

/* ==================== Section 2: Course ==================== */

.course-table {
  padding: 57px 0 36px;
  background: #f5f3f2;
}
@media (max-width: 768px) {
  .course-table {
    padding: 40px 0;
  }
}
.course-table__inner {
  max-width: 964px;
}
@media (max-width: 768px) {
  .course-table__inner {
    padding: 0 17px;
  }
}
.course__title {
  margin-bottom: 37px;
}

@media (max-width: 768px) {
 .comparison-table-wrap {
  overflow-x: auto;
 }
}
.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 12px;
}
@media (max-width: 768px) {
  .comparison-table {
    min-width: 350px;
    margin-inline: auto;
    border-spacing: 8px;
  }
}
.comparison-table__header-cell {
  padding: 12px 8px;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  border-radius: 15px 15px 0 0;
}

.comparison-table__header-cell--label {
  width: calc(356/890*100%);
  background: #968876;
}

.comparison-table__header-cell--label span {
/*  font-size: 25px;*/
  font-size: min(25px, 25/980*100vw);
  line-height: calc(47/25);
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .comparison-table__header-cell--label span {
    font-size: 12px;
  }
}
.comparison-table__header-cell--entry {
  width: calc(255/890*100%);
  background: linear-gradient(120deg, #f39945, #efb36c, #f39945);
}

.comparison-table__header-cell--standard {
  width: calc(255/890*100%);
  background: linear-gradient(120deg, #e45e39, #ef845c, #e45e39);
}

.comparison-table__header-cell--entry span,
.comparison-table__header-cell--standard span {
/*  font-size: 32px;*/
  font-size: min(32px, 32/980*100vw);
  line-height: calc(37.5/32);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .comparison-table__header-cell--entry span,
  .comparison-table__header-cell--standard span {
    font-size: 12px;
  }
}
.comparison-table__row-label {
/*  font-size: 25px;*/
  font-size: min(25px, 25/980*100vw);
  line-height: 1.6;
  padding-left: 35px;
  background-color: #fff;
  text-align: left;
}
@media (max-width: 768px) {
  .comparison-table__row-label {
    font-size: 14px;
    padding: 6px 6px 6px 12px;
  }
}
.comparison-table__cell {
  position: relative;
  padding: 28px 24px 24px;
  text-align: center;
  background-color: #fff;
  &::before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 12px;
    height: 100%;
    background: #fff;
    top: 0;
    left: -12px;
  }
}
@media (max-width: 768px) {
  .comparison-table__cell {
    padding: 20px 0 14px;
  }
}
.comparison-table__mark {
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .comparison-table__mark {
    width: 24px;
    height: 24px;
  }
}
.comparison-table__mark--entry {
  background: #f5a951;
}

.comparison-table__mark--standard {
  background: #e8632c;
}

.comparison-table__mark--none {
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 7px;
  background: #968876;
  border-radius: 0;
  top: 50%;
  left: 50%;
  translate: -50% -50%;  
}
@media (max-width: 768px) {
  .comparison-table__mark--none {
    width: 20px;
    height: 2px;
  }
}
.plan__heading {
  margin: 0;
  padding: 18px 0;
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .plan__heading {
    font-size: 24px;
  }
}
.plan--entry {
  padding: 46px 0;
  background: #fff8eb;
}

.plan--entry .plan__heading {
  background: linear-gradient(120deg, #f29438, #f7c767, #f29438);
}

.plan--standard {
  padding: 47px 0;
  background: #fef1ea;
}
.plan--standard .plan__heading {
  background: linear-gradient(120deg, #e5613c, #ef845c, #e5613c);
}

.plan__intro {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
}
@media (max-width: 768px) {
  .plan__intro {
    flex-direction: column;
    gap: 10px;
  }
}
.plan__image {
  width: calc(441/890*100%);
}
@media (max-width: 768px) {
  .plan__image {
    width: 100%;
  }
}
.plan__catch {
  display: grid;
  place-content: center;
  width: calc(437/890*100%);
  background: url(../images/home2608/plan_catch_bg.webp) no-repeat;
  background-size: cover;
  container-type: inline-size;
}
@media (max-width: 768px) {
  .plan__catch {
    width: 100%;
    aspect-ratio: 876/594;
  }
}
.plan__catch p {
/*  font-size: 40px;*/
  font-size: calc(40cqw/437*100);
  font-weight: 600;
  letter-spacing: 0.05em;
}

.plan--entry .plan__catch p {
  line-height: calc(74/40);
  color: #f5a951;
}

.plan--standard .plan__catch p {
  line-height: calc(62/40);
  color: #e45e39;
}

.plan__description {
  max-width: 760px;
  font-size: 25px;
  line-height: calc(47/25);
  font-weight: 600;
  margin: 25px auto 0;
}
@media (max-width: 768px) {
  .plan__description {
    font-size: 16px;
  }
}
.plan__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .plan__features {
    grid-template-columns: repeat(1, 1fr);
    max-width: 280px;
    margin-inline: auto;
  }
}
.plan__feature {
  display: grid;
  gap: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding: 13px 0;
  border-radius: 15px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  container-type: inline-size;
}

.plan__feature {
  background: #f5a951;
}
@media (max-width: 768px) {
  .plan__feature {
    min-height: 157px;
  }
}
.plan__feature--orange {
  background: #e8632c;
}

.plan__feature-icon {
  display: grid;
  place-content: center;
  width: 100%;
  height: 67px;
}

.plan__feature-icon img {
  width: auto;
  height: 60px;
}

.plan__feature-icon img.icon2 {
  width: auto;
  height: 54px;
}

.plan__feature-icon img.icon6 {
  width: auto;
  height: 67px;
}

.plan__feature-text {
  display: grid;
  place-content: center;
/*  font-size: 25px;*/
  font-size: calc(25cqw/276*100);
  line-height: calc(40/25);
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .plan__feature-text {
    font-size: 20px;
  }
}
.plan__feature-text--large {
/*  font-size: 30px;*/
  font-size: calc(30cqw/276*100);
}
@media (max-width: 768px) {
  .plan__feature-text--large {
    font-size: 24px;
  }
}
.plan__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 21px;
  margin: 48px 0 0;
}
@media (max-width: 768px) {
  .plan__meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 21px;
    margin: 48px 0 0;
  }
}
.plan__meta-item {
  text-align: center;
}

.plan__meta-head {
  display: block;
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background: #968876;
  padding: 14px 0;
}
@media (max-width: 768px) {
  .plan__meta-head {
    font-size: 22px;
  }
}
.plan__meta-value {
  display: block;
  font-size: 40px;
  line-height: calc(74/40);
  font-weight: 600;
  padding: 5px 0 0;
  background-color: #fff;
  min-height: 82px;
}
@media (max-width: 768px) {
  .plan__meta-value {
    font-size: 32px;
    min-height: auto;
  }
}
.plan__meta-value .num {
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 768px) {
  .plan__meta-value .num {
    font-size: 44px;
  }
}
.plan__meta-note {
  display: block;
  font-size: 18px;
  line-height: calc(25/18);
  font-weight: 600;
  color: #635442;
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 768px) {
  .plan__meta-note {
    font-size: 16px;
  }
}
.plan__price {
  margin: 33px 0 0;
  padding: 29px 60px 29px 30px;
  border: 4px solid #f39945;
  border-radius: 26px;
  background: #fff;
}
@media (max-width: 768px) {
  .plan__price {
    padding: 20px 15px;
  }
}
.plan__price--standard {
  border: 4px solid #e45e39;
}

.plan__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .plan__price-row {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.plan__price-label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 291px;
  height: 116px;
  font-size: 25px;
  line-height: calc(40/25);
  font-weight: 600;
  background: linear-gradient(120deg, #f39b48, #f7b86d, #f39b48);
  color: #fff;
  clip-path: polygon(calc(100% - 23px) 0, 100% 50%, calc(100% - 23px) 100%, 0 100%, 0 0);
}
@media (max-width: 768px) {
  .plan__price-label {
    max-width: 240px;
    width: 100%;
    height: 120px;
    font-size: 20px;
    clip-path: polygon(100% 0, 100% calc(100% - 23px), 50% 100%, 0 calc(100% - 23px), 0 0);
  }
}
.plan__price-label--standard {
  background: linear-gradient(120deg, #e5613c, #e5805a, #e5613c);
}

.plan__price-label .large {
  font-size: 40px;
}
@media (max-width: 768px) {
  .plan__price-label .large {
    font-size: 34px;
  }
}
.plan__price-value {
  font-size: 84px;
  font-weight: 600;
  color: #f39945;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .plan__price-value {
    font-size: calc(54*100vw/375);
  }
}
.plan__price-value--standard {
  color: #e45e39;
}

.plan__price-unit {
  position: relative;
  font-size: 59px;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .plan__price-unit {
    font-size: calc(32*100vw/375);
  }
}
.plan__price-tax {
  position: absolute;
  display: block;
  font-size: 18px;
  font-weight: 600;
  top: 0;
  left: 50%;
  translate: -50%;    
  white-space: nowrap;
}
@media (max-width: 768px) {
  .plan__price-tax {
    font-size: calc(12*100vw/375);
  }
}
.plan__price-note {
  font-size: 18px;
  line-height: calc(25/18);
  font-weight: 600;
  margin-top: 6px;
  color: #635442;
}

.cta {
  display: block;
  width: 100%;
  padding: 18px;
  margin: 0 0 32px;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background: #e8632c;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.next-step {
  position: relative;
  padding: 0 55px;
  background-color: #f5f3f2;
  text-align: center;
  &::after {
    position: absolute;
    display: block;
    content: '';
    width: calc(100% - 50px);
    height: 1.5px;
    bottom: 0;
    left: 50%;
    translate: -50%;    
    background-color: #e45e39;
  }
}
@media (max-width: 768px) {
  .next-step {
    padding: 0 25px;
  }
}
.next-step__lead {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding: 30px 0 15px;
  &::before,
  &::after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 65px;
    aspect-ratio: 60/71;
    bottom: 24px;
  }
  &::before {
    left: -38px;
    background: url(../images/home2608/next_step_title_left.svg) no-repeat;
    background-size: contain;
  }
  &::after {
    right: -38px;
    background: url(../images/home2608/next_step_title_right.svg) no-repeat;
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .next-step__lead::before,
  .next-step__lead::after {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .next-step__lead::before {
    left: -30px;
  }
  .next-step__lead::after {
    right: -30px;
  }
}
.next-step__text {
  font-size: 40px;
  font-weight: 600;
  line-height: calc(74/40);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .next-step__text {
    font-size: 20px;
  }
}
.next-step__banner {
  margin-bottom: 16px;
}

.next-step__banner-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #1a2b5c;
  color: #FFFFFF;
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 3px;
}

.next-step__banner-title {
  position: absolute;
  left: 10px;
  bottom: 34px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.next-step__banner-sub {
  position: absolute;
  left: 10px;
  bottom: 12px;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #fff;
}

.next-step__banner-link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(255,255,255,0.9);
  color: #3A3A3A;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 12px;
}

.next-step__body {
  padding: 30px 0 50px;
}

.next-step__highlight {
  color: #e45e39;
}

.section06 {
  padding-top: 20px;
}
.section06__title {
  margin: 0 -15px 20px;
}
.section06__title span.ib {
  line-height: inherit;
  color: inherit;
}
.section06__title.title-typeA {
  position: static;
}
