@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

img {
  max-width: 100%;
}

#wrapper * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.hdr-ctr {
  background-color: #ffedef;
  min-width: 1000px;
  padding-top: 45px;
  width: 100%;
}

.mv-ctr {
  margin: 0 auto;
  width: 1000px;
}

.main-ctr {
  margin: 0 auto;
  width: 1000px;
}

.grade-list-ctr {
  background: url(../img/bg_interview_pc.png) no-repeat 0 50% / contain;
  padding-top: 75px;
  width: 100%;
}

.grade-list-hdr {
  background: url(../img/logo_interview_pc.png) no-repeat 0 50% / contain;
  height: 182px;
  margin: 0 auto 72px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 950px;
}

.grade-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 23px;
  margin: 0 auto;
  width: 710px;
}

.grade-list-item {
  text-align: center;
}

.grade-list-item-a {
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 30px;
  margin: 0 auto;
  padding: .25em 0;
  transition: all .1s;
}

.grade-list-item-a:hover {
  opacity: .8;
  transform: scale(1.02);
}

.grade-list-item-a.g-1st {
  background-color: #904194;
}

.grade-list-item-a.g-semi-1st {
  background-color: #639;
}

.grade-list-item-a.g-2nd {
  background-color: #06c;
}

.grade-list-item-a.g-semi-2nd {
  background-color: #09c;
}

.grade-list-item-a.g-3rd {
  background-color: #3c9;
}

.grade-list-item-a.g-4th {
  background-color: #6c6;
}

.grade-list-item-a.g-5th {
  background-color: #9c0;
}

.grade-list-sticky-ctr {
  background-color: #fff;
  margin: .5em 0 0;
  opacity: 0;
  padding: .5em 0;
  position: sticky;
  top: 0;
  transition: opacity .5s;
  z-index: 10;
}

.grade-list-sticky-ctr.enable {
  display: block;
  opacity: 1;
}

.grade-list-sticky {
  display: flex;
  justify-content: space-around;
  margin: 0;
}

.grade-list-sticky-item {
  text-align: center;
  width: 160px;
}

.grade-list-sticky .grade-list-item-a {
  font-size: 22px;
  padding: .2em 0;
}

.jisseki-ctr {
  padding-top: 60px;
  margin-top: -60px;
}

.jisseki-article {
  border: 2px solid transparent;
  display: grid;
  font-size: 15px;
  grid-auto-columns: auto;
  grid-auto-rows: auto;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-column-gap: 1em;
  grid-row-gap: .5em;
  padding: .5em 1em;
}

#g-1st .jisseki-article:not(:last-of-type),
#g-semi-1st .jisseki-article:not(:last-of-type),
#g-2nd .jisseki-article:not(:last-of-type),
#g-semi-2nd .jisseki-article:not(:last-of-type),
#g-3rd .jisseki-article:not(:last-of-type),
#g-4th .jisseki-article:not(:last-of-type),
#g-5th .jisseki-article:not(:last-of-type) {
  border-bottom: none;
}

#g-1st .jisseki-article {
  border-color: #904194;
}

#g-semi-1st .jisseki-article {
  border-color: #639;
}

#g-2nd .jisseki-article {
  border-color: #06c;
}

#g-semi-2nd .jisseki-article {
  border-color: #09c;
}

#g-3rd .jisseki-article {
  border-color: #3c9;
}

#g-4th .jisseki-article {
  border-color: #6c6;
}

#g-5th .jisseki-article {
  border-color: #9c0;
}

.jisseki-article-hdr {
  font-size: 1.5em;
  grid-area: 1 / 1 / 2 / 2;
}

#g-1st .jisseki-article-hdr {
  color: #904194
}

#g-semi-1st .jisseki-article-hdr {
  color: #639
}

#g-2nd .jisseki-article-hdr {
  color: #06c;
}

#g-semi-2nd .jisseki-article-hdr {
  color: #09c;
}

#g-3rd .jisseki-article-hdr {
  color: #3c9;
}

#g-4th .jisseki-article-hdr {
  color: #6c6;
}

#g-5th .jisseki-article-hdr {
  color: #9c0;
}

.jisseki-article-profile {
  grid-area: 2 / 1 / 3 / 2;
  margin: 0;
}

.jisseki-article-txt-list {
  grid-area: 1 / 2 / 3 / 3;
  margin: 0;
}

.jisseki-article-txt-item {
  margin: .7em 0 .2em 0;
}

.jisseki-article-txt-item.question {
  align-items: center;
  display: flex;
}

.jisseki-article-txt-item.question::before {
  align-items: center;
  background-color: #369;
  border-radius: 50%;
  color: #fff;
  content: "Q";
  display: flex;
  height: 1.5em;
  justify-content: center;
  margin-right: .5em;
  padding: 0 0 .2em 0;
  width: 1.5em;
}

.jisseki-article-txt-detail {
  background-color: #cff;
  border-radius: .5em;
  margin: .2em 0 .7em 2.2em;
  padding: .5em;
  position: relative;
}

.jisseki-article-txt-detail::before {
  border: .5em solid transparent;
  border-right: 1em solid #cff;
  content: "";
  display: block;
  height: 0em;
  left: -1.4em;
  position: absolute;
  top: 0;
  transform: skewY(40deg);
  width: 0em;
}

/*上に戻るボタン*/
.global-page-top-button {
  bottom: 90px;
  position: fixed;
  right: 16px;
  z-index: 99;
  background: #006854;
  border-radius: 50px;
  cursor: pointer;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  width: 50px;
}

.page-top:before {
  background: #fff;
  border-radius: 5px;
  content: "";
  height: 4px;
  left: 13px;
  position: absolute;
  top: 21px;
  transform: rotate(-45deg);
  width: 30%;
}

.page-top:after {
  background: #fff;
  border-radius: 5px;
  content: "";
  height: 4px;
  position: absolute;
  top: 21px;
  transform: rotate(45deg);
  right: 13px;
  width: 30%;
}

.page-top {
  display: block;
  position: relative;
}

.hdr-ctr-1 {
  background-color: #ffedef;
  display: flex;
  justify-content: center;
  min-width: 1000px;
  padding-top: 45px;
  width: 100%;
}

.mv-ctr-1 {
  position: relative;
  width: 1000px;
}

.mv-ctr-1 img {
  height: auto;
  position: relative;
  width: 100%;
}

.font-position {
  color: #da0011;
  font-size: 40px;
  font-weight: 600;
  left: 493px;
  position: absolute;
  top: 255px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.font-position sup {
  font-size: 46px;
  font-weight: normal;
  top: .1em;
}

.font-color-black {
  color: #000000;
  font-size: 34px;
}

/* この範囲が昨対部分についてのcssです */
.sakutai-count-box {
  left: 375px;
  position: absolute;
  top: 305px;
}

.sakutai-count {
  background-color: #da0011;
  border-radius: 25px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -.03em;
  line-height: .7;
  margin: 0;
  padding: 4px 15px 8px;
}

.sakutai-small {
  font-size: 25px;
  letter-spacing: 0;
  vertical-align: middle;
}

.sakutai-small2 {
  font-size: 27px;
}

.sakutai-midle {
  font-size: 36.6px;
  font-weight: normal;
  letter-spacing: -.2em;
}

.sakutai-midle:last-of-type {
  font-size: 32px;
  font-weight: 600;
  margin-left: -.3em;
  vertical-align: bottom;
}

.sakunen-count {
  font-size: 25px;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}

/* この範囲までです */
.total-jisseki-number {
  color: #da0011;
  font-size: 140px;
  font-weight: 700;
  left: 700px;
  letter-spacing: -.05em;
  position: absolute;
  top: 343px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.container-jisseki-box {
  position: absolute;
  top: 333px;
  left: 241px;
  transform: translate(-50%, -50%);
}

#wrapper .grade-txt {
  align-items: center;
  color: #b9953a;
  display: flex;
  font-family: serif;
  font-size: 47px;
  font-weight: bold;
  letter-spacing: -.02em;
  text-align: center;
  white-space: nowrap;
}

.small-color-white {
  font-size: 15px;
}

.container-number {
  position: absolute;
  top: 425px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  transform: translateX(-50%);
}

.container-number-with {
  display: flex;
  justify-content: space-between;
  width: 741px;
  gap: 8px;
}

.container-number-box {
  align-items: center;
  background-color: #fff;
  border: 2px solid #d50213;
  display: flex;
  height: 60px;
  justify-content: center;
  position: relative;
  width: 230px;
}

.jiseki-position {
  display: flex;
  flex-wrap: wrap;
  height: 54px;
  justify-content: center;
  left: 25%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}

.jisseki-font {
  font-size: 24px;
  font-weight: 600;
  left: 25px;
  text-align: center;
  top: 0;
  white-space: nowrap;
}

.jisseki-font-semi-third {
  font-size: 24px;
  font-weight: 600;
  left: 10px;
  text-align: center;
  top: 0;
  white-space: nowrap;
}

.jisseki-font-semi-forth {
  font-size: 26px;
  left: 8px;
  text-align: center;
  top: -4px;
  white-space: nowrap;
}

.semijisseki-font {
  font-size: 26px;
  left: 7px;
  position: absolute;
  text-align: center;
  top: -4px;
  white-space: nowrap;
}

.grade-font {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  text-align: center;
  top: 28px;
  white-space: nowrap;
}

.number-font-box {
  left: 50px;
  position: absolute;
  position: relative;
  top: -2px;
}

.number-font {
  color: #d50213;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: -.03em;
  text-align: center;
  white-space: nowrap;
}

.small-number-font {
  font-size: 24px;
  top: -10px;
}

.image-size {
  height: auto;
  width: 150px;
}