﻿@charset "UTF-8";

/*————————————————————————————————————————————

2502_入試ページ制作

———————————*/
.l-section:not(:first-of-type) {
  margin-top: 40px;
  border-top: 1px solid #b9b9b9;
}
@media (max-width: 699px) {
  .l-section:not(:first-of-type) {
    margin-top: 40px;
  }
}

.c-btn--01 {
  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: 293px;
  max-width: 100%;
  background: #f5dc1b;
  border-radius: 32px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000000;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
@media (max-width: 699px) {
  .c-btn--01 {
    font-size: 12px;
    padding: 16px;
    margin-top: 32px;
  }
}
.c-btn--01 .icon-right {
  font-size: 14px;
  margin-left: 20px;
}
@media (max-width: 699px) {
  .c-btn--01 .icon-right {
    font-size: 10px;
    margin-left: 12px;
  }
}

.c-pager {
  margin-top: 60px;
}
.c-pager__list {
  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;
  gap: 6px;
}
.c-pager__item {
  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;
  min-width: 32px;
  height: 34px;
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #2d2d2d;
}
@media (max-width: 699px) {
  .c-pager__item {
    min-width: 22px;
    height: 24px;
    font-size: 12px;
  }
}
/* 250318更新 */
.c-pager__item.disabled {
  color: #757578;
  background: #d8d8d8;
}
/* 250318更新 */
.c-pager__item.current {
  background: #147be9;
  color: #fff;
}
.c-pager__item-link {
  width: 100%;
  height: 100%;
  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;
  color: #2d2d2d;
}
.c-pager__item-link i {
  font-size: 14px;
}
@media (max-width: 699px) {
  .c-pager__item-link i {
    font-size: 11px;
  }
}

.p-exam {
  line-height: 1.5;
}
/* 250318更新 */
@media (max-width: 699px) {
  .p-exam {
    margin-left: auto;
    margin-right: auto;
  }
}
/* 250318更新 */
.p-exam__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 24px;
}
@media (max-width: 699px) {
  .p-exam__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-exam__title01 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-left: 4px solid #0081e2;
  padding-left: 20px;
}
@media (max-width: 699px) {
  .p-exam__title01 {
    font-size: 16px;
    padding-left: 8px;
  }
}
.p-exam__title01-accent {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #fff100;
  padding: 2px 4px;
}
@media (max-width: 699px) {
  .p-exam__title01-accent {
    font-size: 13px;
  }
}
.p-exam__lead {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-top: 24px;
}
/* 250318更新 */
@media (max-width: 699px) {
  .p-exam__lead {
    font-size: 12px;
    margin-top: 16px;
  }
}
/* 250318更新 */
.p-exam__accent {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #f24841;
  margin-top: 60px;
}
@media (max-width: 699px) {
  .p-exam__accent {
    font-size: 13px;
    margin-top: 24px;
  }
}
.p-exam__hero {
  margin-bottom: 40px;
}
@media (max-width: 699px) {
  .p-exam__hero {
    margin-bottom: 20px;
  }
}
.p-exam__hero-image {
  width: 100%;
}
.p-exam .sample-question {
  max-width: 854px;
  border: 1px solid #0081e2;
  border-radius: 10px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
}
@media (max-width: 699px) {
  .p-exam .sample-question {
    margin-top: 24px;
  }
}
.p-exam .sample-question__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  background: #0081e2;
  padding: 24px 60px;
}
@media (max-width: 699px) {
  .p-exam .sample-question__head {
    padding: 8px 28px;
  }
}
.p-exam .sample-question__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 699px) {
  .p-exam .sample-question__title {
    font-size: 12px;
  }
}
.p-exam .sample-question__title-sub {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 699px) {
  .p-exam .sample-question__title-sub {
    font-size: 12px;
  }
}
.p-exam .sample-question__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eff7fe;
  padding: 24px 170px;
}
@media (max-width: 699px) {
  .p-exam .sample-question__body {
    padding: 20px 70px;
  }
}
.p-exam .sample-question__deco {
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 210px;
  height: auto;
}
@media (max-width: 699px) {
  .p-exam .sample-question__deco {
    left: 0;
    width: 90px;
  }
}
.p-exam .sample-question__image {
  width: 520px;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media (max-width: 699px) {
  .p-exam .sample-question__image {
    width: 198px;
  }
}
.p-exam .challenge {
  margin-top: 60px;
}
@media (max-width: 699px) {
  .p-exam .challenge {
    margin-top: 40px;
  }
}
.p-exam .challenge__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #0081e2;
}
@media (max-width: 699px) {
  .p-exam .challenge__title {
    font-size: 13px;
  }
}
.p-exam .challenge__list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 16px;
  background: #eff7fe;
  padding: 48px 24px;
  margin-top: 32px;
}
@media (max-width: 699px) {
  .p-exam .challenge__list {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 8px;
    padding: 16px 8px;
    margin-top: 16px;
  }
}
.p-exam .challenge__item {
  z-index: 1;
}
.p-exam .challenge__image {
  position: relative;
}
.p-exam .challenge__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-exam .challenge__image .new {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 28px;
  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;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  background: #f24841;
  padding: 4px;
  margin: 0;
}
@media (max-width: 699px) {
  .p-exam .challenge__image .new {
    width: 40px;
    height: 20px;
    font-size: 10px;
  }
}
.p-exam .challenge__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 12px;
}
@media (max-width: 699px) {
  .p-exam .challenge__desc {
    margin-top: 8px;
  }
}
.p-exam .challenge__desc .subject {
  min-width: 60px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  padding: 2px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
@media (max-width: 699px) {
  .p-exam .challenge__desc .subject {
    min-width: 40px;
    font-size: 10px;
    padding: 0;
  }
}
.p-exam .challenge__desc .subject--japanese {
  background: #f768ac;
}
.p-exam .challenge__desc .subject--math {
  background: #02a5ef;
}
.p-exam .challenge__desc .subject--science {
  background: #37bc4d;
}
.p-exam .challenge__desc .subject--socialstudies {
  background: #fcb81f;
}
.p-exam .challenge__desc .subject--english {
  background: #7870f2;
}
.p-exam .challenge__desc .date {
  font-size: 12px;
  font-weight: 400;
  color: #686868;
}
@media (max-width: 699px) {
  .p-exam .challenge__desc .date {
    font-size: 11px;
  }
}
.p-exam .challenge__item-title {
  font-size: 16px;
  font-weight: 400;
  color: #686868;
  margin-top: 8px;
}
@media (max-width: 699px) {
  .p-exam .challenge__item-title {
    font-size: 11px;
    margin-top: 4px;
  }
}
.p-exam .challenge__deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.p-exam .challenge__deco-image {
  width: 90%;
  height: auto;
}
.p-exam .real-exam {
  border-top: 1px solid #b9b9b9;
  padding-top: 60px;
}
@media (max-width: 699px) {
  .p-exam .real-exam {
    padding-top: 40px;
  }
}
.p-exam .nyushibox {
  margin-top: 32px;
}
@media (max-width: 699px) {
  .p-exam .nyushibox {
    margin-top: 24px;
  }
}
.p-exam .nyushibox h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #0081e2;
}
@media (max-width: 699px) {
  .p-exam .nyushibox h3 {
    font-size: 13px;
  }
}
.p-exam .nyushibox table {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.p-exam .exercise__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 60px;
}
@media (max-width: 699px) {
  .p-exam .exercise__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.p-exam .exercise__year-list {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media (max-width: 699px) {
  .p-exam .exercise__year-list {
    gap: 2px;
  }
}
.p-exam .exercise__year-item {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 220px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  background: #efefef;
  border-radius: 2px;
}
@media (max-width: 699px) {
  .p-exam .exercise__year-item {
    width: calc((100% - 2px) / 2);
    height: 30px;
    font-size: 12px;
  }
}
.p-exam .exercise__year-item.current {
  color: #fff;
  background: #0081e2;
}
.p-exam .exercise__year-link {
  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: 100%;
  height: 100%;
  color: #2d2d2d;
}
.p-exam .exercise__selectbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-exam .exercise__selectbox::after {
  position: absolute;
  right: 15px;
  content: "\e903";
  font-family: "icomoon";
  font-size: 14px;
  pointer-events: none;
}
@media (max-width: 699px) {
  .p-exam .exercise__selectbox::after {
    font-size: 12px;
  }
}
.p-exam .exercise__selectbox select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 220px;
  padding: 12px 16px;
  border: 1px solid #2d2d2d;
  border-radius: 2px;
  background-color: #fff;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media (max-width: 699px) {
  .p-exam .exercise__selectbox select {
    min-width: 168px;
    padding: 8px 16px;
    font-size: 11px;
  }
}
.p-exam .exercise__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 60px;
}
@media (max-width: 699px) {
  .p-exam .exercise__table {
    margin-top: 24px;
  }
}
.p-exam .exercise__table-head .exercise__cell {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0081e2;
  border-bottom: 1px solid #f4f4f4;
  padding-top: 0;
}
@media (max-width: 699px) {
  .p-exam .exercise__table-head .exercise__cell {
    font-size: 13px;
  }
}
.p-exam .exercise__table-body .exercise__row:nth-of-type(2n) {
  background: #eff7fe;
}
.p-exam .exercise__cell {
  padding: 16px 8px;
}
@media (max-width: 699px) {
  .p-exam .exercise__cell {
    padding: 10px 4px;
  }
}
.p-exam .exercise__cell--subject {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 12%;
}
@media (max-width: 699px) {
  .p-exam .exercise__cell--subject {
    font-size: 10px;
    width: 15%;
  }
}
.p-exam .exercise__cell--subject .subject {
  display: inline-block;
  width: 83px;
  max-width: 100%;
  color: #fff;
  border-radius: 4px;
  padding: 4px;
}
@media (max-width: 699px) {
  .p-exam .exercise__cell--subject .subject {
    width: 50px;
  }
}
.p-exam .exercise__cell--subject .subject--japanese {
  background: #f768ac;
}
.p-exam .exercise__cell--subject .subject--math {
  background: #02a5ef;
}
.p-exam .exercise__cell--subject .subject--science {
  background: #37bc4d;
}
.p-exam .exercise__cell--subject .subject--socialstudies {
  background: #fcb81f;
}
.p-exam .exercise__cell--subject .subject--english {
  background: #7870f2;
}
.p-exam .exercise__cell--title {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 699px) {
  .p-exam .exercise__cell--title {
    font-size: 11px;
  }
}
.p-exam .exercise__cell--date {
  font-size: 16px;
  font-weight: 400;
  width: 12%;
}
@media (max-width: 699px) {
  .p-exam .exercise__cell--date {
    font-size: 10px;
    width: 15%;
  }
}
.p-exam .exercise__cell--download {
  text-align: center;
  width: 20%;
}
.p-exam .exercise__link {
  display: block;
  width: 138px;
  max-width: 100%;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  color: #000;
  background: #f5dc1b;
  border-radius: 32px;
  padding: 4px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
@media (max-width: 699px) {
  .p-exam .exercise__link {
    width: 98px;
    font-size: 9px;
    border-radius: 17px;
  }
}

/* manabi no susume */
.p-manabi-image {
    margin-top: 40px;
}
