#sec_banner_01 {
  width: 100%;
  height: auto;
  background: url(../img/main/sec_banner_01.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

#sec_banner_01 .wrap {
  padding: 228px 0;
  text-align: center;
}

#sec_banner_01 .wrap h2 {
  font-family: 'RM_B';
  font-weight: bold;
  font-size: 50px;
  color: #555555;
  margin-bottom: 30px;
}
#sec_banner_01 .wrap h3 {
  font-family: 'RM_R';
  font-weight: bold;
  font-size: 20px;
  color: #555555;
  margin-bottom: 30px;
}

/* #sec_banner_01 .wrap .box {
  width: 100px;
  height: 27px;
  border: 1px solid #555555;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_banner_01 .wrap .box a {
  font-family: 'RM_B';
  font-weight: bold;
  font-size: 15px;
  color: #555555;
} */

#sec_banner_02 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 100px 0;
}

#sec_banner_02 .box {
  width: 49%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#sec_banner_02 .box h2 {
  font-family: 'RM_B';
  font-size: 50px;
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 1400px) {
  #sec_banner_02 .box {
    height: 300px;
  }
}

@media (max-width: 1200px) {
  #sec_banner_01 .wrap h2 {
    font-size: 36px;
  }

  #sec_banner_01 .wrap {
    padding: 150px 0;
  }

  #sec_banner_02 .box h2 {
    font-size: 36px;
  }
}

@media (max-width: 900px) {
  #sec_banner_02 {
    flex-wrap: wrap;
  }

  #sec_banner_02 .box {
    width: 100%;
  }

  #sec_banner_02 .box:first-of-type {
    margin-bottom: 30px;
  }

  .middle_banner .banner-content h2 {
    font-size: 32px;
  }

  .middle_banner .banner-content h3 {
    font-size: 16px;
  }

  .middle_banner {
    height: 350px;
  }
}

@media (max-width: 700px) {
  #sec_banner_01 .wrap h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #sec_banner_01 .wrap .box a {
    font-size: 12px;
  }

  #sec_banner_01 .wrap .box {
    width: 80px;
    height: 25px;
  }

  #sec_banner_01 .wrap {
    padding: 120px 0;
  }
}

@media (max-width: 500px) {
  #sec_banner_01 .wrap h2 {
    font-size: 20px;
  }

  #sec_banner_02 {
    margin: 50px 0;
  }

  #sec_banner_02 .box {
    height: 250px;
  }

  #sec_banner_02 .box h2 {
    font-size: 24px;
  }

  .middle_banner .banner-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .middle_banner .banner-content h3 {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  #sec_banner_01 {
    margin-top: 50px;
  }

  #sec_banner_01 .wrap h2 {
    font-size: 16px;
  }

  #sec_banner_01 .wrap .box a {
    font-size: 10px;
  }

  #sec_banner_01 .wrap .box {
    width: 65px;
    height: 20px;
  }

  #sec_banner_02 .box h2 {
    font-size: 16px;
  }

  #sec_banner_02 .box {
    height: 200px;
  }

  .middle_banner .banner-content h2 {
    font-size: 20px;
    width: 90%;
    white-space: normal;
    margin: 0 auto 10px;
  }

  .middle_banner .banner-content {
    width: 100%;
  }

  .middle_banner {
    height: 250px;
  }
}