/* General */

.contents {
  max-width: 700px;
  margin:0 auto;
}

.content_title{
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 5.5px;
}

.content_title p{
  font-size: 1.2rem;
  line-height: 1;
}

.content_title img{
  max-width: 108px;
  margin-bottom: 20px;
}

.content_title span,.recommendation_detail span,.contact_tile span {
  display: inline-block;
  width:176px;
  height:5px;
  background: linear-gradient(90deg,#87C366,#4A964D, #20783C);
}

.content_title.white span{
  background: white;
}

.content_title.white p{
  color: white;
}

/* ハンバーガー */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 50px;
  height: 34px;
  position: absolute;
  top:30px;
  right:20px;
  z-index: 999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 17px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

/* ハンバーガーコンテンツ */
.nav_content {
  position: absolute;
  width:100%;
  background: linear-gradient(90deg,#87C366,#4A964D, #20783C);
  z-index: 100;
  opacity: 0;
  transition: .3s;
  color:white;
}

.nav_content.active {
  display: block;
  opacity: 1;
}

.nav_course {
  margin-left: 40px;
}

.nav_course li {
  font-size: 1rem !important;
}

.nav_ul {
  margin:100px 20px;
}

.nav_ul a{
  display: inline-block;
  margin-bottom:40px;
  font-size: 1.5rem;
}

.nav_content li {
  font-size: 1.5rem;
  margin-bottom: 20px;
}


/* キービジュアル */
.top_content {
  background-image: url(../img/top_background.png);
  margin:0 auto;
  background-repeat: no-repeat;
  background-size:125%;
  background-position: center;
  bottom: 100;
}

.top_content .title{
  font-size: 1rem;
  color: white;
  max-width: 325px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.top_content .title p{
  margin-bottom: 10px;
  font-size: 0.8rem;
}

.arrow_bottom {
  position: relative;
}

.arrow_animation span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  80% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  80% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

/* description */
.description_content {
  line-height: 40px;
  padding:77px 35px;
  background: linear-gradient(#20783C,#4A964D, #87C366);
  color: white;
}

.description_content h1 {
  letter-spacing: 8px;
  margin-bottom: 35px;
}

.description_content p {
  font-size: 0.87rem;
  letter-spacing: 2px;
}

.description_text {
  max-width: 450px;
  margin: 0 auto;
}

.description_text .title{
  margin-top: 90px;
  text-align: center;
  font-size: 1rem;
}

.description_text .title p{
  padding-bottom: 20px;
}

.description_text .title img{
  width: 75%;
  max-width: 326px;
}

/* school */
.school_content {
  padding: 50px 20px;
}

.school_content > img{
  width: 100%;
  margin-bottom: 60px;
}

.school_div {
  position: relative;
  background-color: #F5F5F5;
  padding: 25px;
  margin-top:73px;
  width: 80%;
  padding-right: 20px;
  margin-bottom: 100px;
}
.school_background {
  position: absolute;
  width: 300px;
  height:300px;
  background: linear-gradient(90deg,#87C366,#4A964D, #20783C);
  right: -6%;
  bottom: -6%;
  z-index: -1;
}

.eat_content ul {
  display: flex;
  text-align: center;
}

.eat_content ul li {
  width: 33%;
}

.eat_content {
  margin-bottom: 35px;
}

.day{
  background-size: contain;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}

.day.asa{
  background-image: url(../img/morning.png);
}

.day.hiru{
  background-image: url(../img/noon.png);
}

.day.yoru{
  background-image: url(../img/evening.png);
}

.day p {
  color: white;
  padding: 10px;
  font-size:0.9rem;
}

.eat_content img{
  width: 100%;
}

.eat_text {
  max-width: 250px;
  padding:30px 0px;
  margin: 0 auto;
}

.point_content {
  max-width: 500px;
  margin:0 auto;
}

.point_content ul{
  padding: 3%;
  margin-bottom: 36px;
}

.point_content li:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../img/noon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

.homeroom_img {
  position: relative;
    margin-top:10px;
}

.zoom{
  width: 100%;
}

.uneasiness {
  position: absolute;
  top:0;
  right:20%;
  width:20% !important;
}

.fine {
  position: absolute;
  bottom:18%;
  left:15%;
  width:20% !important;
}

.homeroom_content {
  margin-bottom: 75px;
}

.homeroom_content p{
  margin:0 auto;
  max-width:300px;
}

/* teacher */
.teacher_content {
  background: linear-gradient(#20783C,#4A964D, #87C366);
  color: white;
  padding:35px 0px;
}

.teacher_sns{
  display: flex;
  width:50%;
  margin:0 auto;
  justify-content: center;
}

.teacher_sns a{
  width: 24%;
}

.teacher_sns img {
  width: 100%;
}

.teacher_img {
  width:75%;
  height:100%;
  border-radius: 50%;
}

.teacher_name,.teacher_position {
  text-align: center;
  letter-spacing: 2px;
}

.teacher_name {
  font-size: 1.2rem;
  letter-spacing: 3px;
}

.teacher_slide.swiper-container {
  padding-top: 56px !important;
}

.teacher_text {
  padding: 0px 20px;
  line-height: 24px;
  margin-bottom: 35px;
  text-align:left
}

#teacher_slide .swiper-slide {
  text-align: center;
}

.teacher_slide.swiper-button-next {
  right:9%!important
}

.teacher_slide.swiper-button-prev {
  left:9% !important;
}

.teacher_slide.swiper-button-next, .teacher_slide.swiper-button-prev{
  top:53% !important;
  width:5% !important;
  height:5% !important;
  background-size: contain;
}

.teacher_slide.swiper-button-prev.swiper-button-white,.teacher_slide.swiper-button-next.swiper-button-white{
  background-size: contain;
}

/* Days */
.days_content {
  padding:40px 0px;
  text-align: center;
}

.day1_main_img {
  width:80%;
  position: relative;
  max-width: 230px;
}

.days_slide {
  margin-top: 68px;
}

.days_slide.swiper-button-next,.days_slide.swiper-button-prev {
  width:5% !important;
  height:5% !important;
  top:21%;
  background-size: contain;
}

.days_slide.swiper-button-next{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2320783C'%2F%3E%3C%2Fsvg%3E") !important;
}

.days_slide.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2320783C'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-disabled {
  display: none;
}
.day1_img .text_delivery {
  position: absolute;
  width: 25%;
  top:-3%;
  left:13%
}

.day1_img .text_self {
  position: absolute;
  width: 12%;
  top:20%;
  right:4%
}

.day1_img .text_delivery.day2 {
  position: absolute;
    width: 15%;
    top: 24%;
    left: 2%;
}

.day1_img .text_self.day2 {
  position: absolute;
  width: 19%;
  top:-3%;
  left:13%
}

.day1_time img{
  width:100%
}

.day1_img {
  position: relative;
}

.day1_time {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.day2_time{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom:25px;
}

.day2_time:last-child {
  margin-bottom:0;
}

.day2_time:first-child {
  margin-top: 40px;
}

.day2_1 {
  background-image: url(../img/days2_1.PNG);
}

.day2_1_2 {
  background-image: url(../img/chori.png);
}

.day2_2 {
  background-image: url(../img/days2_2.PNG);
}

.day2_3 {
  background-image: url(../img/days2_3.PNG);
}

.day2_4 {
  background-image: url(../img/days2_4.PNG);
}

.day_fix {
  width: 80px;
  height:80px;
  border-radius: 50%;
  background-color: #20783C;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}

.timer {
  color: #20783C;
  width:150px
}

.day_text {
  color:#505050;
  padding:0 10px;
  width: 120px;
  text-align: left;
  padding-left: 20px;
}

.div_border {
  position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  width: 1px;
  height:100vh;
  background-color: #20783C;
  z-index: -1;
}

.div_border_voice {
  position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  width: 1px;
  height:100%;
  background-color: #20783C;
  z-index: -1;
}

.voice_content .content_title{
  background-color: #20783C;
  padding:19px 0px;
}

.voice_content {
position: relative;
padding-bottom: 80px;
}

.content_title_text {
  font-size: 1rem !important;
  letter-spacing: 3px;
  line-height: 36px !important;
  margin-top:28px
}

.content_title_text.voices {
  font-size: 0.8rem !important;
}

.content_title.school p{
  font-size: 1.2rem !important;
}

.voice_fix {
  margin-top: 64px;
  padding:20px 20px;
  background-color: #F5F5F5;
  position: relative;
  overflow: hidden;
}

.voice {
  position: relative;
}

.blowing_out {
  color: #20783C;
  background: #FFF;
  border: solid 1px #20783C;
  box-sizing: border-box;
  border-radius: 15px;
  width:55%;
  float: left;
  overflow: hidden;
}

.blowing_out_right {
  color: #20783C;
  background: #FFF;
  border: solid 1px #20783C;
  box-sizing: border-box;
  border-radius: 15px;
  width:55%;
  float: right;
  overflow: hidden;
}

.ichihashi {
  background-image: url(../img/ichihashi.png);
  background-position: right;
  background-size: 40%;
  background-repeat: no-repeat;
}

.sakura {
  background-image: url(../img/sakura.png);
  background-position: left;
  background-size: 40%;
  background-repeat: no-repeat;
}

.haruna {
  background-image: url(../img/enokido.png);
  background-position: right;
  background-size: 45%;
  background-repeat: no-repeat;
}

.voice_img_right {
  width:35%;
  float: right;
  position: absolute;
  right:0;
  top:20%;
}

.voice_name {
  text-align: center;
  font-size: 1rem;
  padding: 10px;
}

.course_goals {
  letter-spacing: 1.5px;
}

.blowing_out table,.blowing_out_right table,.impressions {
  font-size: 0.8rem;
}

.course_goals_title {
  background-color: #20783C;
  color:white;
  text-align: center;
  padding:4.5px 0px;
  border:1px solid #20783C;
}

.course_goals_title:first-child {
  border-bottom:1px solid white;
}

.course_goals_text {
  padding-left: 15px;
  border: 1px solid #20783C;
  box-sizing: border-box;
  border-right: 0px solid;
}

.impressions {
  padding:15px;
}
.voice_text_img_left {
  position: absolute;
  top:-6%;
  left:10%;
  width:15%;
  z-index: 2;
}

.voice_text_img_right {
  position: absolute;
  top:-6%;
  right:10%;
  width:15%;
  z-index: 2;
}

.read_more {
  background-color: #20783C;
  text-align: center;
  color:white;
  font-size: 0.8rem;
  padding: 3px 0px;
  letter-spacing: 1.5px;
}

.read_more a {
  display: block;
}

/* for your */
.for_you_content {
  padding-top: 40px;
  overflow: hidden;
}
.content_title.for_your p{
  font-size: 1.3rem;
  line-height: 1.5;
}

.point{
  background-size: contain;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  padding: 25% 0px;
  padding-left: 22%;
  max-width: 110px;
}

.point.concentration {
  padding-left: 28%;
}

.point.diet{
  background-image: url(../img/morning.png);
}

.point.detox{
  background-image: url(../img/noon.png);
}

.point.concentration{
  background-image: url(../img/evening.png);
}

.three_point img {
  width:100%
}

.three_point ul {
  display: flex;
  text-align: center;
}

.three_point ul li {
  width: 33%;
  color: white;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 2px;
}

.three_point {
  margin: 30px 0px;
}

.recommendation_detail {
  text-align: center;
  padding:0px 20px
}

.detail_title {
  text-align: left;
  font-size: 1.3rem;
  letter-spacing: 2.5px;
  margin-bottom: 10px;
}

.detail_text {
  font-size: 0.8rem;
  text-align: left;
  margin-bottom: 30px;
  line-height: 2;
  letter-spacing: 1.2px;
}

.orange {
  color: #FF500C;
}

.detail_title.green {
  color: #20783C;
}

.detail_title.blue {
  color: #280F78;
}

.recommendation_detail span {
  margin-bottom: 36px;
}

.content_title_text.for_you {
  font-size: 0.8rem !important;
}

.school_div.for_you {
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.school_background.for_you {
  right:-10%;
  bottom: -10%;
}

/* plan */

.plan_content {
  font-size: 0;
}
.dinner_img {
  width:100%;
}

.course_title {
  text-align: center;
  position: relative;
  background: linear-gradient(90deg,#87C366,#4A964D, #20783C);
  color: white;
  padding: 10px 0px;
  padding-bottom: 20px;
}

.course_title p{
  font-size: 1rem;
}

.day_number {
  position: absolute;
  top:50%;
   -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right:1%;
  border: 1px solid white;
  border-radius: 50%;
  display: inline-block;
  width: 65px;
  height: 65px;
}

.number_text {
  font-size: 1.4rem !important;
  padding: 15px 0px 5px;
}

.number_en {
  font-size: 0.5rem !important;
}

.day_number p {
  line-height: 1;
}

.course_text {
  padding:10px 20px;
  text-align: center;
  margin-bottom: 60px;
}

.course_text_detail {
  line-height: 30px;
  margin-bottom: 40px;
  text-align: left;
  font-size: 0.7rem;
}

.discount {
  background-color: #FF5000;
  padding: 2px 5px;
  display: inline-block;
  color:white;
  line-height: 1;
}

.discount_detail {
  display: flex;
  max-width: 250px;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 40px;
}

.discount_detail p {
  font-size: 1.5rem;
}

.revocation_line{
  background: linear-gradient(transparent 0.7em, #f90 0, #f90 calc(0.7em + 3px), transparent 0);
}

.store {
  font-size: 1rem;
  padding: 10px 60px;
  color: #505050;
  border:1px solid #505050;
}

.contact_content {
  text-align: center;
  margin-bottom: 100px;
}

.contact_tile p {
  font-size: 1.5rem;
}

.contact_tile {
  margin-bottom: 30px;
}

.contact_content a {
  background: linear-gradient(90deg,#87C366,#4A964D, #20783C);
  padding: 20px 0px;
  border-radius: 57px;
  display: block;
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.contact_text {
  margin-bottom: 40px;
  font-size: 0.8rem;
}

.summing_title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.4rem;
}

.summing_content {
font-size: 0px;
}

.summing_content img{
  color: white;
  width: 100%;
}

.summing_text {
  font-size: 0.63rem;
}

.footer {
  text-align: center;
  background: linear-gradient(#20783C,#4A964D, #87C366);
  padding:30px 0px 10px;
  color: white;
  width: 100%;
}

.footer_rogo {
  width: 50%;
  margin-bottom: 20px;
}

.footer_sns {
  margin-bottom: 20px;
}

.footer_sns img {
  max-width: 7%;
  margin-right: 5px;
}

.foote_link {
  width: 65%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem !important;
}

.hash {
  margin-bottom: 20px;
}