#banner {
  width: 100%;
  height: auto;
  padding: 230px 0 100px;
  background: url(../img/common/banner.png) no-repeat center / cover;
  text-align: center;
}

#banner h2 {
  font-family: 'NM_EB';
  font-size: 20px;
  color: #222;
  text-shadow: 0px 4px 4px rgba(000,000,000,0.25);
  margin-bottom: 20px;
}

#banner h3 {
  font-family: 'NM_EB';
  font-size: 30px;
  color: #222;
  text-shadow: 0px 4px 4px rgba(000,000,000,0.25);
}

@media (max-width: 700px) {
  #banner {
    padding: 120px 0 50px;
  }

  #banner h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #banner h3 {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  #banner {
    padding: 100px 0 50px;
  }

  #banner h2 {
    font-size: 14px;
  }

  #banner h3 {
    font-size: 18px;
  }
}

/*  */

#contents {
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
}

#contents .item_1 {
  width: auto;
  height: auto;
  margin-bottom: 50px;
}

#contents .box {
  width: 1200px;
  height: 500px;
  background: url(../img/about/about_2.png) no-repeat center / cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 20px 50px;
  text-align: right;
  margin: 0 auto 50px;
}

#contents .box h2 {
  font-family: 'NM_EB';
  font-size: 20px;
  text-shadow: 0px 4px 4px rgba(000,000,000,0.25);
  margin-bottom: 5px;
  color: #fff;
}

#contents .box h3 {
  font-family: 'NM_EB';
  font-size: 30px;
  text-shadow: 0px 4px 4px rgba(000,000,000,0.25);
  color: #fff;
}

#contents h4 {
  font-family: 'NM_EB';
  font-size: 30px;
  color: #222;
  margin-bottom: 30px;
}

#contents p {
  font-family: 'NM_R';
  font-size: 20px;
  margin-bottom: 50px;
}

#contents .item_2 {
  width: auto;
  height: auto;
}

@media (max-width: 1200px) {
  #contents .item_1 {
    width: 300px;
  }

  #contents .box {
    width: 90%;
  }
}

@media (max-width: 900px) {
  #contents .item_1 {
    width: 250px;
    margin-bottom: 30px;
  }

  #contents .box {
    padding: 20px 30px;
    height: 300px;
  }

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

  #contents .box h3 {
    font-size: 24px;
  }

  #contents h4 {
    font-size: 24px;
  }

  #contents p {
    font-size: 16px;
  }

  #contents .item_2 {
    width: 250px;
  }
}

@media (max-width: 700px) {
  #contents {
    padding: 50px 0;
  }

  #contents .item_1 {
    width: 200px;
  }

  #contents .box {
    height: 250px;
  }

  #contents .box h2 {
    font-size: 14px;
  }

  #contents .box h3 {
    font-size: 18px;
  }

  #contents h4 {
    font-size: 18px;
  }

  #contents p {
    font-size: 14px;
  }

  #contents .item_2 {
    width: 200px;
  }
}

@media (max-width: 500px) {
  #contents .item_1 {
    width: 150px;
  }

  #contents .box {
    height: 200px;
    padding: 15px;
  }

  #contents .box h2 {
    font-size: 12px;
  }

  #contents .box h3 {
    font-size: 14px;
  }

  #contents h4 {
    font-size: 14px;
  }

  #contents p {
    font-size: 12px;
    margin-bottom: 30px;
  }

  #contents .item_2 {
    width: 150px;
  }
}