html {
  scroll-padding-top: 6.875rem;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 10rem;
  }
}

body {
  color: #000;
  line-height: 1.5;
  font-weight: 700;
}
body.js-open-menu {
  overflow: hidden;
}

/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  height: auto;
  display: block;
  vertical-align: bottom;
  object-fit: cover;
  max-width: 100%;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../../../../common/fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../../../../common/fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../../../../common/fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../../../common/fonts/Poppins-Bold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../../../common/fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: clamp(0.75rem, -0.25rem + 5.3333333333vw, 1rem);
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: clamp(0.75rem, -0.0029411765rem + 1.568627451vw, 1rem);
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: clamp(0.625rem, -0.2980769231rem + 1.4423076923vw, 1rem);
  }
}

a {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
}
a:hover {
  opacity: 1;
}

.l-section {
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: 5rem 0;
  }
}
.l-section--gradation {
  background: linear-gradient(180deg, #DFF5FF 0%, #EFEBFF 100%);
}

.p-grid {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-grid {
    max-width: 79rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-grid--col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-grid--col2 {
    grid-template-columns: repeat(2, 25rem);
    justify-content: center;
  }
}
.p-grid.gap-32 {
  gap: 1rem 0;
}
@media screen and (min-width: 768px) {
  .p-grid.gap-32 {
    gap: 0 2rem;
  }
}

.p-grid__item {
  width: 100%;
  border-radius: 24px;
  gap: 0.5rem 0;
  padding: 1rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-grid__item {
    gap: 1.5rem 0;
    padding: 1.5rem;
  }
}
.p-grid__item--support {
  background: #fff;
  height: 100%;
}

.c-ac-title {
  color: #009CE5;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-ac-title {
    font-size: 2.5rem;
  }
}
.c-ac-title--support {
  margin-block-start: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  color: #000;
}
@media screen and (min-width: 768px) {
  .c-ac-title--support {
    gap: 1rem 0;
    margin-block-start: 2.5rem;
  }
}
.c-ac-title--support span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-ac-title--support span {
    gap: 1.5rem;
  }
}
.c-ac-title--support img {
  width: calc(100% - 6.25rem);
}
@media screen and (min-width: 768px) {
  .c-ac-title--support img {
    width: 33rem;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .c-ac-title--support br {
    display: none;
  }
}

.c-ac-h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-ac-h3 {
    font-size: 1.75rem;
  }
}
.c-ac-h3.-accent-color {
  color: #009CE5;
}

.p-card__content-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-card__content-wrap {
    gap: 2.5rem 0;
    flex: 1;
  }
}

.p-card__content {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}

.p-card__img--document {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-card__img--document {
    width: 20rem;
  }
}
.p-card__img--document img {
  width: 60%;
  height: auto;
  box-shadow: 0px 32px 48px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
  .p-card__img--document img {
    width: 15rem;
  }
}
.p-card__img--document img:nth-of-type(1) {
  position: relative;
  z-index: 1;
}
.p-card__img--document img:nth-of-type(2) {
  margin-left: auto;
  margin-top: -3.75rem;
}
@media screen and (min-width: 768px) {
  .p-card__img--document img:nth-of-type(2) {
    margin-top: 0;
    top: 5.625rem;
    left: 5rem;
    position: absolute;
  }
}
.p-card__img--product {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-card__img--product {
    width: 25rem;
  }
}
.p-card__img--product img {
  width: 100%;
  height: auto;
}

.p-card__list {
  list-style: disc;
  padding-left: 1.5em;
}

.p-ac-text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-ac-text {
    font-size: 1.25rem;
  }
}
.p-ac-text.-w720 {
  max-width: 45rem;
  margin-inline: auto;
}
.p-ac-text a {
  color: #009CE5;
  font-weight: 700;
}

.p-card {
  background: #E5F4F8;
  border-radius: 24px;
  margin-inline: auto;
  padding: 1.5rem;
  max-width: 79rem;
}
@media screen and (min-width: 768px) {
  .p-card {
    border-radius: 2.5rem;
    padding: 2.5rem 3rem;
  }
}
.p-card.-document {
  display: grid;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-card.-document {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-card.-document .p-card__content, .p-card.-document .p-card__content-wrap {
    display: contents;
  }
}
.p-card.-product {
  display: grid;
  flex-direction: column-reverse;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-card.-product {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-card.-product .p-card__content, .p-card.-product .p-card__content-wrap {
    display: contents;
  }
}

.p-card__img--product {
  grid-row: 2;
}

.p-card__img--document {
  grid-row: 3;
}

.c-label {
  background: #fff;
  color: #009CE5;
  padding: 0.5rem 1rem;
  display: block;
  width: fit-content;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .c-label {
    font-size: 1.25rem;
  }
}

.p-ac-hero {
  background: linear-gradient(97deg, #16A2FF 1.94%, #1AADCE 47.31%, #5EDAC1 92.69%);
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-ac-hero {
    padding: 2.125rem 0;
  }
}

.p-ac-hero__inner {
  padding: 0 1.5rem;
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  max-width: 26.25rem;
}
@media screen and (min-width: 768px) {
  .p-ac-hero__inner {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    max-width: unset;
  }
}
@media screen and (min-width: 1024px) {
  .p-ac-hero__inner {
    max-width: 74.625rem;
    padding: 0 1.5rem;
    margin: 0 auto;
    gap: 1.375rem;
  }
}

.p-ac-hero__textarea {
  display: grid;
  gap: 1rem 0;
}
@media screen and (min-width: 768px) {
  .p-ac-hero__textarea {
    max-width: 30.25rem;
  }
}

.c-page-title {
  color: #fff;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .c-page-title {
    font-size: 3rem;
    white-space: nowrap;
  }
}

.p-ac-hero__list {
  display: grid;
  gap: 1rem 0;
}

.p-ac-hero__list-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 0.5rem;
  font-size: 1rem;
  line-height: 200%;
  color: #fff;
  align-items: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-ac-hero__list-item {
    gap: 0 1rem;
  }
}
.p-ac-hero__list-item svg {
  width: 1.5rem;
  height: 1.5rem;
}

.p-ac-hero__img img {
  width: 100%;
  height: auto;
}

.p-support__list-wrap {
  margin-block-start: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-support__list-wrap {
    margin-block-start: 2.5rem;
  }
}

.p-worry__list-wrap {
  margin-block-start: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-worry__list-wrap {
    margin-block-start: 3rem;
  }
}

.p-worry__text {
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-worry__text {
    font-size: 1.5rem;
  }
}

.p-worry__figure {
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  aspect-ratio: 1/1;
  width: fit-content;
  margin-inline: auto;
}

.c-svg-icon {
  text-align: center;
  margin-block-start: 2.5rem;
}

.p-support__figure {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D2EBF9;
  border-radius: 16px;
  padding: 1.5rem;
  height: 12rem;
}

.c-badge {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  color: #D8B70D;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .c-badge {
    font-size: 1.25rem;
  }
}

.p-support__text {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-support__text {
    font-size: 1.5rem;
  }
}

.c-btn__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #005BAC;
  padding: 1rem;
  width: fit-content;
  margin-inline: auto;
}

.p-ac-why__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-ac-why__inner {
    gap: 2rem;
  }
}

.l-option {
  background: #E5F4F8;
  border-radius: 2.5rem 2.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .l-option {
    border-radius: 7.5rem 7.5rem 0 0;
  }
}

.p-option__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-option__inner {
    gap: 2.5rem;
  }
}

.p-option__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border-radius: 40px;
  padding: 1.5rem;
  gap: 0.5rem;
  margin-inline: auto;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-option__head {
    flex-direction: row;
    gap: 3rem;
  }
}
.p-option__head svg {
  width: 1.5rem;
  height: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-option__head--img {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .p-option__head--img {
    width: 48%;
  }
}

.p-option__img {
  background: #fff;
  border-radius: 24px;
  padding: 1rem;
  width: 100%;
  box-shadow: 0px 32px 48px 0px rgba(0, 156, 229, 0.08);
}
@media screen and (min-width: 768px) {
  .p-option__img {
    border-radius: 40px;
    padding: 2.5rem 5rem;
    max-width: 60rem;
    margin-inline: auto;
  }
}
.p-option__img img {
  margin-inline: auto;
  width: 100%;
}

.p-option__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 0;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-option__list {
    gap: 0;
  }
}

.p-option__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-option__item {
    align-items: flex-start;
    padding: 2.5rem 3rem;
    gap: 2.5rem;
    flex-direction: row;
  }
  .p-option__item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.p-option__item img {
  width: 100%;
  height: auto;
  border-radius: 40px;
  border: 1px solid #fff;
  aspect-ratio: 4/2;
}
@media screen and (min-width: 1024px) {
  .p-option__item img {
    width: 25rem;
    aspect-ratio: unset;
  }
}

.p-option__textarea {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-option__textarea {
    flex: 1;
  }
}

.p-option__button-wrap {
  text-align: center;
}
.p-option__button-wrap .c-button {
  margin-block-start: 0.5rem;
  margin-inline: auto;
}

.p-option__button-before {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-option__button-before {
    font-size: 1.25rem;
  }
}

@media (any-hover: hover) {
  .p-grid__item--support:hover {
    box-shadow: 0px 24px 32px 0px rgba(0, 0, 0, 0.06);
  }
  .p-grid__item--support:hover .c-btn__circle {
    background: rgba(0, 91, 172, 0.09);
  }
  .p-ac-text a:hover {
    color: #005BAC;
  }
}
.l-price {
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-price {
    padding: 7.5rem 0 5rem;
  }
}

.p-price__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-price__inner {
    gap: 2rem;
  }
}
.p-price__inner > * {
  width: 100%;
}

.p-price__caution {
  color: #8D97A1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 200%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price__caution {
    font-size: 1.25rem;
  }
}

.p-price__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem 1rem;
  border-radius: 40px;
  border: 2px solid #005BAC;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-price__card {
    padding: 2.5rem 3rem;
  }
}

.p-price__icon {
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .p-price__icon {
    width: 11.25rem;
  }
}
.p-price__icon img {
  width: 100%;
  height: auto;
}

.p-price__label {
  background: #fff;
  border-radius: 40px;
  border: 3px solid #B2DFF1;
  padding: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #0A4055;
}
@media screen and (min-width: 768px) {
  .p-price__label {
    font-size: 1.25rem;
  }
}

.p-price__price {
  color: #005BAC;
  font-weight: 700;
  font-size: 2rem;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-price__price {
    font-size: 4rem;
  }
}
.p-price__price span {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-price__price span {
    font-size: 1.5rem;
  }
}

.p-price__button-wrap {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .p-price__button-wrap {
    padding: 1.5rem 0;
  }
}
.p-price__button-wrap .c-button {
  margin-inline: auto;
}

.l-product {
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-product {
    padding: 5rem 0;
  }
}

.p-product__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-product__inner {
    gap: 2rem;
  }
}
.p-product__inner > * {
  width: 100%;
}

.c-title.-inner {
  max-width: 90rem;
}