/* media query */
@import url("https://fonts.googleapis.com/css2?family=Harmattan:wght@700&family=MonteCarlo&display=swap");
body #wrapper .intro {
  margin-top: 70px;
}
@media all and (max-width: 480px) {
  body #wrapper .intro {
    margin-top: 60px;
  }
}
body #wrapper .intro .title {
  position: relative;
  max-width: 80%;
  margin: auto;
}
@media all and (max-width: 1200px) {
  body #wrapper .intro .title {
    max-width: 90%;
  }
}
@media all and (max-width: 480px) {
  body #wrapper .intro .title {
    max-width: 100%;
  }
}
body #wrapper .intro .title .titleImage {
  position: relative;
  max-height: 80%;
  margin: auto;
}
@media all and (max-width: 480px) {
  body #wrapper .intro .title .titleImage {
    max-width: 100%;
  }
}
body #wrapper .intro .title .titleImage h2 img {
  max-height: 130px;
  height: 100%;
}
@media all and (max-width: 1024px) {
  body #wrapper .intro .title .titleImage h2 img {
    max-height: none;
    max-width: 50%;
  }
}
body #wrapper .intro .title .titleImage p {
  position: absolute;
}
body #wrapper .intro .title .titleImage p.right {
  right: 130px;
  top: 0;
}
@media all and (max-width: 1024px) {
  body #wrapper .intro .title .titleImage p.right {
    right: 20px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper .intro .title .titleImage p.right {
    top: -5px;
  }
}
body #wrapper .intro .title .titleImage p.right img {
  max-width: 100px;
}
@media all and (max-width: 786px) {
  body #wrapper .intro .title .titleImage p.right img {
    max-width: 80px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper .intro .title .titleImage p.right img {
    max-width: 55px;
  }
}
body #wrapper .intro .title p.lead {
  margin: 50px 0;
  font-size: 1.2em;
  text-align: center;
}
@media all and (max-width: 480px) {
  body #wrapper .intro .title p.lead {
    margin: 50px 0 30px;
    font-size: 1em;
    text-align: left;
  }
}
body #wrapper .intro .title h2 {
  text-align: center;
}
body #wrapper .boshuArea {
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  body #wrapper .boshuArea {
    margin-top: 30px;
  }
}
body #wrapper .boshuArea .entry a {
  position: relative;
  display: block;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: #F98928;
  border-radius: 5px;
  font-size: 1.2rem;
}
body #wrapper .boshuArea .entry a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
body #wrapper .trainingArea {
  margin-top: 60px;
}
@media all and (max-width: 480px) {
  body #wrapper .trainingArea {
    margin-top: 30px;
  }
}
body #wrapper .trainingArea .number_title {
  margin-top: 20px;
}
body #wrapper .trainingArea ul.shadowBox {
  display: block;
}
body #wrapper .trainingArea ul.shadowBox li {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
@media all and (max-width: 480px) {
  body #wrapper .trainingArea ul.shadowBox li {
    margin-bottom: 30px;
  }
}
body #wrapper .trainingArea ul.shadowBox li h3 {
  font-weight: bold;
  font-size: 1.5em;
}
@media all and (max-width: 480px) {
  body #wrapper .trainingArea ul.shadowBox li h3 {
    font-size: 1.2em;
  }
}
body #wrapper .trainingArea ul.shadowBox li h3 + p {
  text-align: left;
}
body #wrapper .trainingArea ul.shadowBox li::after {
  position: absolute;
  content: "";
  background: url(../../common/images/line.svg);
  width: 4px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  bottom: -62px;
}
@media all and (max-width: 480px) {
  body #wrapper .trainingArea ul.shadowBox li::after {
    background: url(../../common/images/line_sp.svg);
    width: 2px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper .trainingArea ul.shadowBox li::after {
    height: 30px;
    bottom: -35px;
  }
}
body #wrapper .trainingArea ul.shadowBox li:last-child::after {
  content: none;
}
body #wrapper .trainingArea ul.shadowBox li p {
  text-align: left;
}
body #wrapper .trainingArea ul.shadowBox li p.circleList {
  font-size: 1.5em;
}
@media all and (max-width: 480px) {
  body #wrapper .trainingArea ul.shadowBox li p.circleList {
    font-size: 4.7vw;
  }
}
@media all and (max-width: 375px) {
  body #wrapper .trainingArea ul.shadowBox li p.circleList {
    font-size: 4.6vw;
  }
}
@media all and (max-width: 360px) {
  body #wrapper .trainingArea ul.shadowBox li p.circleList {
    font-size: 4.5vw;
  }
}
@media all and (max-width: 320px) {
  body #wrapper .trainingArea ul.shadowBox li p.circleList {
    font-size: 4.3vw;
  }
}
body #wrapper .trainingArea ul.shadowBox li p.bob {
  border-bottom: 2px solid #5BB43B;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media all and (max-width: 480px) {
  body #wrapper .trainingArea ul.shadowBox li p.bob {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper .trainingArea ul.shadowBox li p:not(.circleList) {
    font-size: 0.9em;
  }
}
body #wrapper .trainingArea ul:last-child {
  margin-bottom: 0;
}
