@charset "UTF-8";
/*基本の青*/
/*薄いグレー*/
/*薄いグレー*/
.upperbgbox {
  background: linear-gradient(45deg, #33A3A5 0%, #3474C2 75%);
}

#h2boxover .h2box {
  padding-bottom: 100px;
}

.sectioninner {
  max-width: basewidthinner2;
}

#section01 {
  padding-bottom: 90px;
}
#section01 .mainimgbox {
  margin: 0 auto 40px auto;
}
#section01 .txtbox {
  max-width: 700px;
  margin: 0 auto;
}
#section01 .txtbox p {
  color: #fff;
}
#section01 .txtbox .txt01 {
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
#section01 .txtbox .txt02 {
  text-align: center;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 27px;
  margin-bottom: 60px;
  line-height: 1;
}

#section02 {
  padding: 60px 0;
}
#section02 .txtbox {
  margin: 60px 0;
}
#section02 .imgbox {
  max-width: 700px;
  margin: 0 auto 100px auto;
}
#section02 .txt01 {
  font-size: 36px;
  margin-bottom: 30px;
}

@media screen and (max-width: 835px) {
  #h2boxover .h2box {
    padding-bottom: 60px;
  }
  #h2boxover h2 {
    font-size: 50px;
  }
  #section01 .txtbox .txt01 {
    margin-bottom: 10px;
  }
  #section01 .txtbox .txt02 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  #section02 {
    padding: 0;
  }
  #section02 .txt01 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}