@charset "utf-8";

/*-----------------------------------------------
  about_coachu
-----------------------------------------------*/
/*** .coachu-01 ***/
.cmn-hero-01 {
  height: auto;
  margin-bottom: 0;
  padding: 3rem 0;
  background: url(../img/about/img_coachu_01.jpg) center center / cover no-repeat;
  line-height: 1.4;
}
.cmn-hero-01 h2 {
  line-height: 1.4;
}
.cmn-hero-02 {
  padding: 3rem 0;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
}
.cmn-hero-02 p.cmn-hero-02-txt {
  line-height: 2rem;
  text-align: justify;
  font-size: 1rem;
}
.synergy {
  position: relative;
}
.synergy p.synergy-txt {
  line-height: 1.8rem;
  text-align: justify;
  font-size: .9375rem;
}
.synergy:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  background: #000000;
  z-index: -10;
}
.synergy > .img-100 {
  width: 100%;
}
.synergy-table{
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.synergy-table > div{
  width: 100%;
  padding: 2rem 0;
}
.synergy-table > div:first-of-type {
  border-bottom: 1px solid #DEDEDE;
}
@media only screen and (min-width: 768px) {
  .cmn-hero-01 {
    height: 644px;
    padding: 0 0 5rem;
  }
  .cmn-hero-02 {
    padding: 8.75rem 0;
  }
  .synergy:before {
    height: 250px;
  }
  .synergy > .img-100 {
    width: 95%;
    max-width: 1520px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 980px) {
  .synergy-table {
    padding: 3rem 0;
    margin-top: -100px;
    background-color: #ffffff;
    position: relative;
  }
  .synergy-table > div{
    width: 50%;
    padding: 0 3rem;
  }
  .synergy-table > div:first-of-type {
    border-bottom: 0;
    border-right: 1px solid #DEDEDE;
  }
}

/*** .coachu-02 ***/
.coachu-02 {
  padding: 3rem 0;
  background-color: #F7F7F7;
}
.coachu-02 p{
  text-align: justify;
  line-height: 2;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .coachu-02 {
    padding: 7rem 0;
  }
  .coachu-02 p{
    margin-bottom: 7rem;
  }
}
/*** .coachu-03 ***/
.coachu-03 {
  margin-bottom: 4rem;
  padding-top: 3rem;
}
.coachu-03 p{
  text-align: justify;
  line-height: 2;
  margin-bottom: 3rem;
}
.coachu-03__list {
  margin-bottom: 4rem;
  padding: 0;
  list-style: none;
}
.coachu-03__list li {
  padding: 1rem 2rem;
  border-bottom: 1px solid #CECECE;
  position: relative;
}
.coachu-03__list li:before,
.coachu-03__list li:after {
	content: "";
	display: block;
	position: absolute;
}
.coachu-03__list li:before{
	width: 18px;
	height: 18px;
	border-radius: 9px;
	background:#000000;
	left: 0;
  top: 20px;
}
.coachu-03__list li:after{
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	width: 8px;
	height: 4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 5px;
	top: 26px;
}
@media only screen and (min-width: 768px) {
  .coachu-03 {
    margin-bottom: 8.5rem;
    padding-top: 12rem;
    position: relative;
  }
  .coachu-03:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 65%;
    height: 100px;
    background: #F7F7F7;
  }
  .coachu-03__list:last-of-type {
    margin-bottom: 7rem;
  }
}
/*** class ***/
.cmn-h4.text-gray {
  color: #A2A2A2;
}
