@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.mt-50 {
  margin-top: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.color1 {
  color: #D4A849;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media (min-width: 1281px) {
  html {
    font-size: 1px;
  }
}
@media (max-width: 1280px) and (min-width: 769px) {
  html {
    font-size: 0.078vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1px;
  }
}

body {
  position: relative;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #232323;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  line-height: 1.4;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

figure,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
  color: #333333;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 14rem;
  line-height: 1.6;
  color: #1c2536;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  padding-bottom: 84rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  body {
    font-size: 16rem;
    padding-bottom: 0;
  }
}

h1, h2, h3, p, ul, ol, li, dl, dt, dd, figure, fieldset {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #0074c7;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  color: #0074c7;
  opacity: 0.7;
}

fieldset {
  border: none;
}

button {
  font-family: inherit;
}

.l-container {
  margin: 0 auto;
  padding: 0 14rem;
  max-width: 520px;
}
@media (min-width: 768px) {
  .l-container {
    max-width: 1292rem;
    padding: 0 20rem;
  }
  .l-container--narrow {
    max-width: 1080rem;
  }
}

.u-pc {
  display: none;
}
@media (min-width: 768px) {
  .u-pc {
    display: inline;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.c-label {
  font-size: 14rem;
  line-height: 1.64;
  color: #0074c7;
}
.c-label--yellow {
  color: #fff05a;
}

.c-section-head__title {
  margin-top: 16rem;
  font-family: "Noto Serif JP", ui-serif, Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 28rem;
  line-height: 1.36;
  color: #003c70;
}
@media (min-width: 768px) {
  .c-section-head__title {
    font-size: 56rem;
    line-height: 1.35;
  }
}
.c-section-head__lead {
  margin-top: 20rem;
  font-size: 14rem;
  line-height: 1.64;
  color: #445a77;
}
@media (min-width: 768px) {
  .c-section-head__lead {
    margin-top: 26rem;
    font-size: 16rem;
    line-height: 1.63;
  }
}
@media (min-width: 768px) {
  .c-section-head--center {
    text-align: center;
  }
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(24rem);
          transform: translateY(24rem);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.js-fade.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .js-fade {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
.fv {
  position: relative;
  overflow: hidden;
  padding-bottom: 60rem;
  background-color: #003c70;
}
@media (min-width: 768px) {
  .fv {
    padding-bottom: 130rem;
  }
}
.fv__bg, .fv__overlay, .fv__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.fv__bg {
  background: url(../img//photo-students.jpg) center top/cover no-repeat;
}
.fv__overlay {
  background: url(../img//fv-overlay-sp.png) center/cover no-repeat;
}
@media (min-width: 768px) {
  .fv__overlay {
    background-image: url(../img//fv-overlay-pc.png);
  }
}
.fv__deco {
  opacity: 0.4;
  background: url(../img//fv-deco-sp.png) center/cover no-repeat;
}
@media (min-width: 768px) {
  .fv__deco {
    opacity: 1;
    background-image: url(../img//fv-deco-pc.png);
  }
}
.fv__inner {
  position: relative;
  z-index: 1;
}
.fv__header {
  padding-top: 18rem;
}
@media (min-width: 768px) {
  .fv__header {
    padding-top: 30rem;
  }
}
.fv__logo img {
  width: 200rem;
  height: auto;
}
@media (min-width: 768px) {
  .fv__logo img {
    width: 330rem;
  }
}
.fv__layout {
  margin-top: 49rem;
}
@media (min-width: 768px) {
  .fv__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: min(76rem, 5vw);
    margin-top: 76rem;
  }
}
@media (min-width: 768px) {
  .fv__copy {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 663rem;
  }
}
.fv__label {
  display: inline-block;
  padding: 8rem 16rem;
  border-radius: 6rem;
  background: rgba(0, 116, 199, 0.92);
  font-size: 14rem;
  line-height: 1.64;
  color: #fff;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .fv__label {
    padding: 9rem 16rem;
    font-size: 18rem;
    line-height: 1.67;
  }
}
.fv__title {
  margin-top: 20rem;
  font-family: "Noto Serif JP", ui-serif, Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 62rem;
  line-height: 0.98;
  color: #fff;
}
@media (min-width: 768px) {
  .fv__title {
    font-size: 118rem;
    line-height: 0.983;
  }
}
.fv__title-line {
  display: block;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .fv__title-line {
    margin-bottom: 5rem;
  }
}
.fv__title-em {
  display: inline-block;
  margin-top: 10rem;
  padding: 8rem 16rem;
  border-radius: 6rem;
  background: #fff05a;
  color: #003c70;
}
@media (min-width: 768px) {
  .fv__title-em {
    margin-top: 16rem;
  }
}
.fv__lead {
  margin-top: 26rem;
  font-size: 14rem;
  line-height: 1.64;
  color: #fff;
}
@media (min-width: 768px) {
  .fv__lead {
    margin-top: 36rem;
    font-size: 24rem;
    line-height: 1.42;
  }
}

.fv-card {
  margin-top: 28rem;
  padding: 29rem 19rem 19rem;
  border-radius: 8rem;
  background: rgba(255, 255, 255, 0.94);
  -webkit-box-shadow: 0 22rem 48rem rgba(0, 60, 112, 0.16);
          box-shadow: 0 22rem 48rem rgba(0, 60, 112, 0.16);
}
@media (min-width: 768px) {
  .fv-card {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: min(513rem, 44vw);
    margin-top: 89rem;
  }
}
.fv-card__year {
  font-size: 14rem;
  line-height: 1.64;
  color: #0074c7;
}
.fv-card__title {
  font-size: 18rem;
  line-height: 1.67;
  color: #003c70;
}
@media (min-width: 768px) {
  .fv-card__title {
    font-size: 24rem;
  }
}
.fv-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8rem;
  margin-top: 18rem;
}
.fv-card__tag {
  padding: 4rem 12rem;
  border-radius: 6rem;
  background: #e8f5ff;
  -webkit-box-shadow: inset 0 0 0 1rem #c8deef;
          box-shadow: inset 0 0 0 1rem #c8deef;
  font-size: 14rem;
  line-height: 1.64;
  color: #004b86;
  white-space: nowrap;
}
.fv-card__rounds {
  margin-top: 16rem;
}
.fv-card__round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12rem;
  padding: 16rem 0;
  border: 1rem solid #c8deef;
  border-left: none;
  border-right: none;
}
.fv-card__round + .fv-card__round {
  border-top: none;
}
@media (min-width: 768px) {
  .fv-card__round {
    padding: 13rem 0;
    border-left: none;
    border-right: none;
  }
}
.fv-card__round-label {
  font-size: 13rem;
  line-height: 1.64;
  color: #0074c7;
  white-space: nowrap;
}
.fv-card__round-date {
  font-size: 16rem;
  line-height: 1.5;
  color: #1c2536;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .fv-card__round-date {
    font-size: 26rem;
    line-height: 1;
  }
}
.fv-card__round-type {
  display: inline-block;
  margin-left: auto;
  padding: 5rem 10px;
  min-width: 88rem;
  border-radius: 999rem;
  background: #fff05a;
  font-size: 14rem;
  line-height: 1.64;
  color: #004b86;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .fv-card__round-type {
    min-width: 100rem;
  }
}
.fv-card__note {
  margin-top: 14rem;
  padding: 10rem 12rem;
  border-radius: 6rem;
  background: #0074c7;
}
@media (min-width: 768px) {
  .fv-card__note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10rem;
    margin-top: 20rem;
  }
}
.fv-card__note-badge {
  display: inline-block;
  padding: 5rem 9rem;
  border-radius: 6rem;
  background: #fff05a;
  font-size: 14rem;
  line-height: 1.64;
  color: #003c70;
  white-space: nowrap;
}
.fv-card__note-text {
  display: block;
  margin-top: 8rem;
  font-size: 14rem;
  line-height: 1.64;
  color: #fff;
}
@media (min-width: 768px) {
  .fv-card__note-text {
    margin-top: 0;
  }
}

.fv-results {
  margin-top: 45rem;
  border-radius: 20rem;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 22rem 48rem rgba(0, 60, 112, 0.16);
          box-shadow: 0 22rem 48rem rgba(0, 60, 112, 0.16);
}
@media (min-width: 768px) {
  .fv-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.fv-results__main {
  position: relative;
  padding: 18rem 22rem 24rem;
  background: #0074c7;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .fv-results__main {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 320rem;
    padding: 56rem 33rem 0;
  }
}
.fv-results__main-label {
  font-size: 14rem;
  line-height: 1.64;
  color: #fff;
}
@media (min-width: 768px) {
  .fv-results__main-label {
    font-size: 15rem;
  }
}
.fv-results__sakura {
  position: absolute;
  right: 22rem;
  top: 24rem;
  width: 66rem;
  height: auto;
  z-index: -1;
}
@media (min-width: 768px) {
  .fv-results__sakura {
    right: 32rem;
    top: 53rem;
    width: 60rem;
  }
}
.fv-results__num-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 14rem;
  margin-top: 10rem;
  font-family: "Noto Serif JP", ui-serif, Georgia, "Times New Roman", serif;
}
@media (min-width: 768px) {
  .fv-results__num-row {
    gap: 16rem;
  }
}
.fv-results__num-label, .fv-results__num-unit {
  font-size: 21rem;
  line-height: 1.4;
  color: #fff;
}
@media (min-width: 768px) {
  .fv-results__num-label, .fv-results__num-unit {
    line-height: 1.67;
  }
}
.fv-results__num {
  display: inline-block;
  padding: 5rem 10rem;
  border-radius: 6rem;
  background: #fff05a;
  font-size: 44rem;
  line-height: 1;
  color: #003c70;
}
.fv-results__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .fv-results__grid {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    grid-template-columns: repeat(8, 1fr);
  }
}
.fv-results__cell {
  padding: 12rem 8rem;
  text-align: center;
  border-left: 1rem solid #c8deef;
  border-top: 1rem solid #c8deef;
}
.fv-results__cell:nth-child(odd) {
  border-left: none;
}
.fv-results__cell:nth-child(-n+2) {
  border-top: none;
}
@media (min-width: 768px) {
  .fv-results__cell {
    padding: 16rem 8rem;
    border-top: 1rem solid #c8deef;
  }
  .fv-results__cell:nth-child(odd) {
    border-left: 1rem solid #c8deef;
  }
  .fv-results__cell:first-child {
    border-left: none;
  }
  .fv-results__cell:nth-child(-n+8) {
    border-top: none;
  }
}
.fv-results__name {
  display: block;
  font-weight: 900;
  font-size: 12rem;
  line-height: 1.5;
  color: #004b86;
}
.fv-results__name br {
  display: none;
}
@media (min-width: 768px) {
  .fv-results__name {
    font-size: 13rem;
    line-height: 1.54;
    letter-spacing: 0;
  }
  .fv-results__name br {
    display: block;
  }
}
.fv-results__count {
  display: block;
  margin-top: 2rem;
  font-weight: 900;
  font-size: 22rem;
  line-height: 1.2;
  color: #0074c7;
}
@media (min-width: 768px) {
  .fv-results__count {
    font-size: 28rem;
    line-height: 1.21;
  }
}

.about {
  padding: 40rem 0;
  background: #fff;
}
@media (min-width: 768px) {
  .about {
    padding: 118rem 0 120rem;
  }
}
.about .c-label {
  font-weight: 900;
}
.about__title {
  margin-top: 18rem;
  font-family: "Noto Serif JP", ui-serif, Georgia, "Times New Roman", serif;
  font-weight: 900;
  font-size: 33rem;
  line-height: 1.44;
  color: #003c70;
}
@media (min-width: 768px) {
  .about__title {
    margin-top: 20rem;
    font-size: 68rem;
    line-height: 1.18;
  }
}
.about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
  margin-top: 27rem;
}
@media (min-width: 768px) {
  .about__body {
    gap: 24rem;
    margin-top: 39rem;
  }
}
.about__body p {
  font-size: 14rem;
  line-height: 1.93;
  color: #445a77;
}
@media (min-width: 768px) {
  .about__body p {
    font-size: 18rem;
    line-height: 1.67;
  }
}
.about__checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12rem;
  margin-top: 32rem;
}
@media (min-width: 768px) {
  .about__checks {
    margin-top: 40rem;
  }
}
.about__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14rem;
  padding: 12rem 16rem;
  border-radius: 6rem;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1rem #c8deef;
          box-shadow: inset 0 0 0 1rem #c8deef;
  font-weight: 900;
  font-size: 15rem;
  line-height: 1.6;
  color: #003c70;
}
.about__check::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  background: #fff05a;
  -webkit-box-shadow: inset 0 0 0 3rem #0074c7;
          box-shadow: inset 0 0 0 3rem #0074c7;
}
@media (min-width: 768px) {
  .about__check {
    gap: 25rem;
    padding: 13rem 28rem;
    font-size: 18rem;
    line-height: 1.72;
  }
}
.about__note {
  margin-top: 32rem;
  font-size: 14rem;
  line-height: 1.93;
  color: #445a77;
}
@media (min-width: 768px) {
  .about__note {
    margin-top: 47rem;
    font-size: 18rem;
    line-height: 2.17;
  }
}
.about__emphasis {
  margin-top: 32rem;
  padding: 24rem 20rem;
  border-radius: 6rem;
  background: #003c70;
}
@media (min-width: 768px) {
  .about__emphasis {
    margin-top: 37rem;
    padding: 30rem 38rem;
  }
}
.about__emphasis-title {
  font-weight: 900;
  font-size: 19rem;
  line-height: 1.37;
  color: #fff05a;
}
@media (min-width: 768px) {
  .about__emphasis-title {
    font-size: 26rem;
    line-height: 1.5;
  }
}
.about__emphasis-text {
  margin-top: 12rem;
  font-weight: 900;
  font-size: 15rem;
  line-height: 1.73;
  color: #fff;
}
@media (min-width: 768px) {
  .about__emphasis-text {
    margin-top: 13rem;
    font-size: 18rem;
    line-height: 1.89;
  }
}

.feature {
  padding: 40rem 0;
  background: #f4fbff url(../img//bg-feature-sp.png) center/cover no-repeat;
}
@media (min-width: 768px) {
  .feature {
    padding: 126rem 0 132rem;
    background-image: url(../img//bg-feature-pc.png);
  }
}
.feature__intro {
  margin-top: 18rem;
  padding: 24rem 20rem;
  border-radius: 8rem;
  background: #003c70 url(../img//bg-intro-sp.png) center/cover no-repeat;
  -webkit-box-shadow: 0 22rem 48rem rgba(0, 60, 112, 0.16);
          box-shadow: 0 22rem 48rem rgba(0, 60, 112, 0.16);
}
@media (min-width: 768px) {
  .feature__intro {
    margin-top: 62rem;
    padding: 30rem 38rem;
    background-image: url(../img//bg-intro-pc.png);
  }
}
.feature__intro-label {
  font-size: 14rem;
  line-height: 1.64;
  color: #fff05a;
}
.feature__intro-title {
  margin-top: 8rem;
  font-size: 22rem;
  line-height: 1.5;
  color: #fff;
  font-family: "Noto Serif JP", ui-serif, Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}
.feature__intro-title strong {
  font-size: 41rem;
  color: #FFF05A;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .feature__intro-title {
    margin-top: 6rem;
    font-size: 32rem;
    line-height: 1.4;
  }
  .feature__intro-title strong {
    font-size: 60rem;
    line-height: 1;
  }
}
.feature__intro-text {
  margin-top: 12rem;
  font-size: 14rem;
  line-height: 1.64;
  color: #fff;
}
@media (min-width: 768px) {
  .feature__intro-text {
    margin-top: 8rem;
    font-size: 15rem;
    line-height: 1.6;
  }
}
.feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28rem;
  margin-top: 28rem;
}
@media (min-width: 768px) {
  .feature__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 18rem;
  }
}

.feature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16rem;
  padding: 23rem 19rem;
  border-radius: 8rem;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1rem rgba(0, 91, 172, 0.16), 0 14rem 30rem rgba(0, 60, 112, 0.1);
          box-shadow: inset 0 0 0 1rem rgba(0, 91, 172, 0.16), 0 14rem 30rem rgba(0, 60, 112, 0.1);
}
@media (min-width: 768px) {
  .feature-card {
    width: calc((100% - 18rem) / 2);
    gap: 22rem;
    padding: 27rem;
  }
  .feature-card:last-child {
    width: 100%;
  }
}
.feature-card__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 58rem;
  height: 58rem;
  border-radius: 6rem;
  background: #fff05a;
  font-size: 22rem;
  line-height: 1;
  color: #003c70;
}
@media (min-width: 768px) {
  .feature-card__num {
    width: 72rem;
    height: 72rem;
    font-size: 28rem;
  }
}
.feature-card__label {
  font-size: 14rem;
  line-height: 1.64;
  color: #0074c7;
}
.feature-card__title {
  margin-top: 8rem;
  font-size: 18rem;
  line-height: 1.5;
  color: #003c70;
}
@media (min-width: 768px) {
  .feature-card__title {
    margin-top: 10rem;
    font-size: 24rem;
    line-height: 1.46;
  }
}
.feature-card__text {
  margin-top: 12rem;
  font-size: 14rem;
  line-height: 1.93;
  color: #445a77;
}
@media (min-width: 768px) {
  .feature-card__text {
    margin-top: 14rem;
  }
}

.value {
  padding: 40rem 0;
  background: #f4fbff;
}
@media (min-width: 768px) {
  .value {
    padding: 126rem 0 116rem;
    background: #f4fbff;
  }
}
.value__bar {
  margin-top: 30rem;
  padding: 18rem;
  border-radius: 8rem;
  background: #003c70 url(../img//bg-stepbar-sp.png) center/cover no-repeat;
}
@media (min-width: 768px) {
  .value__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20rem;
    margin-top: 44rem;
    padding: 18rem 22rem;
    background-image: url(../img//bg-stepbar-pc.png);
  }
}
.value__bar-badge {
  display: inline-block;
  padding: 4rem 10rem;
  border-radius: 6rem;
  background: #fff05a;
  font-size: 14rem;
  line-height: 1.64;
  color: #003c70;
  white-space: nowrap;
}
.value__bar-text {
  margin-top: 10rem;
  font-size: 15rem;
  line-height: 1.73;
  color: #fff;
}
@media (min-width: 768px) {
  .value__bar-text {
    margin-top: 0;
  }
}
.value__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28rem;
  margin-top: 18rem;
}
@media (min-width: 768px) {
  .value__steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 34rem;
    margin-top: 27rem;
  }
}
.value__report {
  margin-top: 40rem;
}
@media (min-width: 768px) {
  .value__report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: min(42rem, 3vw);
    margin-top: 63rem;
  }
}
@media (min-width: 768px) {
  .value__report-desc {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: min(560rem, 44vw);
  }
}
.value__report-badge {
  display: inline-block;
  padding: 4rem 10rem;
  border-radius: 6rem;
  background: #0074c7;
  font-size: 14rem;
  line-height: 1.64;
  color: #fff;
  white-space: nowrap;
}
.value__report-title {
  margin-top: 14rem;
  font-size: 22rem;
  line-height: 1.45;
  color: #003c70;
}
@media (min-width: 768px) {
  .value__report-title {
    font-size: 25rem;
    line-height: 1.44;
  }
}
.value__report-text {
  margin-top: 16rem;
  font-size: 15rem;
  line-height: 1.93;
  color: #445a77;
}
.value__report-image {
  margin-top: 26rem;
}
@media (min-width: 768px) {
  .value__report-image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: min(649rem, 46vw);
    margin-top: 45rem;
  }
}
.value__report-image img {
  width: 100%;
  border-radius: 8rem;
  -webkit-box-shadow: 0 22rem 48rem rgba(0, 60, 112, 0.16);
          box-shadow: 0 22rem 48rem rgba(0, 60, 112, 0.16);
}
@media (min-width: 768px) {
  .value__report-image img {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.step-card {
  position: relative;
  padding: 29rem 23rem;
  border-radius: 8rem;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1rem rgba(0, 91, 172, 0.14), 0 18rem 42rem rgba(0, 60, 112, 0.12);
          box-shadow: inset 0 0 0 1rem rgba(0, 91, 172, 0.14), 0 18rem 42rem rgba(0, 60, 112, 0.12);
}
.step-card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: calc(50% - 17rem);
  bottom: -17rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 1;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  background: #0074c7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4 9h9M9.5 5l4 4-4 4' stroke='%23fff' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/18rem 18rem no-repeat;
  -webkit-box-shadow: inset 0 0 0 3rem #eaf8fd;
          box-shadow: inset 0 0 0 3rem #eaf8fd;
}
@media (min-width: 768px) {
  .step-card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 35rem 31rem 32rem;
  }
  .step-card:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -25rem;
    top: 233rem;
    z-index: 1;
    width: 34rem;
    height: 34rem;
    border-radius: 50%;
    background: #0074c7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4 9h9M9.5 5l4 4-4 4' stroke='%23fff' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/18rem 18rem no-repeat;
    -webkit-box-shadow: inset 0 0 0 3rem #eaf8fd;
            box-shadow: inset 0 0 0 3rem #eaf8fd;
  }
}
.step-card__icon {
  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: 72rem;
  height: 72rem;
  border-radius: 8rem;
  background: #0074c7 url(../img//bg-stepicon-sp.png) center/cover no-repeat;
  -webkit-box-shadow: 0 12rem 24rem rgba(0, 116, 199, 0.22);
          box-shadow: 0 12rem 24rem rgba(0, 116, 199, 0.22);
}
@media (min-width: 768px) {
  .step-card__icon {
    width: 86rem;
    height: 86rem;
    background-image: url(../img/bg-stepicon-pc.png);
  }
}
.step-card__icon img {
  width: 44rem;
  height: auto;
}
@media (min-width: 768px) {
  .step-card__icon img {
    width: 52rem;
  }
}
.step-card__label {
  display: inline-block;
  margin-top: 20rem;
  padding: 4rem 10rem;
  border-radius: 6rem;
  background: #0074c7;
  font-size: 14rem;
  line-height: 1.64;
  color: #fff;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .step-card__label {
    margin-top: 24rem;
  }
}
.step-card__title {
  margin-top: 12rem;
  font-size: 22rem;
  line-height: 1.45;
  color: #003c70;
}
@media (min-width: 768px) {
  .step-card__title {
    font-size: 25rem;
    line-height: 1.44;
  }
}
.step-card__text {
  margin-top: 14rem;
  font-size: 14rem;
  line-height: 1.93;
  color: #445a77;
}
@media (min-width: 768px) {
  .step-card__text {
    font-size: 15rem;
  }
}
.step-card__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9rem;
  margin-top: 17rem;
  padding: 16rem;
  border-radius: 6rem;
  background: #f4fbff;
  -webkit-box-shadow: inset 0 0 0 1rem rgba(0, 91, 172, 0.12);
          box-shadow: inset 0 0 0 1rem rgba(0, 91, 172, 0.12);
}
@media (min-width: 768px) {
  .step-card__points {
    margin-top: 21rem;
  }
}
.step-card__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12rem;
  font-size: 14rem;
  line-height: 1.64;
  color: #004b86;
}
.step-card__point::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #fff05a;
  -webkit-box-shadow: inset 0 0 0 2rem #0074c7;
          box-shadow: inset 0 0 0 2rem #0074c7;
}

.schedule {
  padding: 40rem 0;
  background: #fff;
}
@media (min-width: 768px) {
  .schedule {
    padding: 130rem 0 128rem;
  }
}
.schedule__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12rem;
  margin-top: 42rem;
}
@media (min-width: 768px) {
  .schedule__summary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 18rem;
    margin-top: 62rem;
  }
}
.schedule__rounds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
  margin-top: 19rem;
}
@media (min-width: 768px) {
  .schedule__rounds {
    margin-top: 18rem;
    max-width: 720rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.schedule__day {
  margin-top: 30rem;
}
@media (min-width: 768px) {
  .schedule__day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(90rem, 6vw);
    margin-top: 36rem;
  }
}

.summary-card {
  padding: 20rem 18rem;
  border-radius: 6rem;
  background-color: #E8F5FF;
}
@media (min-width: 768px) {
  .summary-card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 22rem 20rem;
    background-color: #E8F5FF;
  }
}
.summary-card__label {
  font-size: 14rem;
  line-height: 1.64;
  color: #0074C7;
}
.summary-card__value {
  margin-top: 4rem;
  font-size: 21rem;
  line-height: 1.67;
  color: #003C70;
}
@media (min-width: 768px) {
  .summary-card__value {
    font-size: 24rem;
    letter-spacing: 0;
  }
}
.summary-card__text {
  margin-top: 6rem;
  font-size: 14rem;
  line-height: 1.64;
  color: #003C70;
}
.summary-card.active {
  background-color: #0074C7;
}
.summary-card.active .summary-card__label {
  color: #FFF05A;
}
.summary-card.active .summary-card__text {
  color: #fff;
}
.summary-card.active .summary-card__value {
  color: #fff;
}

.round-card {
  padding: 15rem 14rem;
  border-radius: 6rem;
  background: #d8edf9;
}
@media (min-width: 768px) {
  .round-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18rem;
    padding: 16rem 18rem;
  }
}
.round-card__head {
  padding: 12rem;
  border-radius: 6rem;
  background: #214b89;
}
@media (min-width: 768px) {
  .round-card__head {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 146rem;
  }
}
.round-card__no {
  display: block;
  font-size: 16rem;
  line-height: 1.63;
  color: #fff;
}
.round-card__en {
  display: block;
  font-size: 14rem;
  line-height: 1.64;
  color: #fff05a;
}
.round-card__body {
  margin-top: 14rem;
}
@media (min-width: 768px) {
  .round-card__body {
    margin-top: 0;
  }
}
.round-card__date {
  font-size: 14rem;
  line-height: 1.64;
  color: #1c2536;
}
@media (min-width: 768px) {
  .round-card__date {
    font-size: 21rem;
    line-height: 1.1;
  }
}
.round-card__deadline {
  margin-top: 10rem;
  font-size: 12rem;
  line-height: 1.58;
  color: #1c2536;
}
.round-card__type {
  display: block;
  margin-top: 13rem;
  padding: 5rem 0;
  border-radius: 999rem;
  background: #fff05a;
  font-size: 14rem;
  line-height: 1.64;
  color: #004b86;
  text-align: center;
}
@media (min-width: 768px) {
  .round-card__type {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 0;
    margin-left: auto;
    min-width: 100rem;
  }
}

.exam {
  margin-top: 29rem;
  padding: 21rem 19rem;
  border-radius: 8rem;
  background: #f3faff;
  -webkit-box-shadow: inset 0 0 0 1rem #c8deef;
          box-shadow: inset 0 0 0 1rem #c8deef;
}
@media (min-width: 768px) {
  .exam__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .exam {
    margin-top: 35rem;
    padding: 29rem;
  }
}
.exam__title {
  margin-top: 8rem;
  font-size: 22rem;
  line-height: 1.45;
  color: #003c70;
}
@media (min-width: 768px) {
  .exam__title {
    font-size: 30rem;
    font-family: "Noto Serif JP", ui-serif, Georgia, "Times New Roman", serif;
    line-height: 1.44;
  }
}
.exam__lead {
  margin-top: 6rem;
  font-size: 14rem;
  line-height: 1.64;
  color: #445a77;
}
@media (min-width: 768px) {
  .exam__lead {
    margin-top: 8rem;
  }
}
.exam__table {
  margin-top: 18rem;
}
@media (min-width: 768px) {
  .exam__table {
    margin-top: 22rem;
    border-radius: 6rem;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 1rem #c8deef;
            box-shadow: inset 0 0 0 1rem #c8deef;
  }
}
.exam__row {
  padding: 19rem;
  border-radius: 6rem;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1rem #c8deef;
          box-shadow: inset 0 0 0 1rem #c8deef;
}
.exam__row + .exam__row {
  margin-top: 14rem;
}
.exam__row--head {
  display: none;
}
@media (min-width: 768px) {
  .exam__row {
    display: grid;
    grid-template-columns: 150rem 150rem 150rem 1fr;
    padding: 0;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .exam__row + .exam__row {
    margin-top: 0;
  }
  .exam__row--head {
    display: grid;
  }
  .exam__row:first-child .exam__cell {
    border-top: none;
  }
}
@media (min-width: 768px) {
  .exam__cell {
    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;
    padding: 16rem;
    border-top: 1rem solid #c8deef;
    border-left: 1rem solid #c8deef;
  }
  .exam__cell:first-child {
    border-left: none;
  }
}
@media (min-width: 768px) {
  .exam__cell--head {
    padding: 13rem;
    font-size: 14rem;
    line-height: 1.64;
    color: #004b86;
  }
}
.exam__cell--subject {
  font-size: 26rem;
  line-height: 1.77;
  color: #0074c7;
}
@media (min-width: 768px) {
  .exam__cell--subject {
    font-size: 28rem;
    line-height: 1.75;
  }
}
.exam__cell--num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4rem;
  margin-top: 14rem;
  margin-right: 22rem;
  color: #1f1b1b;
}
.exam__cell--num b {
  font-weight: 500;
  font-size: 30rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .exam__cell--num b {
    font-size: 42rem;
  }
}
.exam__cell--num small {
  font-size: 14rem;
}
@media (min-width: 768px) {
  .exam__cell--num small {
    font-size: 18rem;
  }
}
@media (min-width: 768px) {
  .exam__cell--num {
    margin: 0;
    gap: 6rem;
  }
}
.exam__cell--range {
  display: block;
  margin-top: 14rem;
  font-size: 14rem;
  line-height: 1.79;
  color: #1f1b1b;
}
.exam__cell--range .exam__cell-label {
  display: block;
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .exam__cell--range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
    padding: 21rem;
    font-size: 16rem;
    line-height: 1.75;
  }
  .exam__cell--range .exam__cell-label {
    display: none;
  }
}
.exam__cell-label {
  margin-right: 6rem;
  font-size: 14rem;
  line-height: 1.79;
  color: #1f1b1b;
}
@media (min-width: 768px) {
  .exam__cell-label {
    display: none;
  }
}
.exam__cell-note {
  font-size: 12rem;
  color: #1f1b1b;
}
.exam__choice {
  display: inline-block;
  margin-right: 8rem;
  margin-bottom: 8rem;
  padding: 4rem 7rem;
  border-radius: 6rem;
  background: #003c70;
  font-size: 12rem;
  line-height: 1.75;
  color: #fff;
}
@media (min-width: 768px) {
  .exam__choice {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -ms-flex-item-align: center;
        align-self: center;
    margin-bottom: 0;
    margin-right: 10rem;
    padding: 4rem 8rem;
    font-size: 14rem;
  }
}

.timetable {
  padding: 18rem;
  border-radius: 8rem;
  background: #f3faff;
}
@media (min-width: 768px) {
  .timetable {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: min(533rem, 44vw);
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 22rem;
  }
}
.timetable__title {
  font-size: 21rem;
  line-height: 1.67;
  color: #21406f;
}
@media (min-width: 768px) {
  .timetable__title {
    font-size: 24rem;
  }
}
.timetable__list {
  margin-top: 18rem;
  border-radius: 6rem;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1rem #c8deef;
          box-shadow: inset 0 0 0 1rem #c8deef;
}
.timetable__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timetable__row + .timetable__row {
  border-top: 1rem solid #c8deef;
}
.timetable__time {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 135rem;
  padding: 15rem 14rem;
  border-right: 1rem solid #c8deef;
  font-size: 14rem;
  line-height: 1.64;
  color: #2e4b80;
}
@media (min-width: 768px) {
  .timetable__time {
    width: 150rem;
  }
}
.timetable__body {
  padding: 15rem 14rem;
  font-size: 14rem;
  line-height: 1.64;
  color: #1c2536;
}

.feedback {
  margin-top: 26rem;
  background: #fff;
  -webkit-box-shadow: 0 22rem 48rem rgba(0, 60, 112, 0.16);
          box-shadow: 0 22rem 48rem rgba(0, 60, 112, 0.16);
}
@media (min-width: 768px) {
  .feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: min(38rem, 3vw);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    margin-top: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 768px) {
  .feedback__photo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 240rem;
  }
}
.feedback__photo img {
  width: 100%;
  height: 330rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6rem 6rem 0 0;
}
@media (min-width: 768px) {
  .feedback__photo img {
    height: 400rem;
    border-radius: 6rem;
  }
}
.feedback__body {
  padding: 24rem 18rem 30rem;
}
@media (min-width: 768px) {
  .feedback__body {
    padding: 0;
  }
}
.feedback__title {
  margin-top: 10rem;
  font-size: 24rem;
  line-height: 1.46;
  color: #21406f;
}
.feedback__text {
  margin-top: 16rem;
  font-size: 14rem;
  line-height: 1.64;
  color: #445a77;
}
@media (min-width: 768px) {
  .feedback__text {
    margin-top: 28rem;
  }
}

.benefit {
  position: relative;
  overflow: hidden;
  padding: 40rem 0;
  background: #004b86;
}
@media (min-width: 768px) {
  .benefit {
    padding: 96rem 0 93rem;
  }
}
.benefit__deco {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background: url(../img//deco-benefit-sp.png) center/cover no-repeat;
  pointer-events: none;
}
@media (min-width: 768px) {
  .benefit__deco {
    background-image: url(../img//deco-benefit-pc.png);
  }
}
.benefit__inner {
  position: relative;
  z-index: 1;
}
.benefit__title {
  margin-top: 18rem;
  font-family: "Noto Serif JP", ui-serif, Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 34rem;
  line-height: 1.26;
  color: #fff;
}
@media (min-width: 768px) {
  .benefit__title {
    font-size: 56rem;
    line-height: 1.16;
  }
}
.benefit__lead {
  margin-top: 26rem;
  font-size: 14rem;
  line-height: 1.64;
  color: #fff;
}
@media (min-width: 768px) {
  .benefit__lead {
    font-size: 16rem;
    line-height: 1.63;
  }
}
.benefit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45rem;
  margin-top: 42rem;
}
@media (min-width: 768px) {
  .benefit__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 28rem;
    margin-top: 62rem;
  }
}

.benefit-card {
  position: relative;
  padding: 32rem 88rem 24rem 64rem;
  border-radius: 6rem;
  background: #fff;
}
@media (min-width: 768px) {
  .benefit-card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 146rem;
    padding: 34rem 120rem 30rem 88rem;
  }
}
.benefit-card__badge {
  position: absolute;
  left: -8rem;
  top: -10rem;
  width: 54rem;
  height: auto;
}
@media (min-width: 768px) {
  .benefit-card__badge {
    left: -25rem;
    top: -35rem;
    width: 88rem;
  }
}
.benefit-card__title {
  font-size: 21rem;
  line-height: 1.67;
  color: #003c70;
}
@media (min-width: 768px) {
  .benefit-card__title {
    font-size: 24rem;
  }
}
.benefit-card__text {
  margin-top: 8rem;
  font-size: 14rem;
  line-height: 1.64;
  color: #445a77;
}
.benefit-card__free {
  position: absolute;
  right: 18rem;
  top: 32rem;
  padding: 5rem 10rem;
  border-radius: 6rem;
  background: #fff05a;
  font-size: 16rem;
  line-height: 1.63;
  color: #003c70;
}
@media (min-width: 768px) {
  .benefit-card__free {
    right: 22rem;
    top: 22rem;
    font-size: 18rem;
    line-height: 1.67;
  }
}

.voice {
  padding: 40rem 0;
  background: #eaf8fd;
}
@media (min-width: 768px) {
  .voice {
    padding: 96rem 0 112rem;
  }
}
.voice__panel {
  padding: 25rem 19rem;
  border-radius: 8rem;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1rem rgba(0, 91, 172, 0.12), 0 22rem 48rem rgba(0, 60, 112, 0.16);
          box-shadow: inset 0 0 0 1rem rgba(0, 91, 172, 0.12), 0 22rem 48rem rgba(0, 60, 112, 0.16);
}
@media (min-width: 768px) {
  .voice__panel {
    padding: 37rem;
  }
}
.voice__title {
  margin-top: 8rem;
  font-family: "Noto Serif JP", ui-serif, Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 28rem;
  line-height: 1.36;
  color: #003c70;
}
@media (min-width: 768px) {
  .voice__title {
    margin-top: 16rem;
    font-size: 34rem;
    line-height: 1.35;
  }
}
.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18rem;
  margin-top: 22rem;
}
@media (min-width: 768px) {
  .voice__list {
    gap: 26rem;
    margin-top: 28rem;
  }
}

.voice-card {
  padding: 18rem;
  background: #f4fbff;
}
@media (min-width: 768px) {
  .voice-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30rem;
    padding: 24rem;
  }
}
.voice-card__photo {
  background: #dfeefa;
}
@media (min-width: 768px) {
  .voice-card__photo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 260rem;
  }
}
.voice-card__photo img {
  width: 100%;
  height: 216rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .voice-card__photo img {
    height: 213rem;
  }
}
.voice-card__info {
  margin-top: 18rem;
}
@media (min-width: 768px) {
  .voice-card__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}
.voice-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8rem;
}
.voice-card__badge {
  padding: 6rem 12rem;
  border-radius: 6rem;
  background: #0074c7;
  font-size: 14rem;
  line-height: 1.64;
  color: #fff;
  white-space: nowrap;
}
.voice-card__badge--outline {
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1rem rgba(0, 91, 172, 0.34);
          box-shadow: inset 0 0 0 1rem rgba(0, 91, 172, 0.34);
  color: #003c70;
}
@media (min-width: 768px) {
  .voice-card__badge {
    font-size: 15rem;
    line-height: 1.67;
  }
}
.voice-card__kana {
  margin-top: 10rem;
  font-size: 14rem;
  line-height: 1.64;
  color: #0074c7;
}
@media (min-width: 768px) {
  .voice-card__kana {
    margin-top: 8rem;
  }
}
.voice-card__name {
  margin-top: 4rem;
  font-size: 30rem;
  line-height: 1.35;
  color: #003c70;
}
.voice-card__name small {
  font-size: 20rem;
}
@media (min-width: 768px) {
  .voice-card__name {
    margin-top: 8rem;
  }
}
.voice-card__school {
  margin-top: 5rem;
  font-size: 16rem;
  line-height: 1.65;
  color: #004b86;
}
@media (min-width: 768px) {
  .voice-card__school {
    font-size: 17rem;
  }
}
.voice-card__score {
  margin-top: 14rem;
  padding-bottom: 13rem;
  border-bottom: 1rem solid rgba(0, 91, 172, 0.28);
}
@media (min-width: 768px) {
  .voice-card__score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24rem;
    padding-bottom: 11rem;
  }
}
.voice-card__score-label {
  display: block;
  font-size: 16rem;
  line-height: 1.63;
  color: #004b86;
}
@media (min-width: 768px) {
  .voice-card__score-label {
    font-size: 18rem;
    line-height: 1.67;
  }
}
.voice-card__score-value {
  display: block;
  margin-top: 4rem;
  font-size: 22rem;
  line-height: 1.64;
  color: #0074c7;
}
@media (min-width: 768px) {
  .voice-card__score-value {
    margin-top: 0;
    font-size: 24rem;
    line-height: 1.67;
  }
}
.voice-card__schools {
  margin-top: 13rem;
  padding: 14rem;
  border-radius: 6rem;
  background: #dff3fb;
  font-size: 14rem;
  line-height: 1.79;
  color: #004b86;
}
@media (min-width: 768px) {
  .voice-card__schools {
    margin-top: 14rem;
  }
}
.voice-card__comment {
  margin-top: 18rem;
  font-size: 14rem;
  line-height: 1.93;
  color: #445a77;
}

.results {
  position: relative;
  overflow: hidden;
  padding: 40rem 0;
  background: #003c70 url(../img//bg-results-sp.png) center/cover no-repeat;
}
@media (min-width: 768px) {
  .results {
    padding: 108rem 0;
    background-image: url(../img//bg-results-pc.png);
  }
}
.results__deco {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background: url(../img//deco-results-sp.png) center/cover no-repeat;
  pointer-events: none;
}
@media (min-width: 768px) {
  .results__deco {
    background-image: url(../img//deco-results-pc.png);
  }
}
.results__sakura {
  position: absolute;
  left: 34%;
  top: 126rem;
  width: 82rem;
  height: auto;
}
.results__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .results__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40rem;
  }
}
@media (min-width: 768px) {
  .results__head-main {
    max-width: 850rem;
  }
}
.results__title {
  margin-top: 18rem;
  font-family: "Noto Serif JP", ui-serif, Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 32rem;
  line-height: 1.25;
  color: #fff;
}
@media (min-width: 768px) {
  .results__title {
    font-size: 46rem;
    line-height: 1.26;
  }
}
.results__lead {
  margin-top: 22rem;
  font-size: 14rem;
  line-height: 1.64;
  color: rgba(255, 255, 255, 0.88);
}
@media (min-width: 768px) {
  .results__lead {
    margin-top: 18rem;
    font-size: 16rem;
    line-height: 1.63;
  }
}
.results__total {
  margin-top: 26rem;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .results__total {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 37rem;
    text-align: right;
  }
}
.results__total-label {
  font-size: 16rem;
  line-height: 1.63;
  color: #fff;
}
@media (min-width: 768px) {
  .results__total-label {
    font-size: 20rem;
    line-height: 1.65;
  }
}
.results__total-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8rem;
  margin-top: 6rem;
}
.results__total-num b {
  font-size: 64rem;
  line-height: 1;
  color: #fff05a;
  font-family: "Noto Serif JP", ui-serif, Georgia, "Times New Roman", serif;
}
@media (min-width: 768px) {
  .results__total-num b {
    font-size: 110rem;
  }
}
@media (min-width: 768px) {
  .results__total-num {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10rem;
    margin-top: 10rem;
  }
}
.results__total-sub {
  display: none;
}
.results__total-unit {
  font-size: 24rem;
  line-height: 1.4;
  color: #fff;
}
@media (min-width: 768px) {
  .results__total-unit {
    font-size: 32rem;
    line-height: 1.5;
  }
}
.results__total-sakura {
  width: 40rem;
  top: -167rem;
  right: 10rem;
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .results__total-sakura {
    width: 115rem;
  }
}
.results__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12rem;
  margin-top: 30rem;
}
@media (min-width: 768px) {
  .results__grid {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 34rem;
       -moz-column-gap: 34rem;
            column-gap: 34rem;
    row-gap: 0;
    margin-top: 44rem;
  }
}
.results__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 108rem;
  padding: 17rem 9rem;
  border-radius: 6rem;
  background: rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: inset 0 0 0 1rem rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 0 1rem rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .results__cell {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 116rem;
    padding: 0 0 18rem;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 2rem solid rgba(255, 255, 255, 0.42);
  }
  .results__cell:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-bottom: unset;
  }
  .results__cell:last-child .results__name {
    margin-top: 22rem;
  }
}
@media (min-width: 768px) {
  .results__cell--other .results__name {
    font-size: 21rem;
    line-height: 1.24;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.results__name {
  font-size: 16rem;
  line-height: 1.25;
  color: #fff;
}
.results__name br {
  display: none;
}
@media (min-width: 768px) {
  .results__name br {
    display: inline;
  }
}
@media (min-width: 768px) {
  .results__name {
    font-size: 22rem;
    line-height: 1.27;
  }
}
.results__count {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 16rem;
  line-height: 1;
  color: #fff05a;
}
.results__count b {
  font-size: 40rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .results__count b {
    font-size: 64rem;
  }
}
.results__count--text {
  font-size: 48rem;
  line-height: 0.92;
  color: #fff;
}
@media (min-width: 768px) {
  .results__count--text {
    font-size: 22rem;
    line-height: 0.91;
  }
}
@media (min-width: 768px) {
  .results__count {
    font-size: 22rem;
    line-height: 1.2;
  }
}
.results__note {
  margin-top: 24rem;
  font-size: 14rem;
  line-height: 1.64;
  color: rgba(255, 255, 255, 0.82);
}
@media (min-width: 768px) {
  .results__note {
    text-align: right;
  }
}

.entry {
  padding: 40rem 0;
  background: #eaf8fd;
}
@media (min-width: 768px) {
  .entry {
    padding: 121rem 0 72rem;
  }
}
.entry__notice {
  margin-top: 18rem;
  padding: 16rem 18rem;
  border-radius: 6rem;
  background: #003c70;
}
@media (min-width: 768px) {
  .entry__notice {
    margin-top: 26rem;
  }
}
.entry__notice-title {
  font-size: 18rem;
  line-height: 1.67;
  color: #fff;
}
.entry__notice-text {
  margin-top: 8rem;
  font-size: 16rem;
  line-height: 1.63;
  color: #fff;
}

.entry-form {
  margin-top: 28rem;
}
@media (min-width: 768px) {
  .entry-form {
    max-width: 1194rem;
    margin-top: 29rem;
  }
}
.entry-form__legend {
  padding-left: 2rem;
  margin-bottom: 9rem;
  font-size: 14rem;
  line-height: 1.64;
  color: #003c70;
}
.entry-form__fieldset + .entry-form__fieldset, .entry-form__fieldset + .entry-form__grid, .entry-form__grid + .entry-form__fieldset {
  margin-top: 30rem;
}
.entry-form__rounds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14rem;
}
@media (min-width: 768px) {
  .entry-form__rounds {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 18rem;
  }
}
.entry-form__round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12rem;
  padding: 19rem 17rem;
  border-radius: 6rem;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1rem #c8deef;
          box-shadow: inset 0 0 0 1rem #c8deef;
  cursor: pointer;
}
@media (min-width: 768px) {
  .entry-form__round {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.entry-form__round-body b {
  display: block;
  font-size: 16rem;
  line-height: 1.63;
  color: #004b86;
}
.entry-form__round-body span {
  display: block;
  margin-top: 4rem;
  font-size: 14rem;
  line-height: 1.64;
  color: #2b456a;
}
.entry-form__checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20rem;
  height: 20rem;
  margin: 2rem 0 0;
  border: none;
  border-radius: 2rem;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 2rem #0074c7;
          box-shadow: inset 0 0 0 2rem #0074c7;
  cursor: pointer;
}
.entry-form__checkbox:checked {
  background: #0074c7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3.5 3.5L15 7' stroke='%23fff' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16rem 16rem no-repeat;
}
.entry-form__choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16rem 32rem;
}
.entry-form__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  font-size: 14rem;
  line-height: 1.64;
  color: #17375d;
  cursor: pointer;
}
.entry-form__choice .entry-form__checkbox {
  margin-top: 0;
}
.entry-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22rem;
  margin-top: 30rem;
}
@media (min-width: 768px) {
  .entry-form__grid {
    grid-template-columns: 1fr 1fr;
    gap: 22rem 24rem;
  }
}
@media (min-width: 768px) {
  .entry-form__field--wide {
    grid-column: 1/-1;
  }
}
.entry-form__field-label {
  display: block;
  margin-bottom: 9rem;
  font-size: 14rem;
  line-height: 1.64;
  color: #17375d;
}
.entry-form__input {
  display: block;
  width: 100%;
  height: 48rem;
  padding: 0 14rem;
  border: none;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1rem #d7e9f5;
          box-shadow: inset 0 0 0 1rem #d7e9f5;
  font-family: inherit;
  font-weight: 700;
  font-size: 14rem;
  color: #1c2536;
}
.entry-form__input:focus {
  outline: 2rem solid #0074c7;
  outline-offset: -1rem;
}
.entry-form__input--select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23004B86' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14rem center;
  background-size: 12rem 8rem;
  cursor: pointer;
}
.entry-form__confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  margin-top: 30rem;
  font-size: 14rem;
  line-height: 1.64;
  color: #17375d;
  cursor: pointer;
}
.entry-form__confirm .entry-form__checkbox {
  margin-top: 0;
}
.entry-form__actions {
  margin-top: 26rem;
}
@media (min-width: 768px) {
  .entry-form__actions {
    margin-top: 24rem;
    padding: 48rem 0 28rem;
  }
}
.entry-form__submit {
  display: block;
  width: 100%;
  height: 58rem;
  border: none;
  border-radius: 6rem;
  background: #fff05a;
  font-weight: 700;
  font-size: 14rem;
  color: #003c70;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.entry-form__submit:hover {
  opacity: 0.85;
}
@media (min-width: 768px) {
  .entry-form__submit {
    width: 360rem;
    height: 68rem;
    margin: 0 auto;
    font-size: 21rem;
  }
}

.access {
  padding: 40rem 0;
  background: #fff;
}
@media (min-width: 768px) {
  .access {
    padding: 115rem 0;
  }
}
.access__list {
  margin-top: 22rem;
  border: 1rem solid #c8deef;
  border-right: unset;
  border-left: unset;
}
@media (min-width: 768px) {
  .access__list {
    margin-top: 36rem;
  }
}
.access__row {
  padding: 12rem 14rem;
  border-right: unset;
  border-left: unset;
}
.access__row + .access__row {
  border-top: 1rem solid #c8deef;
}
@media (min-width: 768px) {
  .access__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 66rem;
    padding: 12rem 20rem;
  }
}
.access__label {
  font-size: 14rem;
  line-height: 1.64;
  color: #004b86;
}
@media (min-width: 768px) {
  .access__label {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100rem;
  }
}
.access__value {
  margin-top: 2rem;
  font-size: 16rem;
  line-height: 1.63;
  color: #17375d;
}
@media (min-width: 768px) {
  .access__value {
    margin-top: 0;
  }
}
.access__value--tel {
  font-size: 24rem;
  line-height: 1.25;
}
.access__value--tel a {
  color: #0074c7;
}
@media (min-width: 768px) {
  .access__value--tel {
    font-size: 28rem;
  }
}
.access__map {
  margin-top: 34rem;
  border-radius: 8rem;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 1rem #d2e9f5, 0 22rem 48rem rgba(0, 60, 112, 0.16);
          box-shadow: inset 0 0 0 1rem #d2e9f5, 0 22rem 48rem rgba(0, 60, 112, 0.16);
}
.access__map iframe {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.access__map img {
  display: block;
  width: 100%;
  height: 287rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .access__map img {
    height: 420rem;
  }
}

.footer {
  background: #003c70;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 79rem;
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.footer__text {
  font-size: 14rem;
  line-height: 1.64;
  color: #fff;
}
.footer__totop {
  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;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 64rem;
  height: 44rem;
  margin-left: auto;
  border-radius: 22rem;
  background: #ffed2d;
  font-size: 12rem;
  line-height: 1.08;
  color: #004c82;
  text-align: center;
}
.footer__totop:hover {
  color: #004c82;
}

.sp-cta {
  position: fixed;
  left: 14rem;
  right: 14rem;
  bottom: 14rem;
  z-index: 10;
  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: 10rem;
  height: 56rem;
  border-radius: 8rem;
  background: #003c70;
  -webkit-box-shadow: inset 0 0 0 2rem #fff05a, 0 6rem 14rem rgba(0, 0, 0, 0.22);
          box-shadow: inset 0 0 0 2rem #fff05a, 0 6rem 14rem rgba(0, 0, 0, 0.22);
}
.sp-cta:hover {
  opacity: 1;
}
.sp-cta__label {
  font-size: 18rem;
  line-height: 1.33;
  color: #fff05a;
}
.sp-cta__arrow {
  width: 10rem;
  height: 10rem;
  margin-top: -4rem;
  border-right: 2rem solid #fff05a;
  border-bottom: 2rem solid #fff05a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 768px) {
  .sp-cta {
    display: none;
  }
}

.u-sp-block {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .u-sp-block {
    display: block;
  }
  .u-pc-block {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
