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

body{
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
}

.visible-pc{
  display: block;
}

.visible-sp{
  display: none;
}

.container {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ヘッダー
̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶  */

.site-header {
  position: absolute;
  top: 26px;
  left: 44px;
  z-index: 10;
  text-align: left;
}

.site-header__logo {
  max-width: 247px;
  width: 100%;
  height: auto;
}

.hero {
  position: relative;
  width: 100%;
  height: 800px;
  margin-bottom: 90px;
  object-fit: cover;
}

.hero__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero__title {
  position: absolute;
  top: 132px;
  left: 44px;
  z-index: 5;
}

.hero__title img {
  max-width: 100%;
  height: auto;
}

.hero__badge {
  position: absolute;
  bottom: -28px;
  right: 26px;
  width: 290px;
  height: auto;
  z-index: 5;
}

/* Campaign
̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶  */

.campaign-intro {
  text-align: center;
}

.campaign-intro img {
  max-width: 100%;
  height: auto;
}

.campaign-intro__heading {
  margin-bottom: 78px;
}

.campaign-intro__title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}

.campaign-intro__schedule {
  margin-bottom: 80px;
}

.campaign-intro__description {
  margin-bottom: 50px;
}

.section-arrow {
  width: 0;
  height: 0;
  border-left: 180px solid transparent;
  border-right: 180px solid transparent;
  border-top: 48px solid #45CCC4; 
  margin: 0 auto 40.7px;
}

.campaign-intro__courses {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
  margin-bottom: 137px;
}

.campaign-intro__course {
  max-width: 380px;
  border-radius: 50%;
}

.campaign-intro__course img:first-of-type {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.campaign-intro__course img:last-of-type {
  width: 280px;
  border-radius: 50%;
  margin-bottom: 18px;
}

.campaign-intro__text{
  font-size: 16px;
  font-weight: bold;
  line-height: 28.8px;
  color: #000;
  text-align: left
}

/* Feature
̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶  */

.feature {
  background-color: rgba(69, 204, 196, 0.5); 
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 97px;
  padding-bottom: 80px;
}

.feature__title {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translate(-50%,-50%);
}

.feature__subtitle {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 54px;
  letter-spacing: 0.080em;
  padding-top: 5px;
}

.feature__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  list-style: none;
  max-width: 840px;
}

.feature__item a {
  display: block;
}

.feature__item img {
  width: 100%;
  max-width: 840px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Feature1
̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶  */

#feature1 {
  padding-bottom: 40px;
}

.feature-detail {
  background-color: #fff;
  padding-top: 50px;
}

.feature-detail__title {
  margin: 0 auto 23px;
  max-width: 100%;
  text-align: center;
}

.feature-detail__title img {
  max-width: 100%;
  height: auto;
}

.feature-detail__text {
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  margin: 0 auto 40px;
}

.feature-detail__types {
  display: flex;
  flex-direction: column;
  gap: 37px; 
  margin-bottom: 35px;
}

.feature-detail__row {
  display: flex;
}

.feature-detail__main {
  justify-content: center;
}

.feature-detail__sub {
  justify-content: space-between;
}

.feature-detail__sub .feature-detail__type-text {
  padding: 0 20px;
}


.feature-detail__type {
  max-width: 380px;
}

.feature-detail__type-title {
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  background-color: #EB4E45;
  color: #fff;
  margin-bottom: 10px;
}

.feature-detail__block-image img {
  width: 100%;
  height: auto;
  margin-bottom: 9px;
}

.feature-detail__type-text {
  font-size: 12px;
  line-height: 20px;
  margin: 0 auto;
}

.feature-detail__more-wrapper {
  text-align: center;
}

.feature-detail__more {
  display: inline-block;
  margin: 0 auto;
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  position: relative;
  gap: 10.6px;
}

.feature-detail__more::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  padding: 4px;
  transform: rotate(-45deg);
}


/* カリキュラムの紹介 */

.feature-detail__sub-section {
  background-color: #ECFCFB;
  padding: 40px 0;
}

.feature-detail__subtitle-wrapper {
  text-align: center;
  margin-bottom: 25px;
}

.section-subtitle {
  font-size: 14px;
  line-height: 33px;
  font-weight: bold;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.feature-detail__curriculum-image {
  max-width: 100%;
  height: auto;
}

.feature-detail__curriculum-image img {
  width: 100%;
}

.feature-detail__point {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 62px;
  margin-top: 20px;
}

.feature-detail__point-image {
  flex: 1 1 260px;
  max-width: 260px;
}

.feature-detail__point-text {
  flex: 1 1 518px;
}

.feature-detail__point-text h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 9px;
}

.feature-detail__point-text p {
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  letter-spacing: -0.2px;
}

.feature-detail__highlight {
  background-color: yellow;
  font-weight: bold;
}

/* Feature2
̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶  */


.feature-detail__image-full {
  height: 600px;
}

.feature-detail__image-full img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Feature3
̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶  */

.feature-detail__teachers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-bottom: 28px;
}

.teacher-card {
  background-color: #F5F5F5;
  padding: 20px 21px;
  text-align: left;
}

.teacher-card__subject {
  font-size: 12px;
  line-height: 20px;
  padding: 0 8px;
  background-color: #333;
  color: #FFF;
  display: inline-block;
  margin-bottom: 10px;
}

.teacher-card__name {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.teacher-card__comment {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

/* Feature4
̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶  */

.feature-detail__graph {
  max-width: 600px;
  text-align: center;
  margin: 38px auto 60px;
}

.feature-detail__graph img {
  width: 100%;
  height: auto;
}

.feature-detail__voices {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.voice-card {
  background-image: url('../img/voice-bg.png');
  background-repeat: repeat;
  background-size: auto;
  padding: 40px 35px 38px 40px;
  width: 100%;
  max-width: 400px;
}

.voice-card__img{
  text-align: center;
}

.voice-card__img img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  border-radius: 50%;
  margin-bottom: 28px;
}

.voice-card__name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}

.voice-card__comment {
  font-size: 13px;
  line-height: 26px;
}

/* Feature5
̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶  */

.feature-detail__support {
  text-align: left;
  padding-top: 3px;
  margin: 0 auto;
}

.feature-detail__support-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px 15px;
  padding: 0;
  list-style: none;
  margin: 0 auto 35px;
  justify-content: center;
  padding-left: 100px;
}

.feature-detail__support-list li {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
}

.feature-detail__support-list li::before {
  content: '';
  width: 11px;
  height: 11px;
  background-color: #45CCC4;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-58%);
  border-radius: 50%;  
}

.feature-detail__support-note {
  font-size: 16px;
  font-weight: bold;
  line-height: 28.8px;
  text-align: center;
}

.feature-detail__decoration{
  max-width: 840px;
  height: 240px;
}

.feature-detail__decoration img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-detail__commit {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 146px;
}

.feature-detail__commit-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 27px;
}

.feature-detail__commit p {
  font-size: 14px;
  line-height: 25px;
}

/* footer
̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶  */

.footer {
  text-align: center;
}

.footer__cta {
  display: flex;
  justify-content: center;
  gap: 1px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1000 ;
}

.cta-button {
  display: inline-flex;
  width: 480px;
  align-items: center;
  justify-content: center;
  background-color: #45CCC4;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 76px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.cta-button__arrow {
  display: inline-block;
  margin-left: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}


@media screen and (max-width: 767px){

  .visible-pc{
    display: none;
  }

  .visible-sp{
    display: block;
  }

  body{
    background-color: #FFF;
  }
  
  .site-header {
    top: 22px;
    left: 20px;
  }

  .hero {
    height: 500px;
    margin-bottom: 72px;
  }

  .hero__title {
    top: 80px;
    left: 20px;
    z-index: 5;
  }

  .hero__title img {
    max-width: 210px;
  }

  .hero__badge {
    bottom: -50px;
    right: 16px;
    width: 180px;
  }

  .campaign-intro__heading {
    margin-bottom: 37.4px;
  }

  .campaign-intro__title {
    font-family: 'YuGothic',sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 2px;
    letter-spacing: 0.035em;
  }

  .campaign-intro__schedule {
    margin-bottom: 40px;
  }

  .campaign-intro__description {
    margin-bottom: 20.2px;
  }

  .section-arrow {
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-top: 25.6px solid #45CCC4; 
    margin: 0 auto 30.5px;
  }

  .campaign-intro__courses {
    gap: 37.8px;
    margin-bottom: 77px;
  }

  .campaign-intro__course {
    padding: 0 20px;
  }

  .feature {
    padding-top: 83px;
    padding-bottom: 60.7px;
  }
  .feature__title {
    max-width: 200px;
  }

  .feature__title img{
    width: 100%;
  }

  .feature__subtitle {
    font-size: 19px;
    letter-spacing: 0.085em;
    margin-bottom: 48px;
  }

  .feature__list {
    gap: 10px;
  }

  .feature__item {
    max-width: 100%;
  }

  .feature-detail__text {
    text-align: left;
  }

  .feature-detail__sub {
    flex-direction: column;
    align-items: center;
    gap: 37PX;
  }

  .feature-detail__point {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .feature-detail__image-wrapper{
    height: 212px;
  }

  .feature-detail__point-image {
    max-width: 100%;
    height: 100%;
  }

  .feature-detail__point-text {
    flex: auto;
  }

  .feature-detail__point-text h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .feature-detail__image-full {
    height: 400px;
  }

  .feature-detail__image-full img {
    height: 100%;
    object-fit: cover;
  }

  .feature-detail__voices {
    flex-direction: column;
    align-items: center;
  }

  .feature-detail__support-list {
    padding-left: 40px;
  }

  .feature-detail__support-note {
    text-align: left;
  }
  .feature-detail__commit p{
    text-align: left;
  }


}