@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  width: 65.625rem;
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.p-cta {
  background-color: #063177;
  height: 11.125rem;
}

.p-cta__container {
  align-items: center;
  gap: 1.875rem;
  height: 11.125rem;
  justify-content: space-between;
}

.p-cta__imgLink img {
  -o-object-fit: contain;
  aspect-ratio: 472/143;
  height: auto;
  max-width: 29.5rem;
  object-fit: contain;
  width: 100%;
}

.p-cta__rightBlock {
  max-width: 13.125rem;
  transform: translateY(-0.4375rem);
}

.p-cta__imgBlock {
  align-items: center;
  gap: 0.625rem;
  justify-content: center;
  max-width: 16.625rem;
  width: 100%;
}
.p-cta__imgBlock img {
  max-width: 8rem;
}

.p-cta__aside {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1000;
}

.p-cta02 {
  background-color: #063177;
  color: #fff;
  height: 22rem;
}
.p-cta02 h2 {
  color: #ffea00;
  font-size: 2.375rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
.p-cta02 p {
  font-size: 1.125rem;
}

.p-cta02__container {
  align-items: center;
  gap: 1.875rem;
  justify-content: space-between;
}

.p-cta02__text {
  background-color: #fdfbc9;
  border-radius: 50px;
  color: #ea5015;
  margin: 0 auto;
  max-width: 38.75rem;
  padding-block: 0.625rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.p-cta02__text::after {
  border-color: #fdfbc9 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.p-cta02__leftBlock {
  max-width: 38.625rem;
}

.p-cta02__rightBlock {
  max-width: 22rem;
  transform: translateY(-30px);
}

.p-cta02__imgBlock {
  margin: 2rem auto 0;
  width: 100%;
}

.p-footer__inner {
  padding-block: 5rem;
}

.p-footer__container img {
  margin-left: auto;
  margin-right: auto;
  max-width: 28.25rem;
  width: 100%;
}

.p-footer__text {
  color: #2c3af8;
  font-size: 0.8125rem;
  letter-spacing: 0em;
  line-height: 2.4615384615;
  margin-top: 1.625rem;
  text-align: center;
}

.p-footer__navItems {
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3.75rem;
}

.p-footer__navItem:not(:first-child) {
  border-left: 1px solid #000;
}
.p-footer__navItem {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-footer__copyright {
  background-color: #063177;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0em;
  line-height: 1.8461538462;
  padding-block: 0.625rem;
  text-align: center;
}
.p-header {
  background-color: #fff;
  border-bottom: 0.125rem solid #1b42a4;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.p-header__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-header__logo {
  aspect-ratio: 300/37;
  width: 18.75rem;
}

.p-header__credit {
  aspect-ratio: 266/64;
  width: 16.625rem;
}

.p-header__item {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 0.625rem;
  justify-content: flex-end;
}

.p-header__contact {
  display: flex;
}

.p-header__contactLink {
  display: block;
}

.p-header__contactDetail {
  align-items: center;
  background-color: #fdfbc9;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding-block: 0.4375rem;
  padding-inline: 1.25rem;
}

.p-header__contactText {
  color: #000;
  font-weight: 900;
  text-align: center;
}
.p-header__contactText span {
  color: #f05a00;
}

.p-header__contactTell {
  align-items: center;
  display: flex;
  font-size: clamp(1.25rem, 2.5vw, 2.1875rem);
  font-weight: 900;
  gap: 0.6875rem;
  justify-content: center;
  line-height: 1;
}
.p-header__contactTell::before {
  background: url("../img/header_tel.png") no-repeat center/contain;
  content: "";
  display: inline-block;
  height: 1.75rem;
  width: 1.875rem;
}

.p-header__contactTime {
  background-color: #f05a00;
  color: #fff;
  display: grid;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  padding-inline: 0.1875rem;
  place-items: center;
  text-align: center;
}

.p-mv {
  margin-bottom: -0.375rem;
  margin-top: -1.25rem;
}

.p-sec01 {
  background-color: #e4fbff;
}

.p-sec01__title {
  font-feature-settings: "palt";
  -webkit-text-stroke: #ffffff 0.5rem;
  align-items: flex-end;
  border-bottom: 0.125rem solid #1b42a4;
  color: #1b42a4;
  display: flex;
  flex-wrap: wrap;
  font-size: 2.25rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.1;
  padding-bottom: 2.625rem;
  padding-left: 1rem;
  paint-order: stroke fill;
  position: relative;
}
.p-sec01__title .accent {
  color: #f05a00;
  font-size: 2.75rem;
}
.p-sec01__title::before {
  background: url("../img/sec01_illust01.png") no-repeat center/contain;
  content: "";
  height: 13.75rem;
  left: -4.75rem;
  position: absolute;
  top: -1.875rem;
  width: 6.6875rem;
}

.p-sec01__titleImg {
  aspect-ratio: 354/76;
  margin-left: 0.1875rem;
  position: relative;
  top: 0.75rem;
  width: 22.125rem;
}

.p-sec01__lead {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-top: 1.875rem;
  text-align: center;
}

.p-sec01__list {
  display: grid;
  gap: 2.375rem 2rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.75rem;
  position: relative;
}
.p-sec01__list::before {
  background: url("../img/sec01_illust02.png") no-repeat center/contain;
  content: "";
  height: 8.6875rem;
  position: absolute;
  right: 2.375rem;
  top: -8.625rem;
  width: 4.9375rem;
}

.p-sec01__item {
  background-color: #fff;
  border: 0.125rem solid #063178;
}
.p-sec01__item:nth-child(2) .p-sec01__subList::before {
  background: url("../img/sec01_illust04.png") no-repeat center/contain;
  height: 7.1875rem;
  top: -7.1875rem;
  width: 5.875rem;
}
.p-sec01__item:nth-child(3) .p-sec01__subList::before {
  background: url("../img/sec01_illust05.png") no-repeat center/contain;
  height: 7.125rem;
  top: -7.125rem;
  width: 6.3125rem;
}
.p-sec01__item:nth-child(4) .p-sec01__subList::before {
  background: url("../img/sec01_illust06.png") no-repeat center/contain;
  height: 7.25rem;
  top: -7.25rem;
  width: 5.8125rem;
}
.p-sec01__item:nth-child(5) .p-sec01__subList::before {
  background: url("../img/sec01_illust07.png") no-repeat center/contain;
  height: 7.1875rem;
  top: -7.1875rem;
  width: 6.1875rem;
}
.p-sec01__item:nth-child(6) .p-sec01__subList::before {
  background: url("../img/sec01_illust08.png") no-repeat center/contain;
  height: 7.375rem;
  top: -7.375rem;
  width: 5.875rem;
}

.p-sec01__heading {
  background-color: #063178;
  color: #fff;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 700;
  position: relative;
  text-align: center;
}
.p-sec01__heading .accent {
  color: #ffea00;
}
.p-sec01__heading .p-sec01__headingWrap {
  display: inline-block;
  padding: 0.625rem 0;
  position: unset;
}
.p-sec01__heading .p-sec01__headingWrap::before {
  background: url("../img/sec01_icon01.png") no-repeat center/contain;
  content: "";
  height: 2.6875rem;
  left: min(0.7vw, 0.5rem);
  position: absolute;
  top: -0.625rem;
  width: 1.75rem;
}

.p-sec01__detail {
  padding: 1.25rem;
}

.p-sec01__img {
  aspect-ratio: 273/160;
  width: 100%;
}

.p-sec01__subList {
  border: 0.125rem solid #ea5015;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin-top: 1.25rem;
  padding: 0.8125rem 0.375rem 0.8125rem 0.625rem;
  position: relative;
}
.p-sec01__subList::before {
  background: url("../img/sec01_illust03.png") no-repeat center/contain;
  content: "";
  height: 6.875rem;
  left: -1rem;
  position: absolute;
  top: -6.875rem;
  transform: translateY(-0.125rem);
  width: 6rem;
}

.p-sec01__subItem {
  color: #000;
  display: flex;
  flex: 1;
  font-size: 0.9375rem;
  font-weight: 700;
  gap: 0.25rem;
  line-height: 1.5;
}
.p-sec01__subItem::before {
  background: url("../img/sec01_icon02.png") no-repeat center/contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 0.9375rem;
  margin-top: 0.1875rem;
  width: 0.9375rem;
}

.p-sec01__price {
  background-color: #00bed6;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
  padding-block: 0.3125rem 0.375rem;
  text-align: center;
}
.p-sec01__price .accent {
  color: #ffea00;
}
.p-sec01__price .large {
  font-size: 1.875rem;
}

.p-sec01__note {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 1.25rem;
  padding-left: 1em;
  text-indent: -1em;
}

.p-sec02__container {
  background: #063178;
  border: 0.3125rem solid #063178;
  border-radius: 1.875rem;
}

.p-sec02__title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1;
  padding: 2rem 0.9375rem;
  text-align: center;
}
.p-sec02__title span {
  color: #ffde00;
}

.p-sec02__contentBlock {
  background: #fdfbc9;
  border-bottom-left-radius: 1.6875rem;
  border-bottom-right-radius: 1.6875rem;
  padding: 1.875rem 3.125rem 1.25rem;
}
.p-sec02__contentBlock img {
  margin-top: 0.625rem;
}

.p-sec02__contentText {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 2;
  text-align: center;
}
.p-sec02__contentText span {
  color: #f05a00;
}

.p-sec03 {
  background: url(../img/sec03_bg_img.png) center center/cover no-repeat;
  padding-top: 0;
}

.p-sec03__titleBlock {
  background: #00bed6;
  padding-block: 1.875rem;
  position: relative;
}
.p-sec03__titleBlock::after {
  border-color: #00bed6 transparent transparent transparent;
  border-style: solid;
  border-width: 26px 22px 0 22px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.p-sec03__title {
  color: #fff;
  font-size: 2.625rem;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 62.5rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.p-sec03__title::before {
  background-image: url("../img/sec03_img07.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 10.3125rem;
  left: 10%;
  max-width: 13.75rem;
  position: absolute;
  top: 17%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.p-sec03__title span {
  color: #ffea00;
}

.p-sec03__container {
  margin-top: 3.75rem;
}

.p-sec03__upperBlock .p-sec03__items {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-sec03__item {
  background-color: #fff;
  border: 0.125rem solid #00bed6;
}

.p-sec03__image {
  position: relative;
}

.p-sec03__itemNumber {
  align-items: center;
  background: #00bed6;
  border-radius: 100vh;
  color: #fff;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 2.625rem;
  font-weight: bold;
  height: 3.75rem;
  justify-content: center;
  left: 50%;
  letter-spacing: 0em;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 3.75rem;
}

.p-sec03__itemDescBlock {
  padding: 3.125rem 1.875rem;
}

.p-sec03__itemTitle {
  color: #1b42a4;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
}

.p-sec03__itemText {
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
  margin-top: 0.625rem;
}

.p-sec03__downBlock {
  margin-top: 1.875rem;
}
.p-sec03__downBlock .p-sec03__items {
  align-items: flex-start;
  display: flex;
  gap: 1.875rem;
  justify-content: center;
}
.p-sec03__downBlock .p-sec03__item {
  height: 34.375rem;
  max-width: 19.5625rem;
  width: 100%;
}

.p-sec03__info {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2.6666666667;
  margin-top: 1.25rem;
}

.p-sec03__fontNoteMark {
  font-size: 0.8125rem;
  vertical-align: top;
}

.p-sec04 {
  padding: 5rem 0;
}

.p-sec04__container {
  border: 0.3125rem solid #063178;
  border-radius: 1.875rem;
}

.p-sec04__title {
  background-color: #063178;
  border-radius: 1.25rem 1.25rem 0 0;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 900;
  padding-block: 1.0625rem 1.375rem;
  text-align: center;
}

.p-sec04__content {
  padding: 1.875rem 2.8125rem 1.25rem;
}

.p-sec04__contentHead {
  display: flex;
  gap: 2rem;
}

.p-sec04__contentDetail {
  flex: 1;
}

.p-sec04__list {
  display: grid;
  gap: 0.3125rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-sec04__item {
  background-color: #e4f6ff;
  border-radius: 100vmax;
  color: #1b42a4;
  font-size: 1.125rem;
  font-weight: 700;
  padding-block: 0.125rem 0.1875rem;
  text-align: center;
}

.p-sec04__price {
  align-items: flex-start;
  display: flex;
  margin-top: 1.25rem;
}
.p-sec04__price .heading {
  background-color: #fdfbc9;
  border: 0.125rem solid #f05a00;
  border-radius: 0.625rem;
  color: #f05a00;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.9375rem 0.25rem;
  writing-mode: vertical-rl;
}
.p-sec04__price .price {
  color: #f05a00;
  font-family: "Roboto", sans-serif;
  font-size: 6.75rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-left: 0.5625rem;
  position: relative;
  top: -0.5rem;
}
.p-sec04__price .unitWrap {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  top: 0.375rem;
}
.p-sec04__price .unit {
  color: #333;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}
.p-sec04__price .tax {
  background-color: #f05a00;
  border-radius: 100vmax;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.25rem 1.625rem;
  text-align: center;
}

.p-sec04__contentDiscount {
  aspect-ratio: 420/180;
  width: 26.25rem;
}

.p-sec04__note {
  color: #333;
  font-size: 0.75rem;
  margin-top: 0.625rem;
}

.p-sec04__contentBottom {
  border-top: 0.0625rem solid #ccc;
  margin-top: 1.125rem;
  padding-top: 1.25rem;
}

.p-sec04__paymentList {
  display: grid;
  gap: 0.3125rem;
  grid-template-columns: repeat(3, auto);
  grid-template-columns: auto 23.625rem 24.5625rem;
  grid-template-rows: repeat(2, auto);
}

.p-sec04__payment {
  align-items: center;
  background-color: #0cb000;
  border-radius: 0.625rem;
  color: #fff;
  display: flex;
  font-size: 1.0625rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.05em;
  padding: 0.125rem 0.375rem 0.25rem;
  text-align: center;
}
.p-sec04__payment:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.p-sec04__payment:nth-child(n+3) {
  border: 0.125rem solid #0cb000;
  font-size: 0.875rem;
  grid-row: 1/3;
  justify-content: flex-start;
  letter-spacing: 0;
  line-height: 1.2857142857;
  padding: 0;
}
.p-sec04__payment:nth-child(n+3) span {
  padding-inline: 0.3125rem;
}
.p-sec04__payment:nth-child(3) .p-sec04__paymentImg img {
  height: 2.375rem;
  width: 17.75rem;
}
.p-sec04__payment:nth-child(4) .p-sec04__paymentImg img {
  height: 3.125rem;
  width: 16.6875rem;
}

.p-sec04__paymentImg {
  background-color: #fff;
  border-radius: 0 0.5rem 0.5rem 0;
  display: grid;
  flex: 1;
  height: 100%;
  place-content: center;
}

.p-sec05 {
  background-color: #fdfbc9;
  padding-top: 0;
}

.p-sec05__title {
  background-color: #00bed6;
  color: #fff;
  font-size: 2.625rem;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.5;
  padding-block: 1.875rem;
  position: relative;
  text-align: center;
}
.p-sec05__title::after {
  border-color: #00bed6 transparent transparent transparent;
  border-style: solid;
  border-width: 26px 22px 0 22px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}
.p-sec05__title span {
  color: #ffea00;
}

.p-sec05__container {
  padding-top: 3.75rem;
}

.p-sec05__text {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}

.p-sec05__list {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 0;
  margin-top: 2.5rem;
  position: relative;
  z-index: 1;
}
.p-sec05__list::before {
  background: url("../img/sec05_img01.png") no-repeat center/contain;
  content: "";
  height: 7.9375rem;
  left: 2.5rem;
  position: absolute;
  top: -7.9375rem;
  width: 6.625rem;
  z-index: -1;
}

.p-sec05__item {
  background-color: #fff;
  border: 0.125rem solid #ffde00;
  padding: 1.875rem 1.75rem 1.375rem;
  position: relative;
}
.p-sec05__item::before {
  background: url("../img/sec05_icon01.png") no-repeat center/contain;
  content: "";
  height: 3.125rem;
  left: 50%;
  position: absolute;
  top: -1.875rem;
  transform: translateX(-50%);
  width: 2.0625rem;
}

.p-sec05__itemTitle {
  align-items: center;
  display: flex;
  gap: 0.5625rem;
  min-height: 4.5625rem;
}
.p-sec05__itemTitle .number {
  background-color: #00bed6;
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-family: "Roboto", sans-serif;
  font-size: 2.625rem;
  font-weight: 900;
  height: 3.75rem;
  place-items: center;
  width: 3.75rem;
}
.p-sec05__itemTitle .title {
  color: #1b42a4;
  flex: 1;
  font-size: 1.5rem;
  font-weight: 900;
}
.p-sec05__itemTitle .accent {
  background: linear-gradient(0deg, transparent 0.1em, #e9ff83 0.1em, #e9ff83 0.52em, transparent 0.52em);
  display: inline-block;
}

.p-sec05__itemText {
  border-top: 0.0625rem solid #ccc;
  color: #010101;
  line-height: 2;
  margin-top: 0.75rem;
  padding-top: 0.625rem;
}
.p-sec05__itemText span {
  color: #ea5015;
  font-weight: 700;
}

.p-sec05__note {
  color: #000;
  font-size: 0.75rem;
  margin-top: 0.75rem;
}

.p-sec06 {
  background: url(../img/sec03_bg_img.png) center center/cover no-repeat;
  padding-top: 0;
}

.p-sec06__title {
  background: #00bed6;
  color: #fff;
  font-size: 2.625rem;
  font-weight: bold;
  padding-block: 1.875rem;
  position: relative;
  text-align: center;
}
.p-sec06__title::after {
  border-color: #00bed6 transparent transparent transparent;
  border-style: solid;
  border-width: 26px 22px 0 22px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}
.p-sec06__title span {
  color: #ffea00;
}

.p-sec06__description {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-top: 3.75rem;
  text-align: center;
}

.p-sec06__contentBlock {
  margin-top: 6.25rem;
}

.p-sec06__items {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-sec06__item {
  background: #fff;
  border: 0.125rem solid #00bed6;
  padding: 4.375rem 1.5625rem 2.5rem;
  position: relative;
}

.p-sec06__itemImage {
  left: 50%;
  position: absolute;
  top: 0%;
  transform: translate(-50%, -50%);
}
.p-sec06__itemImage img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
  max-width: 7.5rem;
  object-fit: contain;
  width: 100%;
}

.p-sec06__itemTypeBlock {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}

.p-sec06__itemType {
  background: #00bed6;
  border-radius: 100vh;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1.875;
  max-width: 5.625rem;
  padding: 0rem 0.3125rem;
  text-align: center;
  width: 100%;
}

.p-sec06__itemTitle {
  color: #1b42a4;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.6666666667;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  text-align: center;
}

.p-sec06__itemText {
  border-top: 0.0625rem solid #cccccc;
  letter-spacing: 0em;
  line-height: 2;
  padding-top: 1.25rem;
}
.p-sec06__itemText span {
  background-image: linear-gradient(0deg, #e9ff83 0.625em, transparent 0.625em);
}
.p-sec07 ul {
  margin-top: 2.5rem;
}
.p-sec07 li {
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  gap: 3.125rem;
  padding-block: 1.875rem;
}
.p-sec07 li:first-child {
  border-top: 1px solid #d9d9d9;
}
.p-sec07 li p {
  font-size: 1.125rem;
  font-weight: bold;
  font-weight: 500;
}
.p-sec07 li p:first-child {
  text-wrap: nowrap;
  color: #1b42a4;
  font-size: 1.25rem;
  font-weight: bold;
  max-width: 9.6875rem;
  width: 100%;
}
.p-sec07 li p:last-child {
  width: 100%;
}
.p-sec07 li p span {
  font-size: 1rem;
}

.p-sec__commonInner {
  margin-top: 3.125rem;
}

.p-sec__commonTitle {
  background: #00bed6;
  color: #fff;
  font-size: 2.625rem;
  font-weight: bold;
  padding-block: 1.875rem;
  position: relative;
  text-align: center;
}
.p-sec__commonTitle::after {
  border-color: #00bed6 transparent transparent transparent;
  border-style: solid;
  border-width: 26px 22px 0 22px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.p-sec07__textCenter {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
}

.p-sec08 li {
  background: #fff;
  border-radius: 20px;
  padding: 1.875rem 3.125rem;
}
.p-sec08 li:not(:first-child) {
  margin-top: 1.25rem;
}

.p-sec08--bgLightBlue {
  background-color: #e4fbff;
}

.p-sec08__inner {
  padding-block: 5rem;
}

.p-sec__commonTitle {
  background: #00bed6;
  color: #fff;
  font-size: 2.625rem;
  font-weight: bold;
  padding-block: 1.875rem;
  position: relative;
  text-align: center;
}
.p-sec__commonTitle::after {
  border-color: #00bed6 transparent transparent transparent;
  border-style: solid;
  border-width: 26px 22px 0 22px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.p-sec08__textCenter {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
}

.p-sec08__questionBlock {
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  gap: 0.625rem;
  padding-bottom: 1.25rem;
  width: 100%;
}
.p-sec08__questionBlock p {
  color: #1b42a4;
  font-size: 1.5rem;
  font-weight: bold;
}

.p-sec08__questionBlockIcon {
  max-width: 3.125rem;
}

.p-sec08__answerBlock {
  line-height: 32px;
  padding-top: 1.25rem;
}

.p-sec08__answerBlock--marker {
  background-image: linear-gradient(0deg, rgba(233, 255, 131, 0.5019607843) 0.625em, transparent 0.625em);
}

.p-sec08__answerBlock--small {
  font-size: 0.75rem;
  margin-top: 0.9375rem;
}

.u-flex {
  display: flex;
}

.u-sp {
  display: none;
}

@media screen and (min-width: 1441px) {
  .p-mv {
    margin-bottom: -0.3612304688vw;
    margin-top: -1.60546875vw;
  }
}

@media screen and (min-width: 1921px) {
  .p-mv {
    margin-bottom: -0.481640625vw;
    margin-top: -3.0102539063vw;
  }
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}

@media screen and (max-width: 1024px) {
  .p-cta02 {
    height: 100%;
    padding-block: 1.25rem;
  }
  .p-cta02__container {
    flex-direction: column;
    gap: 1.5625rem;
  }
  .p-cta02__rightBlock {
    transform: none;
  }
}

@media screen and (max-width: 800px) {
  .p-sec06__item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .p-cta {
    height: 100%;
    padding-top: 1.25rem;
  }
  .p-cta__container {
    flex-direction: column;
    gap: 1.25rem;
    height: 100%;
  }
  .p-cta__rightBlock {
    max-width: 42%;
    transform: translateY(1px);
  }
  .p-cta__imgBlock {
    max-width: 100%;
  }
  .p-cta__imgBlock img {
    max-width: 49%;
    width: 100%;
  }
  .p-cta02 h2 {
    font-size: 5.6vw;
  }
  .p-cta02 p {
    font-size: 4.2666666667vw;
  }
  .p-cta02__text {
    padding-left: 10px;
    padding-right: 20px;
  }
  .p-cta02__text::after {
    border-width: 18px 20px 0 20px;
  }
  .p-header__inner {
    padding-inline: 0.5rem;
  }
  .p-header__wrap {
    padding-block: 0.6875rem 0.625rem;
  }
  .p-header__logo {
    width: 49.4565217391%;
  }
  .p-header__credit {
    aspect-ratio: 135/37;
    width: 72.5806451613%;
  }
  .p-header__item {
    gap: 0.125rem;
  }
  .p-header__contactTime {
    font-size: 0.4375rem;
    padding-block: 0.1875rem;
    padding-inline: 0.0625rem;
  }
  .p-mv {
    margin-top: 1.5625rem;
  }
  .p-sec01 {
    padding: 3.125rem 0 4.375rem;
  }
  .p-sec01__title {
    font-size: 1.75rem;
    line-height: 1.3;
    padding-bottom: 1.25rem;
    padding-left: 0;
  }
  .p-sec01__title .accent {
    font-size: 2.125rem;
  }
  .p-sec01__title::before {
    display: none;
  }
  .p-sec01__titleImg {
    margin-left: 0;
    top: 0;
    width: min(80vw, 25rem);
  }
  .p-sec01__lead {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
  .p-sec01__list {
    gap: 1.875rem 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }
  .p-sec01__list::before {
    display: none;
  }
  .p-sec01__heading {
    font-size: 1.125rem;
    position: unset;
  }
  .p-sec01__heading .p-sec01__headingWrap {
    max-width: 31.25rem;
    position: relative;
    width: 100%;
  }
  .p-sec01__heading .p-sec01__headingWrap::before {
    left: 4vw;
  }
  .p-sec02 {
    padding: 3.125rem 0rem 4.375rem;
  }
  .p-sec02__title {
    line-height: 1.2;
    padding-left: 0;
    padding-right: 0;
  }
  .p-sec02__contentBlock {
    padding: 0.9375rem 1.5625rem 0.625rem;
  }
  .p-sec02__contentText {
    font-size: 1rem;
  }
  .p-sec03 {
    padding-bottom: 4.375rem;
    padding-top: 0;
  }
  .p-sec03__titleBlock::after {
    border-width: 18px 20px 0 20px;
  }
  .p-sec03__titleBlock {
    padding: 0.5625rem;
  }
  .p-sec03__title {
    font-size: 1.75rem;
    max-width: 31.25rem;
    padding-block: 1.25rem;
  }
  .p-sec03__title::before {
    background-image: none;
  }
  .p-sec03__container {
    margin-top: 2.5rem;
  }
  .p-sec03__upperBlock .p-sec03__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-sec03__downBlock .p-sec03__items {
    flex-direction: column;
  }
  .p-sec03__downBlock .p-sec03__item {
    height: 100%;
    max-width: 100%;
  }
  .p-sec04 {
    padding: 4.375rem 0;
  }
  .p-sec04__content {
    padding: 0.9375rem 1.5625rem 0.625rem;
  }
  .p-sec04__contentHead {
    flex-direction: column;
    gap: 1rem;
  }
  .p-sec04__price {
    justify-content: center;
    margin-top: 0.9375rem;
  }
  .p-sec04__price .heading {
    font-size: 1.25rem;
    padding: 0.625rem 0.1875rem;
  }
  .p-sec04__price .price {
    font-size: 4.25rem;
    margin-left: 0.375rem;
    position: relative;
    top: -0.125rem;
  }
  .p-sec04__price .unitWrap {
    top: 0.25rem;
  }
  .p-sec04__price .unit {
    font-size: 2rem;
  }
  .p-sec04__price .tax {
    font-size: 0.875rem;
    padding: 0.125rem 1rem;
  }
  .p-sec04__contentDiscount {
    margin-inline: auto;
    max-width: 25rem;
    width: 100%;
  }
  .p-sec04__note {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-sec04__note span {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }
  .p-sec04__contentBottom {
    padding-top: 1.125rem;
  }
  .p-sec04__paymentList {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(3, auto);
  }
  .p-sec04__payment:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .p-sec04__payment:nth-child(n+3) {
    font-size: 0.75rem;
  }
  .p-sec04__payment:nth-child(3) {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .p-sec04__payment:nth-child(3) .p-sec04__paymentImg img {
    aspect-ratio: 284/38;
    height: auto;
    margin-inline: auto;
    width: max(11.25rem, 80%);
  }
  .p-sec04__payment:nth-child(4) {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  .p-sec04__payment:nth-child(4) .p-sec04__paymentImg img {
    aspect-ratio: 267/50;
    height: auto;
    margin-inline: auto;
    width: max(11.25rem, 68%);
  }
  .p-sec04__paymentImg {
    padding: 0.5rem;
  }
  .p-sec05 {
    padding-top: 0;
  }
  .p-sec05__title {
    font-size: 1.75rem;
    padding-block: 1.25rem;
  }
  .p-sec05__title::after {
    border-width: 18px 20px 0 20px;
  }
  .p-sec05__container {
    padding-top: 2.5rem;
  }
  .p-sec05__list {
    grid-template-columns: 1fr;
  }
  .p-sec05__list::before {
    display: none;
  }
  .p-sec05__item::before {
    top: -1.5rem;
  }
  .p-sec05__itemTitle {
    gap: 0.625rem;
    margin-inline: auto;
    max-width: 17.1875rem;
    min-height: unset;
  }
  .p-sec05__itemTitle .title {
    flex: unset;
  }
  .p-sec05__itemText {
    padding-top: 0.75rem;
  }
  .p-sec06 {
    padding-top: 0;
  }
  .p-sec06__title {
    font-size: 1.75rem;
    padding-block: 1.25rem;
  }
  .p-sec06__title::after {
    border-width: 18px 20px 0 20px;
  }
  .p-sec06__contentBlock {
    margin-top: 5rem;
  }
  .p-sec06__items {
    gap: 6.25rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-sec07 li {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.9375rem;
    padding-block: 1.25rem;
  }
  .p-sec07 li p {
    font-size: 1rem;
  }
  .p-sec07 li p span {
    font-size: 0.875rem;
  }
  .p-sec07 .u-sp {
    display: inline;
  }
  .p-sec__commonTitle {
    font-size: 1.75rem;
    padding-block: 1.25rem;
  }
  .p-sec__commonTitle::after {
    border-width: 18px 20px 0 20px;
  }
  .p-sec08 li {
    padding: 1.5625rem;
  }
  .p-sec__commonTitle {
    font-size: 1.75rem;
    padding-block: 1.25rem;
  }
  .p-sec__commonTitle::after {
    border-width: 18px 20px 0 20px;
  }
  .p-sec08__questionBlock p {
    font-size: 1.125rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 489px) {
  .p-footer__navItem {
    font-size: 0.875rem;
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */