/* LESS Document */
/* -------------------------------- requirements */
.ankerNav {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .ankerNav {
    margin-bottom: 10px;
  }
}
.ankerNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ankerNav li {
    width: 43%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.ankerNav li a {
  text-align: center;
  line-height: 1;
  text-decoration: none;
  font-size: 2rem;
  font-weight: normal;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.ankerNav li a::after {
  display: block;
  margin: 0 auto;
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #1e93d3;
}
@media screen and (max-width: 767px) {
  .ankerNav li a {
    font-size: 3.37vw;
  }
}
#requirements {
  padding-top: 0;
}
#description {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #description {
    padding-bottom: 30px;
  }
}
#description .hgroup {
  background: url("/images/moji/hgroup_bg.png") no-repeat;
  background-color: #3d7fc1;
  padding: 15px 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #description .hgroup {
    margin-bottom: 10px;
  }
}
#description .hgroup h2 {
  color: #FFF;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #description .hgroup h2 {
    font-size: 5.6vw;
  }
}
#description .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#description .flex .text-area {
  width: 55%;
}
@media screen and (max-width: 767px) {
  #description .flex .text-area {
    width: 100%;
    order: 2;
  }
}
#description .flex .text-area p {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #description .flex .text-area p {
    font-size: 3.69vw;
    text-align: center;
  }
}
#description .flex .text-area .btn {
  display: block;
  padding: 15px;
  width: 330px;
  text-align: center;
  margin-top: 30px;
  background: #ff7500;
  border: none;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #description .flex .text-area .btn {
    width: 100%;
    font-size: 4.26vw;
    margin: 0 auto;
  }
}
#description .flex .text-area .btn:hover {
  color: #fff!important;
  opacity: 0.7;
}
#description .flex .img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #description .flex .img {
    order: 1;
    width: 100%;
    margin-bottom: 10px;
  }
}
#statue {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #statue {
    padding-bottom: 20px;
  }
}
#statue .hgroup {
  background: url("/images/moji/hgroup_bg.png") no-repeat;
  background-color: #5c864f;
  padding: 15px 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #statue .hgroup {
    margin-bottom: 20px;
  }
}
#statue .hgroup h2 {
  color: #FFF;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #statue .hgroup h2 {
    font-size: 5.6vw;
  }
}
#statue ul {
  list-style: disc;
}
#statue ul li {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #statue ul li {
    font-size: 4.3vw;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #list .hgroup {
    margin-bottom: 0;
  }
}
#list .hgroup h2 {
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #list .hgroup h2 {
    font-size: 5.6vw;
  }
}
#list .hgroup h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #1E94D4;
  margin: 0 auto;
}
#list .btn {
  display: block;
  font-weight: bold;
  width: 260px;
  padding: 15px;
  text-align: center;
  background: #ff7500;
  border: none;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  font-size: 2.2rem;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #list .btn {
    font-size: 5.4vw;
    width: 100%;
    margin: 20px 0;
  }
}
#list .btn:hover {
  color: #fff!important;
  opacity: 0.7;
}
#mid {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #mid {
    padding: 10px 0 40px;
  }
}
#mid .hgroup {
  height: auto;
  margin-bottom: 0;
}
#mid .hgroup h2 {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #mid .hgroup h2 {
    font-size: 5.6vw;
  }
}
#mid .hgroup h2:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  color: #1E94D4;
  display: block;
  margin: 0 auto;
}
#mid .img {
  text-align: center;
}
#requirements dl {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #requirements dl {
    margin-top: 10px;
  }
}
#requirements dl dt {
  background-color: #1E94D4;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  #requirements dl dt {
    width: 100%;
    font-size: 3.69vw;
    padding: 8px;
  }
}
#requirements dl dd {
  background-color: #FCFCFC;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  #requirements dl dd {
    font-size: 3.69vw;
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
  }
}
