@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Archivo+Black&display=swap');

.sectionClass {
  max-width: 100%;
}
.rowWrapper103664 {
  border: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/*-----------------------------------------------
	hero
-----------------------------------------------*/
.hero {
  background-image: url(../img/bg_hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 15px;
  margin-bottom: 90px;
}
.hero-inner {
  width: 100%;
  max-width: 1250px;
  margin: auto;
}
.hero01 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1em;
  text-align: right;
  filter: drop-shadow(1px 3px 5px rgba(255, 255, 255, 0.5));
  font-family: "Archivo Black", sans-serif;
}
.hero02 {
  text-align: left;
  margin-top: 450px;
}
.hero02 span {
  font-family: 'Allura';
  font-size: 120px;
  transform: rotate(-8deg);
  color: #FFF;
  display: inline-block;
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}
@media only screen and (min-width: 1700px) {
  .hero {
		background-position: bottom;
  }
  .hero02 {
    margin-top: 710px;
  }
}

@media only screen and (min-width: 1500px) and (max-width:1699px) {
  .hero {
  }
  .hero02 {
    margin-top: 630px;
  }
}

@media only screen and (max-width: 1100px) and (max-width:1499px) {
  .hero01 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 991px) {
	.hero {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
  .hero {
  }
  .hero01 {
    font-size: 26px;
    text-align: left;
  }
  .hero02 {
    text-align: left;
    margin-top: 325px;
  }
  .hero02 span {
    font-size: 45px;
  }
}

@media only screen and (max-width: 500px) {
  .hero {
    margin-bottom: 30px;
  }

  .hero01 {
    font-size: 26px;
    text-align: left;
  }

  .hero02 {
    text-align: left;
    margin-top: 210px;
  }

  .hero02 span {
    font-size: 45px;
  }
}

/*-----------------------------------------------
	who
-----------------------------------------------*/
.who {
  position: relative;
  overflow: hidden;
  ;
  max-width: 1250px;
  margin: auto;
}

.who-section {
  position: relative;
}

.who-section::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  content: "";
  display: block;
  width: 100%;
  height: 350px;
  background: #000;
}

.who .wrapper {
  position: relative;
  margin: auto;
  padding: 6rem 0 0;
}

.who .wrapper::before {
  position: absolute;
  left: 50%;
  top: 0;
  right: auto;
  z-index: -1;
  content: "";
  display: block;
  width: 800px;
  height: 505px;
  background: url(https://www.coachu.com/images/database/bg_who.jpg) right bottom / cover no-repeat;
  transform: translateX(-50vw);
}

.who__title {
  margin-bottom: 2.25rem;
}

.who__text {
  margin-bottom: 1.25rem;
}

.who-slider-dots {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

.who-slider-dots .cmn-badge-01 {
  margin-bottom: 0.5rem;
}

.who-slider-arrows {
  display: flex;
  justify-content: flex-end;
  margin: -1rem 0 0;
}

.who-slider-arrows .cmn-arrow-01--prev,
.who-slider-arrows .cmn-arrow-01--next {
  margin-bottom: 0.75rem;
}

.who-slider-item {
  display: block;
  text-decoration: none;
}

.who-slider-item__text {
  line-height: 1.5;
}

.who-slider-item__text2 {
  line-height: 1.5;
  color: #FFF;
  margin-top: 30px;
  margin-bottom: 60px;
}

.who-slider .slick-slide>div {
  line-height: 0;
}

.advisor {
  position: relative;
  bottom: 165px;
}

.advisor a {
  border: 2px solid #8FC652;
  color: #8FC652;
  padding: 30px 45px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 30px;
  text-decoration: none;
	text-align: center;
}

.advisor a:hover {
  background: #8FC652;
  color: #FFF;
}

.advisor a.cmn-btn-01--arrow::after {
  background: url(../img/icon_arrow_04r-g.svg) left top / cover no-repeat;
}

.advisor a.cmn-btn-01--arrow:hover::after {
  background: url(../img/icon_arrow_04r.svg) left top / cover no-repeat;
}

@media only screen and (min-width: 992px) {

  .who__text {
    width: 314px;
  }

  .who-slider-wrapper {
    width: 65.79%;
    margin: -9.75rem 0 0 auto;
  }

  .who-slider-utility {
    display: flex;
    justify-content: space-between;
  }

  .who-slider-dots {
    display: block;
    margin-bottom: 2rem;
  }

  .who-slider-arrows {
    margin: 0;
  }

  .who-slider-arrows .cmn-arrow-01--prev,
  .who-slider-arrows .cmn-arrow-01--next {
    margin-bottom: 0 0 1.875rem;
  }

  .who-slider-arrows .slick-arrow {
    margin-top: -0.3rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .who .wrapper::before {
    left: -2.5rem;
    transform: translateX(0);
  }
}

@media only screen and (max-width: 992px) {
	.who-section::after {
	  width: 100%;
	  height: 410px;
	}
	.who__title {
	  margin-bottom: 1rem;
	}
	.who .wrapper {
	  padding: 3rem 0 0;
	}
  .who .wrapper::before {
    width: 295px;
    height: 565px;
  }
	.who__text {
		margin-bottom: 3rem;
	}
	.who-slider-item__text2 {
		margin-bottom: 90px;
	}
	.advisor {
		position:relative;
	  bottom: 60px;
	}
	.advisor a {
		display: block;
		box-sizing: border-box;
		width: 100%;
	  border: 2px solid #8FC652;
	  color: #8FC652;
	  padding: 15px;
	  font-weight: 600;
	  font-size: 16px;
	  border-radius: 30px;
	  text-decoration: none;
	}
}

@media only screen and (max-width: 767px) {
  .who .wrapper {
    padding: 3rem 0 0;
  }
}

/*-----------------------------------------------
	info
-----------------------------------------------*/
.info-section {
  padding: 15px 0 30px;
}
.info {
  max-width: 1250px;
  margin: auto;
  text-align: center;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #1C677A;
}
.info a {
  font-weight: bold;

}

/*-----------------------------------------------
	feature
-----------------------------------------------*/
.feature-section {
  padding: 90px 0 90px;
  background: #EFEFEF;
}
.feature {
  max-width: 1250px;
  margin: auto;
}
.feature .wrapper {
	margin: auto;
}
.feature__title {
  margin-bottom: 2.0rem;
}

.feature-card {
  display: flex;
  padding-left: 0;
}

.feature-card>li {
  width: 33.3333%;
  box-sizing: border-box;
  padding: 1px;
  list-style: none;
}

.feature-card>li>div {
  background: #FFF;
  padding: 15px;
}

.feature-card figure {
  margin: 0;
}
.feature-card figure img.img-fluid {
	width: 100%;
}

.feature-card h3 {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.2;
  font-weight: 500;
}

.feature-card>li>div>ul {
  padding-left: 0;
  margin-bottom: 15px;
}

.feature-card>li>div>ul>li {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 5px;
  line-height: 1.6;
  font-size: 15px;
}

.feature-card__btn {
  margin-bottom: 30px;
}

.feature-card__btn a {
  display: block;
  background: #0099A3;
  border-radius: 30px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin-bottom: 8px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  font-weight: 600;
}

.feature-card__btn a:hover {
  opacity: .9;
}


@media only screen and (max-width: 992px) {
	.feature-card {
	  display: block;
	}
	.feature-card>li {
	  width: 100%;
		pa
	  padding-right: 1px;
	  padding-left: 1px;
	}
	.feature-card h3 {
	  font-size: 20px;
	  margin-bottom: 15px;
	}

}