@charset "utf-8";

/* ベーススタイル */

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #000;
  margin: auto;
  line-height: 1.476;
}

@media (max-width:767px) {
  body {
    line-height: 1.48;
  }
}
a {
  color: #fff;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

/* 共通 */

.Poppins {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

.section-title {
  display: block;
  text-align: center;
  font-size: 36px;
  line-height: 3.7rem
}

@media (max-width:767px) {
  .section-title {
    font-size: 24px;
    padding-right: 0.2rem;
  }
}

.section-title span {
  display: block;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 2px;
  border-bottom: 2px solid #0079f2;
  margin: 13.5px auto 42px auto;
}

@media (max-width:767px) {
  .section-title span {
    width: 25px;
    margin: 0 auto 34px auto;
  }
}

/* ピンク色ボタン */

.button-pink {
  position: relative;
  display: block;
  background-color: #f11f8d;
  width: 318px;
  height: 60px;
  font-size: 20px;
  justify-content: center;
  text-align: center;
  margin: auto;
  border-radius: 3rem;
}

@media (min-width:768px) {
  .button-pink:hover {
    color: #f11f8d;
    background-color: #fff;
    border:2px solid #f11f8d;
  }
}

@media (max-width:767px) {
  .button-pink {
    width: 280.5px;
  }

}

.button-pink-inner {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width:767px) {
  .button-pink-inner {
    top: 47%;
  }
}

.button-icon {
  position: absolute;
  font-size: 2rem;
  top: 50%;
  right: 0.9rem;
  transform: translate(0%, -50%);
}

.ex-button-icon {
  position: absolute;
  font-size: 2rem;
  top: 48%;
  right: 0.9rem;
  transform: translate(0%, -50%);
}

@media (max-width:767px) {
  .button-icon {
    font-size: 1.7rem;
    top: 50%;
    right: 1.1rem;
  }

  .ex-button-icon {
    position: absolute;
    font-size: 1.7rem;
    top: 50%;
    right: 0.8rem;
    transform: translate(0%, -50%);
  }
}

/* ヘッダー */
.header {
  position: fixed;
  display: flex;
  background-color: #0079f2;
  border-radius: 3rem;
  height: 80px;
  z-index: 1;
  justify-content: space-between;
  right: 0;
  left: 0;
  margin: 1rem 0.5rem 0 0.5rem;
}

@media (max-width:767px) {
  .header {
    position: fixed;
    display: flex;
    height: 66px;
    margin: 0.5rem 0.5rem 0 0.5rem;
  }
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.5rem;
  padding-top: 19px;
}

@media (max-width:767px) {
  .header-logo {
    padding-left: 2rem;
    padding-top: 16px;
  }
}

@media (max-width:767px) {
  .header-logo img {
    width: 158px;
  }
}

.header-nav {
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
}

/* ハンバーガーメニュー　ヘッダーナビ */
@media (max-width: 767px) {
  .hamburger-menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 5.5rem;
    width: 95%;
    height: 520px;
    margin: 0 auto;
    background-color: #0079f2;
    border-radius: 2rem;
    transition: opacity .3s linear;
    opacity: 0;
    visibility: hidden;
  }
}


.hamburger-menu-list-group {
  display: flex;
  padding-bottom: 0.3rem;
}

@media (max-width: 767px) {
  .hamburger-menu-list-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-top: -10px;
  }
}

.hamburger-menu-list-group li {
  padding-left: 34px;
  padding-right: 3px;
  font-size: 15px;
  font-weight: bold;
}

@media (max-width:767px) {
  .hamburger-menu-list-group li {
    font-size: 18px;
    height: 58px;
    line-height: 66px;
    padding-right: 0px;
    padding-left: 3px;
    padding-bottom: 0px;
    padding-top: 4px;
  }

  .hamburger-sns {
    display: flex;
    margin-bottom: -1px;
    margin-top: 50px;
  }

  .hamburger-sns-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 35px;
    margin: 20px 19px;
  }

}

@media (min-width: 768px) {

  .hamburger-button,
  .hamburger-button-inner,
  .hamburger-sns {
    display: none;
  }
}

@media (max-width:767px) {
  .hamburger-button {
    width: 3rem;
    height: 3rem;
    font-size: 1.9rem;
    color: #fff;
    padding: 0.5rem 3.7rem 0 0.3rem;
  }

  .hamburger-button-inner {
    margin-top: 23px;
  }
}

/* アクティブ状態 */
.hamburger-menu-active {
  visibility: visible;
  opacity: 1;
}

/* slick */


.slick-dots {
  text-align: right !important;
  bottom: -38px !important;
  left: -1.5% !important;
}


.cover-slick-item img {
  max-width: 100vw;
  width: 82.7%;
  height: auto;
  position: relative;
  margin-right: 0;
  margin-left: auto;

}

@media (max-width:767px) {
  .cover-slick-item img {
    max-width: 100vw;
    width: 93%;
    height: auto;
    margin-right: 0;
    margin-left: auto;
    padding-left: 0;
  }
}

@media (max-width:767px) {
  .slick-dots {
    text-align: right !important;
    bottom: -30.6px !important;
    left: -30.7% !important;
  }
}

/* カバー */

.cover {
  margin-bottom: 72px;
}

@media (max-width:767px) {
  .cover {
    margin-bottom: 41px;
  }
}

.cover-bottom {
  position: absolute;
  bottom: 16%;
  left: 9%;
}

@media (max-width:767px) {
  .cover-bottom {
    top: 72.6%;
    left: 6%;
    bottom: 0;
  }
}

.cover-title {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
  transform: translate(-70px, -280px);
}



.cover-title-first {
  display: flex;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  width: 370px;
  padding-bottom: 14px;
  padding-top: 9px;
  margin-bottom: 16px;
}

.picture-2 {
  width: 282px;
}

.picture-3 {
  width: 324px;
  font-size: 35px;
}

.picture-4 {
  font-size: 35px;
  width: 292px;
}

.picture-5 {
  width: 324px;
  font-size: 33px;
}

@media (max-width:767px) {
  .cover-title-first {
    width: 212px;
    height: 54px;
    font-size: 20px;
    padding: 6px 0 0 0;
    margin-bottom: 6px;
  }

  .picture-2 {
    width: 163px;
  }

  .picture-3 {
    width: 183px;
    font-size: 19px;
    padding: 6px 0px 0 2px;
  }

  .picture-4 {
    width: 171px;
    font-size: 19px;
  }

  .picture-5 {
    width: 187px;
    font-size: 19px;
    padding: 6px 5px 0 7px;
  }
}


.cover-title1 {
  font-size: 38px;
  color: #f2a118;
}

@media (max-width:767px) {
  .cover-title1 {
    font-size: 20px;
  }
}

.cover-title1-1 {
  font-size: 44px;
}


@media (max-width:767px) {
  .cover-title1-1 {
    font-size: 24px;
  }
}

.cover-title2 {
  font-size: 38px;
  color: #46c017;
}

@media (max-width:767px) {
  .cover-title2 {
    font-size: 20px;
  }
}

.cover-title-second {
  display: flex;
  height: 88px;
  font-size: 35px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  width: 370px;
  padding-top: 15px;
  padding-left: 8px;
  text-align: center;
  justify-content: center;
}

.picture-2-2 {
  width: 412px;
  padding-top: 11px;
  padding-left: 0;
}

.picture-3-3 {
  width: 348px;
  padding-top: 10px;
  padding-left: 0;
}

.picture-3-3-3 {
  font-size: 36px;
}

.picture-4-4 {
  width: 411px;
  padding-left: 0;
  padding-top: 12px;
}

.picture-5-5 {
  width: 428px;
  padding-top: 12px;
  padding-left: 2px;
  font-size: 36px;
}



@media (max-width:767px) {
  .cover-title-second {
    width: 212px;
    height: 54px;
    font-size: 20px;
    padding: 12px 0 0 6px;
  }

  .picture-2-2 {
    width: 235px;
    padding: 9px 0 0 2px;
  }

  .picture-3-3 {
    width: 228px;
    font-size: 19px;
    padding: 8px 0 0 6px;
  }

  .picture-3-3-3 {
    font-size: 24px;
  }

  .picture-4-4 {
    width: 234px;
    font-size: 19px;
    padding: 8px 7px 0 5px;
  }

  .picture-5-5 {
    width: 242px;
    font-size: 20px;
    padding: 9px 13px 0px 17px;
  }
}

.cover-title3 {
  font-size: 35px;
  color: #f26618;
}

.orange-text {
  padding-right: 11px;
}

@media (max-width:767px) {
  .cover-title3 {
    font-size: 20px;
    padding-right: 0;
  }

  .orange-text {
    padding-right: 0;
  }

  .cover-title3.cover-title1-1 {
    font-size: 24px;
  }
}

/* カバーコメント */
.cover-comment {

  text-align: center;
}

.cover-comment-inner {
  display: inline-block;
  font-weight: 400;
  font-size: 30px;
  line-height: 51px;
  padding-bottom: 27px;
  padding-top: 27px;

}

@media (max-width:767px) {
  .cover-comment-inner {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    padding-top: 23px;
    padding-bottom: 19px;
  }
}

/* キャンペーン */
.campaign {
  text-align: center;
  background-color: #f2f8fe;
  padding-top: 65px;
  padding-bottom: 58px;
}

@media (max-width:767px) {
  .campaign {
    padding-top: 31px;
    padding-bottom: 33px;
  }
}

.campaign-content {
  display: inline-block;
}

.campaign-about {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

@media (max-width:767px) {
  .campaign-about {
    display: block;
  }
}

.campaign-about-content {
  display: flex;
}

@media (max-width:767px) {
  .campaign-about-content {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 111px;
    padding-left: 12px;
  }
}

.campaign-about-image {
  display: flex;
  padding-right: 14px;
  padding-left: 2px;
}

@media (min-width:768px) {
  .campaign-about-image {
    padding-right: 16px;
    padding-left: 0px;
  }
}


.campaign-about-inner {
  display: flex;
  flex-direction: column;
}

.campaign-inner1 {
  font-size: 16px;
  font-weight: bold;
  color: #555555;
  line-height: 1rem;
  padding-top: 0.3rem;
}

@media (max-width:767px) {
  .campaign-inner1 {
    font-size: 12px;
    font-weight: bold;
    color: #555555;
    line-height: 1rem;
    padding-top: 0.2rem;
  }
}

.campaign-inner2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.2rem;
  padding-top: 0.3rem;
}

@media (max-width:767px) {
  .campaign-inner2 {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5rem;
    padding-top: 0;
  }
}

.campaign-inner3 {
  margin-top: -14px;
  margin-bottom: -9px;
}

@media (max-width:767px) {
  .campaign-inner3 {
    line-height: 2rem;
    margin-top: 3px;
    margin-right: -1px;
    margin-bottom: 0;
  }
}

.campaign-inner3-1,
.campaign-inner3-2 {
  color: #f26618;
  font-family: "Poppins";
  font-style: italic;
  font-weight: bold;
}

.campaign-inner3-1:last-child,
.campaign-inner3-2:last-child {
  color: #f2a118;
}

.campaign-inner3-1 {
  font-size: 40px;
}

@media (max-width:767px) {
  .campaign-inner3-1 {
    font-size: 28px;
    letter-spacing: 0.15rem;
    padding-left: 0.1rem;
  }
}

.campaign-inner3-2 {
  font-size: 58px;
}

@media (max-width:767px) {
  .campaign-inner3-2 {
    font-size: 39px;
  }
}

.campaign-inner3-3 {
  font-size: 10px;
}

.right-color {
  color: #f2a118;
}

.campaign-text {
  position: relative;
  font-size: 24px;
  padding-bottom: 13px;
  padding-top: 3px;
}

@media (max-width:767px) {
  .campaign-text {
    font-size: 20px;
    padding-bottom: 8px;
  }
}

.campaign-text:before {
  position: absolute;
  left: 100px;
  top: 4px;
  content: "";
  width: 0.3px;
  height: 30px;
  background: #f11f8d;
  border: 1px solid;
  transform: rotate(-30deg);
}

.campaign-text:after {
  position: absolute;
  content: "";
  right: 100px;
  top: 4px;
  width: 0.3px;
  height: 30px;
  border: 1px solid;
  background: #f11f8d;
  transform: rotate(30deg);
}

.campaign-button {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #f11f8d;
  padding-left: 43px;
}

@media (max-width:767px) {
  .campaign-button {
    padding-top: 17px;
    padding-left: 0;
    align-content: center;
    column-gap: 5rem;
    flex-wrap: wrap;
  }
}

.white-button-inner {
  display: block;
  font-size: 23px;
  position: absolute;
  top: 50%;
  transform: translate(30%, -50%);
}

@media (max-width:767px) {
  .white-button-inner {
    display: block;
    font-size: 20px;
    top: 47%;
    transform: translate(33%, -50%)
  }
}

.white-button {
  position: relative;
  display: block;
  width: 350px;
  height: 75px;
  color: #f11f8d;
  font-size: 18px;
  background-color: #fff;
  border-radius: 3rem;
  border: solid #f11f8d;
  text-align: center;
  justify-content: center;
}
@media(min-width:767px){
  .white-button:hover{
    background-color: #f11f8d;
    color: #fff;
    }
}
@media (max-width:767px) {
  .white-button {
    width: 318px;
    height: 59px;
    font-size: 17px;
  }
}

.campaign-text-bottom {
  padding-top: 17px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}

@media (max-width:767px) {
  .campaign-text-bottom {
    padding-top: 11px;
    text-align: center;
  }
}

/* コース */
#course {
  max-width: 1080px;
  margin: 95px auto 97px auto;
}

@media (max-width:767px) {
  #course {
    margin-top: 59px;
    margin-bottom: 76px;
  }
}

/* タブ */
@media (max-width:767px) {
  #smarttab {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.st-theme-basic {
  border: none;
}

@media screen and (max-width: 767px) {
  .st>.nav {
    flex-direction: row !important;
    flex: 1 auto;
  }
}

.tab>.nav {
  font-size: 26px;
  column-gap: 24px;
  text-align: center;
}

@media (max-width:767px) {
  .tab>.nav {
    font-size: 19px;
    column-gap: 8px;
  }
}

.tab.st-theme-basic>.nav {
  box-shadow: none;
  margin-top: -4px;
}

.nav-link {
  background-color: #f0f0f0;
  color: #000 !important;
  border-radius: 0.5rem 0.5rem 0 0;
}

.st>.nav .nav-link {
  display: block;
  padding: 20px;
}

/* アクティブ */
.tab.st-theme-basic>.nav .nav-link.active {
  color: #fff !important;
  background-color: #f2a118;

}

.tab.st-theme-basic>.nav .nav-link.active::after {
  background-color: unset !important;
}

.tab-content {
  text-align: center;
  background-color: #fff;
  border: 21px solid #ffedcc;
  border-radius: 0 0 0.25rem 0.25rem;
  height: auto !important;
}

@media (max-width:767px) {
  .tab-content {
    border: 15px solid #ffedcc;
  }
}

.tab-pane {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 24px;
  margin-top: 24px;
  margin-bottom: 16px;
}

@media (max-width:767px) {
  .tab-pane {
    flex-direction: column;
    margin-top: 21px;
    margin-bottom: -14px;
  }
}

.st>.tab-content>.tab-pane {
  padding: 0.4rem !important;
}

.course-tab-content-item img {
  max-width: 100%
}

@media (max-width:767px) {

  .st>.tab-content>.tab-pane {
    padding: 0.2rem !important;
  }

  .course-tab-content-item img {
    width: 277px;
  }
}

.course-tab-content-title {
  font-size: 24px;
  margin-bottom: -4px;
}

@media (max-width:767px) {
  .course-tab-content-title {
    margin: -4px;
    font-size: 20px;
  }
}

.course-tab-content-title-age {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width:767px) {
  .course-tab-content-title-age {
    margin-top: 7px;
    margin-bottom: 32px;
    font-size: 16px;
  }
}

/* アナウンス */
.announce {
  width: 100%;
  height: 221px;
  background-color: #f2f8fe;
  text-align: center;
}

@media (max-width:767px) {
  .announce {
    height: 191px;
  }
}

.detail {
  font-size: 20px;
  font-weight: 400;
  padding-top: 31px;
  padding-bottom: 20px;
  line-height: 1.7;
}

@media (max-width:767px) {
  .detail {
    font-size: 16px;
    font-weight: 400;
    padding-top: 26px;
    padding-bottom: 19px;
    padding-right: 2px;
    line-height: 1.7;
  }

  .ex-detail {
    padding-right: 5px;
  }
}

/* ポイント */
#point {
  margin-top: 99px;
  margin-bottom: 93px;
}

.animate__animated {
  opacity: 0;
}

@media (max-width: 767px) {
  #point {
    margin-top: 70px;
    margin-bottom: 36px;
  }
}

@media (max-width: 767px) {
  #point .section-title {
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  #point .section-title span {
    margin-bottom: 30px;
    margin-top: 9px;
  }
}

.point-content {
  display: flex;
  flex-direction: row;

  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 43px;
}

@media (max-width:767px) {
  .point-content {
    flex-direction: column-reverse;
    padding: 0 16px;
    margin-bottom: 0;

  }
}

.point-content:nth-child(3) {
  flex-direction: row-reverse;
}

@media (max-width:767px) {
  .point-content:nth-child(3) {
    flex-direction: column-reverse;
  }
}

.point-bottom {
  display: block;
  width: 48%;
  margin: 64px 0px 64px 22px
}

@media (min-width:767px) {
  .point-content img {
    margin-right: 25px;
  }

  .point-content img:nth-child(2) {
    margin-left: 23px;
  }
}

@media (max-width:767px) {
  .point-bottom {
    width: 100%;
    margin: 0;
  }

  .point-bottom p {
    margin-top: -14px;
    margin-bottom: 37px;
    margin-left: 1px;

  }


}

.point-first {
  display: block;
  font-size: 80px;
  color: #46c017;
  font-family: "Poppins";
  font-style: italic;
  font-weight: bold;
  padding-top: 16px;
}

@media (max-width:767px) {
  .point-first {
    font-size: 58px;
    margin-top: -19px;
  }
}

.point-second {
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: -0.6px;
  margin-top: -14px;
  padding-right: 6px;
}


@media (max-width:767px) {
  .point-second {
    font-size: 17.5px;
    margin-top: -12px;
    line-height: 30px;
    letter-spacing: 0;
  }

  .ex-point {
    letter-spacing: 0.3px;
    margin-right: 0;
    padding-right: 2px;
  }

  .point-second br {
    display: none;
  }
}


/* 講師 */

#introducton {
  margin-top: 99px;
  margin-bottom: 94px;
}

@media (max-width:767px) {
  #introducton {
    margin-top: 66px;
    margin-bottom: 51px;
  }
}

.professor {
  display: flex;
  justify-content: center;
  max-width: 1080px;
  margin: auto;
  column-gap: 32px;
}

@media (max-width:767px) {
  .professor {
    flex-direction: column;
  }
}

.professor-flex {
  width: 360px;
  height: 391px;
  background-color: #ffeee5;
  padding-top: 22px;
  border-radius: 10px;
}

@media (max-width:767px) {
  .professor-flex {
    margin: -2px auto 25px;
    width: 312px;
    height: 374px;
    padding-top: 17px;
    border-radius: 10px;
  }
}

.professor-flex:last-child {
  background-color: #fff6e5;
}

.professor-image {
  display: block;
  margin: auto;
}

.name {
  margin-top: 13px;
  margin-bottom: 6px;
  text-align: center;
  font-size: 18px;
}

@media (max-width:767px) {
  .name {
    margin-top: 9px;
    margin-bottom: 9px;
  }
}

.history {
  display: block;
  font-size: 14px;
  text-align: center;
}

.professer-item {
  width: 312px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 20px 30px 0px 22px;
  padding: 10px 18px;
  justify-content: center;
  line-height: 1.7;
}

@media (max-width:767px) {
  .professer-item {
    width: 280px;
    margin: 17px auto 0;
    padding: 7px 18px 10px;
    line-height: 1.75;
  }
}

.professor-comment {
  font-size: 16px;
  font-weight: 400;
}

/* コース */
#plan {
  margin-top: 98px;
  margin-bottom: 78px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

@media (min-width:768px) {
  #plan .section-title span {
    margin-bottom: 30px;
  }
}

@media (max-width:767px) {
  #plan {
    margin-top: 61px;
    margin-bottom: 15px;
  }
}

.course-plan {
  text-align: center;
}

@media (max-width:767px) {
  .course-plan {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
}

.plan-container {
  display: inline-block;
}

@media (max-width:767px) {
  .plan-container {
    margin: 0 auto;
  }
}

.plan-title {
  text-align: left;
  margin-bottom: 19px;
  letter-spacing: 1px;
}

.ex-plan-title {
  margin-bottom: 14px;
  margin-top: 2px;
}

@media (max-width:767px) {
  .plan-title {
    text-align: left;
    margin-top: -11px;
    margin-bottom: 13px;
    font-size: 20px;
    letter-spacing: 0;
  }

  .ex-plan-title {
    margin-bottom: 14px;
  }
}

table {
  border-collapse: collapse;
  border: 3px solid #dddddd;
  width: 752px;
}

@media (max-width:767px) {
  table {
    width: 358px;

  }
}

td {
  border: 1px solid #dddddd;
  font-size: 18px;
  padding-top: 6px;
  padding-bottom: 6.5px;
}

@media (max-width:767px) {
  td {
    padding-top: 4px;
    padding-bottom: 5.5px;
    font-size: 16px;
  }
}

th {
  background-color: #f5f5f5;
  border-right: 1px solid #dddddd;
  color: #333333;
  font-size: 18px;
  width: 235px;
  padding-top: 7px;
  padding-bottom: 11px;
}

th:nth-child(2) {
  width: 510px;
}


@media (max-width:767px) {
  th {
    font-size: 16px;
    height: 48px;
    width: 114px;
    padding: 9px;
  }

  th:nth-child(2) {
    width: 237px;
  }

  .plan1 {
    padding-bottom: 8px;
    padding-right: 8px;
    width: 130px;
  }

  .plan1:nth-child(2) {
    width: 221px;
  }

  .course-plan .plan-second {
    padding-left: 8px;
    padding-top: 7px;
    line-height: 1.72;
    padding-bottom: 1.2px;
  }


}

table .course-plan {
  color: #0079f2;
}

table p {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 0.2px;
}

.plan-second {
  padding-top: 7px;
  padding-bottom: 0.6px;
}

@media (max-width:767px) {
  table p {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 2.1px;
    padding-left: 1.1px;
  }

  .ex-course-plan {
    padding-left: 8px;
  }

  table td>.plan-second {
    padding-left: 18px;
    padding-right: 8px;
  }
}

.plan-item {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 35px;
  color: #46c017;
  padding-left: 3px;
}

@media (max-width:767px) {
  .plan-item {
    font-size: 32px;
    padding-left: 0;
  }
}

.plan-item-2 {
  color: #46c017;
}

@media (max-width:767px) {
  .plan-item-2 {
    font-size: 15px;
    font-weight: 400;
  }
}

#plan small {
  display: block;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  margin-top: 3px;
  margin-bottom: 32.5px;
}

@media (max-width:767px) {
  #plan small {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 62px;
  }
}

/* よくある質問 */
#question {
  margin-top: 100px;
  margin-bottom: 96px;
}

@media (max-width:767px) {
  #question {
    width: auto;
    margin: 16px;
    margin-top: 62px;
    margin-bottom: 79px;
  }
}

@media (max-width:767px) {
  #question .section-title p {
    width: 25px;
    margin: 0 auto 28px auto;
  }
}

.accordion-title {
  display: block;
  max-width: 900px;
  border-radius: 10px;
  border: #f26618 solid;
  margin: -7px auto 27px;
}

@media (max-width:767px) {
  .accordion-title {
    margin-top: -6px;
    margin-bottom: 24px;
  }
}

.accordion-question {
  display: flex;
  position: relative;
}

.Q-icon {
  width: 48px;
  height: 48px;
  margin: 18px 22px 12px;
  background-color: #ffeee5;
  color: #f26618;
  font-size: 24px;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  padding-top: 0.3rem;
}

@media (max-width:767px) {
  .Q-icon {
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 600;
    margin: 15px 12px 16px 16px;
  }
}

.accordion-text {
  width: 83%;
  font-weight: 400;
  font-size: 16px;
  padding-top: 29px;
  margin-left: -5px;
  padding-bottom: 30px;
  line-height: 28px;
}

@media (max-width:767px) {
  .accordion-text {
    width: 80%;
    padding-top: 15px;
    padding-left: 4px;
    padding-right: 19px;
    padding-bottom: 20px;
    line-height: 1.75;
  }

  .ex-accordion {

    letter-spacing: 0.4px;

  }
}

.ex-content {
  padding-top: 28px;
}

@media (max-width:767px) {
  .ex-content {
    padding-top: 14px;
    padding-left: 6px;
    padding-right: 25px;
    padding-bottom: 19px;
  }
}


.accordion-icon {
  color: #f2a118;
  position: absolute;
  font-size: 24px;
  top: 25%;
  left: 95%;
  transform: rotate(180deg);
}

@media (max-width:767px) {
  .accordion-icon {
    top: 13.5%;
    left: 92%;
    font-size: 17px;

  }
}

.accordion-icon.open {
  transform: rotate(0deg);
}

.accordion-content {
  display: none;
}

.accordion-content-a {
  display: flex;
  background-color: #ffeee5;
  border-radius: 0 0 10px 10px;
}

.A-icon {
  text-align: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 20px 22px 47px;
  background-color: #f26618;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  padding-top: 0.3rem;
}

@media (max-width:767px) {
  .A-icon {
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 600;
    margin: 15px 11px 13px 15px;
  }
}

/* フッター */

.footer-sns {
  display: flex;
  width: 100%;
  height: 130px;
  background-color: #333333;
  justify-content: center;
  text-align: center;
  padding: 38px;
}

.footer-sns>ul {
  display: flex;
  text-align: center;
  column-gap: 36px;
}

@media (max-width:767px) {
  .footer-sns {
    height: 129px;
    padding: 40px;
  }
  .footer-sns>ul {
    column-gap: 41px;
  }
}

.footer-sns a {
  font-size: 33px;
}

@media (max-width:767px) {
  .footer-sns a {
    font-size: 32px;
  }
}

.footer-sns-icon {
  width: 50px;
  height: 50px;
  color: #fff;
}

@media (min-width:768px) {
  .footer-sns-icon:hover {
    color: #8a8a8a;
  }
}

.footer-logo {
  display: block;
  margin: auto;
  padding-top: 32px;
  padding-bottom: 28px;
  text-align: center;
}

@media (max-width:767px) {
  .footer-logo {
    padding-top: 29px;
    padding-bottom: 26px;
  }
}

.footer-copyright {
  display: block;
  font-size: 10px;
  text-align: center;
  padding-bottom: 32px;
  color: #999999;
}