@charset "UTF-8";
/* ------------------------------
utilty
---------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1E1E1E;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.br-sp {
  display: none;
}

.pc-no {
  display: none;
}

.sp-no {
  display: block;
}

.wrapper {
  max-width: 1440px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .nav-pc-no {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 16px;
  }
  .br-sp {
    display: block;
  }
  .pc-no {
    display: block;
  }
  .sp-no {
    display: none;
  }
}

/* ------------------------------
FV
---------------------------------- */
#top {
  background-image: url(../images/top_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 700px;
  position: relative;
}

#top::before {
  content: '';
  background-color: rgba(30, 30, 30, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#top::after {
  content: "";
  display: inline-block;
  background-image: url(../images/top-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
  width: 150px;
  position: absolute;
  top: 80px;
  left: 0;
}

#top .wrapper {
  padding: 64px 0;
  position: relative;
  z-index: 1;
}

#top .wrapper .top-contents {
  text-align: center;
}

#top .wrapper .top-contents h1 {
  width: 140px;
  margin: 0 auto 40px;
}

#top .wrapper .top-contents .top-subtext {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 18px;
}

#top .wrapper .top-contents .top-maintext {
  font-weight: bold;
}

#top .wrapper .top-contents .top-maintext .upper-part {
  font-size: 48px;
  margin-bottom: 24px;
}

#top .wrapper .top-contents .top-maintext .upper-part span {
  background-color: #fff;
  padding: 8px 14px;
  display: inline-block;
}

#top .wrapper .top-contents .top-maintext .lower-part {
  font-size: 70px;
  background-color: #fff;
  padding: 8px 16px 10px;
  display: inline-block;
}

#top .wrapper .top-contents .guarantee-part {
  width: 55%;
  margin: 48px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px;
  border-radius: 8px;
  background-color: rgba(30, 30, 30, 0.3);
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

#top .wrapper .top-contents .guarantee-part dt {
  width: 30%;
  margin-right: 24px;
}

#top .wrapper .top-contents .guarantee-part dd {
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  text-align: left;
}

@media screen and (max-width: 834px) {
  #top {
    background-image: url(../images/top-img_ipad.jpg);
    height: 80vh;
  }
  #top .wrapper .top-contents .top-maintext .upper-part {
    margin-bottom: 16px;
  }
  #top .wrapper .top-contents .top-maintext .lower-part {
    background-color: inherit;
    padding: 0;
  }
  #top .wrapper .top-contents .top-maintext .lower-part span {
    background-color: #fff;
    padding: 8px 16px 10px;
    display: inline-block;
    margin-bottom: 8px;
  }
  #top .wrapper .top-contents .guarantee-part {
    width: 90%;
  }
}

@media screen and (max-width: 640px) {
  #top {
    background-image: url(../images/top-img_sp.jpg);
    height: 90vh;
  }
  #top::after {
    height: 200px;
    width: 100px;
  }
  #top .wrapper {
    padding: 48px 0;
  }
  #top .wrapper .top-contents h1 {
    width: 100px;
    margin: 0 auto 16px;
  }
  #top .wrapper .top-contents .top-subtext {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 18px;
  }
  #top .wrapper .top-contents .top-maintext {
    font-weight: bold;
  }
  #top .wrapper .top-contents .top-maintext .upper-part {
    font-size: 28px;
    margin-bottom: 8px;
  }
  #top .wrapper .top-contents .top-maintext .lower-part {
    font-size: 38px;
  }
  #top .wrapper .top-contents .top-maintext .lower-part span {
    display: inline-block;
    margin-bottom: 8px;
  }
  #top .wrapper .top-contents .guarantee-part {
    display: block;
    width: 100%;
    margin: 24px auto;
  }
  #top .wrapper .top-contents .guarantee-part dt {
    margin: 0 auto 8px;
  }
  #top .wrapper .top-contents .guarantee-part dd {
    font-size: 12px;
  }
}

/* ------------------------------
voice
---------------------------------- */
#voice {
  position: relative;
  padding: 120px 0 160px;
}

#voice::before {
  content: "";
  display: inline-block;
  background-image: url(../images/voice-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  width: 170px;
  position: absolute;
  top: -100px;
  right: 0;
}

#voice::after {
  content: "";
  background: linear-gradient(263.47deg, #EAE74A 1.1%, #0CFDF4 99.48%);
  width: 80%;
  height: 450px;
  position: absolute;
  bottom: 120px;
  right: 0;
  z-index: -1;
}

#voice .wrapper .title-subtext {
  text-align: center;
  margin-bottom: 24px;
}

#voice .wrapper .title-subtext span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #1E1E1E;
  padding: 4px 16px;
}

#voice .wrapper .title-part {
  text-align: center;
  padding-bottom: 80px;
}

#voice .wrapper .title-part h2 {
  font-family: "Montserrat", "sans-serif";
  font-style: italic;
  font-size: 60px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 16px;
}

#voice .wrapper .title-part p {
  font-size: 24px;
  font-weight: bold;
  color: #6F6F6F;
}

@media screen and (max-width: 834px) {
  #voice .wrapper .title-part h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 640px) {
  #voice .wrapper .title-part h2 {
    font-size: 40px;
  }
  #voice .wrapper .title-part p {
    font-size: 18px;
  }
}

#voice .wrapper .voice-contents .voice-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}

#voice .wrapper .voice-contents .voice-card .voice-card__inner {
  padding: 24px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 8px;
}

#voice .wrapper .voice-contents .voice-card .voice-card__inner .voice-text {
  line-height: 1.7;
  margin-bottom: 24px;
}

#voice .wrapper .voice-contents .voice-card .voice-card__inner .voice-text dt {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 12px;
  position: relative;
}

#voice .wrapper .voice-contents .voice-card .voice-card__inner .voice-text dt::after {
  content: "";
  display: block;
  height: 2px;
  width: 80px;
  background: #1CFCE9;
  position: absolute;
  bottom: 0;
  left: 0;
}

#voice .wrapper .voice-contents .voice-card .voice-card__inner .voice-text dd {
  font-size: 14px;
  margin-top: 16px;
  text-align: justify;
}

#voice .wrapper .voice-contents .voice-card .voice-card__inner:nth-child(even) .voice-text dt::after {
  background: #EBE84B;
}

#voice .wrapper .voice-contents .voice-card .voice-card__inner .voice-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#voice .wrapper .voice-contents .voice-card .voice-card__inner .voice-image span {
  width: 30%;
  padding-right: 18px;
}

#voice .wrapper .voice-contents .voice-card .voice-card__inner .voice-image .voice-name {
  width: 70%;
}

#voice .wrapper .voice-contents .voice-card .voice-card__inner .voice-image .voice-name dt {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
}

#voice .wrapper .voice-contents .voice-card .voice-card__inner .voice-image .voice-name dd {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  #voice {
    padding: 120px 0;
  }
  #voice::before {
    height: 200px;
    width: 120px;
    top: -80px;
  }
  #voice::after {
    width: 80%;
    height: 480px;
    position: absolute;
    bottom: 80px;
    right: 0;
    z-index: -1;
  }
  #voice .wrapper .title-part {
    padding-bottom: 48px;
  }
}

/* swiperのカスタマイズ */
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 60px;
  width: 60px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 60px;
  margin: auto;
  width: 60px;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../images/left-btn.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../images/right-btn.png);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.voice-container {
  position: relative;
}

/* 前への矢印 */
.swiper-button-prev {
  left: -30px;
}

/* 次への矢印 */
.swiper-button-next {
  right: -30px;
}

@media screen and (max-width: 640px) {
  /* 前への矢印 */
  .swiper-button-prev {
    bottom: -80px;
    left: 100px;
    top: auto;
  }
  /* 次への矢印 */
  .swiper-button-next {
    bottom: -80px;
    right: 100px;
    top: auto;
  }
}

/* ------------------------------
about
---------------------------------- */
#about {
  position: relative;
  padding: 120px 0 180px;
}

#about::before {
  content: "";
  display: inline-block;
  background-image: url(../images/about-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  width: 150px;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
}

#about .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about .wrapper .about-contents__left {
  width: 52%;
  padding: 40px 0 40px 0;
}

#about .wrapper .about-contents__left .title-part {
  text-align: center;
  text-align: left;
}

#about .wrapper .about-contents__left .title-part h2 {
  font-family: "Montserrat", "sans-serif";
  font-style: italic;
  font-size: 60px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 16px;
}

#about .wrapper .about-contents__left .title-part p {
  font-size: 24px;
  font-weight: bold;
  color: #6F6F6F;
}

@media screen and (max-width: 834px) {
  #about .wrapper .about-contents__left .title-part h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 640px) {
  #about .wrapper .about-contents__left .title-part h2 {
    font-size: 40px;
  }
  #about .wrapper .about-contents__left .title-part p {
    font-size: 18px;
  }
}

#about .wrapper .about-contents__left .about-contents__text {
  padding-top: 40px;
  line-height: 1.7;
}

#about .wrapper .about-contents__left .about-contents__text p {
  padding-bottom: 16px;
}

#about .wrapper .about-contents__right {
  width: 45%;
  position: absolute;
  right: 0;
  max-width: 550px;
}

@media screen and (max-width: 834px) {
  #about {
    padding: 40px 0 80px;
  }
}

@media screen and (max-width: 640px) {
  #about::before {
    height: 160px;
    width: 130px;
    top: 0px;
  }
  #about .wrapper {
    display: block;
    padding-bottom: 320px;
  }
  #about .wrapper .about-contents__left {
    width: 100%;
    padding: 40px 0 40px 0;
  }
  #about .wrapper .about-contents__left .title-part {
    text-align: center;
  }
  #about .wrapper .about-contents__left .about-contents__text {
    padding-top: 40px;
    line-height: 1.7;
  }
  #about .wrapper .about-contents__left .about-contents__text p {
    padding-bottom: 16px;
    text-align: justify;
    word-wrap: break-word;
  }
  #about .wrapper .about-contents__right {
    width: 95%;
  }
}

/* ------------------------------
works
---------------------------------- */
#works {
  background-color: #F4F4F4;
  padding: 120px 0;
  position: relative;
}

#works::before {
  content: "";
  display: inline-block;
  background-image: url(../images/works-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  width: 150px;
  position: absolute;
  top: -80px;
  right: 0;
}

#works .wrapper .title-part {
  text-align: center;
}

#works .wrapper .title-part h2 {
  font-family: "Montserrat", "sans-serif";
  font-style: italic;
  font-size: 60px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 16px;
}

#works .wrapper .title-part p {
  font-size: 24px;
  font-weight: bold;
  color: #6F6F6F;
}

@media screen and (max-width: 834px) {
  #works .wrapper .title-part h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 640px) {
  #works .wrapper .title-part h2 {
    font-size: 40px;
  }
  #works .wrapper .title-part p {
    font-size: 18px;
  }
}

#works .wrapper .works-text {
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  padding: 40px 0 64px;
}

#works .wrapper .works-text span {
  display: block;
  font-size: 14px;
}

#works .wrapper .movie-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#works .wrapper .movie-contents li {
  width: 32%;
}

#works .wrapper .movie-contents li iframe {
  width: 100%;
  height: 240px;
}

#works .wrapper figure {
  margin: 80px auto 0;
}

@media screen and (max-width: 834px) {
  #works .wrapper .movie-contents {
    display: block;
  }
  #works .wrapper .movie-contents li {
    width: 80%;
    margin: 0 auto 24px;
  }
}

@media screen and (max-width: 640px) {
  #works {
    padding: 120px 0 100px;
  }
  #works::before {
    height: 160px;
    width: 120px;
    top: -60px;
  }
  #works .wrapper .movie-contents li {
    width: 100%;
  }
  #works .wrapper .movie-contents li iframe {
    height: 100%;
  }
  #works .wrapper figure {
    margin: 64px auto 0;
  }
}

/* ------------------------------
attention
---------------------------------- */
#attention {
  margin: 120px 0;
}

#attention .wrapper .attention-mark {
  width: 100px;
  margin: 0 auto 16px;
  display: block;
}

#attention .wrapper .attention-title {
  font-size: 32px;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  padding-bottom: 16px;
}

#attention .wrapper .attention-text {
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  padding-bottom: 32px;
}

#attention .wrapper .attention-text span {
  color: #EC685E;
}

#attention .wrapper .speech-contents {
  position: relative;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

#attention .wrapper .speech-contents img {
  width: 32%;
  margin: 80px auto;
}

#attention .wrapper .speech-contents ul li {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  padding: 32px;
}

#attention .wrapper .speech-contents ul li:first-child {
  border-radius: 16px 16px 0px 16px;
  top: 0;
  left: 0;
}

#attention .wrapper .speech-contents ul li:nth-child(2) {
  border-radius: 16px 16px 16px 0px;
  top: 0;
  right: 0;
}

#attention .wrapper .speech-contents ul li:nth-child(3) {
  border-radius: 16px 0px 16px 16px;
  bottom: 0;
  left: 0;
}

#attention .wrapper .speech-contents ul li:nth-child(4) {
  border-radius: 0px 16px 16px 16px;
  bottom: 0;
  right: 0;
}

#attention .wrapper .speech-contents ul li p {
  line-height: 1.7;
  font-weight: bold;
  position: relative;
}

#attention .wrapper .speech-contents ul li p::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 18px;
  position: absolute;
  top: -20px;
  left: -20px;
  background-image: url(../images/bubble-top.png);
}

#attention .wrapper .speech-contents ul li p::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 18px;
  position: absolute;
  bottom: -20px;
  right: -20px;
  background-image: url(../images/bubble-bottom.png);
}

#attention .wrapper .attention-text__bottom {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin: 48px 0;
}

#attention .wrapper .attention-text__bottom .sp-text {
  display: block;
}

#attention .wrapper .attention-text__bottom .bg-text {
  background-color: #1E1E1E;
  color: #fff;
  padding: 4px;
  margin: 0 8px;
}

@media screen and (max-width: 1080px) {
  #attention .wrapper .speech-contents img {
    width: 40%;
    margin: 240px auto 160px;
  }
  #attention .wrapper .speech-contents ul li:nth-child(2) {
    top: 130px;
  }
  #attention .wrapper .speech-contents ul li:nth-child(3) {
    bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  #attention {
    margin: 80px 0 100px;
  }
  #attention .wrapper .attention-title {
    font-size: 24px;
  }
  #attention .wrapper .attention-text {
    font-size: 18px;
    padding-bottom: 24px;
  }
  #attention .wrapper .speech-contents img {
    width: 60%;
    margin: 240px auto 200px;
  }
  #attention .wrapper .speech-contents ul li {
    padding: 24px 16px;
  }
  #attention .wrapper .speech-contents ul li:nth-child(2) {
    top: 110px;
  }
  #attention .wrapper .speech-contents ul li:nth-child(3) {
    bottom: 110px;
  }
  #attention .wrapper .speech-contents ul li p {
    font-size: 14px;
  }
  #attention .wrapper .speech-contents ul li p::before {
    top: -14px;
    left: 0;
  }
  #attention .wrapper .speech-contents ul li p::after {
    bottom: -14px;
    right: 0;
  }
  #attention .wrapper .attention-text__bottom {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    margin: 48px 0;
  }
  #attention .wrapper .attention-text__bottom .sp-text {
    font-size: 18px;
  }
  #attention .wrapper .attention-text__bottom .bg-text {
    display: block;
    margin: 0;
  }
}

/* ------------------------------
features
---------------------------------- */
#features {
  background-color: #F4F4F4;
  padding: 120px 0;
  position: relative;
}

#features::before {
  content: "";
  display: inline-block;
  background-image: url(../images/features-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  width: 150px;
  position: absolute;
  top: -64px;
  left: 0;
}

#features .wrapper .title-part {
  text-align: center;
  margin-bottom: 80px;
}

#features .wrapper .title-part h2 {
  font-family: "Montserrat", "sans-serif";
  font-style: italic;
  font-size: 60px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 16px;
}

#features .wrapper .title-part p {
  font-size: 24px;
  font-weight: bold;
  color: #6F6F6F;
}

@media screen and (max-width: 834px) {
  #features .wrapper .title-part h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 640px) {
  #features .wrapper .title-part h2 {
    font-size: 40px;
  }
  #features .wrapper .title-part p {
    font-size: 18px;
  }
}

#features .wrapper .features-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#features .wrapper .features-contents li {
  width: 48%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 80px;
  position: relative;
}

#features .wrapper .features-contents li::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 47px;
  position: absolute;
  top: -24px;
  left: 24px;
}

#features .wrapper .features-contents li:first-child::before {
  background-image: url(../images/number_01.png);
}

#features .wrapper .features-contents li:nth-child(2)::before {
  background-image: url(../images/number_02.png);
}

#features .wrapper .features-contents li:nth-child(3)::before {
  background-image: url(../images/number_03.png);
}

#features .wrapper .features-contents li:nth-child(4)::before {
  background-image: url(../images/number_04.png);
}

#features .wrapper .features-contents li dl {
  padding: 24px;
  line-height: 1.7;
}

#features .wrapper .features-contents li dl dt {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 16px;
}

#features .wrapper .features-contents li dl dd {
  text-align: justify;
}

@media screen and (max-width: 640px) {
  #features {
    padding: 80px 0 100px;
  }
  #features::before {
    height: 160px;
    width: 120px;
    top: -56px;
  }
  #features .wrapper .features-contents {
    display: block;
  }
  #features .wrapper .features-contents li {
    width: 100%;
  }
}

/* ------------------------------
course
---------------------------------- */
#course {
  padding: 120px 0;
  position: relative;
}

#course::before {
  content: "";
  display: inline-block;
  background-image: url(../images/course-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  width: 150px;
  position: absolute;
  top: -64px;
  right: 0;
}

#course .wrapper .title-part {
  text-align: center;
  margin-bottom: 80px;
}

#course .wrapper .title-part h2 {
  font-family: "Montserrat", "sans-serif";
  font-style: italic;
  font-size: 60px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 16px;
}

#course .wrapper .title-part p {
  font-size: 24px;
  font-weight: bold;
  color: #6F6F6F;
}

@media screen and (max-width: 834px) {
  #course .wrapper .title-part h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 640px) {
  #course .wrapper .title-part h2 {
    font-size: 40px;
  }
  #course .wrapper .title-part p {
    font-size: 18px;
  }
}

#course .wrapper .course-contents {
  overflow-x: scroll;
}

#course .wrapper .course-contents table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

#course .wrapper .course-contents table tr {
  border: 1px solid #CDCDCD;
}

#course .wrapper .course-contents table tr:nth-child(odd) {
  background-color: #F4F4F4;
}

#course .wrapper .course-contents table tr:first-child {
  border: none;
  background-color: initial;
}

#course .wrapper .course-contents table tr:first-child .individual-plan, #course .wrapper .course-contents table tr:first-child .unlimited-plan {
  padding: 16px;
  border-radius: 8px 8px 0 0;
}

#course .wrapper .course-contents table tr:first-child .individual-plan dl, #course .wrapper .course-contents table tr:first-child .unlimited-plan dl {
  text-align: center;
}

#course .wrapper .course-contents table tr:first-child .individual-plan dl dt, #course .wrapper .course-contents table tr:first-child .unlimited-plan dl dt {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 16px;
}

#course .wrapper .course-contents table tr:first-child .individual-plan dl dd, #course .wrapper .course-contents table tr:first-child .unlimited-plan dl dd {
  font-size: 14px;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  line-height: 1.7;
  font-weight: normal;
}

#course .wrapper .course-contents table tr:first-child .individual-plan {
  background-color: #FFD43B;
}

#course .wrapper .course-contents table tr:first-child .unlimited-plan {
  background-color: #57F6BC;
}

#course .wrapper .course-contents table tr td {
  padding: 16px 24px;
  line-height: 1.7;
}

#course .wrapper .course-contents table tr td:first-child {
  font-weight: bold;
  border-right: 1px solid #CDCDCD;
}

#course .wrapper .course-contents table tr td:nth-child(n + 2) {
  text-align: center;
}

#course .wrapper .course-contents table tr td:nth-child(3) {
  border-left: 1px solid #CDCDCD;
}

@media screen and (max-width: 640px) {
  #course {
    padding: 80px 0 100px;
  }
  #course::before {
    height: 160px;
    width: 120px;
    top: -80px;
  }
  #course .wrapper .course-contents table tr:first-child .individual-plan, #course .wrapper .course-contents table tr:first-child .unlimited-plan {
    padding: 16px 8px;
  }
  #course .wrapper .course-contents table tr:first-child .individual-plan dl dt, #course .wrapper .course-contents table tr:first-child .unlimited-plan dl dt {
    font-size: 18px;
  }
  #course .wrapper .course-contents table tr:first-child .individual-plan dl dd, #course .wrapper .course-contents table tr:first-child .unlimited-plan dl dd {
    font-size: 12px;
    padding: 12px;
  }
  #course .wrapper .course-contents table tr td {
    padding: 12px 16px;
    vertical-align: middle;
  }
  #course .wrapper .course-contents table tr td.smallfont {
    font-size: 14px;
  }
}

/* ------------------------------
consultation
---------------------------------- */
#consultation {
  background: linear-gradient(263.47deg, #EAE74A 1.1%, #0CFDF4 99.48%);
}

#consultation .wrapper {
  position: relative;
  height: 300px;
}

#consultation .wrapper .consultation-contents {
  width: 100%;
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: absolute;
  top: -64px;
}

#consultation .wrapper .consultation-contents h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.7;
  padding-bottom: 16px;
}

#consultation .wrapper .consultation-contents p {
  line-height: 1.7;
  padding-bottom: 24px;
}

#consultation .wrapper .consultation-contents a {
  display: block;
  width: 40%;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
}

#consultation .wrapper .consultation-contents a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  #consultation .wrapper {
    height: 480px;
  }
  #consultation .wrapper .consultation-contents {
    padding: 32px 24px;
    top: -24px;
  }
  #consultation .wrapper .consultation-contents h3 {
    font-size: 28px;
  }
  #consultation .wrapper .consultation-contents p {
    text-align: left;
  }
  #consultation .wrapper .consultation-contents a {
    width: 100%;
  }
}

/* ------------------------------
message
---------------------------------- */
#message {
  background-color: #F4F4F4;
  padding: 120px 0;
  position: relative;
}

#message::before {
  content: "";
  display: inline-block;
  background-image: url(../images/message-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  width: 150px;
  position: absolute;
  top: -64px;
  left: 0;
}

#message .wrapper .message-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#message .wrapper .message-contents .message-part__right {
  width: 48%;
}

#message .wrapper .message-contents .message-part__right .title-part {
  text-align: center;
  text-align: left;
  margin-bottom: 40px;
}

#message .wrapper .message-contents .message-part__right .title-part h2 {
  font-family: "Montserrat", "sans-serif";
  font-style: italic;
  font-size: 60px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 16px;
}

#message .wrapper .message-contents .message-part__right .title-part p {
  font-size: 24px;
  font-weight: bold;
  color: #6F6F6F;
}

@media screen and (max-width: 834px) {
  #message .wrapper .message-contents .message-part__right .title-part h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 640px) {
  #message .wrapper .message-contents .message-part__right .title-part h2 {
    font-size: 40px;
  }
  #message .wrapper .message-contents .message-part__right .title-part p {
    font-size: 18px;
  }
}

#message .wrapper .message-contents .message-part__right ul li {
  line-height: 1.7;
  padding-bottom: 16px;
  text-align: justify;
}

#message .wrapper .message-contents .message-part__right ul li:last-child {
  font-weight: bold;
}

#message .wrapper .message-contents .message-part__left {
  width: 45%;
  position: absolute;
  right: 0;
  max-width: 550px;
}

@media screen and (max-width: 834px) {
  #message::before {
    top: 32px;
  }
}

@media screen and (max-width: 640px) {
  #message {
    padding: 120px 0 360px;
  }
  #message::before {
    height: 160px;
    width: 120px;
    top: 32px;
  }
  #message .wrapper .message-contents {
    display: block;
  }
  #message .wrapper .message-contents .message-part__right {
    width: 100%;
  }
  #message .wrapper .message-contents .message-part__right ul {
    margin-bottom: 32px;
  }
  #message .wrapper .message-contents .message-part__left {
    width: 95%;
  }
}

/* ------------------------------
contact
---------------------------------- */
#contact {
  position: relative;
}

#contact::before {
  content: "";
  display: inline-block;
  background-image: url(../images/contact-img.png);
  width: 500px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 10%;
}

#contact .wrapper {
  padding: 80px 0;
}

#contact .wrapper .contact-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contact .wrapper .contact-contents .contact-contents__left {
  width: 48%;
  margin-right: 40px;
}

#contact .wrapper .contact-contents .contact-contents__left .title-part {
  text-align: center;
  text-align: left;
  margin-top: 40px;
}

#contact .wrapper .contact-contents .contact-contents__left .title-part h2 {
  font-family: "Montserrat", "sans-serif";
  font-style: italic;
  font-size: 60px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 16px;
}

#contact .wrapper .contact-contents .contact-contents__left .title-part p {
  font-size: 24px;
  font-weight: bold;
  color: #6F6F6F;
}

@media screen and (max-width: 834px) {
  #contact .wrapper .contact-contents .contact-contents__left .title-part h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 640px) {
  #contact .wrapper .contact-contents .contact-contents__left .title-part h2 {
    font-size: 40px;
  }
  #contact .wrapper .contact-contents .contact-contents__left .title-part p {
    font-size: 18px;
  }
}

#contact .wrapper .contact-contents .contact-contents__right {
  width: 50%;
}

#contact .wrapper .contact-contents .contact-contents__right .contact-card {
  background-color: #fff;
  padding: 40px 32px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
}

#contact .wrapper .contact-contents .contact-contents__right .contact-card p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  padding-bottom: 16px;
}

#contact .wrapper .contact-contents .contact-contents__right .contact-card h4 {
  font-size: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB53B), to(#FF2525));
  background: linear-gradient(180deg, #FFB53B 0%, #FF2525 100%);
  background: -webkit-linear-gradient(180deg, #FFB53B 0%, #FF2525 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 24px;
}

#contact .wrapper .contact-contents .contact-contents__right .contact-card h4 span {
  font-size: 64px;
  color: #FF632F;
  -webkit-text-fill-color: initial;
  -webkit-animation: flash 1.5s linear infinite;
          animation: flash 1.5s linear infinite;
}

#contact .wrapper .contact-contents .contact-contents__right .contact-card .friend-btn a {
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
  -webkit-transition: .3s;
  transition: .3s;
}

#contact .wrapper .contact-contents .contact-contents__right .contact-card .friend-btn a:hover {
  opacity: 0.8;
}

#contact .wrapper .contact-contents .contact-contents__right .contact-card .friend-btn span {
  font-size: 18px;
  font-weight: bold;
  color: #3DB143;
  line-height: 1.7;
}

@media screen and (max-width: 834px) {
  #contact::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #contact .wrapper .contact-contents {
    display: block;
  }
  #contact .wrapper .contact-contents .contact-contents__left {
    width: 100%;
    margin-right: 0;
  }
  #contact .wrapper .contact-contents .contact-contents__left .title-part {
    text-align: center;
    margin-top: 40px;
  }
  #contact .wrapper .contact-contents .contact-contents__right {
    width: 80%;
    margin: 40px auto 100px;
  }
}

@media screen and (max-width: 640px) {
  #contact::before {
    width: 90%;
    height: 95px;
  }
  #contact .wrapper .contact-contents .contact-contents__left .title-part {
    margin-top: 0;
  }
  #contact .wrapper .contact-contents .contact-contents__right {
    width: 100%;
    margin: 40px auto 64px;
  }
  #contact .wrapper .contact-contents .contact-contents__right .contact-card {
    padding: 32px 24px;
  }
  #contact .wrapper .contact-contents .contact-contents__right .contact-card .friend-btn a {
    width: 100%;
  }
}

@-webkit-keyframes flash {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/* ------------------------------
fixedbutton
---------------------------------- */
.fixed-contents {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 12px 16px;
  position: fixed;
  bottom: 0;
  z-index: 10;
}

.fixed-contents .fixed-btn {
  width: 50%;
  max-width: 500px;
  margin: 0 auto;
}

.fixed-contents .fixed-btn a {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 16px 24px;
  width: 100%;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB53B), to(#FF2525));
  background: linear-gradient(180deg, #FFB53B 0%, #FF2525 100%);
  border-radius: 80px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fixed-contents .fixed-btn a:hover {
  opacity: 0.8;
}

.fixed-contents .fixed-btn a span {
  position: relative;
}

.fixed-contents .fixed-btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  /* 縦軸をセンタリングする */
  right: -56px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* 縦軸をセンタリングする */
  border: 11px solid transparent;
  border-left: 20px solid #fff;
  /* 好みで色を変えてください */
}

@media screen and (max-width: 834px) {
  .fixed-contents .fixed-btn {
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  .fixed-contents .fixed-btn {
    width: 90%;
  }
  .fixed-contents .fixed-btn a {
    font-size: 18px;
  }
  .fixed-contents .fixed-btn a span::before {
    right: -48px;
    border: 7px solid transparent;
    border-left: 14px solid #fff;
    /* 好みで色を変えてください */
  }
}

/* ------------------------------
footer
---------------------------------- */
#footer {
  background-color: #F4F4F4;
  padding: 64px 0 100px;
}

#footer .wrapper {
  text-align: center;
}

#footer .wrapper .footer-logo {
  width: 140px;
  margin: 0 auto 24px;
}

#footer .wrapper a {
  color: #1E1E1E;
  text-decoration: underline;
  padding-bottom: 24px;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

#footer .wrapper a:hover {
  color: #6F6F6F;
}

#footer .wrapper small {
  font-size: 14px;
}
/*# sourceMappingURL=style.css.map */