.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;
  }


}

#intro{
  padding: 4em 0;
  border-bottom: 1px solid #b3b3b3;
}

#intro .container{
  max-width: 1080px;
  margin: 0 auto;
}

#intro .container p{
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #intro{
    padding: 2em 0;
  }
}

#sec01{
  padding: 4em 0;
  border-bottom: 1px solid #b3b3b3;
}

#sec01 .container p{
  line-height: 2;
  margin-bottom: 3em;
}

#sec01 .container{
  max-width: 1080px;
  margin: 0 auto;
}
#sec01 ul.open{
  justify-content: center;
  width: 95%;
  margin: 0 auto;
}
#sec01 ul.open li{
  width: 31%;
  padding:1em 1.5em;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
#sec01 ul.open li:not(:last-of-type){
  margin-right: 2%;
}

#sec01 ul.open li span{
  font-size: 24px;
  font-weight: 500;
  display: block;
}

#sec01 ul.open li.open01{
  border: 2px solid #5bc5e4;
  color: #5bc5e4;
}
#sec01 ul.open li.open02{
  border: 2px solid #7bd54a;
  color: #7bd54a;
}
#sec01 ul.open li.open03{
  border: 2px solid #f0bc3e;
  color: #f0bc3e;
}

@media screen and (max-width: 768px) {
  #sec01 {
    padding: 2em 0;
  }
  #sec01 ul.open li {
    width: 100%;
    padding: 1em 1.5em;
    font-size: 22px;
  }
  #sec01 ul.open li span {
    font-size: 18px;
  }
  #sec01 ul.open li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 1em;
  }


}



#sec02{
  padding: 4em 0 0;
  border-bottom: 1px solid #b3b3b3;
}


#sec02 .row_col .col{
  width: 50%;
  min-width: 420px;
}
#sec02 .row_col .col_img{
  padding-right: 5em;
}
#sec02 .row_col .col_txt{
  padding-top: 3em;
}
#sec02 .consul_image{
  text-align: center;
  margin: 2em 0;
}

#sec02 .consul_research li{
  width: 22%;
}
#sec02 .consul_research li h3{
 font-size: 22px;
 font-weight: 600;
 text-indent: -1em;
 padding-left: 1em;
 margin-bottom: 10px;
}

@media screen and (max-width: 1280px) {
  #sec02 .consul_research li h3{
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  #sec02 {
    padding: 2em 0;
  }
  #sec02 .row_col .col_img {
    padding-right: 0;
  }
  #sec02 .row_col .col {
      width: 100%;
      min-width: auto;
  }
  #sec02 .consul_research li {
    width: 100%;
    margin-bottom: 2em;
  }
  #sec02 .consul_research li h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

#sec03{
  padding: 4em 0;
  border-bottom: 1px solid #b3b3b3;
}
#sec03 .support{
  justify-content: center;
}
#sec03 .support .sup_left{
  width: 42%;
  max-width: 420px;
}
#sec03 .support .sup_right{
  width: 58%;
  padding-left: 5em;
}

#sec03 .support .sup_left h3{
  font-size: 22px;
  font-weight: 600;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 5px 0;
  margin-bottom: 20px;
}
#sec03 .support .sup_left ul li{
  position: relative;
  margin-bottom: 1em;
}
#sec03 .support .sup_left ul li::before{
  content: "●";
  display: inline-block;
  margin-right: 10px;
  color: #68c239;
  font-size: 18px;
  vertical-align: middle;
}


#sec03 .support .sup_right table{
  width: 100%;
}
#sec03 .support .sup_right table tr:not(:last-child){
  border-bottom: 1px solid #b3b3b3;
}
#sec03 .support .sup_right table th{
  width: 35%;
  padding: 1em 10px;
  font-size: 22px;
  font-weight: 600;
  color: #68c239;
  text-align: left;
}
#sec03 .support .sup_right table td{
  width: 65%;
  padding: 1em 10px;
}

@media screen and (max-width: 768px) {
  #sec03 {
    padding: 2em 0;
  }

  #sec03 .support .sup_left {
    width: 100%;
  }
  #sec03 .support .sup_right {
    width: 100%;
    padding-left: 0;
  }
  #sec03 .support .sup_left h3 {
    font-size: 18px;
  }
  #sec03 .support .sup_left ul li {
    position: relative;
    margin-bottom: 5px;
  }

  #sec03 .support .sup_right table th, #sec03 .support .sup_right table td{
    display: block;
    width: 100%;
  }

  #sec03 .support .sup_right table th {
    padding: 10px 0 10px;
    font-size: 18px;
  }
  #sec03 .support .sup_right table td {
    padding:0 10px 1em 10px;
}
}



#sec04 {
  padding: 4em 0;
  border-bottom: 1px solid #b3b3b3;
}

#sec04 .col{
  width: 48%;
}
#sec04 .col h2{
  text-align: left;
  margin-bottom: 20px;
}


#sec04 .col p.green{
  color: #68c239;
  font-size: 14px;
}

#sec04 .col > p:first-of-type{
  margin-bottom: 10px;
}

#sec04 .col li:first-of-type{
  width: 30%;
}
#sec04 .col li:last-of-type{
  width: 70%;
}

#sec04 .col .col_img{
  width: 50%;
  margin: 2em auto 0;
}
@media screen and (max-width: 768px) {
  #sec04 {
    padding: 2em 0;
  }

  #sec04 .col {
    width: 100%;
  }
  #sec04 .col li:first-of-type, #sec04 .col li:last-of-type {
    width: 100%;
    text-align: center;
  }
}



#sec05 {
  padding: 4em 0;
  border-bottom: 1px solid #b3b3b3;
}

#sec05 .col_txt{
  width: 40%;
}
#sec05 .col_txt h2{
  text-align: left;
  margin-bottom: 20px;
}
#sec05 .col_img{
  width: 60%;
  padding-left: 5em;
}

@media screen and (max-width: 768px) {
  #sec05 {
    padding: 2em 0;
  }
  #sec05 .col_txt h2 {
    text-align: left;
    margin-bottom: 20px;
}
  #sec05 .col_txt {
    width: 100%;
    margin-bottom: 1em;
  }
  #sec05 .col_img {
    width: 100%;
    padding-left: 0;
  }
}


#sec06 {
  padding: 4em 0;
  border-bottom: 1px solid #b3b3b3;
}
#sec06 p{
  max-width: 1080px;
  margin: 0 auto 4em;
}

h3.sch_title{
  background: #68c239;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  #sec06 {
    padding: 2em 0;
  }
}

#sec07 {
  padding: 4em 0;
  border-bottom: 1px solid #b3b3b3;
}
#sec07 p{
  max-width: 550px;
  margin: 0 auto 4em;
}

.scrollBox{
  width: 760px;
  height: 280px;
  margin: 40px auto 60px;
  border: solid 1px #dad6d6;
  padding: 30px 50px;
  overflow-y: scroll;
  text-align: left;
}
.scrollBox .firstText {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2rem!important;
}
.scrollBox h4{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.85;
  margin-bottom: 1rem;
}
.scrollBox p{
  font-size: 16px;
  line-height: 1.85;
  margin-top: 20px;
  margin-bottom: 25px;
  max-width: 100%!important;
}
#sec07 .form{
  text-align: center;
  margin-bottom: 3em;
}

#sec07 .form iframe{
 width: 100%;
 height: 1120px;
}



@media screen and (max-width: 768px) {
  #sec07 {
    padding: 2em 0;
  }
  .scrollBox{
    width: 100%;
    padding: 10px 10px;
  }
  #sec07 .form iframe{
    height: 1450px;
  }

}

#sec08 {
  padding: 4em 0 8em;
  border-bottom: 1px solid #b3b3b3;
}
#sec08 .contact{
  justify-content: center;
}
#sec08 .contact li{
  width: 400px;
  padding:1em 1.5em;
  color: #fff;
  border-radius: 20px;
}
#sec08 .contact li:not(:last-child){
  margin-right:3em;
}

#sec08 .contact li.kouti{
  background: #68c239;
}
#sec08 .contact li.kagawa{
  background: #5bc5e4;
}

#sec08 .contact li span{
  display: block;
  font-size: 16px;
}

#sec08 .contact li p.tel{
  display: block;
  font-size: 44px;
  font-weight: 600;
  padding-left: 1.5em;
  background: url(../img/opening/tel_icon.png) left center no-repeat;
}
#sec08 .contact li p.time{
  text-align: right;
}



@media screen and (max-width: 768px) {
  #sec08 {
    padding: 3em 0 3em;
    border-bottom: 1px solid #b3b3b3;
}
  #sec08 .contact li {
    width: 100%;
    padding: .5em 1em;
    text-align: center;
  }
  #sec08 .contact li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1em;
  }
  #sec08 .contact li span {
    display: block;
    font-size: 16px;
    text-align: left;
}
  #sec08 .contact li p.tel {
    display: inline-block;
    font-size: 34px;
    font-weight: 600;
    padding-left: 1em;
    background: url(../img/opening/tel_icon.png) left center no-repeat;
    background-size: 30px;
}
}