/*----------------------------------------
	検定
----------------------------------------*/

html {
  scroll-behavior: smooth;
}

.page-contents-inner {
  background: #fff;
}
.page-contents-inner strong {
  color: #44aeea;
}

.new_line::before {
  content: "\A";
  white-space: pre;
}

.white {
  color: unset;
}

.kentei_p {
  margin: 0 0 30px 0;
}

/* NOTE: 固定ヘッダーがあるためスクロール後の表示位置を調整するためだけに定義 */
#about,
#entry,
#information {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
}

.page-menu {
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-align: left;
  margin: 20px 0 30px 0;
}
.page-menu li a.hover {
  color: #44aeea;
  border-bottom: 2px #44aeea solid;
  transition-duration: 0.2s;
}
.page-menu li a:not(.hover) {
  border-bottom: 2px white solid;
  transition-duration: 0.2s;
}

.page-sub-title {
  font-size: 2rem;
  font-weight: bold;
  background: #fff;
  position: relative;
  padding: 20px 20px 20px 40px;
}
.page-sub-title:before {
  content: "";
  background: #44aeea;
  width: 25px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0px;
}
.page-third-title {
  font-size: 1.6rem;
  padding: 0 0 2px 20px;
  border-bottom: dashed 1px #a4a3a3;
  position: relative;
  font-weight: bold;
  line-height: 3.2rem;
}
.page-third-title:before {
  content: "";
  background: #44aeea;
  width: 7px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
}


/* contents
------------------------------------------*/
.contents-inner {
  width: 100%;
  margin: 0 auto;
}
.contents-footer-link a {
  display: block;
  font-size: 1.4rem;
  line-height: 5rem;
  font-weight: bold;
  border-radius: 25px;
  height: 50px;
  text-align: center;
  position: relative;
  background: #44aeea;
  width: 256px;
  letter-spacing: 0.1rem;
  color: #fff;
  text-decoration: none;
  transition-duration: 0.2s;
  border: #44aeea 1px solid;
  margin: 40px auto 0;
}
.contents-footer-link a:hover {
  color: #44aeea;
  border: #44aeea 1px solid;
  background: none;
  transition-duration: 0.2s;
}
.contents-footer-link a span {
  width: 15px;
  height: 15px;
  position: absolute;
  top: calc(50% - 8px);
  right: 10%;
}
.contents-footer-link a span::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  transition-duration: 0.2s;
}
.contents-footer-link a span::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% + 4px);
  transition-duration: 0.2s;
}
.contents-footer-link a:hover span::before,
.contents-footer-link a:hover span::after {
  background-color: #44aeea;
  transition-duration: 0.2s;
}
.contents-title-wrap {
  text-align: center;
}
.contents-title {
  font-size: 3.7rem;
  line-height: 3.7rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1rem;
  margin: 0 0 5px 0;
}
.contents-title-sub {
  font-weight: bold;
  background: linear-gradient(-135deg, #44aeea, #44aeea);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 2px solid #fff;
  padding: 0 0 10px 0;
}
.contents-title-text {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  margin: 20px 0 30px 0;
}
.list-knowledgeChallenge > li > .image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  width: 120px;
  margin-right: 10px;
}

.list-knowledgeChallenge > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list-knowledgeChallenge > li + li {
  margin-top: 20px;
}
.list-knowledgeChallenge > li h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.list-knowledgeChallenge h4:first-letter {
  font-size: 1.4em;
}

.list-knowledgeChallenge > li.FRESHER h4 {
  color: #59b27b;
}

.list-knowledgeChallenge > li.IMPACTER h4 {
  color: #3b7abd;
}
.list-knowledgeChallenge > li.ELITE h4 {
  color: #f57327;
}
.list-knowledgeChallenge > li.LEADER h4 {
  color: #cf4e52;
}
.list-knowledgeChallenge > li.DIRECTOR h4 {
  color: #74607c;
}

.page-menu li {
  margin: 0 0 5px 0;
}
.page-menu li a {
  color: #333;
  position: relative;
  display: block;
  background: #fff;
  padding: 10px;
  text-decoration: none;
}
.page-menu-item {
  text-align: center;
}
.page-menu li a:before {
  position: absolute;
  content: "";
  right: 20%;
  top: 5px;
  width: 17px;
  height: 17px;
  border-top: 1px solid #44aeea;
  border-right: 1px solid #44aeea;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .new_line::before {
    content: " ";
  }
  .contents-inner {
    width: 100%;
    max-width: 1000px;
  }
  .page-menu {
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    margin: 30px 0 80px 0;
  }
  .page-menu li {
    position: relative;
    width: 148px;
    display: inline;
  }

  .page-menu li a {
    width: 148px;
    color: #333;
    display: inline;
    text-decoration: none;
    border-bottom: 2px #fff solid;
    padding: 0 4px 6px 4px;
    transition-duration: 0.2s;
  }
  .page-menu li a:before {
    display: none;
  }

  .page-menu li:nth-child(1),
  .page-menu li:nth-child(2) {
    position: relative;
    padding: 0 30px 0 0;
    margin: 0 30px 0 0;
  }

  .page-menu li:nth-child(1):after,
  .page-menu li:nth-child(2):after {
    content: "";
    background: #333;
    width: 30px;
    height: 1px;
    transform: rotate(-70deg);
    position: absolute;
    top: 15px;
    right: -19px;
  }
}
