@charset "UTF-8";
/* 共通 */
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 34px;
}

a {
  color: #000000;
}

.redText {
  color: #fc3c3c;
}

.commentary .marker {
  background-color: #ffbec0;
}

.become .marker {
  background-color: #ffec9a;
}

.commentary,
.become,
.overview,
.summary {
  padding-bottom: 120px;
}

h2 {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(40px, -50%);
  margin: 0;
  padding: 0;
}

.banner {
  position: relative;
}

.commonWidth .underLine {
  text-decoration: underline;
}

.last {
  margin-bottom: 0;
}

.btnArea {
  width: fit-content;
  margin: auto;
}
/* ヘッダー */
header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px #0000001a;
}

.hNav {
  display: flex;
  align-items: center;
  position: relative;
}

.hLogo {
  cursor: pointer;
}

.hNavList {
  display: flex;
}
/* サイドボタン */
.appFormBtnBox {
  position: fixed;
  z-index: 9;
  bottom: 20px;
  right: 20px;
  text-align: center;
}

.appFormBtnBox ::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%);
}

.appFormBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.appFormBtnSP {
  display: none;
}

.formTitle,
.formName {
  color: #ffffff;
}

.joinInfo {
  text-align: center;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  left: 50%;
  transform: translateX(-50%);
}

.joinInfo:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-25deg);
}

.joinInfo:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(25deg);
}

.joinBtn {
  text-align: center;
  background-image: linear-gradient(109.6deg, #ff4e4e 11.2%, #416dff 91.1%);
  width: fit-content;
}

.joinArea a {
  color: #ffffff;
}
/* ページタイトル */

.postedData {
  color: #988443;
}

/* 徹底解説 */

.commentaryTitle {
  margin-bottom: 0.2rem;
  background-image: linear-gradient(135deg, #ff6fb7 10%, #41e2ff 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
  width: fit-content;
}

/* CFEになるにわ？ */
.becomeItem {
  margin-bottom: 80px;
}
/* 受験に必要な学習期間、 費用、試験制度について */
.overviewTitle {
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  background-color: #d3e4f0;
}
.overviewItem {
  margin-bottom: 20px;
}

/* 最後のまとめ 不正検査士について */
.summaryItem {
  margin-bottom: 39px;
}
.summarySeminar {
  margin-bottom: 80px;
}

/* ロゴ */
.logo {
  margin-bottom: 50px;
  text-align: center;
}
/* フッター */
footer {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.6px;
  font-weight: 400;
  text-align: center;
  background-color: #1f2844;
}

/* PC */
@media print, screen and (min-width: 768px) {
  .pcNone {
    display: none;
  }

  /* 共通 */
  .commonWidth {
    max-width: 1049px;
    margin: 0 auto;
    width: 90%;
  }

  .destination {
    padding-top: 95px;
    margin-top: -95px;
  }

  body {
    font-size: 16px;
    letter-spacing: 0.8px;
    padding-top: 95px;
  }

  h2 {
    font-size: 36px;
    letter-spacing: 1.8px;
    line-height: 60px;
  }

  .marker {
    font-size: 18px;
    font-weight: 500;
  }

  .banner {
    margin-bottom: 80px;
  }

  main .underLine {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.9px;
  }

  .redText {
    font-size: 20px;
    font-weight: bold;
  }

  .joinBtn {
    padding: 30px 70px;
    border-radius: 65px;
    margin: 20px auto 0;
  }

  .joinInfo {
    font-size: 18px;
    letter-spacing: 1.44px;
  }

  .joinArea a {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.92px;
  }

  /* ヘッダー */
  header {
    height: 95px;
  }
  header .underLine {
    border-bottom: 0.5px solid #1f2844;
  }

  .hNavLink {
    font-weight: 500;
    font-size: min(18px, 0.94vw);
    letter-spacing: 0.9px;
    padding: 0 min(41.5px, 2.16vw);
    white-space: nowrap;
  }

  .hNavBtn {
    height: 100%;
  }

  .hJoin {
    color: #ffffff;
    font-size: min(20px, 1.04vw);
    background-color: #1f2844;
    padding: 0 min(56px, 2.94vw);
    display: flex;
    align-items: center;
    height: 100%;
  }

  .hTop {
    height: auto;
    margin: auto 0 auto min(120px, 6.25vw);
  }

  /* サイドボタン */
  .appFormBtnBox ::before {
    content: ''; /* 疑似要素に必須 */
    width: 100%; /* 幅いっぱい */
    height: 0%; /* 高さいっぱい */
    display: block; /* 高さを指定するためにブロック要素にする */
    background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 80%); /* 徐々に透明にする */
    position: absolute; /*  */
    bottom: 0;
    left: 0;
  }

  .formTitle {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    background-color: #1f2844;
    border-radius: 10px 10px 0 0;
    letter-spacing: 0.8px;
    padding: 4px 56px;
  }

  .formName {
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 1.2px;
    width: 100%;
    background-image: linear-gradient(109.6deg, #ff4e4e 11.2%, #416dff 91.1%);
    border-radius: 0 0 10px 10px;
    padding: 20px 104px;
  }

  /* ページタイトル */
  .pageTitle {
    padding-top: 160px;
    padding-bottom: 70px;
  }
  .topImg {
    margin-bottom: 80px;
  }

  .title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.92px;
  }

  .postedData {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
  }

  /* 徹底解説 */
  .commentaryTitle {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 22px;
    letter-spacing: 1.1px;
    margin-bottom: 30px;
  }

  .commentaryItem {
    margin-bottom: 60px;
  }
  .hJoinSP {
    display: none;
  }

  /* CFEになるにわ？ */
  /* 受験に必要な学習期間、 費用、試験制度について */
  /* ロゴ */
  /* フッター */
}

@media screen and (min-width: 1024px) {
  .hWrap {
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
}

/* Sp */
@media only screen and (max-width: 767px) {
  .spNone {
    display: none;
  }
  /* 共通 */
  body {
    font-size: 14px;
    letter-spacing: 0.28px;
    padding-top: 55px;
  }

  .destination {
    padding-top: 55px;
    margin-top: -55px;
  }

  h2 {
    font-size: 24px;
    letter-spacing: 1.2px;
    line-height: 40px;
  }

  .marker {
    font-size: 16px;
    font-weight: bold;
  }

  .pageTitleIn,
  .commentaryIn,
  .becomeIn,
  .overviewIn,
  .summaryIn {
    width: 87.18%;
    margin: auto;
  }

  .banner {
    margin-bottom: 40px;
  }

  main .underLine {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.9px;
  }

  .redText {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.32px;
  }

  .joinBtn {
    padding: 23px;
    border-radius: 65px;
    margin: 13px auto 0;
    font-size: 17px;
  }

  .joinInfo {
    height: fit-content;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1.12px;
    padding: 0 10px;
  }

  .joinArea a {
    font-size: 20px;
    font-weight: bold;
  }

  .postedData {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
  }
  /* ヘッダー */

  /* サイドボタン */
  .formTitle {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 1;
    margin-bottom: 3.5px;
  }

  .formName {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1.2px;
    white-space: nowrap;
    line-height: 1;
  }

  .appFormBtnBox {
    background-image: linear-gradient(109.6deg, #ff4e4e 11.2%, #416dff 91.1%);
    border-radius: 10px;
    width: fit-content;
    height: fit-content;
    inset: 0;
    margin: auto auto 2%;
  }
  .appFormBtn {
    padding: 17px 47px;
  }

  /* ページタイトル */
  .title {
    font-size: 22px;
    letter-spacing: 0.92px;
    line-height: 40px;
    font-weight: bold;
  }

  .topImg {
    margin-bottom: 60px;
    text-align: center;
  }

  .pageTitle {
    padding-top: 61px;
    padding-bottom: 40px;
  }
  /* 徹底解説 */
  .commentaryTitle {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.1px;
    margin-bottom: 30px;
  }

  .commentaryItem {
    margin-bottom: 60px;
  }
}

.appFormBtnBox {
  opacity: 1;
  transition: all 1s ease-in-out;
}
.appFormBtnBox.active {
  opacity: 0;
}
/* .active {
  color: lime;
  font-weight: 600;
} */
ul#menu li.active::before,
ul#menu li:hover::before {
  left: 0%;
}
.line {
  height: 2px;
  position: absolute;
  bottom: 0;
  margin: 10px 0 0 0;
  background: #ff1847;
}
a:hover,
a:focus,
a:active {
  color: #999;
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  h2 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media screen and (max-width: 1023px) {
  .appFormBtnSP {
    display: block;
  }
  .appFormBtnPC {
    display: none;
  }
  .appFormBtnSP {
    background-image: linear-gradient(109.6deg, #ff4e4e 11.2%, #416dff 91.1%);
    border-radius: 10px;
    width: auto;
    height: fit-content;
    inset: 0;
    margin: auto auto 2%;
    padding: 17px 5px;
  }
  .appFormBtnSP .formName br {
    display: none;
  }
  .logoText p {
    font-size: 11px;
  }

  .hJoinSP {
    display: block;
  }
  .logoText {
    margin-left: 7.63px;
    white-space: nowrap;
  }

  .logoTextEn {
    margin-top: -15px;
  }

  header {
    height: 55px;
  }

  .menu {
    width: 55px;
    height: 55px;
    background-color: #1f2844;
  }
  .menu.pcNone,
  .logoText.pcNone {
    display: block;
  }

  header .hNav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-101%);
    transition: all 0.2s;
    background: white;
  }
  .hWrap {
    /* display: block; */
    height: 100%;
  }

  .hNavList {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }

  .hNavItem {
    margin-bottom: 3% 0;
  }

  .hNavLink {
    padding: 0;
    color: white;
    font-size: 22px;
    padding: 20px 0;
    display: inline-block;
  }

  .hNavBtn {
    width: 80%;
    /* margin: 3% auto; */
    height: auto;
    margin-top: auto;
  }

  .hToggle {
    display: block;
    width: 25px;
    height: 20px;
    position: relative;
    cursor: pointer;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .hToggle span {
    display: block;
    width: 25px;
    height: 1px;
    background: #ffffff;
    position: absolute;
  }
  .hToggle span:first-child {
    top: 0;
  }
  .hToggle span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .hToggle span:last-child {
    bottom: 0;
  }

  header .hToggle span:first-child {
    animation: ease 0.7s top-2 forwards;
  }
  header .hToggle span:nth-child(2) {
    animation: ease 0.7s scaled-2 forwards;
  }
  header .hToggle span:last-child {
    animation: ease 0.7s bottom-2 forwards;
  }
  .hAct .hToggle span:first-child {
    animation: ease 0.7s top forwards;
  }
  .hAct .hToggle span:nth-child(2) {
    animation: ease 0.7s scaled forwards;
  }
  .hAct .hToggle span:last-child {
    animation: ease 0.7s bottom forwards;
  }
  .hAct .hNav {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    transform: translateY(0);
    height: calc(100vh - 55px);
    display: block;
    /* overflow-y: scroll; */
    padding: 20px 0;
    display: flex;
    flex-direction: column;
  }

  .hTopLogo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .hLogoLink {
    display: flex;
    align-items: center;
    margin-left: 20px;
  }

  .appFormBtnSP {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hJoin {
    background-color: transparent;
    color: #000;
    padding: 0;
  }

  .hNavList {
    text-align: center;
    padding-top: 10%;
  }
  .hNav {
    background-color: #1f2844 !important;
  }
  .hNav .formTitle {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 1;
    margin-bottom: 3.5px;
    background-color: transparent;
    width: auto;
  }
  .hNav .formName {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1.2px;
    white-space: nowrap;
    line-height: 1;
    padding: 0;
    width: auto;
    background-image: none;
  }

  /* CFEになるにわ？ */
  /* 受験に必要な学習期間、 費用、試験制度について */
  /* ロゴ */
  /* フッター */

  @keyframes top {
    0% {
      top: 20px;
      transform: rotate(0);
    }
    50% {
      top: 9px;
      transform: rotate(0);
    }
    100% {
      top: 9px;
      transform: rotate(45deg);
    }
  }
  @keyframes top-2 {
    0% {
      top: 20px;
      transform: rotate(45deg);
    }
    50% {
      top: 9px;
      transform: rotate(0deg);
    }
    100% {
      top: 0;
      transform: rotate(0deg);
    }
  }
  @keyframes bottom {
    0% {
      bottom: 20px;
      transform: rotate(0);
    }
    50% {
      bottom: 9px;
      transform: rotate(0);
    }
    100% {
      bottom: 9px;
      transform: rotate(135deg);
    }
  }
  @keyframes bottom-2 {
    0% {
      bottom: 20px;
      transform: rotate(135deg);
    }
    50% {
      bottom: 9px;
      transform: rotate(0);
    }
    100% {
      bottom: 0;
      transform: rotate(0);
    }
  }
  @keyframes scaled {
    50% {
      transform: scale(0);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes scaled-2 {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
}

@media screen and (max-width: 767px) {
  /* .hWrap{
    display: initial;
    height: 55px;
  } */

  main {
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 1100px) and (min-width: 1024px) {
  .hNavLink {
    padding: 0 min(41.5px, 1.5vw);
    font-size: min(18px, 1vw);
  }
}
@media screen and (max-width: 320px) {
  .hNav .formName {
    font-size: 20px;
  }
  .hNavLink {
    font-size: 18px;
    padding: 10px 0;
    padding-top: 5%;
  }

  .joinBtn {
    padding: 8px;
  }

  .joinInfo {
    font-size: 11px;
    padding: 0 15px;
  }

  .formName {
    font-size: 18px;
  }
}
