#main .rank-math-breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  padding: 15px 20px;
}
#main .rank-math-breadcrumb p {
  line-height: 1.6;
  font-size: 1.5rem;
}
#main .rank-math-breadcrumb p .separator {
  color: #9CCC64;
  margin: 0 0.5em;
}
#main .rank-math-breadcrumb p:hover {
  color: #82aa54;
}
#main .titlewrap {
  background-image: url(../img/common/page-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: relative;
  overflow: inherit;
  width: 100%;
  height: 250px;
  display: grid;
  align-items: center;
}
#main .titlewrap h1 {
  font-size: 4rem;
  text-align: center;
  font-family: "Kiwi Maru", serif;
}
#main h2 {
  font-family: "Kiwi Maru", serif;
  font-size: 3rem;
  position: relative;
  border-bottom: solid 4px #9CCC64;
  padding-bottom: 0.5em;
  margin-bottom: 50px;
}
#main h2::after {
  content: "";
  position: absolute;
  width: 80%;
  border-bottom: solid 4px #E5E5E5;
  bottom: -4px;
  right: 0px;
}
@media screen and (max-width: 1200px) {
  #main .titlewrap h1 {
    font-size: 3rem;
  }
  #main h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #main .rank-math-breadcrumb {
    padding: 10px 20px;
  }
  #main .rank-math-breadcrumb p {
    font-size: 1.4rem;
  }
  #main .titlewrap {
    height: 200px;
  }
  #main .titlewrap h1 {
    font-size: 2.6rem;
  }
  #main h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #main .rank-math-breadcrumb {
    padding: 10px 20px;
  }
  #main .rank-math-breadcrumb p {
    font-size: 1.3rem;
  }
  #main .titlewrap {
    height: 120px;
  }
  #main .titlewrap h1 {
    font-size: 2.2rem;
  }
  #main h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
