#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%;
  max-width: 1400px;
  height: auto;
  padding: 100px 0;
  text-align: center;
  margin: 0 auto;
}

#contents img {
  width: auto;
  height: auto;
  margin-bottom: 100px;
}

#contents .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 100px;
}

#contents .circle .item {
  width: 285px;
  height: 285px;
  border-radius: 50%;
  border: 1px solid #A8BBC4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #40545D;
}

#contents .circle .item:nth-of-type(1) {
  background: rgba(168,187,196,0.4);
}

#contents .circle .item:nth-of-type(2) {
  background: rgba(168,187,196,0.6);
}

#contents .circle .item:nth-of-type(3) {
  background: rgba(168,187,196,0.8);
}

#contents .circle .item:nth-of-type(4) {
  background: rgba(168,187,196,1);
}

#contents .circle .item h2 {
  font-family: 'NM_EB';
  margin-bottom: 20px;
}

#contents .circle .item p {
  font-family: 'NM_R';
}

#contents .box {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: url(../img/business/item_2.png) no-repeat center / cover;
}

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

#contents .box p {
  font-family: 'PB';
  font-size: 20px;
  color: #fff;
}

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

  #contents .circle .item {
    width: 200px;
    height: 200px;
    font-size: 16px;
  }

  #contents .box {
    width: 90%;
    margin: 0 auto;
  }
}

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

  #contents .circle {
    flex-wrap: wrap;
    margin: 0 auto 50px;
    width: 420px;
  }

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

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

@media (max-width: 700px) {
#contents img {
    width: 200px;
  }

  #contents .circle .item h2 {
    margin-bottom: 10px;
  }

  #contents .circle .item {
    font-size: 14px;
  }

  #contents .box {
    padding: 50px 0;
  }

  #contents .box h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }

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

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

  #contents .circle .item {
    width: 140px;
    height: 140px;
    font-size: 10px;
  }

  #contents .circle {
    width: 300px;
    gap: 10px;
  }

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

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