@charset "UTF-8";
/*==================
base.scss
====================*/
/*==================
mixin.scss
====================*/
/*component*/
.c-lpTitle {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.c-lpTitle h2 {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-lpTitle h2 {
    font-size: 24px;
  }
}
.c-lpTitle::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 60px;
  background-color: #333;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.p-borderTitle {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.6em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-borderTitle {
    font-size: 18px;
  }
}

/*project*/
.p-25button {
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 40px;
}
.p-25button a {
  background-color: #FF6600;
  border-radius: 10px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 18px 15px 15px 15px;
}
.p-25button a p {
  font-size: 34px;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-25button a p {
    font-size: 20px;
  }
}
.p-25button--green a {
  background-color: #18A780;
}

.p-25buttonText {
  color: #E9AD36;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.p-25fv {
  background-image: url(../images/fv-bk.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 54vw;
}
@media screen and (max-width: 768px) {
  .p-25fv {
    height: auto;
    margin-top: 80px;
    padding-bottom: 100vw;
  }
}
.p-25fv__beauty {
  height: 54vw;
}
@media screen and (max-width: 768px) {
  .p-25fv__beauty {
    height: auto;
  }
}
.p-25fv__beauty img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-25fv__beauty img {
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-25fv__health {
    height: 54vw;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.p-25fv__health img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-25fv__health img {
    height: auto;
    width: 100%;
  }
}
.p-25fv__center {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-25fv__center {
    position: absolute;
    top: calc(80px + 1.3vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
}
.p-25fv__camp {
  margin-top: 30px;
  width: 60vw;
}
@media screen and (max-width: 768px) {
  .p-25fv__camp {
    position: absolute;
    margin-top: 0;
    width: 90%;
    left: 5%;
    bottom: 5%;
  }
}
.p-25fv__campTitle {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-25fv__campTitle {
    font-size: 16px;
  }
}
.p-25fv__banner {
  margin: 0 auto;
  padding: 30px;
  padding-top: 15px;
  background-color: #fff;
  border-radius: 10px;
}
.p-25fv__title {
  display: inline-block;
  margin: 0 auto;
  width: 26vw;
}
@media screen and (max-width: 768px) {
  .p-25fv__title {
    width: 90%;
    max-width: 400px;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .p-25fv.no-camp {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .p-25fv.no-camp .p-25fv__center {
    top: calc(50vh + 40px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.p-25fv.no-camp .p-25fv__camp {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .p-25fv.no-camp .p-25button {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.p-25fv.no-camp .p-25button a {
  background-color: #fd644f;
}

.p-25about {
  background-color: #F4F9F8;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.p-25about .l-inner {
  position: unset;
}
.p-25about__text {
  position: relative;
  z-index: 2;
}
.p-25about__img01 {
  width: 18vw;
  position: absolute;
  right: -4vw;
  top: 20%;
}
@media screen and (max-width: 768px) {
  .p-25about__img01 {
    width: 32vw;
    right: -9vw;
  }
}
.p-25about__img02 {
  width: 20vw;
  position: absolute;
  left: -4vw;
  top: 10%;
}
@media screen and (max-width: 768px) {
  .p-25about__img02 {
    width: 30vw;
  }
}
.p-25about__img03 {
  width: 28vw;
  position: absolute;
  left: -4vw;
  top: 40%;
}
@media screen and (max-width: 768px) {
  .p-25about__img03 {
    width: 60vw;
    left: -24vw;
  }
}

.p-pointText {
  color: #18A780;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-pointText {
    font-size: 18px;
    text-align: left;
  }
}

.p-midText {
  font-size: 18px;
  text-align: center;
}
.p-midText + .p-midText {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-midText {
    font-size: 16px;
    text-align: left;
  }
}

.p-smallText {
  font-size: 14px;
}

.p-largeText {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-largeText {
    font-size: 18px;
  }
}

.p-largeText02 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-largeText02 {
    font-size: 18px;
  }
}

.p-25method {
  position: relative;
  background-image: url(../images/handb.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.p-methodBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-methodBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-methodBox + .p-methodBox {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-methodBox + .p-methodBox {
    margin-top: 40px;
  }
}
.p-methodBox__img {
  width: 40%;
  padding-right: 2%;
}
@media screen and (max-width: 768px) {
  .p-methodBox__img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-methodBox__text {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-methodBox__text {
    width: 100%;
  }
}

.p-methodTitle {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.p-methodTitle__sub {
  font-size: 18px;
  font-weight: bold;
  color: #E9AD36;
}
.p-methodTitle h3 {
  font-weight: bold;
  font-size: 32px;
}

.p-25feature {
  background-color: #F4F9F8;
}
@media screen and (max-width: 768px) {
  .p-25feature {
    padding-top: 40px;
  }
}
.p-25feature__box {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .p-25feature__box {
    display: block;
    padding: 20px;
  }
}
.p-25feature__text {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-25feature__text {
    width: 100%;
    margin-top: 10px;
  }
}
.p-25feature__list {
  padding-left: 4%;
}
.p-25feature__list dt {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-25feature__list dt {
    font-size: 16px;
  }
}
.p-25feature__list dt::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #F67D1F;
  margin-right: 0.4em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-25feature__list dd {
    font-size: 14px;
  }
}

.p-price-zero {
  color: #F67D1F;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .p-price-zero {
    font-size: 16px;
  }
}

.p-corseTitle {
  background-color: #F67D1F;
  padding: 30px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-corseTitle {
    padding: 18px;
  }
}
.p-corseTitle--green {
  background-color: #18A780;
}
.p-corseTitle__title span {
  color: #fff;
}
.p-corseTitle__title h2 {
  color: #fff;
  font-size: 30px;
}
.p-corseTitle__eng {
  position: absolute;
  bottom: -40px;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-course__point {
  margin-top: 60px;
}

.p-pointTitle {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-pointTitle {
    font-size: 16px;
  }
}
.p-pointTitle span {
  background-color: #F67D1F;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  padding: 12px;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-pointTitle span {
    font-size: 18px;
  }
}

.p-pointBox {
  background-color: #F4F9F8;
  padding: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-pointBox p {
    font-size: 14px;
  }
}

.p-priceBox {
  background-color: #F4F9F8;
  border-radius: 0 0 20px 20px;
  margin-top: 70px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-priceBox {
    border-radius: 10px;
  }
}
.p-priceBox__title {
  background-color: #F67D1F;
  border-radius: 20px 20px 0 0;
  font-size: 40px;
  padding: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-priceBox__title {
    border-radius: 10px 10px 0 0;
    font-size: 18px;
  }
}
.p-priceBox__inner {
  padding: 70px;
}
@media screen and (max-width: 768px) {
  .p-priceBox__inner {
    padding: 5%;
  }
}
.p-priceBox__caption {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-priceBox__caption {
    font-size: 16px;
  }
}
.p-priceBox__table {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-priceBox__table * {
    font-size: 14px;
  }
}
.p-priceBox__table + .p-priceBox__table {
  margin-top: 70px;
}
.p-priceBox__table th {
  background-color: #fff;
  text-align: center;
}
.p-priceBox__table th.table-green {
  background-color: #18A780;
  color: #fff;
}
.p-priceBox__table th {
  font-weight: bold;
}

.p-25store {
  background-color: #F4F9F8;
  margin: 100px 0;
  padding: 100px 0;
}

.p-lpform {
  background-color: #fff;
}
.p-lpform .formWrap {
  background-color: #f3f3f3;
  width: 1200px;
  max-width: 100%;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p-lpform .formWrap {
    padding: 5%;
  }
}
.p-lpform .formWrap dl.mailform {
  margin-bottom: 0;
  padding: 20px 0 !important;
}
@media screen and (max-width: 768px) {
  .p-lpform .formWrap dl.mailform {
    padding: 14px 0 !important;
  }
  .p-lpform .formWrap dl.mailform dd {
    padding: 0 !important;
  }
}
.p-lpform .formWrap dl.mailform + .mailform {
  border-top: 1px dotted #ccc;
}
.p-lpform form#mailformpro dl:nth-child(2n) {
  background: transparent;
}

.p-lineBox {
  background-color: #F4F9F8;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p-lineBox {
    padding: 15px;
  }
}
.p-lineBox__cont {
  padding: 30px;
  border: 1px solid #18A780;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lineBox__cont {
    padding: 15px;
    text-align: left;
  }
}
.p-lineBox__text {
  margin: 20px 0 30px 0;
}
@media screen and (max-width: 768px) {
  .p-lineBox__text {
    margin: 10px 0 20px 0;
  }
}
.p-lineBox__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 50%;
  margin: 0 auto;
  padding: 0.9em 2em;
  border: 1px solid #FF6600;
  border-radius: 5px;
  background-color: #FF6600;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-lineBox__btn a {
    max-width: 100%;
  }
}
.p-lineBox__btn a::after {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  right: 20px;
}
.p-lineBox__flow {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-lineBox__flow {
    margin-top: 30px;
  }
}
.p-lineBox__flow figure {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-lineBox__flow figure {
    width: 100%;
  }
}
.p-lineBox__annotation {
  text-align: center;
  margin-top: 10px;
}
.p-lineBox__annotation a {
  color: #FF0000;
}

@media only screen and (max-width: 1200px) {
  .u-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .u-sp {
    display: none !important;
  }
}

.u-block {
  display: block;
}

.js-hidden {
  opacity: 0;
  visibility: hidden;
}

/*テキスト系*/
.u-textRight {
  text-align: right !important;
}
@media only screen and (min-width: 1200px) {
  .u-textRight--pc {
    text-align: right !important;
  }
}
@media only screen and (min-width: 1200px) {
  .u-textRight--sp {
    text-align: right !important;
  }
}

.u-textLeft {
  text-align: left !important;
}
@media only screen and (min-width: 1200px) {
  .u-textLeft--pc {
    text-align: left !important;
  }
}
@media only screen and (min-width: 1200px) {
  .u-textLeft--sp {
    text-align: left !important;
  }
}

.u-textCenter {
  text-align: center !important;
}
@media only screen and (min-width: 1200px) {
  .u-textCenter--pc {
    text-align: center !important;
  }
}
@media only screen and (max-width: 1200px) {
  .u-textCenter--sp {
    text-align: center !important;
  }
}

.u-textMid {
  font-size: 1.1em !important;
}
@media only screen and (max-width: 1200px) {
  .u-textMid {
    font-size: 1.2em !important;
  }
}

.u-textML {
  font-size: 1.4em !important;
}
@media only screen and (max-width: 1200px) {
  .u-textML {
    font-size: 1.2em !important;
  }
}

.u-textLarge {
  font-size: 1.8em !important;
}
@media only screen and (max-width: 1200px) {
  .u-textLarge {
    font-size: 1.4em !important;
  }
}

.u-textSmall {
  font-size: 0.9em;
}
@media only screen and (max-width: 1200px) {
  .u-textSmall--sp {
    font-size: 0.9em;
  }
}

.u-textBold {
  font-weight: bold;
}

.u-link {
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  .u-link:hover {
    opacity: 0.8;
  }
}

.u-marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(50%, rgba(255, 234, 63, 0.66)));
  background: linear-gradient(transparent 65%, rgba(255, 234, 63, 0.66) 50%);
}
.u-marker--red {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(50%, rgba(255, 219, 209, 0.66)));
  background: linear-gradient(transparent 65%, rgba(255, 219, 209, 0.66) 50%);
}

.u-va--middle {
  vertical-align: middle;
}

/*position*/
.u-relative {
  position: relative !important;
}

.u-absolute {
  position: absolute !important;
}
.u-absolute__br {
  bottom: 0 !important;
  right: 0 !important;
}

.u-overflow--hidden {
  overflow: hidden;
}

/*装飾*/
.u-bg--img {
  background-color: rgb(247, 246, 243);
}
.u-bg--img.l-secCont {
  padding-bottom: 60px;
  margin-top: 60px;
}
.u-bg--img.l-secCont:last-of-type {
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 1200px) {
  .u-bg--img.l-secCont {
    padding-bottom: 30px;
    margin-top: 30px;
  }
}

.u-border {
  border: 1px solid #ccc;
}

.u-borderTop {
  border-top: 1px solid #ccc;
}

.u-boxShadow {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.u-exlink {
  background-image: url(../images/common/exlink.png);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: right 0.6em center;
  padding-right: 2em;
}
@media only screen and (max-width: 1200px) {
  .u-exlink {
    background-size: 1.2em;
    background-position: right 1em center;
    padding-right: 2.4em;
  }
}

/*flex*/
.u-align--center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.u-align--end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.u-justify--center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.u-justify--end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

/*レイアウト*/
.u-mw {
  max-width: 800px;
  margin: 0 auto;
}

.u-width100 {
  width: 100%;
}

.u-inline--center {
  text-align: center;
}
.u-inline--center > * {
  display: inline-block;
  text-align: left;
}