@charset "UTF-8";
.global__nav__list__item.-sokuhou {
  color: #F46474;
}

@media screen and (max-width: 750px) {
  #main {
    padding-top: 4rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFE2E5), to(#FFE2E5)) no-repeat 0 0;
    background: linear-gradient(to bottom, #FFE2E5, #FFE2E5) no-repeat 0 0;
    background-size: 100% 4rem;
  }
}
#report {
  padding: 6.7rem 0 6.3rem;
  background: url(../img/index/bg_index_report.png) no-repeat center 0;
  background-size: contain;
}

@media screen and (max-width: 750px) {
  #report {
    padding: 6.9rem 0 5rem;
  }
}
.report__tab__block {
  margin-top: 8rem;
}

@media screen and (max-width: 750px) {
  .report__tab__block {
    margin-top: 4rem;
  }
}
.report__tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  padding: 0 5rem;
  border-bottom: 0.3rem solid #EB7777;
}

@media screen and (max-width: 1100px) {
  .report__tab__list {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 750px) {
  .report__tab__list {
    gap: 1rem;
    padding: 0 2rem;
  }
}
.report__tab__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 29rem;
  height: 8rem;
  background-color: #FFE2E5;
  border-radius: 2rem 2rem 0 0;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  cursor: pointer;
}
.report__tab__item.current {
  background-color: #EB7777;
  color: #fff;
}
.report__tab__item.current::before {
  content: "";
  position: absolute;
  display: block;
  width: 4rem;
  height: 3.8rem;
  background: url(../img/report/icon_tab_active.png) no-repeat center 0;
  background-size: contain;
  top: -1.7rem;
  left: 50%;
  translate: -50% 0;
}

@media screen and (max-width: 750px) {
  .report__tab__item {
    width: 17rem;
    height: 9rem;
    font-size: 2rem;
    text-align: center;
  }
  .report__tab__item.current::before {
    width: 3.5rem;
    height: 3.3rem;
    top: -1.5rem;
  }
}
.report__tab__body {
  padding: 4rem 5rem 9rem;
  background-color: #FFFAFB;
}

@media screen and (max-width: 1100px) {
  .report__tab__body {
    padding: 4rem 2rem 9rem;
  }
}
@media screen and (max-width: 750px) {
  .report__tab__body {
    padding: 3rem 2rem 7rem;
  }
}
.report__tab__content {
  display: none;
}
.report__tab__content.current {
  display: block;
}

.report__tab__content__title {
  margin-bottom: 5rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  color: #D06262;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .report__tab__content__title {
    margin-bottom: 3.4rem;
    font-size: 2.8rem;
  }
}
.section__anchors.-report {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3rem;
}

.section__anchors__item {
  width: 28rem;
}
.section__anchors__item:first-child .section__anchors__link {
  border-color: #6CABBC;
}
.section__anchors__item:first-child .section__anchors__link::after {
  background-image: url(../img/common/icon_anchors_green.png);
}
.section__anchors__item:nth-child(2) .section__anchors__link {
  border-color: #DEBB2D;
}
.section__anchors__item:nth-child(2) .section__anchors__link::after {
  background-image: url(../img/common/icon_anchors_yellow.png);
}

@media screen and (max-width: 750px) {
  .section__anchors__item {
    width: 16rem;
  }
}
.report__tab__content__box {
  margin-bottom: 4rem;
  padding: 2.5rem 3.5rem 3rem;
  background-color: #fff;
  border-width: 0.3rem;
  border-style: solid;
  border-radius: 3rem;
}
.report__tab__content__box:last-child {
  margin-bottom: 0;
}
.report__tab__content__box.-green {
  border-color: #D5EAF0;
}
.report__tab__content__box.-green .report__tab__content__box__title {
  color: #6BABBC;
}
.report__tab__content__box.-yellow {
  border-color: #F7ECBE;
}
.report__tab__content__box.-yellow .report__tab__content__box__title {
  color: #DDBB2D;
}
.report__tab__content__box.-purple {
  border-color: #E1DCF7;
}

@media screen and (max-width: 1100px) {
  .report__tab__content__box {
    padding: 2.5rem 2rem 3rem;
  }
}
.report__tab__content__box__title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .report__tab__content__box__title {
    font-size: 2rem;
  }
}
.report__tab__content__date {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  text-align: center;
}

.report__tab__content__table {
  width: 100%;
  margin: 2rem 0;
  font-size: 1.4rem;
  letter-spacing: 0.11em;
}
.report__tab__content__table thead tr th,
.report__tab__content__table tbody tr th {
  padding: 1.5rem 2rem 1.5rem 1rem;
}
.report__tab__content__table thead tr td,
.report__tab__content__table tbody tr td {
  padding: 1.5rem 2rem 1.5rem 1rem;
  text-align: right;
}
.report__tab__content__table thead tr td span,
.report__tab__content__table tbody tr td span {
  position: relative;
}
.report__tab__content__table thead tr td sup,
.report__tab__content__table tbody tr td sup {
  position: absolute;
  top: 0.9rem;
  right: -0.6rem;
}
.report__tab__content__table tbody th {
  padding: 1.5rem 2rem 1.5rem 1rem;
}
.report__tab__content__table tbody td {
  padding: 1.5rem 2rem 1.5rem 1rem;
  text-align: right;
}
.report__tab__content__table tbody td:nth-child(2) {
  color: #F46474;
}
.report__tab__content__table.-green thead tr {
  background-color: #E2F1F4;
}
.report__tab__content__table.-green tbody tr:nth-child(even) {
  background-color: #F0F8FA;
}
.report__tab__content__table.-yellow thead tr {
  background-color: #F7ECBE;
}
.report__tab__content__table.-yellow tbody tr:nth-child(even) {
  background-color: #FAF7E8;
}
.report__tab__content__table.-purple thead tr {
  background-color: #E1DCF7;
}
.report__tab__content__table.-purple tbody tr:nth-child(even) {
  background-color: #F6F4FF;
}

@media screen and (max-width: 750px) {
  .report__tab__content__table thead tr th,
  .report__tab__content__table tbody tr th {
    padding: 1rem 1rem 1rem 0.5rem;
  }
  .report__tab__content__table thead tr td,
  .report__tab__content__table tbody tr td {
    padding: 1rem 1rem 1rem 0.5rem;
    white-space: nowrap;
  }
  .report__tab__content__table tbody th {
    padding: 1rem 1rem 1rem 0.5rem;
  }
  .report__tab__content__table tbody td {
    padding: 1rem 1rem 1rem 0.5rem;
  }
}
.past__table__warp {
  padding: 2rem 0 0;
  display: none;
}
.past__table__warp .report__tab__content__table tbody tr td {
  color: #615F5F;
}

.past__table__title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.report__tab__content__comment {
  margin-top: 5rem;
  font-size: 1.4rem;
  letter-spacing: 0.11em;
}

@media screen and (max-width: 750px) {
  .report__tab__content__comment {
    margin-top: 3rem;
  }
}
.btn__wrapper button::after {
  background-image: url(../img/common/icon_btn_open.png);
}
.btn__wrapper button span::before {
  content: "過去の合格実績を見る";
}
.btn__wrapper button span::after {
  content: "閉じる";
  background: none;
  display: none;
}
.btn__wrapper.is-open button::after {
  background-image: url(../img/common/icon_btn_close.png);
}
.btn__wrapper.is-open button span::before {
  display: none;
}
.btn__wrapper.is-open button span::after {
  display: inline;
}