@media screen and (max-width: 700px) {
  #sa .header__sns--sp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  #sa .header__sns--sp a {
    display: block;
  }

  #sa .header__sns--sp a img {
    width: 50px;
  }
}

#sa .btn {
  width: 350px;
  font-size: clamp(14px, 1.5vw, 18px);
  max-width: 80%;
  font-weight: 700;
  color: #fff;
  background: #C8161D;
  border: 3px solid #C8161D;
}

@media screen and (max-width: 767px) {
  #sa .btn {
    height: 60px;
    line-height: 50px;
    font-size: clamp(14px, 5.5vw, 18px);
  }
}

.section__titleImg {
  width: 96px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .section__titleImg {
    width: 54px;
    margin-bottom: 0;
  }
}

/* メインビジュアル */
.key {
  background: url(../img/sa/mv.webp) no-repeat center right/cover;
  margin-top: clamp(80px, 7vw, 117px);
  padding: 60px 0;
  text-align: center;
}

.key__visual {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: auto;
}

.overlay__logo {
  width: clamp(475px, 33vw, 630px);
  margin-top: 14px;
}

/* main-visualのSP版 */
@media screen and (max-width: 768px) {
  .key {
    background: url(../img/sa/mv-sp.webp) no-repeat center center/cover;
    margin-top: 80px;
    position: relative;
    padding-top: clamp(85px, 22vw, 180px);
    padding-bottom: clamp(85px, 22vw, 180px);
  }

  .overlay__logo {
    margin-top: 0;
    width: clamp(320px, 88vw, 430px);
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* メインビジュアル */
/* soeechlink */
.speech {
  background-image: url("../img/sl/pic_bg.webp");
  background-size: cover;
  background-position: center;
  text-align: center;
  background-color: #f8f8f8;
}

.speech__container {
  position: relative;
  padding: 45px 0 80px;
}

.speech__wrapper {
  position: relative;
  z-index: 1;
}

.speech__text {
  text-align: center;
  font-size: clamp(30px, 3.2vw, 60px);
  line-height: 1.3;
  font-weight: bold;
}

.speech__img {
  margin-top: clamp(3rem, 4vw, 5rem);
  display: block;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

.speech__sub {
  margin-top: 3rem;
}

.speech__sub p {
  font-size: 18px;
  letter-spacing: -0.1rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .speech {
    background-image: url("../img/sl/sp_pic_bg.webp");
    background-size: cover;
    background-position: center;
    text-align: center;
    background-color: #F0F0F0;
  }

  .speech__container {
    padding: 140px 10px 30px;
  }

  .speech__text {
    font-size: clamp(18px, 5.4vw, 30px);
  }

  .speech__img {
    width: 100%;
    margin-top: clamp(2rem, 4vw, 3rem);
  }

  .speech__sub {
    margin-top: 20px;
  }

  .speech__sub p {
    text-align: justify;
    font-size: clamp(13px, 4.1vw, 16px);
    width: 97%;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
  }
}

.sp {
  display: none;
}

/* Speech Link 3 つの特長 */
.features {
  background-color: #F0F0F0;
  padding: 95px 0px 100px;
}

.features__box {
  text-align: center;
  margin: 0 auto;
  width: 92%;
  max-width: 1010px;
}

.features__title {
  padding-bottom: 7px;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  border-bottom: 5px solid #ed848c;
}

.features__subtitle {
  margin-top: 25px;
  letter-spacing: -0.08rem;
  font-size: 18px;
  font-weight: bold;
}

.features__container {
  display: flex;
  margin-top: 57px;
  align-items: stretch;
  justify-content: center;
  gap: 23px;
  flex-wrap: wrap;
}

.feature {
  flex: 1;
  padding: 50px 20.3px 50px;
  border: 4px solid #ed848c;
  text-align: left;
  background-color: #fff;
}

.feature__item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.feature__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.feature__number {
  font-size: clamp(23px, 2.5vw, 48px);
  letter-spacing: -0.08rem;
  width: clamp(36px, 4vw, 76px);
  height: clamp(36px, 4vw, 76px);
  line-height: clamp(36px, 4vw, 76px);
  color: #fff;
  background: #ed848c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.feature__title {
  font-size: clamp(14px, 1.8vw, 19px);
  text-align: justify;
  font-weight: bold;
  color: #333;
  line-height: 28px;
  letter-spacing: -0.05rem;
}

.feature__description {
  margin: 18px 2px 0;
  font-size: 14px;
  letter-spacing: -0.08rem;
  color: #333;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}

.feature__img {
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .feature__title {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .features {
    padding: 80px 0px 50px;
  }

  .features__title {
    font-size: clamp(17.5px, 4.5vw, 26px);
    letter-spacing: -0.08rem;
  }

  .features__subtitle {
    font-size: 14px;
  }

  .features__container {
    margin-top: 36px;
    flex-direction: column;
    gap: 35px;
  }

  .feature {
    padding: 14px 15px 30px;
  }

  .feature__header {
    gap: 13px;
  }

  .feature__number {
    font-size: 45px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .feature__title {
    font-size: clamp(20px, 3vw, 22px);
    letter-spacing: -0.02rem;
  }

  .feature__title span {
    letter-spacing: -0.02rem;
  }

  .feature__description {
    letter-spacing: 0;
  }
}

/* Speech Link 3 つの特長 */
/* お知らせ部分 */
.notice {
  padding: 80px 0;
  width: 90%;
  margin: 0 auto;
  max-width: 1010px;
}

.notice__title {
  padding-bottom: 14px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  border-bottom: 5px solid #ed848c;
}

.notice__container {
  margin-top: 25px;
}

.notice__item {
  display: block;
  margin-top: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
}

.notice__item:not(:first-child) {
  margin-top: 25px;
}

.date {
  font-size: 18px;
  color: #777777;
  text-align: left;
}

.notice__item--title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.notice__button {
  margin-top: 40px;
  text-align: center;
}

.notice__btn {
  letter-spacing: 0;
  color: #4f6999;
  border: 2px solid #4f6999;
}

.notice__btn:hover {
  background: #88A3D4;
}

@media screen and (max-width: 768px) {
  .notice {
    padding: 50px 0;
  }

  .notice__container {
    margin: 25px 20px 0;
  }

  .notice__block {
    padding: 0 20px;
  }

  .notice__title {
    font-size: clamp(22px, 4vw, 26px);
  }

  .notice__item--title {
    font-size: 15px;
  }

  .date {
    font-size: 13px;
  }
}

/* お知らせ部分 */
/* こんな方におすすめです部分 */
.recommendation {
  padding: 95px 0px 125px;
  text-align: center;
  background-color: #fff;
}

.recommendation__box {
  text-align: center;
  margin: 0 auto;
  width: 90%;
  max-width: 1010px;
}

.recommendation__title {
  padding-bottom: 14px;
  font-size: 36px;
  font-weight: bold;
  border-bottom: 5px solid #ed848c;
}

.recommendation__description {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

.recommendation__grid {
  margin-top: 50px;
  padding: 40px 10.7rem;
  background-color: #ed848c;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recommendation__grid--inner {
  padding: 55px 2.5rem;
  background-color: #ffffff;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  row-gap: 5rem;
}

.recommendation__item h3 {
  font-size: clamp(18px, 1.4vw, 22px);
  font-weight: 700;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 5px solid #ed848c;
}

.recommendation__item ul {
  text-align: left;
  margin-top: 15px;
}

.recommendation__item ul li {
  font-weight: 700;
  font-size: clamp(13px, 1.4vw, 19px);
  letter-spacing: -0.08rem;
}

.recommendation__item ul li span {
  color: #ed848c;
}

@media screen and (max-width: 768px) {
  .recommendation {
    padding: 80px 0px 50px;
  }

  .recommendation__title {
    font-size: clamp(18px, 4vw, 26px);
  }

  .recommendation__description {
    font-size: 14px;
  }

  .recommendation__grid {
    padding: 40px 15px;
    border-radius: 20px;
    margin-top: 20px;
  }

  .recommendation__grid--inner {
    padding: 30px 15px;
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }

  .recommendation__item h3 {
    font-size: clamp(15px, 2.4vw, 18px);
  }

  .recommendation__item ul li {
    letter-spacing: 0;
    font-size: clamp(13px, 2.3vw, 16px);
  }
}

/* こんな方におすすめです部分 */
/* 受講料/プログラム内容 */
.price-program {
  padding: 90px 0px 170px;
  background-color: #F0F0F0;
}

.price-program__section {
  margin: 0 auto;
  width: 90%;
  max-width: 1010px;
}

.price-program__title {
  text-align: center;
  padding-bottom: 14px;
  font-size: 36px;
  font-weight: bold;
  border-bottom: 5px solid #ed848c;
}

.price-program__subtitle {
  margin-top: 20px;
  letter-spacing: -0.1rem;
  text-align: center;
  font-size: clamp(12px, 1.2vw, 18px);
  font-weight: bold;
}

.price-program__price {
  margin-top: 40px;
}

.price-program__price .price-program__dl {
  margin: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 5px 0;
}

.price-program__price .price-program__dl .row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.price-program__price .price-program__dl dt {
  background: #ed848c;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin: 0;
    font-size: clamp(15px, 1.1vw, 19px);
  letter-spacing: 0.2rem;
  padding: 2px 13px;
  width: clamp(95px, 7vw, 119px);
}

.price-program__price .price-program__dl dd {
  margin: 0;
  font-weight: 500;
  font-size: clamp(16px, 1.3vw, 18.4px);
}

.price-program__price .price-program__dl dd span {
  font-size: clamp(26px, 2.2vw, 32px);
  font-weight: 700;
}

.price-program__price p {
  font-size: clamp(13px, 1.3vw, 14px);
  margin-top: 10px;
  font-weight: 500;
}

.price-program__items {
  margin-top: 40px;
}

.price-program__item:nth-child(2) {
  margin-top: 60px;
}

.price-program__item:nth-child(3) {
  margin-top: 100px;
}

.price-program__item h3.title {
  width: 100%;
  background: #ed848c;
  border-radius: 20px 20px 0 0;
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 10px 0;
  font-size: clamp(22px, 1.8vw, 28px);
}

.price-program__itemBody {
  margin-top: 30px;
}

.price-program__itemBody:nth-child(3),
.price-program__itemBody:nth-child(4),
.price-program__itemBody:nth-child(5) {
  margin-top: 75px;
}

.price-program__itemBody h4.lead {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  background: #f6c6c5;
  text-align: center;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
}

.price-program__itemBody p {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  font-size: clamp(14px, 1.3vw, 19px);
}

.price-program__itemBody .program-img {
  margin-top: 30px;
  width: 555px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.price-program__itemGrid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  row-gap: 4rem;
}

.price-program__itemGrid--item h4 {
  background: #fff;
  text-align: center;
  border: 3px solid #ed848c;
  font-size: clamp(15px, 1.4vw, 19px);
  font-weight: 700;
  padding: 4px 0px;
}

.price-program__itemGrid--item p {
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: -0.05rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}

.price-program__itemGrid--item .img {
  margin-top: 30px;
  width: clamp(200px, 15vw, 282px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.price-program__itemGrid--item .inner {
  width: auto;
  max-width: none;
}

.price-program__itemTeacher {
  margin-top: 20px;
  background: #fff;
  border: 3px solid #ed848c;
  padding: 60px 4.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  row-gap: 4rem;
}

.price-program__itemTeacher--item .img {
  width: 100%;
}

.price-program__itemTeacher--itemBody {
  margin-top: 10px;
}

.price-program__itemTeacher--itemBody .position {
  font-size: clamp(12px, 1.1vw, 13px);
  font-weight: 500;
}

.price-program__itemTeacher--itemBody h4.name {
  font-weight: 700;
  font-size: clamp(17px, 1.4vw, 19px);
}

.price-program__itemTeacher--itemBody .affiliation {
  margin-top: 10px;
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 500;
  text-align: justify;
}

.price-program__itemTeacher--itemBody .specialty,
.price-program__itemTeacher--itemBody .career {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: clamp(12px, 1.1vw, 13px);
  font-weight: 500;
  text-align: justify;
}

.price-program__itemTeacher--itemBody .link {
  margin-top: 20px;
  font-size: clamp(12px, 1.1vw, 13px);
  font-weight: 500;
}

.price-program__itemTeacher--itemBody .link a span {
  transition: all 0.3s ease 0s;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid #e4007f;
}

.price-program__itemTeacher--itemBody .link a:hover {
  opacity: 0.6;
}

.price-program__itemTeacher--text {
  margin-top: 20px;
}

.price-program__itemTeacher--text p {
  font-size: clamp(13px, 1.3vw, 14px);
  font-weight: 500;
}

.price-program__button {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .price-program {
    padding: 80px 0px 50px;
  }

  .price-program__title {
    font-size: clamp(18px, 4vw, 26px);
  }

  .price-program__subtitle {
    font-size: 14px;
  }

  .price-program__price {
    margin-top: 25px;
  }

  .price-program__price .price-program__dl {
    align-items: start;
    flex-direction: column;
    gap: 0px;
    padding: 5px 20px;
  }

  .price-program__price .price-program__dl .row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .price-program__price .price-program__dl dt {
    font-size: clamp(13px, 2.3vw, 16px);
  }

  .price-program__price .price-program__dl dd {
    font-size: clamp(12px, 2vw, 16px);
  }

  .price-program__price .price-program__dl dd span {
    font-size: clamp(22px, 3.3vw, 26px);
  }

  .price-program__item h3.title {
    padding: 5px 0;
    font-size: clamp(15px, 2.8vw, 22px);
  }

  .price-program__item:nth-child(3) {
    margin-top: 60px;
  }

  .price-program__itemBody {
    margin-top: 20px;
  }

  .price-program__itemBody h4.lead {
    padding: 7px 0;
    width: 100%;
  }

  .price-program__itemBody p {
    margin-top: 15px;
  }

  .price-program__itemBody .program-img {
    margin-top: 15px;
  }

  .price-program__itemBody:nth-child(3) {
    margin-top: 60px;
  }

  .price-program__itemBody:nth-child(4),
  .price-program__itemBody:nth-child(5) {
    margin-top: 30px;
  }

  .price-program__itemGrid {
    margin-top: 30px;
    grid-template-columns: 1fr;
    row-gap: 25px;
  }

  .price-program__itemGrid--item p {
    letter-spacing: -0.08rem;
    margin-top: 8px;
    font-size: 13px;
  }

  .price-program__itemGrid--item .inner {
    display: flex;
    align-items: start;
    justify-content: start;
    width: 100%;
    max-width: none;
    gap: 20px;
    padding: 0;
    margin-top: 15px;
  }

  .price-program__itemGrid--item .inner p {
    margin: 0;
    width: 60%;
  }

  .price-program__itemGrid--item .img {
    width: clamp(140px, 26vw, 200px);
    margin-top: 0;
  }

  .price-program__itemTeacher {
    padding: 60px 4.5rem;
    grid-template-columns: 1fr;
    row-gap: 50px;
  }

  .price-program__itemTeacher--item {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .price-program__itemTeacher--item .img {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .price-program__itemTeacher--text {
    text-align: center;
  }
}

/* 受講料/プログラム内容 */
/* youtube */
.youtube {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .youtube {
    margin-top: 30px;
  }
}

.youtube__content {
  margin-top: 50px;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .youtube__content {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  bottom: 0px;
  top: auto;
  color: #333;
}

.swiper .swiper-button-next {
  right: 30px;
}

.swiper .swiper-button-prev {
  left: 30px;
}

.full-bleed {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

.full-bleed__inner {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.swiper-head {
  text-align: center;
  background: #ed848c;
  color: #fff;
  font-weight: 500;
  padding: 2px 0;
  font-size: clamp(14px, 1.3vw, 18px);
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56%;
  border: 2px solid #333;
  border-top: none;
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-item {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.youtube-item:not(:first-child) {
  margin-top: 45px;
}

.youtube-head {
  text-align: center;
  background: #ed848c;
  color: #fff;
  font-weight: 500;
  padding: 2px 0;
  font-size: clamp(14px, 1.3vw, 18px);
}

.youtube__button {
  margin-top: 50px;
  text-align: center;
}

.youtube__title {
  letter-spacing: -0.08rem;
  font-size: clamp(22px, 4vw, 26px);
  line-height: 1.3;
}

.youtube__subtitle {
  font-size: 14px;
}

.youtube-head {
  font-size: clamp(12px, 3.3vw, 18px);
}

.youtube__button {
  margin-top: 80px;
}

/* youtube */
/* 代表メッセージ */
.message {
  padding: 95px 0px 180px;
}

.message__section {
  margin: 0 auto;
  width: 90%;
  max-width: 1010px;
}

.message__title {
  padding-bottom: 14px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  border-bottom: 5px solid #ed848c;
}

.message__content {
  margin-top: clamp(30px, 3vw, 50px);
}

.message__lead {
  text-align: center;
  font-size: clamp(16px, 1.8vw, 25px);
  line-height: 1.8;
  font-weight: 700;
}

.message__profile {
  margin-top: clamp(50px, 5vw, 85px);
  width: 238px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .message__profile {
    width: clamp(207px, 61vw, 238px);
  }
}

.message__profile .img {
  width: 100%;
  display: block;
}

.message__profile .caption {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
}

.message__profile .name {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 500;
}

.message__profile .name span {
  display: block;
  font-size: clamp(10px, 1.1vw, 13px);
}

.message__text {
  margin-top: clamp(30px, 3vw, 50px);
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 500;
  line-height: 2.4;
  text-align: justify;
  letter-spacing: -0.04rem;
}

.message__button {
  margin-top: clamp(50px, 5vw, 95px);
  text-align: center;
}

@media (max-width: 768px) {
  .message__button {
    margin-top: clamp(30px, 7vw, 50px);
  }
}

@media screen and (max-width: 768px) {
  .message {
    padding: 80px 0px 50px;
  }

  .message__title {
    font-size: clamp(18px, 4vw, 26px);
  }

  .message__text {
    margin-top: clamp(20px, 3vw, 30px);
    line-height: 2.2;
  }
}

/* 代表メッセージ */
/* 受講生の声 */
.voice {
  background-color: #F0F0F0;
  padding: 95px 0px 180px;
}

.voice__box {
  text-align: center;
  margin: 0 auto;
  width: 90%;
  max-width: 1010px;
}

.voice__title {
  padding-bottom: 14px;
  font-size: 36px;
  font-weight: bold;
  border-bottom: 5px solid #ed848c;
}

.voice__description {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.voice__description span {
  display: block;
  font-weight: 500;
  font-size: 14px;
}

.voice__items {
  background: #ed848c;
  border-radius: 35px;
  padding: 50px 5rem;
  margin-top: 30px;
}


.voice__item:not(:first-child) {
  margin-top: 20px;
}

.voice__item:nth-child(even) .flex {
  flex-direction: row-reverse;
}

.voice__item:nth-child(even) .flex .left {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 90px;
}

.voice__item:nth-child(even) .flex .left:after {
  display: none;
}

.voice__item:nth-child(even) .flex .left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 22px 8px 0;
  border-radius: 1px;
  border-color: transparent #FFFFFF transparent transparent;
}

.voice__item .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.voice__item .left {
  width: calc(100% - 90px);
  margin-left: 90px;
  background: #fff;
  border-radius: 20px;
  padding: 20px 1.9rem;
  position: relative;
}

.voice__item .left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 22px;
  border-radius: 1px;
  border-color: transparent transparent transparent #FFFFFF;
}

.voice__item .left p {
  font-weight: 700;
  font-size: clamp(13px, 1.2vw, 20px);
  text-align: center;
  letter-spacing: -0.08rem;
}

.voice__item .right img {
  width: 73px;
}

.voice__button {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .voice {
    padding: 80px 0px 50px;
  }

  .voice__title {
    font-size: clamp(18px, 4vw, 26px);
  }

  .voice__items {
    margin-top: 20px;
    border-radius: 25px;
    padding: 55px 17px;
  }

  .voice__item .flex .left {
    width: 100%;
    border-radius: 10px;
    padding: 10px 6px;
  margin-left: 0;

  }

  .voice__item:nth-child(even) .flex .left {
  margin-right: 0;
}

  .voice__item .flex .left:before {
    left: -14px !important;
    border-width: 5px 16px 5px 0 !important;
  }

  .voice__item .flex .left:after {
    right: -14px;
    border-width: 5px 0 5px 16px;
  }

  .voice__item .flex .left p {
    font-size: clamp(12px, 2.4vw, 16px);
  }

  .voice__item .flex .right {
    display: none;
  }

  .voice__button {
    margin-top: 40px;
  }
}

/* 受講生の声 */
/* よくある質問 */
.faq {
  padding: 90px 0px 170px;
}

.faq__section {
  margin: 0 auto;
  width: 90%;
  max-width: 1010px;
}

.faq__title {
  text-align: center;
  padding-bottom: 14px;
  font-size: 36px;
  font-weight: bold;
  border-bottom: 5px solid #ed848c;
}

.faq__subtitle {
  margin-top: 20px;
  letter-spacing: -0.1rem;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.faq__alert {
  color: #e60012;
  font-size: 16px;
  margin-top: 45px;
}

/* accordion */
.accordion {
  width: 100%;
  padding: 0 0 100px;
  background-color: #ffffff;
}

.accordion__grid {
  margin-top: 60px;
  padding: 80px 75px 0;
}

/* Accordion  */
.accordion__item:not(:first-child) {
  margin-top: 65px;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

.accordion__header:hover {
  background-color: #ffffff;
}

.accordion__faq--icon {
  font-size: clamp(22px, 2vw, 27px);
  font-family: "Inter", sans-serif;
  color: #ed848c;
  margin-right: 10px;
}

.accordion__title {
  font-size: 19px;
  font-weight: bold;
}

.accordion__icon {
  position: relative;
  width: 20px;
  height: 20px;
}

.accordion__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.accordion__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #333;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
}

.accordion__content {
  padding-left: 25px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background-color: #ffffff;
}

.accordion__text {
  font-size: 16px;
  line-height: 37px;
  font-weight: 500;
}

.accordion__item.active .accordion__content {
  text-align: left;
  margin-top: 17px;
  max-height: 200px;
  opacity: 1;
}

.accordion__item.active .accordion__icon::after {
  opacity: 0;
}

.accordion__item.active .accordion__icon::before {
  transform: translateY(-50%) rotate(90deg);
}

.accordion__texts {
  margin-left: 70px;
  display: flex;
  align-items: flex-start;
}

.faq__button {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 80px 0px 50px;
  }

  .faq__title {
    font-size: clamp(18px, 4vw, 26px);
  }

  .faq__subtitle {
    font-size: 14px;
  }

  .faq__alert {
    font-size: 12px;
    margin-top: 20px;
  }

  .accordion {
    padding-bottom: 40px;
  }

  .accordion__item:not(:first-child) {
    margin-top: 30px;
  }

  .accordion__faq {
    display: flex;
    align-items: center;
    width: calc(100% - 15px);
  }

  .accordion__grid {
    padding: 40px 20px;
    margin-top: 0px;
  }

  .accordion__title {
    font-size: 16px;
  }

  .num {
    font-size: 20px;
    line-height: 1.8;
  }

  .accordion__icon {
    width: 15px;
    height: 15px;
  }

  .accordion__text {
    font-size: 13px;
    line-height: 22px;
    width: 90%;
  }

  .accordion__texts {
    margin-left: 0px;
  }

  .faq__button {
    margin-top: 0px;
  }
}

/* よくある質問 */
/* flow */
.flow {
  background: #F0F0F0;
  padding: 90px 0px 170px;
}

.flow__section {
  margin: 0 auto;
  width: 90%;
  max-width: 1010px;
}

.flow__title {
  text-align: center;
  padding-bottom: 14px;
  font-size: 36px;
  font-weight: bold;
  border-bottom: 5px solid #ed848c;
}

.flow__subtitle {
  margin-top: 20px;
  letter-spacing: -0.1rem;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.flow__button {
  text-align: center;
  margin-top: 50px;
}

.flow__btn {
  background: #187fc3 !important;
  border: 4px solid #187fc3 !important;
}

.flow__text{
  margin-top: 20px;
  font-size:clamp( 14px, 1.3vw, 16px);
  text-align: center;
  font-weight: 500;
}


@media screen and (max-width: 768px) {
  .flow {
    padding: 80px 0px 50px;
  }

  .flow__title {
    font-size: clamp(18px, 4vw, 26px);
  }

  .flow__subtitle {
    font-size: 14px;
  }

  .flow__button {
    margin-top: 20px;
  }

  .flow__text{
  text-align: justify;
}
}

/* flow */
/* contact*/
.contact {
  padding: 90px 0px 170px;
}

.contact__section {
  margin: 0 auto;
  width: 90%;
  max-width: 1010px;
}

.contact__title {
  text-align: center;
  padding-bottom: 14px;
  font-size: 36px;
  font-weight: bold;
  border-bottom: 5px solid #ed848c;
}

.contact__subtitle {
  margin-top: 20px;
  letter-spacing: -0.1rem;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}



.contact__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
  text-align: center;
}

.contact__btn--hojin {
  background: #fff !important;
  color: #C8161D !important;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 80px 0px 50px;
  }

  .contact__title {
    font-size: clamp(18px, 4vw, 26px);
  }

  .contact__subtitle {
    font-size: 14px;
  }

    .contact__buttons {
    margin-top: 20px;
    flex-direction: column;
    gap: 10px;
  }
}

/* contact*/
/*----------------- sc teacher -------------------*/
.sa-mv {
  margin-top: clamp(80px, 12vw, 117px);
  height: clamp(340px, 24vw, 447px);
  background: #f6c6c5;
  z-index: 1;
  position: relative;
}

@media (max-width: 768px) {
  .sa-mv {
    height: clamp(278px, 49vw, 360px);
  }
}

.sa-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-deco.webp) no-repeat center center/cover;
  z-index: -1;
}

@media (max-width: 768px) {
  .sa-mv::before {
    background: url(../img/bg-deco_sp.webp) no-repeat center center/cover;
  }
}

.sa-mv__img {
  width: clamp(110px, 8vw, 165px);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .sa-mv__img {
    width: clamp(100px, 15vw, 110px);
  }
}

.sa-mv__content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sa-mv__content h1 {
  margin-top: 0.5rem;
  font-size: clamp(26px, 3vw, 46px);
  font-weight: 700;
}

@media (max-width: 768px) {
  .sa-mv__content h1 {
    font-size: clamp(20px, 5vw, 26px);
  }
}

.sa-mv__content--bottom {
  margin-top: 20px;
}

.sa-mv__content--bottom p {
  text-align: center;
  font-size: clamp(14px, 1.4vw, 26px);
  font-weight: 500;
}

@media (max-width: 768px) {
  .sa-mv__content--bottom p {
    font-weight: 700;
    font-size: clamp(14px, 2vw, 16px);
  }
}

.sa-mv__content--bottom p span {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 500;
  display: block;
}

.sa-teacher {
  margin-top: 100px;
  padding-bottom: 100px;
}

.sa-teacher__title {
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}

.sa-teacher__box {
  margin: 0 auto;
  width: 90%;
  max-width: 910px;
}

#sa-teacher .price-program__itemTeacher {
  padding: 0;
  border: none;
}

#sa-teacher .price-program__itemTeacher--text {
  margin-top: 50px;
}

.sa-voice {
  margin-top: 100px;
}

.sa-voice__box {
  text-align: center;
  margin: 0 auto;
  width: 90%;
  max-width: 1010px;
}

.sa-voice__box .voice__items {
  margin-top: 0;
}

.sa-voice__inner {
  padding-bottom: 100px;
}

.sa-voice__inner2 {
  background: #f0f0f0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sa-voice__inner2 .voice__items {
  background: #fff;
}

.sa-voice__inner2 .voice__items--head {
  background: #e7373c;
  color: #fff;
  text-align: center;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 50px;
}

.sa-voice__inner2 .voice__items--head span {
  display: block;
  font-size: clamp(16px, 1.4vw, 20px);
}

.sa-voice__inner2 .voice__items .voice__item .left {
  border: 2.4px solid #ed848c;
}

.sa-voice__inner2 .voice__items .voice__item .left:before {
  background: url(../img/sa/voice-arrow.svg) no-repeat center center/contain;
  width: 22px;
  height: 16px;
  left: -16.9px;
  border-width: 0;
  border-style: none;
  border-color: transparent;
  transform: translateY(-50%) scale(-1, 1);
}

.sa-voice__inner2 .voice__items .voice__item .left:after {
  background: url(../img/sa/voice-arrow.svg) no-repeat center center/contain;
  width: 22px;
  height: 16px;
  right: -17.2px;
  border-width: 0;
  border-style: none;
  border-color: transparent;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .sa-voice {
    margin-top: 40;
  }

  .sa-voice__inner {
    padding-bottom: 40px;
  }

  .sa-voice__inner2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sa-voice__inner2 .voice__items {
    background: #fff;
  }

  .sa-voice__inner2 .voice__items .voice__item .left {
    border: 2.4px solid #ed848c;
  }

  .sa-voice__inner2 .voice__items .voice__item .left:before {
    width: 21px;
    left: -16.9px !important;
  }

  .sa-voice__inner2 .voice__items .voice__item .left:after {
    width: 20px;
  }
}

.sa-faq {
  margin-top: 100px;
}

.sa-faq__title {
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}

.faq__content>.accordion .accordion__grid {
  margin-top: 0;
}

.accordion__content .accordion__text a {
  border-bottom: 2px solid #e4007f;
  transition: all 0.3s ease 0s;
}

.accordion__content .accordion__text a:hover {
  opacity: 0.6;
}