@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ol,
ul {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

address {
  font-style: normal;
}

summary {
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 540px) {
  html {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 841px) {
  html {
    font-size: 10px;
  }
}

body {
  background-color: #ebf5ed;
  color: #00125e;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 841px) {
  body {
    background-color: #7ea9c4;
  }
}
a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.75;
  }
}

::-moz-selection {
  background-color: rgba(82, 183, 169, 0.3);
}

::selection {
  background-color: rgba(82, 183, 169, 0.3);
}

main {
  background-color: #ebf5ed;
}

.l-page {
  position: relative;
  z-index: 1;
  width: 37.5rem;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 841px) {
  .l-page {
    margin-right: clamp(2rem, 14%, 32rem);
    margin-left: auto;
    min-height: 100vh;
  }
}

.l-fixed {
  display: none;
}
@media screen and (min-width: 841px) {
  .l-fixed {
    display: block;
  }
}
.l-fixed_bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-color: #d9d9d9;
  background-image: url("../img/bg_pc.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-fixed_bg::after {
  position: absolute;
  inset: 0;
  background-color: rgba(96, 160, 200, 0.45);
  content: "";
}
.l-fixed_logo {
  position: fixed;
  top: 2.4rem;
  left: 2.8rem;
  z-index: 2;
  width: clamp(12rem, 11vw, 16rem);
}
.l-fixed_logo img {
  width: 100%;
}
.l-fixed_body {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 2;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 37.5rem - clamp(2rem, 14%, 32rem));
  padding-inline: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-fixed_inner {
  width: 100%;
  max-width: 52rem;
}
.l-fixed_title {
  color: #fff;
  font-size: clamp(2.8rem, 4vw, 6rem);
  font-weight: 700;
  line-height: 1.51;
  letter-spacing: 0.02em;
  text-shadow: 0 0.2rem 1.2rem rgba(0, 20, 60, 0.25);
}
.l-fixed_title span {
  display: inline-block;
  line-height: 1;
  margin-block: 0.12em;
  padding: 5px 0.16em 12px;
  border: 3px solid currentcolor;
  margin-right: 0.2em;
  margin-left: -0.16em;
}
.l-fixed_title em {
  font-style: normal;
  font-size: 0.9em;
}
.l-fixed .c-btn {
  margin-top: clamp(24px, 3vw, 32px);
  max-width: 480px;
  height: 90px;
  -webkit-box-shadow: 0 12px 0 #d3b800;
          box-shadow: 0 12px 0 #d3b800;
  border-radius: 16px;
  font-size: clamp(22px, 1.9vw, 28px);
}
.l-fixed .c-btn:hover {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.l-fixed .c-btn .c-btn_icon {
  width: 10.83%;
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  padding-top: 15px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.l-header_logo {
  width: 10.7rem;
}
.l-header_logo img {
  width: 100%;
}

.l-footer {
  padding: 36px 20px;
  background-color: #244464;
  color: #fff;
  text-align: center;
}
.l-footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer_item {
  position: relative;
  padding-inline: 1.4rem;
  font-size: 1.2rem;
  line-height: 2;
}
.l-footer_item::before, .l-footer_item::after {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 1.3rem;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer_item::before {
  left: 0;
}
.l-footer_item::after {
  right: 0;
}
.l-footer_item + .l-footer_item::before {
  display: none;
}
.l-footer_copyright {
  margin-top: 1.6rem;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0;
}

.c-btn {
  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: 1.4rem;
  width: 100%;
  min-height: 6.4rem;
  padding: 1rem 1.6rem;
  border-radius: 1rem;
  background-color: #ffe800;
  -webkit-box-shadow: 0 6px 0 #d3b800;
          box-shadow: 0 6px 0 #d3b800;
  color: #00125e;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.3s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.c-btn_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.6rem;
}
.c-btn_icon img {
  width: 100%;
}
.c-btn_text {
  display: block;
  text-align: left;
}
.c-btn_text small {
  display: block;
  font-size: 1.7rem;
}
@media (hover: hover) {
  .c-btn:hover {
    -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem);
    -webkit-box-shadow: 0 0.2rem 0 #d3b800;
            box-shadow: 0 0.2rem 0 #d3b800;
    opacity: 1;
  }
}

.c-heading {
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.01em;
}
.c-heading_band span {
  display: inline-block;
  margin-block: 0.3rem;
  padding: 0.2rem 0.8rem;
  background-color: #fff;
}
.c-heading_outline span {
  display: inline-block;
  margin-block: 0.3rem;
  padding: 0.2rem 0.8rem;
  border: 2px solid #fff;
  color: #fff;
}
.c-heading_slash {
  position: relative;
  display: inline-block;
  padding-inline: 20px;
}
.c-heading_slash::before, .c-heading_slash::after {
  position: absolute;
  bottom: 0.3rem;
  width: 1px;
  height: calc(100% - 0.7em);
  background-color: currentcolor;
  content: "";
}
.c-heading_slash::before {
  left: 10px;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}
.c-heading_slash::after {
  right: 10px;
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}
.c-heading_label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
}

.c-marker {
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, rgba(82, 183, 169, 0.55)));
  background: linear-gradient(transparent 85%, rgba(82, 183, 169, 0.55) 85%);
}

.c-accent {
  color: #1c7fd0;
}

.c-arrow {
  width: 60px;
  height: 20px;
  margin-inline: auto;
  background-color: #6e9dc4;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-arrow_green {
  width: 30px;
  height: 10px;
  background-color: #52b7a9;
}

.c-note {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
}

.c-card {
  border-radius: 1.2rem;
  background-color: #fff;
}
.c-card_shadow {
  -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 18, 94, 0.06);
          box-shadow: 0 0.2rem 1rem rgba(0, 18, 94, 0.06);
}

.c-koshi {
  background-image: repeating-linear-gradient(to right, #eef1f4 0 1px, transparent 1px 1.5rem), repeating-linear-gradient(to bottom, #eef1f4 0 1px, transparent 1px 1.5rem);
  border: 1px solid #d8e2e6;
  border-radius: 1.2rem;
  background-color: #fff;
}

.c-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 18px;
  border-radius: 99px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.c-tag_kokugo {
  background-color: #f4938e;
}
.c-tag_shakai {
  background-color: #b49bd0;
}
.c-tag_rika {
  background-color: #96c470;
}

.c-accordion_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
  text-align: left;
}
.c-accordion_icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: auto;
}
.c-accordion_icon::before, .c-accordion_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #5aa4d2;
  content: "";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-accordion_icon::before {
  width: 1.6rem;
  height: 0.2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-accordion_icon::after {
  width: 0.2rem;
  height: 1.6rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-accordion_body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease, -ms-grid-rows 0.35s ease;
}
.c-accordion_body > div {
  overflow: hidden;
  min-height: 0;
}
.c-accordion_icon_chevron::before {
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1.5px solid currentcolor;
  border-bottom: 1.5px solid currentcolor;
  background-color: transparent;
  -webkit-transform: translate(-50%, calc(-50% - 0.2rem)) rotate(45deg);
          transform: translate(-50%, calc(-50% - 0.2rem)) rotate(45deg);
}
.c-accordion_icon_chevron::after {
  display: none;
}
.c-accordion.is-open .c-accordion_icon::after {
  -webkit-transform: translate(-50%, -50%) scaleY(0);
          transform: translate(-50%, -50%) scaleY(0);
}
.c-accordion.is-open .c-accordion_icon_chevron::before {
  -webkit-transform: translate(-50%, calc(-50% + 0.2rem)) rotate(-135deg);
          transform: translate(-50%, calc(-50% + 0.2rem)) rotate(-135deg);
}
.c-accordion.is-open .c-accordion_body {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.c-img img {
  width: 100%;
}
.c-img_dummy {
  background-color: #d9d9d9;
}
.c-img_dummy img {
  display: block;
  width: 100%;
  min-height: 4rem;
}

.c-round {
  position: relative;
  z-index: 1;
  margin-top: -8px;
  border-radius: 8px 8px 0 0;
}

.u-pc {
  display: none;
}
@media screen and (min-width: 841px) {
  .u-pc {
    display: block;
  }
}

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

.p-hero {
  position: relative;
  padding: 1.8rem 20px 103px;
  background-color: #d1ece7;
  background-image: url("../img/bg_koshi_green.png"), repeating-linear-gradient(to right, #cbe7e2 0 1px, transparent 1px 1.5rem), repeating-linear-gradient(to bottom, #cbe7e2 0 1px, transparent 1px 1.5rem);
  background-position: top center, top left, top left;
  background-size: 100% auto, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
  position: relative;
  z-index: 10;
}
.p-hero_lead {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.p-hero_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.6rem;
  margin-top: 0.8rem;
}
.p-hero_tag {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.2rem;
  border-radius: 2rem;
  background-color: #5ca6cd;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-hero_title {
  margin-top: 1.4rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.34;
  position: relative;
  z-index: 10;
}
.p-hero_title .-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2.5px 0;
  padding: 0.1rem 0.6rem;
  background-color: #fff;
}
.p-hero_title_sub {
  font-size: 2.3rem;
}
.p-hero_title .-sml {
  font-size: 2.8rem;
}
.p-hero_title .-big {
  font-size: 4rem;
}
.p-hero_visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 0;
  margin-top: -27px;
  margin-left: -35px;
}
.p-hero_image {
  width: 76.8%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
}
.p-hero_image img {
  width: 100%;
  border-radius: 50%;
}
.p-hero_copy {
  margin-right: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71;
  letter-spacing: 0.06em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0;
}
.p-hero_copy em {
  letter-spacing: -0.3em;
  font-style: normal;
}
.p-hero .c-btn {
  margin-top: -8px;
  position: relative;
  z-index: 10;
}

.p-nayami {
  padding: 0 0 15px;
  position: relative;
  z-index: 10;
}
.p-nayami_inner {
  width: calc(100% - 20px);
  margin: auto;
}
.p-nayami_card {
  position: relative;
  border: 2px solid #234463;
  border-radius: 1.2rem;
  margin-top: -53px;
}
.p-nayami_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10.5rem;
  padding: 24px 15px;
  border-radius: 1rem 1rem 0 0;
  background-color: #234463;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-nayami_head span {
  font-size: 2.2rem;
}
.p-nayami_head_image {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 132px;
}
.p-nayami_head_image img {
  width: auto;
  height: 100%;
  max-width: unset;
}
.p-nayami_body {
  background-image: repeating-linear-gradient(to right, #eef1f4 0 1px, transparent 1px 1.5rem), repeating-linear-gradient(to bottom, #eef1f4 0 1px, transparent 1px 1.5rem);
  padding: 2rem 20px 2.4rem;
  border-radius: 0 0 1rem 1rem;
  background-color: #fff;
}
.p-nayami_title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-nayami_title span {
  font-size: 2.3rem;
}
.p-nayami_list {
  margin-top: 1.4rem;
}
.p-nayami_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
}
.p-nayami_item + .p-nayami_item {
  margin-top: 0.8rem;
}
.p-nayami_item::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.1em;
  color: #e04b4b;
  font-size: 1.4rem;
  content: "✓";
}
.p-nayami_summary {
  margin-top: 3.4rem;
  text-align: center;
}
.p-nayami_summary_title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-nayami_summary_title span {
  font-size: 3rem;
}
.p-nayami_summary_text {
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.85;
}
.p-nayami .c-arrow {
  margin-top: 18px;
}

.p-power {
  padding: 0rem 20px 50px;
  background-color: #ebf5ed;
}
.p-power_box {
  background-color: #c3d8e5;
  background-image: repeating-linear-gradient(-45deg, #cde0eb 0 0.4rem, transparent 0.4rem 0.9rem);
  padding: 25px 20px 20px;
  border-radius: 1.2rem;
}
.p-power_title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}
.p-power_title .-box {
  display: inline-block;
  margin: 2.5px 0;
  padding: 1px 0px 2px 5px;
  background-color: #fff;
}
.p-power_title em {
  color: #e8a72e;
  font-style: normal;
  font-size: 2.7rem;
}
.p-power_lead {
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.p-power_image {
  margin-top: 1.2rem;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #fff;
}
.p-power_image img {
  width: 100%;
}
.p-power_lead2 {
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
.p-power_count {
  margin-top: -0.5rem;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-power_count span {
  color: #4a9ad4;
  font-family: "Outfit", sans-serif;
}
.p-power_count span em {
  color: #4a9ad4;
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 500;
}
.p-power_line {
  width: 17.3rem;
  margin: 2px auto 0;
}
.p-power_line img {
  width: 100%;
}
.p-power_list {
  margin-top: 22px;
}
.p-power_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 14px 8px 14px 12px;
  border: 1px solid #7fb3dd;
  border-radius: 0.8rem;
  background-color: #fff;
}
.p-power_item + .p-power_item {
  margin-top: 0.8rem;
}
.p-power_item_num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.8rem;
  color: #4a9ad4;
  text-align: center;
  font-family: "Outfit", sans-serif;
}
.p-power_item_num small {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.p-power_item_num strong {
  display: block;
  margin-top: -0.4rem;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
}
.p-power_item_title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-power_item_text {
  margin-top: 0.2rem;
  font-size: 1.2rem;
  line-height: 1.55;
}
.p-power_note {
  margin-top: 1.4rem;
  font-size: 1.15rem;
  line-height: 1.7;
}
.p-power_result {
  margin-top: 1.8rem;
  text-align: center;
}
.p-power_result_title {
  display: inline-block;
  margin-top: 1.6rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
.p-power_result_title .c-accent {
  font-size: 2.7rem;
}
.p-power_result_title .c-heading_slash {
  padding-inline: 36px;
}

.p-evidence {
  position: relative;
  padding: 36px 20px 28px;
  background-color: #52b7a9;
  color: #fff;
}
.p-evidence_title {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.p-evidence_badge {
  font-family: "Outfit", sans-serif;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px auto 0;
  padding: 3px 8px;
  border-radius: 999px;
  background-color: #fff;
  color: #52b7a9;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.p-evidence_block {
  position: relative;
  margin-top: 15px;
}
.p-evidence_block + .p-evidence_block {
  margin-top: 25px;
}
.p-evidence_block_head {
  position: relative;
  z-index: 1;
}
.p-evidence_heading {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.1;
}
.p-evidence_heading .-box {
  display: inline-block;
  margin: 2.5px 0;
  padding: 2px 5px 3px;
  background-color: #fff;
  color: #52b7a9;
}
.p-evidence_heading .-sub {
  font-size: 1.8rem;
}
.p-evidence_text {
  max-width: 190px;
  margin-top: 9px;
  font-size: 1.3rem;
  line-height: 1.57;
  letter-spacing: 0;
}
.p-evidence_photo {
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 0;
  width: 375px;
}
.p-evidence_photo img {
  width: 100%;
}
.p-evidence_photo_left {
  right: auto;
  left: -20px;
  width: 163px;
}
.p-evidence_block_right {
  text-align: right;
}
.p-evidence_block_right .p-evidence_text {
  margin-left: auto;
  text-align: left;
}
.p-evidence_card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 1.2rem;
  background-color: #fff;
  color: #00125e;
}
.p-evidence_card_title {
  padding: 9px 10px;
  background-color: #def2f0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #48aea0;
}
.p-evidence_card_body img {
  width: 100%;
}
.p-evidence_note {
  margin-top: 18px;
  font-size: 1rem;
  line-height: 1.4;
}

.p-get {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 39rem;
  padding: 40px 20px;
  background-color: #d9d9d9;
  background-image: url("../img/get_bg.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-get_card {
  width: 100%;
  padding: 2.4rem 20px 2.6rem;
  border-radius: 1.2rem;
  background-color: rgba(255, 255, 255, 0.92);
}
.p-get_title {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.34;
}
.p-get_title .-box {
  display: inline-block;
  margin-block: 0.3rem;
  margin-right: 5px;
  padding: 0.1rem 0.6rem;
  border: 2px solid #00125e;
}
.p-get_title em {
  font-size: 3.2rem;
  font-style: normal;
}
.p-get_text {
  margin-top: 16px;
  font-size: 1.3rem;
  line-height: 1.85;
}

.p-juken {
  padding: 3rem 20px 3.6rem;
  background-color: #ebf5ed;
}
.p-juken_title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.p-juken_subtitle {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.p-juken_stats {
  margin-top: 20px;
}
.p-juken_stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.4rem 1.4rem;
  border-radius: 1.2rem;
  background-color: #fff;
}
.p-juken_stat + .p-juken_stat {
  margin-top: 1rem;
}
.p-juken_stat_total {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 9.4rem;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  font-family: "Outfit", sans-serif;
}
.p-juken_stat_total small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 4px;
}
.p-juken_stat_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
.p-juken_bar {
  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;
  padding: 0.5rem 1.2rem;
  border-radius: 0.6rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.p-juken_bar strong {
  font-size: 2.4rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
.p-juken_bar strong small {
  margin-left: 0.2rem;
  font-size: 1.3rem;
  font-weight: bold;
}
.p-juken_bar_blue {
  background-color: #6aa9db;
}
.p-juken_bar_green {
  background-color: #4bb59f;
}
.p-juken_bar_yellow {
  background-color: #eec164;
}
.p-juken_bar_lime {
  background-color: #96c470;
}
.p-juken_bar_cyan {
  background-color: #79c3c8;
}
.p-juken_bar_purple {
  background-color: #b49bd0;
}
.p-juken_bar_pink {
  background-color: #f2837f;
}
.p-juken_bar_gray {
  background-color: #c4c4c4;
}
.p-juken_note {
  margin-top: 1.2rem;
  font-size: 1rem;
  line-height: 1.7;
}
.p-juken_listTitle {
  margin-top: 30px;
  padding-bottom: 14px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background-image: url(../img/line_nyushi.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}
.p-juken_school {
  padding: 18px 0;
  border-bottom: 1px solid rgba(0, 18, 94, 0.12);
}
.p-juken_school_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-juken_school_text {
  margin-top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1.6;
}
.p-juken_school_text.-kakko {
  text-indent: -0.5em;
}
.p-juken_toggle {
  margin-top: 1.2rem;
}
.p-juken_toggle .c-accordion_head {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8rem 1.6rem;
  border-radius: 3rem;
  background-color: #fff;
  -webkit-box-shadow: 0 2.5px 0 #c8dbce;
          box-shadow: 0 2.5px 0 #c8dbce;
  font-size: 1.2rem;
  font-weight: 500;
  color: #617768;
  text-align: center;
  position: relative;
}
.p-juken_toggle .c-accordion_icon {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  right: 16px;
}
.p-juken .is-open .c-accordion_body > div {
  padding-top: 13px;
}
.p-juken_toggle_image {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #fff;
}
.p-juken_toggle_image img {
  width: 100%;
}
.p-juken .c-arrow {
  margin-top: 2rem;
}
.p-juken_summary {
  margin-top: 2rem;
  padding: 2.4rem 1.6rem;
  text-align: center;
}
.p-juken_summary_title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-juken_summary_text {
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.8;
}

.p-cta {
  padding: 34px 20px 60px;
  background-color: #d0efe9;
}
.p-cta_title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.35;
}
.p-cta_title em {
  font-size: 2.8rem;
  font-style: normal;
}
.p-cta_title .c-marker {
  display: inline-block;
  margin-left: 5px;
}
.p-cta_title .c-marker span {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 4rem;
}
.p-cta_title .-en {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 1.25em;
}
.p-cta_title .-lsm {
  letter-spacing: -0.6em;
}
.p-cta_title-last {
  letter-spacing: -0.05em;
  font-size: 2.8rem;
}
.p-cta_text {
  margin-top: 1.2rem;
  font-size: 1.3rem;
  line-height: 1.75;
}
.p-cta .c-btn {
  margin-top: 1.6rem;
}
.p-cta_price {
  margin-top: 22px;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
}
.p-cta_price small {
  font-size: 1.1rem;
}
.p-cta_price_sub {
  display: block;
  font-size: 1.2rem;
}
.p-cta_center {
  text-align: center;
}

.p-start {
  background-color: #c3d8e5;
  background-image: repeating-linear-gradient(-45deg, #cde0eb 0 0.4rem, transparent 0.4rem 0.9rem);
  padding: 30px 20px 3.6rem;
}
.p-start_title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.35;
}
.p-start_lead {
  margin-top: 1.6rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-start_text {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.85;
}
.p-start_list {
  margin-top: 1.8rem;
}
.p-start_item {
  position: relative;
  overflow: hidden;
  padding: 1.4rem 1.4rem 1.6rem;
  border-radius: 1.2rem;
  background-color: #fff;
}
.p-start_item + .p-start_item {
  margin-top: 1.2rem;
}
.p-start_item_blue {
  background-color: #30a8df;
  color: #fff;
}
.p-start_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
}
.p-start_meta_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  padding: 0.1rem 8px;
  border: 1px solid rgba(0, 18, 94, 0.25);
  border-radius: 2rem;
  background-color: #fff;
  color: #00125e;
  font-size: 1.1rem;
  font-weight: 500;
}
.p-start_meta_item img {
  width: 1.1rem;
}
.p-start_item_title {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-start_item_text {
  margin-top: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.6;
}
.p-start_item_image {
  margin-top: 1.2rem;
}
.p-start_item_image img {
  width: 100%;
  border-radius: 0.6rem;
}
.p-start_item_note {
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.7;
}
.p-start_character {
  position: absolute;
  top: 1.8rem;
  right: 0.5rem;
  width: 23.13%;
}
.p-start_character img {
  width: 100%;
}

.p-step {
  padding: 34px 20px 40px;
  background-color: #ebf5ed;
}
.p-step_label {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.p-step_line {
  width: 19.3rem;
  margin: -0.2rem auto 0;
}
.p-step_line img {
  width: 100%;
}
.p-step_title {
  margin-top: 0.2rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
.p-step_title span {
  color: #2f9c8c;
  font-weight: 700;
  font-size: 3.4rem;
}
.p-step_title span em {
  font-size: 3.8rem;
  font-style: normal;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
.p-step_list {
  margin-top: 1.8rem;
}
.p-step_item {
  padding: 1.4rem 1.6rem 1.6rem;
  border-radius: 1.2rem;
  background-color: #fff;
}
.p-step_item + .p-step_item {
  margin-top: 1.2rem;
}
.p-step_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.p-step_item_num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.1rem 8px;
  border-radius: 2rem;
  background-color: #52b7a9;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0;
}
.p-step_item_num:first-letter {
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}
.p-step_item_title {
  color: #2f9c8c;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.p-step_item_text {
  margin-top: 0.6rem;
  font-size: 1.3rem;
  line-height: 1.7;
}
.p-step .c-arrow {
  margin-block: 0.8rem;
}

.p-price {
  padding: 36px 20px 50px;
  background-color: #ebf5ed;
}
.p-price_title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
.p-price_subtitle {
  margin-top: 2.2rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-price_table {
  margin-top: 0.8rem;
  border: 1px solid #b6dcd4;
  border-radius: 0.6rem;
  overflow: hidden;
}
.p-price_table th,
.p-price_table td {
  padding: 1.2rem 1.4rem;
  font-size: 1.3rem;
  line-height: 1.5;
}
.p-price_table th {
  width: 52%;
  background-color: #4faa9a;
  color: #fff;
  font-weight: 400;
  text-align: left;
}
.p-price_table td {
  background-color: #fff;
  font-weight: 400;
  text-align: right;
}
.p-price_table td small {
  font-size: 1.1rem;
  font-weight: 500;
}
.p-price_table tr + tr th,
.p-price_table tr + tr td {
  border-top: 1px solid #b6dcd4;
}
.p-price_note {
  margin-top: 0.8rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #5b5b5b;
}
.p-price_payments {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.8rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  margin-top: 0.8rem;
}
.p-price_payment {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 1.2rem;
  border-radius: 0.6rem;
  background-color: #fff;
  text-align: center;
}
.p-price_payment_wide {
  grid-column: 1/-1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
  text-align: left;
}
.p-price_payment_name {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.p-price_payment_name small {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
}
.p-price_payment_note {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: left;
  color: #5b5b5b;
}
.p-price_steps {
  margin-top: 1rem;
  border-top: 1px dotted #b4b7b9;
}
.p-price_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
  padding: 1rem 0.4rem;
  border-bottom: 1px dotted #b4b7b9;
}
.p-price_step_num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4rem;
  text-align: center;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  color: #5aa4d2;
}
.p-price_step_num small {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}
.p-price_step_num strong {
  display: block;
  margin-top: -0.4rem;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1;
}
.p-price_step_text {
  font-size: 1.3rem;
  font-weight: 500;
}
.p-price_lead {
  margin-top: 1.4rem;
  font-size: 1.3rem;
  line-height: 1.8;
}

.p-faq {
  background-color: #c3d8e5;
  background-image: repeating-linear-gradient(-45deg, #cde0eb 0 0.4rem, transparent 0.4rem 0.9rem);
  padding: 36px 20px 60px;
}
.p-faq_title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
.p-faq_category {
  margin-top: 30px;
  padding: 0.6rem;
  border-radius: 3px;
  background-color: #5aa4d2;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.p-faq_list {
  margin-top: 1rem;
}
.p-faq_item {
  padding: 1.2rem 1.4rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
.p-faq_item + .p-faq_item {
  margin-top: 0.8rem;
}
.p-faq_item a {
  text-decoration: underline !important;
  color: #5aa4d2 !important;
}
.p-faq_question {
  color: #00125e;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-faq_question::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2.5rem;
  font-weight: 400;
  content: "Q";
  color: #1c7fd0;
  font-family: "Outfit", sans-serif;
}
.p-faq_answer {
  padding-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.75;
}
.c-btn_benefit {
  margin: 1.4rem 0 0.6rem;
  color: #00125e;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}

/* 特典コピーの直後にあるボタン */
.c-btn_benefit + .c-btn {
  margin-top: 0;
}

/* ========================================
  新規購読特典
======================================== */

.p-benefit {
  margin-top: 2.8rem;
  padding: 3.2rem 1.4rem 1.8rem;
  position: relative;
  /* border: 1px solid #d3b800;
  background-color: #ebf5ed; */
  border-radius: 1.6rem;
  background-color: #fff;
}

/* 上部ラベル */
.p-benefit_label {
  display: inline-block;
  min-width: 18rem;
  margin: 0;
  padding: 0.8rem 2rem;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 999px;
  background-color: #00125e;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
  transform: translate(-50%, -50%);
}

/* 特典エリア見出し */
.p-benefit_title {
  margin: 0;
  color: #00125e;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
  text-align: center;
}

/* 2つの特典を縦に並べる */
.p-benefit_list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.8rem;
}

/* 画像左・説明右 */
.p-benefit_item {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  width: 100%;
  padding: 1.4rem;
  /* border: 2px solid #00125e; */
  border-radius: 1.2rem;
  /* background-color: #fff; */
  border: 1px solid #d8e2e6;
background-color: #fff;
background-image: repeating-linear-gradient(to right, #eef1f4 0 1px, transparent 1px 1.5rem), repeating-linear-gradient(to bottom, #eef1f4 0 1px, transparent 1px 1.5rem);
}
/* 左側の画像 */
.p-benefit_image {
  display: flex;
  flex: 0 0 10rem;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 13rem;
}

.p-benefit_image img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
-webkit-filter: drop-shadow(0 0.6rem 0.5rem rgba(0, 18, 94, 0.2));
  filter: drop-shadow(0 0.6rem 0.5rem rgba(0, 18, 94, 0.2));}

/* 右側のテキスト */
.p-benefit_body {
  flex: 1;
  min-width: 0;
  text-align: left;
}

/* 期間 */
.p-benefit_period {
  margin: 0;
  color: #00125e;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.45;
}

.p-benefit_period strong {
  margin-right: 0.5rem;
  font-size: 1.6rem;
}
.p-benefit_period .c-marker span {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 3rem;
}
.p-benefit_period span {
  display: inline;
}

/* 特典名 */
.p-benefit_name {
  margin: 1rem 0 0;
  color: #00125e;
  font-size: 1.15rem;
  line-height: 1.5;
}

.p-benefit_name span {
  display: block;
}

.p-benefit_name strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.55rem;
  line-height: 1.4;
}

/* 注意事項 */
.p-benefit_note {
  margin: 1.4rem 0 0;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}

/* 特典エリアとCTAボタンの間隔 */
.p-benefit + .c-btn {
  margin-top: 1.8rem;
}