.sec_title{
  margin-bottom: 60px;
  text-align: center;
}
.sec_title span{
  font-size: 30px;
  position: relative;
  display: inline-block;
}
.sec_title span:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #68c239;
}



.main_area{
  position:relative;
  height: 450px;
  background: url(../img/opening/header_image.jpg) center top no-repeat;
  background-size: cover;
}

.page_header{
  position: absolute;;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.page_header h2{
  margin-bottom: 10px;
}
.page_header h2 span{
  font-size: 40px;
  position: relative;
  display: inline-block;
}
.page_header h2 span:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #fff;
}

.page_header h3{
  font-size: 90px;
  position: relative;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.2;
}
.page_header h3 + p{
  font-size: 20px;
  text-align: right;
  margin-right: -4em;
}

@media screen and (max-width: 768px) {
  .page_header {
    width: 100%;
    padding: 0 2em;
  }
  .page_header h2 {
    text-align: center;
  }
  .page_header h2 span {
    font-size: 24px;
    text-align: center;
  }
  .page_header h3 {
    font-size: 50px;
    white-space: inherit;
    text-align: center;
  }
  .page_header h3 + p {
    font-size: 18px;
    text-align: center;
    margin-right: 0;
  }

  .sec_title {
    margin-bottom: 20px;
    text-align: center;
  }
  .sec_title span {
    font-size:24px;
  }

}

#sec01{
  padding: 4em 0 0;
}
#sec01 p.intro{
  max-width: 1000px;
  margin: 0 auto 6em;
}

#sec01 .container{
  max-width: 1080px;
  margin: 0 auto;
}

#sec01 .container p{
  line-height: 2;
}

.support .col{
  max-width: 45%;
  min-width: 280px;
  position: relative;
  margin-bottom:8em;
}
.support .col .thumb{
  margin-bottom: 15px;
}
.support .col .comment{
  font-size: 18px;
}
.support .col h3{
  position: absolute;
  padding: 7px 20px;
  background: #fff;
  border:1px solid #68c239;
  font-size: 20px;
  color: #68c239;
  top: -30px;
  left: -30px;
}
.support .col h3 span{
  display:block;
  font-size: 16px;
  color: #666;
}



@media screen and (max-width: 768px) {
  #sec01{
    padding: 2em 0;
  }

  .support .col h3 {
    position: relative;
    padding: 7px 10px;
    font-size: 18px;
    color: #68c239;
    top: 0;
    left: 0;
  }
  .support .col {
    max-width: 100%;
    min-width: auto;
    position: relative;
    margin-bottom: 3em;
  }
  .support .col .comment{
    font-size: 16px;
  }
}
.green_txt{
  color: #68c239;
}