body {
  overflow-x: hidden !important;
}

.ttl-area {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.ttl-area h1 {
  margin: 60px 0 0;
  font-size: 26px;
  text-align: center;
  font-weight: normal;
}
.ttl-area h1 br {
  display: none;
}
@media screen and (max-width: 991px) {
  .ttl-area h1 {
    margin-top: 40px;
    font-size: 22px;
  }
  .ttl-area h1 br {
    display: block;
  }
}
.ttl-area .pdf {
  position: absolute;
  top: -2px;
  right: 20px;
}
@media screen and (max-width: 991px) {
  .ttl-area .pdf {
    top: 15px;
    right: 5%;
  }
}
@media screen and (max-width: 700px) {
  .ttl-area .pdf {
    position: static;
    text-align: center;
    margin: 20px;
  }
}

.s5-getStarted {
  display: none;
}

.anchor-area {
  background: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 100%;
  left: 0;
  padding: 30px 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .anchor-area {
    top: 0;
    padding: 10px 0;
  }
}

ul.anchor {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}
@media screen and (max-width: 991px) {
  ul.anchor {
    padding: 0 5%;
  }
}
ul.anchor li {
  width: calc((100% - 46px) / 4);
  height: 40px;
  background-color: #ffffff;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  ul.anchor li {
    height: 30px;
  }
}
ul.anchor li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 100%;
  height: 100%;
  color: #000000;
}
@media screen and (max-width: 991px) {
  ul.anchor li a {
    font-size: 15px;
  }
}
ul.anchor li a:hover {
  text-decoration: none;
}
ul.anchor li.active a, ul.anchor li:hover a {
  color: #ffffff;
}
ul.anchor li.a95l {
  border: 2px solid #e60012;
}
ul.anchor li.a95l.active, ul.anchor li.a95l:hover {
  background-color: #e60012;
}
ul.anchor li.a90k {
  border: 2px solid #009e96;
}
ul.anchor li.a90k.active, ul.anchor li.a90k:hover {
  background-color: #009e96;
}
ul.anchor li.xr80 {
  border: 2px solid #f6ab00;
}
ul.anchor li.xr80.active, ul.anchor li.xr80:hover {
  background-color: #f6ab00;
}
ul.anchor li.xr90 {
  border: 2px solid #004ea2;
}
ul.anchor li.xr90.active, ul.anchor li.xr90:hover {
  background-color: #004ea2;
}
ul.anchor li.xr70 {
  border: 2px solid #920783;
}
ul.anchor li.xr70.active, ul.anchor li.xr70:hover {
  background-color: #920783;
}
ul.anchor li.xr50 {
  border: 2px solid #009944;
}
ul.anchor li.xr50.active, ul.anchor li.xr50:hover {
  background-color: #009944;
}
ul.anchor li.x90l {
  border: 2px solid #009944;
}
ul.anchor li.x90l.active, ul.anchor li.x90l:hover {
  background-color: #009944;
}
ul.anchor li.x90k {
  border: 2px solid #ed6c00;
}
ul.anchor li.x90k.active, ul.anchor li.x90k:hover {
  background-color: #ed6c00;
}
ul.anchor li.x85k {
  border: 2px solid #0081cc;
}
ul.anchor li.x85k.active, ul.anchor li.x85k:hover {
  background-color: #0081cc;
}
ul.anchor li.x83l {
  border: 2px solid #eb6ea5;
}
ul.anchor li.x83l.active, ul.anchor li.x83l:hover {
  background-color: #eb6ea5;
}
ul.anchor li.x80l {
  border: 2px solid #eb6ea5;
}
ul.anchor li.x80l.active, ul.anchor li.x80l:hover {
  background-color: #eb6ea5;
}

ul.size {
  list-style: none;
  width: 100%;
  padding: 0;
}
ul.size li {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  ul.size li {
    margin-top: 60px;
  }
}
ul.size li h3 {
  font-size: 24px;
  position: relative;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  ul.size li h3 {
    font-size: 20px;
  }
}
ul.size li h3:after {
  content: "";
  width: 40px;
  height: 5px;
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 20px);
}
ul.size li .img {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 600px;
}
ul.size li .img img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  ul.size li .img {
    padding: 0 5%;
  }
}
ul.size li .next {
  margin-top: 50px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  ul.size li .next {
    margin-top: 30px;
  }
}
ul.size li .next a {
  transition: opacity 0.3s;
  display: block;
}
ul.size li .next a:hover {
  text-decoration: none;
  opacity: 0.7;
}
ul.size li .next a:hover p {
  color: #2f353d;
}
ul.size li .next p {
  font-size: 18px;
  display: block;
  margin: 0;
}
@media screen and (max-width: 991px) {
  ul.size li .next p {
    font-size: 16px;
  }
}
ul.size li .next .icn {
  margin-top: 20px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  ul.size li .next .icn {
    margin-top: 10px;
  }
  ul.size li .next .icn img {
    width: 130px;
  }
}
ul.size li.a95l h3:after {
  background-color: #e60012;
}
ul.size li.a90k h3:after {
  background-color: #009e96;
}
ul.size li.xr80 h3:after {
  background-color: #f6ab00;
}
ul.size li.xr50 h3:after {
  background-color: #009944;
}
ul.size li.xr90 h3:after {
  background-color: #004ea2;
}
ul.size li.xr70 h3:after {
  background-color: #920783;
}
ul.size li.x90l h3:after {
  background-color: #009944;
}
ul.size li.x90k h3:after {
  background-color: #ed6c00;
}
ul.size li.x85k h3:after {
  background-color: #0081cc;
}
ul.size li.x83l h3:after {
  background-color: #eb6ea5;
}
ul.size li.x80l h3:after {
  background-color: #eb6ea5;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}