/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  background-color: #e3f0f8;
  border-bottom: 2px solid #21110d;
  background-image: url(../../images/co0101.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
main section.s01 .wrapper {
  width: 1200px;
  height: 482px;
  margin: 0 auto;
  position: relative;
}
main section.s01 .wrapper h2 {
  width: 831px;
  position: absolute;
  top: 60px;
  right: 70px;
}
main section.s01 .wrapper h2 img {
  width: 100%;
  display: block;
}
main section.s02 {
  background-color: #f2e6c4;
  padding: 200px 0 200px;
}
main section.s02 .wrapper {
  width: 1000px;
  margin: 0 auto;
  border-radius: 40px;
  border: 7px solid #b5d7ed;
  padding: 100px 85px 0;
  background-color: #fff;
}
main section.s02 .wrapper h3 {
  text-align: center;
  font-size: 43px;
  color: #0080c8;
  border-bottom: 1px solid #888;
  padding-bottom: 25px;
}
main section.s02 .wrapper .t01 {
  width: 700px;
  font-size: 14px;
  line-height: 180%;
  padding-left: 55px;
  margin: 30px auto 0;
}
main section.s02 .wrapper .btnbox_effect {
  width: 187px;
  margin: 130px auto 0;
}
main section.s02 .wrapper .btnbox_effect .btn {
  letter-spacing: 15px;
  padding-left: 15px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    height: calc((100vw - 40px) * 0.55);
    background-color: #e3f0f8;
    border-bottom: 1px solid #21110d;
    background-image: url(../../images/co0101.jpg);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
  }
  main section.s01 .wrapper {
    width: 100%;
    padding: 20px;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  main section.s01 .wrapper h2 {
    width: 100%;
    position: static;
    margin: 0 auto;
  }
  main section.s01 .wrapper h2 img {
    width: 100%;
    display: block;
  }
  main section.s02 {
    background-color: #f2e6c4;
    padding: 80px 20px 70px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    border: 4px solid #b5d7ed;
    padding: 30px 20px;
    background-color: #fff;
  }
  main section.s02 .wrapper h3 {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
    color: #0080c8;
    border-bottom: 1px solid #888;
    padding-bottom: 15px;
  }
  main section.s02 .wrapper .t01 {
    width: 100%;
    font-size: 13px;
    line-height: 180%;
    padding-left: 0;
    margin: 20px auto 0;
  }
  main section.s02 .wrapper .btnbox_effect {
    width: 150px;
    margin: 40px auto 0;
  }
  main section.s02 .wrapper .btnbox_effect .btn {
    letter-spacing: 15px;
    padding-left: 15px;
  }
}