@charset "UTF-8";
/*----------
基本設定
----------*/
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  scroll-behavior: smooth;
}

/*文字系*/
p {
  font-size: 1.6rem;
  text-align: justify;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.8rem;
}

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

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

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

small {
  font-size: 1.2rem;
}

strong {
  font-weight: bold;
  font-size: 1.8rem;
}

.underline-y {
  font-weight: bold;
  position: relative;
}
.underline-y::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 50%;
  background-color: #fff27d;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

/*文字系ここまで*/
/*----------
レイアウト系
----------*/
/*コンテンツ幅*/
.content {
  margin: 0 auto;
  padding: 0 10px;
}

.mw-1124 {
  max-width: 1124px;
  margin: 0 auto;
}

.mw-960 {
  max-width: 960px;
  margin: 0 auto;
}

.mw-768 {
  max-width: 768px;
  margin: 0 auto;
}

.mw-670 {
  max-width: 670px;
  margin: 0 auto;
}

.bg-white {
  background-color: white;
}

.only-pc-br {
  display: inline-block !important;
}

.only-sp-br {
  display: none !important;
}

.only-pc {
  display: block !important;
}

.only-sp {
  display: none !important;
}

@media (max-width: 768px) {
  .only-pc-br {
    display: none !important;
  }
  .only-sp-br {
    display: inline-block !important;
  }
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
}
/*コンテンツ幅ここまで*/
/*Flexレイアウト*/
.content-flex {
  display: flex;
  flex-wrap: nowrap;
}
.content-flex .flex-inner:last-child {
  margin-right: 0;
}
.content-flex .flex-2w {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 10px;
}
.content-flex .flex-2w:nth-child(2n) {
  margin-right: 0%;
}
.content-flex .flex-3w {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.content-flex .flex-3w:nth-child(3n) {
  margin-right: 0%;
}

@media (max-width: 768px) {
  .content-flex {
    display: block;
  }
  .content-flex .flex-2w {
    width: 100%;
    margin-right: 0%;
  }
  .content-flex .flex-3w {
    width: 100%;
    margin-right: 0%;
  }
}
/*Flexレイアウトここまで*/
/*レイアウト系ここまで*/
/*CVボタン*/
.cv-btn {
  background-color: #ff4c15;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 5px 0px #991f1f;
  position: relative;
  text-decoration: none;
  text-align: center;
  padding: 20px 80px 20px 40px;
  display: block;
  max-width: 420px;
  margin: 0 auto;
  transition: 0.3s;
  bottom: 0;
}
.cv-btn:hover {
  bottom: -5px;
  box-shadow: 0px 0px 0px #991f1f;
}
.cv-btn::after {
  content: "";
  width: 6px;
  height: 16px;
  background-image: url(../img/btn-arrow.png);
  display: block;
  right: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media (max-width: 768px) {
  .cv-btn {
    font-size: 2rem;
    padding: 20px 40px 20px 20px;
  }
}
/*CVボタンここまで*/
/*main-vsここから*/
.main-vs {
  position: relative;
  background: url(../img/main-bg-pink.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.main-vs .main-copy {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 40px 10px;
}
.main-vs .main-copy h1 .sp-sub-copy {
  display: none;
}
.main-vs .main-copy img {
  max-width: 645px;
}
.main-vs .main-copy .cv-btn {
  margin: 40px 0 0;
}
.main-vs .main-copy .main-price p {
  background-color: #ffffff;
  padding: 0px 20px 10px;
  border-radius: 50px;
  max-width: 645px;
  font-size: 4rem;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1.2;
}
.main-vs .main-copy .main-price strong {
  font-size: 5.5rem;
  color: #c1272d;
}
.main-vs .main-img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 1000px;
  z-index: 0;
}
.main-vs .main-point {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.main-vs .main-point .content-flex {
  justify-content: space-between;
}
.main-vs .main-point .content-flex .flex-3w {
  background: url(../img/main-point.png) center/contain no-repeat;
  display: flex;
  align-items: center;
  padding: 10px;
}
.main-vs .main-point .content-flex .flex-3w p {
  font-weight: bold;
  color: #42210b;
  font-size: 2.4rem;
  text-align: center;
  flex-grow: 3;
  padding: 20px 0;
  letter-spacing: -1px;
}
.main-vs .main-cap {
  color: #333333;
  max-width: 960px;
  padding: 40px 10px 60px;
  margin: 0 auto;
}
.main-vs .main-cap p {
  text-align: left;
  line-height: 1.8;
}
.main-vs .main-cap h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 1030px) {
  .main-vs {
    background-position: left center;
  }
  .main-vs .main-img {
    top: 0px;
  }
  .main-vs .main-copy {
    padding: 40% 10px 10px;
  }
  .main-vs .main-copy h1 span {
    margin-bottom: 120px;
    display: block;
  }
  .main-vs .main-copy .cv-btn {
    margin: 10px auto 0px;
  }
  .main-vs .main-copy .main-price strong {
    font-size: 5rem;
    margin: 0 auto;
  }
  .main-vs .main-copy .main-price p {
    font-size: 2rem;
    line-height: 1;
    padding: 10px 0px 10px;
  }
  .main-vs .main-cap {
    padding: 10px 10px 30px;
  }
  .main-vs .main-point .content-flex {
    display: flex;
  }
  .main-vs .main-point .content-flex .flex-3w p {
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .main-vs .main-copy {
    padding: 50% 0px 10px;
  }
  .main-vs .main-copy h1 {
    position: relative;
  }
  .main-vs .main-copy h1 .sp-sub-copy {
    text-align: center;
    color: #ffffff;
    background-color: #f77d4d;
    font-size: 2.5rem;
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
    position: absolute;
    top: -40px;
    width: 100%;
    display: block;
  }
  .main-vs .main-point .content-flex .flex-3w {
    padding: 0 0 0;
  }
  .main-vs .main-point .content-flex .flex-3w p {
    font-size: 1.4rem;
    padding: 10px 0;
  }
  .main-vs .main-cv-sp .cv-btn {
    margin: 10px 10px 0px;
  }
  .main-vs .main-cap {
    padding: 20px 10px 30px;
  }
}
/*main-vs*/
/*aboutここから*/
.about {
  background-color: #f1f1f1;
  padding: 40px 10px;
}
.about .about-crear-ttl {
  margin: 0 auto;
  max-width: 1128px;
}
.about .about-text {
  padding: 40px 10px;
  max-width: 960px;
  margin: 0 auto;
}
.about .about-point h3 {
  background-color: #ff4332;
  color: #ffffff;
  margin: 0 auto;
  display: block;
  padding: 10px;
  font-size: 2rem;
  border-radius: 6px;
  text-align: center;
}
.about .about-point img {
  display: block;
  width: auto;
  padding: 10px 30px 30px;
  margin: 0 auto;
}
.about .about-crear-ttl {
  color: #47840c;
  font-size: 2.8rem;
  text-align: center;
  margin: 40px 10px;
}
.about .about-crear {
  background-color: white;
  position: relative;
  margin-bottom: 60px;
  padding: 30px 40px 20px;
  box-shadow: 0px 0px 4px #5b5b5b;
}
.about .about-crear .about-crear-flex {
  display: flex;
  align-items: center;
}
.about .about-crear .about-crear-flex .flex-2w {
  width: 50%;
  margin: 0 0 0 0;
  padding: 20px;
}
.about .about-crear .flex-row-reverse {
  flex-direction: row-reverse;
}
.about .about-crear .content-flex {
  align-items: center;
}
.about .about-crear img {
  max-width: 453px;
}
.about .about-crear h3 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #47840c;
}
.about .about-crear::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  background-image: url(../img/gold-line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .about .about-text {
    padding: 20px 10px;
  }
  .about .about-crear {
    padding: 10px 10px 10px;
    margin-bottom: 20px;
  }
  .about .about-crear .about-crear-flex {
    display: block;
  }
  .about .about-crear .about-crear-flex .flex-2w {
    width: 100%;
    margin-right: 0;
    padding: 10px;
  }
  .about .about-crear h3 {
    font-size: 2rem;
  }
  .about .about-crear-ttl {
    margin: 20px 10px;
  }
}
/*aboutここまで*/
/*courseここから*/
.course {
  background: url(../img/bg-pink.png);
  padding: 40px 10px;
}
.course .course-content {
  background-color: #ffffff;
  border-radius: 16px;
  max-width: 1120px;
  padding: 40px 10px;
  margin: 0 auto;
}
.course .course-content .course-content-inner {
  max-width: 960px;
  margin: 0 auto;
}
.course .course-content .course-content-inner p {
  line-height: 1.8;
  margin-bottom: 20px;
}
.course h2 {
  background-color: #47840c;
  border-radius: 50px;
  color: #ffffff;
  font-size: 4.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.course h3 {
  font-size: 3rem;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  border-bottom: solid 1px #333333;
  padding: 10px 0px;
  margin-bottom: 10px;
}
.course .course-kyouzai {
  border: solid 2px #166858;
  border-radius: 8px;
  padding: 10px;
  margin: 20px auto;
}
.course .course-kyouzai h4 {
  color: #166858;
  font-size: 2rem;
}
.course .course-kyouzai ul {
  margin-bottom: 10px;
}
.course .course-kyouzai li {
  display: inline-block;
  font-size: 1.6rem;
  list-style: none;
  padding: 0 5px;
}
.course .course-kyouzai li::before {
  content: "●";
  color: #166858;
  display: inline-block;
}
.course .course-price {
  border: 3px #c1272d solid;
  max-width: 768px;
  margin: 0 auto;
}
.course .course-price h3 {
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  background-color: #c1272d;
  display: block;
  color: #ffffff;
  padding: 3px 0;
  margin-bottom: 0;
}
.course .course-price .price {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.course .course-price .price strong {
  font-size: 5rem;
  color: #c1272d;
  line-height: 1.2;
}
.course .course-price .course-price-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 20px;
}
.course .course-price .course-price-inner h4 {
  font-size: 2rem;
  background-color: #154f44;
  color: #ffffff;
  padding: 10px 20px;
  line-height: 1;
}
.course .course-price .course-price-inner p {
  font-size: 2rem;
  background-color: #d7f3ec;
  margin: 0 10px 0 0;
  line-height: 1;
  padding: 10px 40px;
}
.course .course-price .course-price-inner button {
  font-size: 2rem;
  background-color: #14a78c;
  color: #ffffff;
  box-shadow: #154f44 0px 3px 0px;
  border-radius: 8px;
  padding: 10px 20px;
  line-height: 1;
}
.course .course-moushikomi {
  max-width: 768px;
  margin: 20px auto;
}
.course .course-moushikomi strong {
  color: #47840c;
}

@media (max-width: 768px) {
  .course .course-content {
    border-radius: 8px;
    padding: 20px 20px;
  }
  .course h2 {
    font-size: 2.4rem;
    line-height: 1.2;
    padding: 5px 0;
  }
  .course h3 {
    font-size: 1.8rem;
  }
  .course .course-kyouzai h4 {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .course .course-kyouzai li {
    font-size: 1.6rem;
  }
  .course .course-price {
    position: relative;
    padding: 30px 10px 10px 10px;
  }
  .course .course-price h3 {
    position: absolute;
    width: 100%;
    top: -1px;
    left: 0;
    padding: 0px 0px 4px;
  }
  .course .course-price .course-price-inner {
    display: block;
    text-align: center;
    padding: 10px;
    margin: 0 0;
  }
  .course .course-price .course-price-inner p {
    margin: 0 0 10px 0;
    text-align: center;
  }
  .course .course-price .course-price-inner button {
    padding: 5px 25px;
    font-size: 1.8rem;
  }
}
/*courseここまで*/
/*taikenki*/
.taikenki {
  background-color: #fff2d4;
  padding: 80px 120px 60px;
}
.taikenki h2 {
  margin-bottom: 40px;
  text-align: center;
  color: #166858;
}
.taikenki .swiper {
  padding: 0 0 100px;
}
.taikenki .swiper .swiper-pagination {
  position: absolute;
  z-index: 10;
}
.taikenki .swiper .swiper-button-next,
.taikenki .swiper .swiper-button-prev {
  color: #a14a03;
}

.swiper .swiper-slide {
  height: auto;
}

.taikenki-box {
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 22px;
  padding: 30px;
  margin: 0px 30px;
  height: 100%;
}
.taikenki-box .taikenki-ttl {
  font-size: 2.2rem;
  padding: 20px 0;
  text-align: center;
}
.taikenki-box .taikenki-ttl span {
  color: #47840c;
  font-size: 1.8rem;
  display: block;
}
.taikenki-box .taikenki-icon {
  max-width: 178px;
  width: 33%;
  display: block;
  margin: 0 auto;
}
.taikenki-box p {
  font-weight: 500;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .taikenki {
    padding: 20px 0;
  }
  .taikenki h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .taikenki .taikenki-box {
    padding: 20px 25px;
    margin: 20px 15px;
  }
  .taikenki .taikenki-box .taikenki-ttl {
    font-size: 1.8rem;
  }
}
/*taikenkiここまで*/
/*last-cvここから*/
.last-cv {
  padding: 40px 10px;
}
.last-cv p {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #166858;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .last-cv {
    padding: 20px 10px;
  }
  .last-cv p {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .last-cv .content-flex .flex-2w {
    margin: 0 auto 10px;
  }
}
/*last-cvここまで*/
/*footer*/
footer {
  background-color: #166858;
  padding: 5px 0px 0px;
}
footer a {
  color: #ffffff;
  font-size: 2rem;
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 0 auto;
}

/*footerここまで*//*# sourceMappingURL=style.css.map */