@charset "UTF-8";
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

p, h1, h2 {
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
}

footer, main, section {
  display: block;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

a, a:hover {
  text-decoration: none;
}

img {
  border: 0;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

input[type="text"], textarea, input[type="submit"] {
  box-shadow: 0;
  outline: none;
  border: none;
}

textarea {
  resize: vertical;
}

input {
  line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button {
  overflow: visible;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

select {
  border: none;
}

/* スマホ用のhtmlは非表示 */
.pc {
  display: block;
}

.sp {
  display: none;
}

body {
  max-width: 750px;
  margin: 0 auto;
}

h1, h2, h3 {
  margin: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

@media (max-width: 751px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
@media (min-width: 750px) {
  .sp {
    display: none;
  }
}
body {
  max-width: 750px;
  margin: 0 auto;
}

.btn_2 {
  z-index: 100;
  position: absolute;
  top: 1010px;
  width: 690px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
}
@media (max-width: 751px) {
  .btn_2 {
    position: fixed;
    /* top: 134.666666vw; */
    top: 80%;
    width: 92vw;
  }
}
.btn_2 a {
  display: block;
  width: 100%;
  height: 100%;
}
.btn_2 a img {
  width: 100%;
}
@media (min-width: 750px) {
  .btn_2.fixed {
    position: fixed;
    top: 1010px;
  }
}

.mv {
  position: relative;
}

.users {
  position: relative;
}
.users .slider__container {
  position: absolute;
  width: 100%;
  top: 26%;
}
.users .slider__container .slider li {
  margin: 0 10px;
}
.users .slider__container .slider__dots {
  margin-top: 20px;
}
.users .slider__container .slider__dots .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.users .slider__container .slider__dots .slick-dots li {
  width: 12px;
  height: 12px;
  overflow: hidden;
  border-radius: 100%;
  background-color: #d1d1d1;
}
.users .slider__container .slider__dots .slick-dots li:not(:first-of-type) {
  margin-left: 3.866667%;
}
.users .slider__container .slider__dots .slick-dots li.slick-active {
  background-color: #ffc401;
}
.users .slider__container .slider__dots .slick-dots li * {
  opacity: 0;
}

.flow {
  background-color: #fbf7e7;
  padding-bottom: 10%;
}
.flow__box {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 751px) {
  .flow__box {
    flex-direction: column;
  }
}
.flow__box li {
  width: 30%;
}
@media (max-width: 751px) {
  .flow__box li {
    width: 60%;
    margin: 0 auto;
  }
}

.cta{
    position: relative;
}
.cta a .cta_button{
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 54%;
    left: 10%;
    animation: anime1 0.5s ease 0s infinite alternate;
    transform-origin:center;
}
.reasons{
    background-color: #fbf7e7;
}
.reasons .reasons_txt{
    width: 92%;
    margin: 0 auto;
    padding: 50px 0;
    display: block;
}
.trainer .trainer_01{
    width: 94%;
    margin: 0 auto;
    display: block;
}
.trainer .trainer_02{
    width: 94%;
    margin: 37px auto 90px;
    display: block;
}
.media{
    position: relative;
}
.media img:nth-child(1){
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
}
.solve{
    position: relative;
}
.solve img:nth-child(1){
    width: 65%;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 1%;
    left: 50%;
    transform: translateX(-50%);
}
.counseling{
    position: relative;
}
.counseling img:nth-child(1){
    width: 81%;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
}
.final{
    position: relative;
}
.final img:nth-child(2){
    width: 89%;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translateX(-50%);
}


@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}


.sec_1 {
  position: relative;
}
.sec_1_text {
  position: absolute;
  width: 20%;
  bottom: 26%;
  left: 6%;
}
@media (max-width: 751px) {
  .sec_1_text {
    width: 100%;
    left: 0%;
    right: 0%;
    bottom: 35%;
  }
}
.sec_1 .sec {
  left: 27%;
  bottom: 35%;
}
.sec_1 .third {
  left: 50%;
  bottom: 35%;
}
.sec_1 .forth {
  left: 72%;
}

.sec_2__graph {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.sec_3 {
  background-color: #fbf7e7;
  padding-bottom: 10%;
}
.sec_3__picture {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 751px) {
  .sec_3__picture {
    width: 90%;
  }
}

.cv {
  position: relative;
}
.cv .btn {
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translateX(-50%);
  width: 57%;
  transition-duration: .3s;
  border-radius: 90px;
}
@media (max-width: 751px) {
  .cv .btn {
    width: 89%;
    bottom: 9%;
  }
}
.cv .btn:hover {
  bottom: 9.5%;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
}
@media (max-width: 751px) {
  .cv .btn:hover {
    bottom: 9.5%;
  }
}
/* .cv .Price {
  transform: translateY(-101px);
  display: block;
} */

/* 5/13修正 */
.cv .Price {
  /* transform: translateY(-101px);←元々あった不要なコード
  display: block; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
.FV {
  line-height: 0;
}

.flow.after-cv {
  padding-top: 6%;
}

.sec_6 {
  background-color: #fbf7e7;
}
.sec_6__text li {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 1%;
}
@media (max-width: 751px) {
  .sec_6__text li {
    width: 80%;
  }
}
.sec_7{
    margin-top: 30px;
}
.sec_7__message {
  width: 60%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 751px) {
  .sec_7__message {
    width: 80%;
  }
}

.sec_8 {
  background-color: #fbf7e7;
}
.sec_8__picture {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 751px) {
  .sec_8__picture {
    width: 85%;
  }
}
.sec_8__picture li {
  width: 30%;
}

.sec_9__images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 60%;
  margin: 50px auto 0;
}
@media (max-width: 751px) {
  .sec_9__images {
    width: 95%;
    margin-top: 30px;
  }
}
.sec_9__images li {
  width: 45%;
  margin-bottom: 5%;
}
.sec_9__images li:nth-child(odd) {
  margin-right: 5%;
}
.sec_9__images li:last-child {
  margin-right: 0;
}

.sec_10 li {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 751px) {
  .sec_10 li {
    width: 100%;
  }
}

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#course {
  margin: 30px 0;
}
#course .accordionbox:hover {
  opacity: 0.9;
}
#course dd {
  display: none;
  margin-left: 0;
}
@media (max-width: 751px) {
  #course {
    width: 90%;
    margin: 30px auto;
  }
}

/*# sourceMappingURL=style.css.map */
