@charset "UTF-8";

/*===========
slider
=============*/


/*-----------------------------------

	intro_block

-----------------------------------*/
#intro_block {
  padding: 100px 0 60px;
  line-height: 220%;
  position: relative;
  background-color: #fff;
}


#intro_block p {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

#intro_block img.illust02 {
  position: absolute;
  right: 60px;
  bottom: -90px;
  width: 116px;
  z-index: 1;
  animation: rotate_icon 15s linear infinite;
}

@keyframes rotate_icon {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}


@media screen and (max-width: 840px) {
  #intro_block {
    padding: 80px 0 40px;
  }

  #intro_block img.illust02 {
    position: absolute;
    right: -40px;
    bottom: -70px;
    width: 116px;
  }

  #intro_block p {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  #intro_block {
    padding: 60px 0 50px;
  }
}

@media screen and (max-width: 390px) {

  #intro_block img.illust02 {
    width: 100px;
    right: -40px;
  }

  #intro_block p {
    font-size: 18px;
  }
}


/*-----------------------------------

	voice_block

-----------------------------------*/
#voice_block {
  padding: 100px 0 30px;
  background: #f3f0e9;
}

#voice_block ul.voice_list li {
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#voice_block ul {
  margin-bottom: 70px;
}

#voice_block ul.voice_list li:last-of-type {
  margin-bottom: 0;
}

#voice_block ul.voice_list li:nth-child(even) {
  flex-direction: row-reverse;
}


#voice_block ul.voice_list li .left_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12.5%;
}

#voice_block ul.voice_list li .left_box p {
  font-size: 14px;
}

#voice_block ul.voice_list li .left_box img {
  width: 100%;
  max-width: 88px;
      max-height: 83px;
  margin-bottom: 5px;
}

#voice_block ul.voice_list li .right_box {
  width: 75%;
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  display: block;
  padding: 15px 20px 15px 20px;
}


#voice_block ul.voice_list li .right_box p {
  text-align: left;
  display: inline-block;
  font-size: 16px;
  line-height: 1.8em;
}

@media screen and (max-width: 1000px) {

  #voice_block ul.voice_list li .left_box p {
    font-size: 14px;
  }
#voice_block ul.voice_list li .left_box {
  width: 20%;
}
#voice_block ul.voice_list li .right_box {
  width: 60%;
}
}


@media screen and (max-width: 840px) {

  #voice_block {
    padding: 80px 0 10px;
  }

   #voice_block h3.content_title {
    margin-bottom: 30px;
   }
#voice_block ul.voice_list li {
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
    margin-bottom: 5px;
}
#voice_block ul.voice_list li:nth-child(even) {
  flex-direction: column;
	align-items: center;
}
#voice_block ul.voice_list li .left_box {
  display: flex;
  flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
  width: 85%;
  gap: 10px;
}
#voice_block ul.voice_list li .left_box p{
  margin-bottom: 20px;
  font-weight: 700;
}
#voice_block ul.voice_list li:nth-child(even) .left_box{
  flex-direction: row-reverse;
}
#voice_block ul.voice_list li .right_box {
  width: 90%;
}
#voice_block ul.voice_list li .left_box img {
  margin-bottom: 0px;
}


}


@media screen and (max-width: 640px) {
  #voice_block ul.voice_list li .left_box img {
    max-width: 68px;
    max-height: 63px;
  }
  #voice_block ul.voice_list li .right_box p {
  font-size: 15px;
  line-height: 1.8em;
}
#voice_block ul.voice_list li .right_box {
  width: 100%;
}
  #voice_block {
    padding: 50px 0 10px;
  }
  #voice_block ul {
  margin-bottom: 50px;
}
}



/*-----------------------------------

	next_block

-----------------------------------*/
#next_block {
  padding: 0px 0px 100px;
  background: #f3f0e9;
  position: relative;
}

#next_block ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 60px;
}

#next_block li {
  padding: 20px 20px 15px;
  display: block;
  text-align: center;
  width: 40%;
  background: #fff;
  box-shadow: 7px 7px #d8c7b1;
  border-radius: 10px;
  margin: 0 auto;
}

#next_block li p {
  text-align: left;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
}

#next_block li .course_button p {
  line-height: 65px;
}

#next_block a.method_button,
#next_block a.course_button {
  position: relative;
  display: block;
  width: 100%;
}

#next_block a.method_button::before,
#next_block a.method_button::after,
#next_block a.course_button::before,
#next_block a.course_button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  vertical-align: middle;
}

#next_block a.method_button::before,
#next_block a.course_button::before {
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: #f8b212;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: 0.2s;
}

#next_block a.method_button::after,
#next_block a.course_button::after {
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#next_block a.method_button:hover::before,
#next_block a.course_button:hover::before {
  background: #fff !important;
  border: solid 1px #ff5d28 !important;
}

#next_block a.method_button:hover::after,
#next_block a.course_button:hover::after {
  border-color: #ff5d28 !important;
}

#next_block img.illust02 {
  position: absolute;
  left: 30px;
  bottom: -30px;
  width: 116px;
  z-index: 1;
  animation: rotate_icon 15s linear infinite;
}

@keyframes rotate_icon {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@media screen and (max-width: 1200px) {
  #next_block li {
    padding: 25px 20px 20px;
    width: 40%;
  }

  #next_block li p {
    font-size: 18px;
  }

  #next_block li .course_button p {
    line-height: 50px;
  }
}

@media screen and (max-width: 1000px) {
  #next_block li:first-child {
    text-align: left;
  }
}

@media screen and (max-width: 840px) {
  #next_block img.illust02 {
    position: absolute;
    left: -40px;
    bottom: -20px;
    width: 116px;
  }

  #next_block ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
  }

  #next_block li {
    padding: 30px 20px 30px;
    width: 60%;
  }

  #next_block li:first-child {
    text-align: center;
  }
}


@media screen and (max-width: 640px) {

  #next_block li p {
    font-size: 16px;
  }
    #next_block li {
    width: 80%;
  }

  #next_block ul {
    gap: 30px;
  }

  #next_block li .course_button p {
    line-height: 45px;
  }

  #next_block a.method_button::before,
  #next_block a.course_button::before {
    width: 22px;
    height: 22px;
  }

  #next_block a.method_button::after,
  #next_block a.course_button::after {
    right: 19px;
    width: 7px;
    height: 7px;
  }
}

@media screen and (max-width: 500px) {
  #next_block li {
    width: 100%;
  }

}

@media screen and (max-width: 390px) {
  #next_block img.illust02 {
    width: 100px;
    left: -40px;
  }

  #next_block li {
    width: 100%;
  }

  #next_block li p {
    font-size: 18px;
  }

  #next_block ul {
    gap: 30px;
  }
}

@media screen and (max-width: 380px) {

  #next_block li p {
    font-size: 16px;
  }
  #next_block li {
    padding: 30px 10px 30px;
  }
}

