@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300');

.intro,
.feature {
  line-height: 2;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.intro h3 {
  color: #333;
  font-size: 170%;
  line-height: 1.8;
  margin: 40px 0 30px;
}

.intro p img {
  float: right;
  padding: 30px 0 30px 50px;
  width: 35%;
}

.feature {
  margin-top: 150px;
}

.feature .flex {
  display: flex;
  justify-content: space-between;
}

.feature .point {
  width: 30%;
}

.feature h3 {
  color: #F0BE64;
  font-size: 140%;
  line-height: 1.8;
  margin-bottom: 20px;
}

.feature p {
  color: #8c8c8c;
  font-size: 110%;
  line-height: 1.85;
}










.goal,
.flow {
  line-height: 2;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.goal img,
.flow img {
  padding-left: 25%;
}

.goal h3,
.flow h3 {
  border-left: 1px solid rgba(240,190,100,.5);
  color: #333;
  font-size: 150%;
  margin: -60px 0 70px;
  padding-left: 25px;
}

.goal ol,
.flow ol {
  list-style: none;
  margin-top: 40px;
}

.goal li,
.flow li {
  color: #8c8c8c;
  font-size: 110%;
  line-height: 1.85;
  padding: 40px 40px 45px 90px;
  position: relative;
}

.goal ol {
  display: flex;
  justify-content: space-between;
}

.goal li {
  padding: 0;
  width: 30%;
}

.goal h4,
.flow h4 {
  color: #F0BE64;
  font-size: 125%;
  line-height: 40px;
  margin-bottom: 5px;
}

.goal h4 {
  letter-spacing: .05em;
  line-height: 2;
  margin-bottom: 40px;
  text-align: center;
}

.flow li {
  background: #fdfdfd;
}

.flow li:nth-child(2n) {
  background: #f8f8f8;
}

/*.flow li:nth-child(2),
.flow li:nth-child(n+6) {
  margin-top: 70px;
}

.flow li:nth-child(2)::before,
.flow li:nth-child(n+6)::before {
  background: rgba(240,190,100,.5);
  content: '';
  overflow: hidden;
  width: 1px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: -60px;
}*/

.num {
  background: #fff;
  border: 1px solid #F0BE64;
  border-radius: 50%;
  color: #F0BE64;
  font-size: 120%;
  font-family: Roboto;
  font-weight: 300;
  display: block;
  left: 30px;
  line-height: 38px;
  position: absolute;
  text-align: center;
  top: 40px;
  width: 40px;
}

.goal .num {
  left: 50%;
  margin-left: -20px;
}










@media screen and (max-width:768px) {
.intro,
.feature {
  width: 80%;
}

.intro h3 {
    font-size: 140%;
    line-height: 1.66;
  margin: 30px 0 40px;
}

.intro p img {
  display: block;
  float: none;
  margin: 0 auto 40px;
  padding: 0;
  width: 50%;
}

.feature {
  margin-top: 100px;
}

.feature .flex {
  display: block;
  justify-content: space-between;
}

.feature .point {
  width: 100%;
}

.feature .point + .point {
  margin-top: 40px;
}

.feature h3 {
  font-size: 130%;
  line-height: 1.66;
  margin-bottom: 10px;
}







.goal,
.flow {
  width: 80%;
}

.goal img,
.flow img {
  padding-left: 0;
}

.goal h3,
.flow h3 {
  font-size: 130%;
  margin: 30px 0 25px;
  padding-left: 15px;
}

.goal h4,
.flow h4 {
  font-size: 120%;
  line-height: 1.66;
}
  
.goal ol {
  display: block;
}

.goal li {
  width: 100%;
}

.goal li + li {
  margin-top: 40px;
}

.goal h4 {
  margin-bottom: 15px;
}

.flow ol {
  margin-left: -7%;
  width: 114%;
}

.flow li {
  font-size: 105%;
  padding: 20px;
  position: relative;
}

.flow h4 {
  margin-bottom: 20px;
  line-height: 1.5;
  padding-left: 45px;
}

.num {
  font-size: 120%;
  left: 20px;
  line-height: 28px;
  top: 28px;
  width: 30px;
}








}