
/*===============================================
●共通
===============================================*/

.sub-menu-hydro > div > ul > li:nth-of-type(1) > a {
  color: #e89f42;
}


/*===============================================
●画面の横幅が813px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 813px) {

  /* メイン画像 */
  .main-img {
    width: 100%;
    margin: 0 auto;
  }

  .main-img img {
    width: 100%;
  }

  .box01 {
    position: relative;
    width: 98%;
    max-width: 1400px;
    height: 670px;
    margin: 20px auto 0 auto;
    padding: 320px 0 0 0;
  }

  .box01 > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
  }

  .box01 > p {
    margin: 0 0 0 55%;
    font-size: 32px;
    color: #e89f42;
    line-height: 1.3;
    text-align: left;
  }

  .box02 {
    position: relative;
    width: 98%;
    max-width: 1400px;
    min-height: 380px;
    margin: 0 auto;
    padding: 200px 0 0 0;
  }

  .box02 > img {
    position: absolute;
    top: 0;
    right: 0;
    width: 58%;
  }

  .box02 > p {
    width: 59%;
    margin: 0;
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }

  .box03 {
    position: relative;
    width: 98%;
    max-width: 1400px;
    min-height: 370px;
    margin: 130px auto 300px auto;
  }

  .box03 > img.img03 {
    position: absolute;
    top: 0;
    left: 0;
    width: 540px;
  }

  .box03 > img.img04 {
    width: 336px;
    margin: 0 0 0 603px;
  }

  .box03 > p {
    margin: 50px 0 0 600px;
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }

}

/*===============================================
●画面の横幅が812px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 812px) {

  /* メイン画像 */
  .main-img {
    width: 100%;
    margin: 0 auto;
  }

  .main-img img {
    width: 100%;
  }

  .box01 {
    width: 90%;
    margin: 60px auto 0 auto;
  }

  .box01 > img {
    width: 100%;
    margin: 0 auto;
  }

  .box01 > p {
    margin: 30px auto 0 auto;
    font-size: 24px;
    color: #e89f42;
    line-height: 1.8;
    text-align: left;
  }

  .box02 {
    width: 90%;
    margin: 50px auto 0 auto;
  }

  .box02 > img {
    width: 100%;
    margin: 0 auto;
  }

  .box02 > p {
    margin: 30px auto 0 auto;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

  .box03 {
    width: 90%;
    margin: 50px auto 130px auto;
  }

  .box03 > img.img03 {
    width: 100%;
    margin: 0 auto;
  }

  .box03 > img.img04 {
    width: 100%;
    margin: 30px auto 0 auto;
  }

  .box03 > p {
    margin: 30px auto 0 auto;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

}
