@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");

/* ============================
/* Color
/* ========================= */

:root {
  --theme-base-bg: var(--theme-main-bg);
  --theme-base-text: var(--theme-black);
  --theme-base-reverse-text: var(--theme-white);
  --theme-base-subtext: var(--theme-main);
  --theme-main: #0386a0;
  --theme-main-01: #00a4c5;
  --theme-main-02: #0282ba;
  --theme-main-03: #00b6dc;
  --theme-main-04: #0386a0;
  --theme-main-05: #0190ad;
  --theme-main-06: #F4FDFF;
  --theme-accent-01: #f7df03;
  --theme-accent-02: #fff762;
  --theme-accent-03: #4d430a;
  --theme-accent-04: #f7a603;
  --theme-accent-05: #F9C04F;
  --theme-link-text: #9ad3e2;
  --theme-main-bg: #d9eef4;
  --theme-trouble-bg: #f3f4f6;
  --theme-bg-footer: #3f3f3f;
  --theme-bg-footer-nav: #595959;
  --theme-border: #f3f4f6;
  --theme-black: #333333;
  --theme-white: #ffffff;
  --theme-white-2: #fafafa;
  --theme-dark-gray: #555555;
  --theme-gray-1: #999999;
  --theme-gray-2: #dddddd;
  --theme-gray-3: #dadada;
  --theme-gray-4: #b9b9b9;
  --theme-button-primary-rgb: 224 63 23;
  --theme-button-secondary-rgb: 42 110 152;
  --theme-black-rgb: 11 1 10;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/* ============================
/* base
/* ========================= */

html {
  font-size: 16px;
}

body {
  background-color: var(--theme-base-bg);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: max(0.875rem, 12px);
  line-height: 2;
  letter-spacing: 0;
  color: var(--theme-base-text);
  -webkit-font-smoothing: antialiased;
}

body.no-scroll {
  overflow: hidden;
}

body .scroll-hint-icon {
  height: auto;
  z-index: 2;
}

body .paragraph + .paragraph {
  margin-top: 1lh;
}

body .paragraph + .paragraph.paragraph--sp {
  margin-top: 0;
}

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

a[href^="tel:"] {
  pointer-events: none;
}

/* ============================
/* Reset
/* ========================= */

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

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

/* Set core body defaults */

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

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* 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 {
  text-decoration: none;
}

/* Make images easier to work with */

img {
  max-width: 100%;
  display: block;
  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;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* form reset */

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;
}

button {
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  vertical-align: middle;
}

input[type=checkbox]:focus-visible + span,
input[type=radio]:focus-visible + span {
  outline: -webkit-focus-ring-color auto 5px;
}

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

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

.l-footer {
  width: 100%;
}

.l-header {
  width: 100%;
}

.l-inner {
  max-width: 75.5rem;
  width: 100%;
  padding-inline: 4rem;
  margin-inline: auto;
}

.l-inner.l-inner--wide {
  max-width: 75.5rem;
}

.l-main {
  width: 100%;
}

.c-blue-text {
  color: var(--theme-base-blue-text);
}

.tableStyle04 tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.tableStyle04 tr th,
.tableStyle04 tr td {
  padding: 0;
  border: none;
}

.tableStyle04 tr th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.tableStyle04 tr th .form_require {
  padding: 0.1875rem 0.5rem;
  background-color: var(--theme-accent-01);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0;
  color: var(--theme-accent-03);
  text-align: center;
}

.tableStyle04 tr td {
  margin-top: 0.5rem;
  display: block;
  width: 100%;
}

.tableStyle04 tr td input {
  width: 40rem;
  max-width: 100%;
  border: 0.0625rem solid var(--theme-gray-2);
  padding: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
  background-color: var(--theme-white);
}

.tableStyle04 tr textarea {
  padding: 1.625rem 1.25rem 0;
  width: 40rem;
  max-width: 100%;
  border: 0.0625rem solid var(--theme-gray-2);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
  background-color: var(--theme-white);
}

tr td input[type=checkbox] {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

tr td input[type=checkbox] + a {
  position: relative;
  display: inline-block;
  margin-left: 1.875rem;
  color: var(--theme-main);
  text-decoration-line: underline;
}

tr td input[type=checkbox] + a:hover {
  text-decoration-line: none;
}

tr td:has(input[type=checkbox]) {
  width: 100%;
  height: 100%;
  position: relative;
}

tr td:has(input[type=checkbox])::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0.5625rem;
  left: 0;
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  aspect-ratio: 1/1;
  border: 0.0625rem solid var(--theme-gray-2);
  border-radius: 0.25rem;
}

tr td:has(input[type=checkbox])::after {
  pointer-events: none;
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  top: 0.6875rem;
  left: 0.125rem;
  width: 0.59375rem;
  height: 0.34375rem;
  border-left: 1.5px solid var(--theme-black);
  border-bottom: 1.5px solid var(--theme-black);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

tr td:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}

.button_wrap {
  position: relative;
  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;
  margin-inline: auto;
  margin-top: 3.5rem;
  background-color: var(--theme-accent-04);
  border-radius: 2.25rem;
  width: 13.75rem;
  max-width: 100%;
  padding-block: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.button_wrap::after {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  content: "";
  display: block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background-image: url(lib/images/top/arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.button_wrap:hover {
  background-color: var(--theme-accent-05);
}

.p-case {
  padding-top: 5rem;
}

.p-case__container {
  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;
  gap: 3rem;
}

.p-case__title {
  font-weight: 700;
  font-size: 2.875rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--theme-base-reverse-text);
}

.p-case__content {
  width: 100%;
  background-color: var(--theme-white);
  padding: 3rem 5rem;
  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;
  gap: 2.5rem;
}

.p-case__list {
  width: 50rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.p-case__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.p-case__item-img {
  max-width: 100%;
  width: 17.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-case__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-case__item-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: 0.5rem;
}

.p-case__item-heading {
  position: relative;
  padding-left: 2.75rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--theme-main-02);
}

.p-case__item-heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 1.875rem;
  aspect-ratio: 1/1;
  background-image: url(lib/images/top/check.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-case__item-list {
  margin-left: 1.25rem;
  list-style-type: disc;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.p-case__item-item {
  width: 11.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
}

.p-case__text-body {
  padding: 1rem;
  background-color: var(--theme-main-02);
  width: 100%;
  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;
  gap: 0.125rem;
}

.p-case__text {
  text-align: center;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--theme-base-reverse-text);
}

.p-contact {
  padding-block: 5rem;
  position: relative;
}

.p-contact::before {
  z-index: -1;
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(lib/images/top/section-bg.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}

.p-contact__container {
  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;
  gap: 1.5rem;
}

.p-contact__heading {
  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;
  gap: 1.5rem;
}

.p-contact__heading-title {
  font-size: 2.875rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--theme-base-reverse-text);
}

.p-contact__heading-content {
  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;
  gap: 0.5rem;
}

.p-contact__heading-text,
.p-contact__heading-text-small {
  line-height: 1.6;
  letter-spacing: 0;
  color: var(--theme-base-reverse-text);
}

.p-contact__heading-text {
  font-weight: 700;
  font-size: 1.25rem;
}

.p-contact__heading-text-small {
  font-weight: 500;
  font-size: 1rem;
}

.p-contact__content {
  position: relative;
  z-index: 1;
  padding: 5rem 8.75rem;
  background-color: var(--theme-white-2);
}

.p-faq {
  padding-bottom: 6.25rem;
}

.p-faq__heading {
  margin-inline: auto;
  background-image: url(lib/images/top/fukidashi-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 57.5rem;
  height: 13.125rem;
  max-width: 100%;
}

.p-faq__heading-text {
  padding-top: 2.3125rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: var(--theme-base-reverse-text);
}

.p-faq__container {
  background-color: var(--theme-white);
  padding: 4rem 6.25rem;
  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;
  gap: 3rem;
}

.p-faq__title {
  font-size: 2.875rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--theme-dark-gray);
}

.p-faq__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: 0.5rem;
}

.p-faq__item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.p-faq__item + .p-faq__item {
  padding-top: 0.5rem;
  border-top: 1px solid var(--theme-border);
}

.p-faq__question {
  position: relative;
}

.p-faq__question-text,
.p-faq__answer-text {
  padding: 1rem 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
}

.p-faq__question-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}

.p-faq__question-text::before {
  content: "Q";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.5rem;
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: 0;
  color: var(--theme-base-reverse-text);
  background-color: var(--theme-main-01);
  width: 2.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.p-faq-list__switch {
  position: absolute;
  display: block;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  aspect-ratio: 1/1;
}

.p-faq-list__switch > span {
  width: 100%;
  height: 0.125rem;
  border-radius: 100vh;
  background-color: var(--theme-gray-1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.p-faq-list__switch > span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-faq__item.is-open .p-faq-list__switch > span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  opacity: 0;
}

.p-faq__answer {
  overflow: hidden;
  height: 0;
}

.p-faq__answer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  font-weight: 500;
}

.p-faq__answer-text a {
  display: inline-block;
  text-decoration: underline;
}

.p-faq__answer-text a:hover {
  text-decoration: none;
}

.p-faq__answer-text::before {
  content: "A";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.5rem;
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: 0;
  color: var(--theme-base-reverse-text);
  background-color: var(--theme-accent-01);
  width: 2.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.p-flow {
  padding-top: 6.25rem;
  padding-bottom: 4.375rem;
}

.p-flow__container {
  background-color: var(--theme-white);
  padding: 4rem 6.25rem;
  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;
  gap: 3.5rem;
}

.p-flow__title {
  text-align: center;
  font-size: 2.875rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--theme-dark-gray);
}

.p-flow__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 2rem 3rem;
}

.p-flow__item {
  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;
  gap: 2rem;
}

.p-flow__item::after {
  content: "";
  display: block;
  background-color: var(--theme-main-01);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  max-width: 100%;
  width: 2.5rem;
  height: 1.5rem;
}

.p-flow__item:nth-child(3)::after,
.p-flow__item:last-child::after {
  display: none;
}

.p-flow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  height: 100%;
}

.p-flow__item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  width: 10rem;
  aspect-ratio: 1/1;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.08);
}

.p-flow__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-flow__item-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: 0.5rem;
}

.p-flow__heading-wrap {
  display: contents;
}

.p-flow__item-num {
  -webkit-clip-path: polygon(0.5625rem 0rem, 100% 0rem, calc(100% - 0.5625rem) 100%, 0rem 100%);
          clip-path: polygon(0.5625rem 0rem, 100% 0rem, calc(100% - 0.5625rem) 100%, 0rem 100%);
  background-color: var(--theme-accent-01);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.3125rem 1.125rem;
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0;
  color: var(--theme-accent-03);
}

.p-flow__item-text,
.p-flow__item-heading {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

.p-flow__item-heading {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
}

.p-flow__item-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}

.p-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 48.125rem;
  gap: 0.5rem 2.5rem;
}

.p-footer-menu a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: var(--theme-base-reverse-text);
  -webkit-transform: color 0.3s;
          transform: color 0.3s;
}

.p-footer-menu a:hover {
  color: var(--theme-link-text);
}

.p-footer-copy {
  padding: 1.5rem;
  background-color: var(--theme-bg-footer);
}

.p-footer-copy__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
  color: var(--theme-base-reverse-text);
  text-align: center;
}

.p-footer {
  padding-top: 2.5rem;
  background-color: var(--theme-bg-footer-nav);
}

.p-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 3rem;
}

.p-footer__logo {
  max-width: 100%;
  width: 12.5rem;
}

.p-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__content {
  margin-left: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.p-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}

.p-footer__body-term {
  padding: 0.125rem 0.3125rem;
  width: 7rem;
  background-color: var(--theme-white);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: var(--theme-dark-gray);
}

.p-fv {
  padding-bottom: 3.875rem;
}

.p-fv__container {
  position: relative;
  padding-top: 7.0625rem;
  padding-left: 2rem;
}

.p-fv__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 100%;
  width: 29.4375rem;
}

.p-fv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-fv__text-box {
  background-color: var(--theme-accent-02);
  padding: 0.5625rem 1.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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.5rem;
}

.p-fv__text {
  position: relative;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  color: var(--theme-base-text);
}

.p-fv__title {
  margin-top: 0.75rem;
  font-weight: 700;
  font-size: 4.125rem;
  line-height: 1.2;
  color: var(--theme-base-reverse-text);
  text-shadow: 0 0 0.5rem var(--theme-red-2);
}

.p-fv__point {
  margin-top: 2.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.p-fv__point-item {
  position: relative;
  background-color: var(--theme-white);
  width: 7.625rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.p-fv__point-item::after {
  position: absolute;
  content: "";
  top: 0.275rem;
  left: 0.275rem;
  right: 0.275rem;
  bottom: 0.275rem;
  border-radius: 50%;
  border: 0.1125rem solid var(--theme-main-01);
}

.p-fv__point-img {
  position: absolute;
  z-index: 2;
  top: -1.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  width: 2.6875rem;
  aspect-ratio: 1/1;
}

.p-fv__point-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-fv__point-body {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
}

.p-fv__point-text {
  text-align: center;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--theme-base-subtext);
}

.p-fv__point-text.p-fv__point-text--space {
  letter-spacing: -0.03em;
}

.p-fv__point-text.p-fv__point-text--lh100 {
  line-height: 1;
}

.p-fv__point-text--small {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--theme-base-text);
}

.p-fv__img-list {
  width: 43.1875rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0;
}

.p-fv__img-item {
  max-width: 100%;
  height: 21.0625rem;
  overflow: hidden;
}

.p-fv__img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header {
  position: absolute;
  top: 1rem;
  z-index: 5;
}

.p-header__inner {
  margin-inline: auto;
  max-width: 90rem;
  width: 100%;
  padding-inline: 13.25rem;
}

.p-header__img {
  max-width: 100%;
  width: 20.5625rem;
  height: 2.9375rem;
}

.p-header__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-plan {
  padding-block: 5rem 4.8125rem;
  background-color: var(--theme-white);
  width: 100%;
  overflow: hidden;
}

.p-plan__container {
  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;
  gap: 2rem;
}

.p-plan__title {
  text-align: center;
  font-size: 2.875rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--theme-dark-gray);
}

.p-plan__sub-title {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
  padding-inline: 1.5rem;
}

.p-plan__sub-title .color-text {
  color: var(--theme-base-subtext);
}

.p-plan__sub-title::before,
.p-plan__sub-title::after {
  position: absolute;
  content: "";
  width: 4.375rem;
  height: 0.125rem;
  background-color: var(--theme-black);
}

.p-plan__sub-title::before {
  top: 50%;
  left: -3.375rem;
  -webkit-transform: translateY(-50%) rotate(60deg);
          transform: translateY(-50%) rotate(60deg);
}

.p-plan__sub-title::after {
  top: 50%;
  right: -3.375rem;
  -webkit-transform: translateY(-50%) rotate(-60deg);
          transform: translateY(-50%) rotate(-60deg);
}

.p-plan__plan-content {
  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.5rem;
}

.p-plan__plan-list {
  width: 57.5rem;
  margin-inline: auto;
}

.p-plan__plan-table {
  display: grid;
  grid-template-columns: 7.5rem 1fr 1fr 1fr;
  border-right: 0.0625rem solid var(--theme-gray-4);
  border-bottom: 0.0625rem solid var(--theme-gray-4);
}

.p-plan__plan-table tr,
.p-plan__plan-table tbody,
.p-plan__plan-table thead,
.p-plan__plan-table tfoot {
  display: contents;
}

.p-plan__plan-table th,
.p-plan__plan-table td {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.875rem 0.3125rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.p-plan__plan-table th.reverse-text,
.p-plan__plan-table td.reverse-text {
  color: var(--theme-base-reverse-text);
  background-color: var(--theme-main-02);
}

.p-plan__plan-table th .small,
.p-plan__plan-table td .small {
  font-size: 0.875rem;
}

.p-plan__plan-table th .medium,
.p-plan__plan-table td .medium {
  font-size: 0.9375rem;
}

.p-plan__plan-table tbody tr th {
  text-align: center;
}

.p-plan__plan-table tbody tr th,
.p-plan__plan-table tbody tr td {
  background-color: var(--theme-main-06);
}

.p-point__container {
  position: relative;
  z-index: 2;
  padding-block: 3.5rem 5rem;
  background-color: var(--theme-white);
}

.p-point__top {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
}

.p-point__title {
  padding-block: 1.125rem 0.9375rem;
  width: 100%;
  background-color: var(--theme-main-03);
  font-weight: 700;
  text-align: center;
  font-size: 2.625rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--theme-base-reverse-text);
}

.p-point__top-text {
  margin-right: 5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0;
}

.p-point__list {
  padding-top: 2.6875rem;
  padding-inline: 5rem;
  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;
  gap: 3.5rem;
}

.p-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
}

.p-point__item:nth-last-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-point__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: 0.5rem;
}

.p-point__num {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--theme-main-02);
}

.p-point__heading {
  font-size: 1.5rem;
  letter-spacing: 0;
}

.p-point__heading .marker {
  line-height: 1.4;
  padding: 0.1875rem;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: var(--theme-accent-02);
}

.p-point__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
}

.p-point__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  width: 30.5rem;
  -webkit-clip-path: polygon(1.6875rem 0rem, 30.4375rem 0rem, 28.75rem 16.0625rem, 0rem 16.0625rem);
          clip-path: polygon(1.6875rem 0rem, 30.4375rem 0rem, 28.75rem 16.0625rem, 0rem 16.0625rem);
}

.p-point__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-point__btn {
  padding-block: 12rem 2.25rem;
  position: relative;
  width: 47rem;
  margin-inline: auto;
}

.p-point__btn-heading {
  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;
  gap: 0.125rem;
}

.p-point__btn-heading-small,
.p-point__btn-heading-large {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--theme-accent-03);
}

.p-point__btn-heading-small {
  font-size: 2.625rem;
  line-height: 1.2;
}

.p-point__btn-heading-large {
  font-size: 3.75rem;
  line-height: 1.2;
}

.p-point__bg-left {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 9.375rem;
}

.p-point__bg-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-point__bg-right {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  width: 8.375rem;
}

.p-point__bg-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-section-bg {
  position: relative;
}

.p-section-bg::before {
  position: absolute;
  z-index: -1;
  content: "";
  inset: -16.875rem 0 0 0;
  background-image: url(lib/images/top/section-bg.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}

.p-trouble {
  padding-top: 5.5rem;
  padding-bottom: 8.25rem;
}

.p-trouble__container {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3.625rem;
  padding-inline: 5rem;
  background-color: var(--theme-trouble-bg);
}

.p-trouble__container::after {
  content: "";
  display: block;
  -webkit-clip-path: polygon(51% 100%, 0 0, 100% 0);
          clip-path: polygon(51% 100%, 0 0, 100% 0);
  width: 7.5rem;
  height: 4.6875rem;
  background-color: var(--theme-trouble-bg);
  position: absolute;
  bottom: 0.0625rem;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.p-trouble__heading {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8125rem;
}

.p-trouble__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.p-trouble__title .red-text {
  color: var(--theme-base-subtext);
}

.p-trouble__title span {
  position: relative;
}

.p-trouble__title span::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 0.5rem;
  aspect-ratio: 1/1;
  background-color: var(--theme-base-subtext);
  border-radius: 50%;
}

.p-trouble__list {
  margin-top: 4rem;
  width: 100%;
  display: grid;
  grid-template-areas: "item1 item3" "item2 item4" "item5 item5";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 2.625rem;
}

.p-trouble__list [data-grid-area=item1] {
  grid-area: item1;
}

.p-trouble__list [data-grid-area=item2] {
  grid-area: item2;
}

.p-trouble__list [data-grid-area=item3] {
  grid-area: item3;
}

.p-trouble__list [data-grid-area=item4] {
  grid-area: item4;
}

.p-trouble__item {
  padding: 0.9375rem 1.875rem;
  width: 20.9375rem;
  max-width: 100%;
  aspect-ratio: 335/115;
  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;
  background-color: var(--theme-white);
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.08);
}

.p-trouble__text {
  font-size: 1.3125rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

.p-trouble__text .color-text {
  color: var(--theme-base-subtext);
}

.p-trouble__item:nth-child(1) {
  -webkit-clip-path: polygon(2.0625rem 0rem, 100% 0rem, calc(100% - 2.0625rem) 7.1875rem, 0rem 7.1875rem);
          clip-path: polygon(2.0625rem 0rem, 100% 0rem, calc(100% - 2.0625rem) 7.1875rem, 0rem 7.1875rem);
}

.p-trouble__item:nth-child(2) {
  -webkit-transform: translateX(-1.75rem);
          transform: translateX(-1.75rem);
  -webkit-clip-path: polygon(2.0625rem 0rem, 100% 0rem, calc(100% - 2.0625rem) 7.1875rem, 0rem 7.1875rem);
          clip-path: polygon(2.0625rem 0rem, 100% 0rem, calc(100% - 2.0625rem) 7.1875rem, 0rem 7.1875rem);
}

.p-trouble__item:nth-child(3) {
  margin-left: auto;
  -webkit-clip-path: polygon(calc(100% - 2.0625rem) 0rem, 0rem 0rem, 2.0625rem 7.1875rem, 100% 7.1875rem);
          clip-path: polygon(calc(100% - 2.0625rem) 0rem, 0rem 0rem, 2.0625rem 7.1875rem, 100% 7.1875rem);
}

.p-trouble__item:nth-child(4) {
  -webkit-transform: translateX(1.75rem);
          transform: translateX(1.75rem);
  margin-left: auto;
  -webkit-clip-path: polygon(calc(100% - 2.0625rem) 0rem, 0rem 0rem, 2.0625rem 7.1875rem, 100% 7.1875rem);
          clip-path: polygon(calc(100% - 2.0625rem) 0rem, 0rem 0rem, 2.0625rem 7.1875rem, 100% 7.1875rem);
}

.p-trouble__bg {
  position: absolute;
  top: 15.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  width: 13.75rem;
  aspect-ratio: 220/240;
}

.p-trouble__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-voice-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1rem;
  width: 38.9375rem;
  max-width: 100%;
}

.p-voice-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}

.p-voice-list__content:nth-child(5) {
  grid-column: 1/3;
}

.p-voice-list__content:last-child {
  grid-column: 1/-1;
}

.p-voice-list__term {
  color: var(--theme-base-reverse-text);
  padding: 0.0625rem;
  width: 5.625rem;
  background-color: var(--theme-red-1);
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-voice-list__term,
.p-voice-list__detail {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 1rem;
}

.p-voice {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.p-voice__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

.p-voice__title {
  text-align: center;
  font-size: 2.875rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--theme-base-reverse-text);
}

.p-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: 4.75rem;
}

.p-voice__item {
  height: 23.75rem;
  padding-right: 4.375rem;
  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;
}

.p-voice__item:nth-child(odd) {
  padding-left: 5.625rem;
  background-image: url(lib/images/top/voice-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: drop-shadow(1.5rem 1.5rem 0 var(--theme-main-05));
          filter: drop-shadow(1.5rem 1.5rem 0 var(--theme-main-05));
}

.p-voice__item:nth-child(even) {
  padding-left: 5.375rem;
  background-image: url(lib/images/top/voice-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: drop-shadow(-1.5rem 1.5rem 0 var(--theme-main-05));
          filter: drop-shadow(-1.5rem 1.5rem 0 var(--theme-main-05));
}

.p-voice__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-voice__item-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: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid var(--theme-gray-3);
}

.p-voice__heading {
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: 0;
}

.p-voice__heading .marker {
  line-height: 1.4;
  padding: 0.1875rem;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: var(--theme-accent-02);
}

.p-voice__text-box {
  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.5rem;
}

.p-voice__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
}

.p-voice__content {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.p-voice__logo {
  max-width: 100%;
  width: calc(var(--logo-width) / 16 * 1rem);
}

.p-voice__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-voice__name {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
}

.u-sp {
  display: none;
}

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

.u-mt-0 {
  margin-top: 0;
}

.u-mr-0 {
  margin-right: 0;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-ml-0 {
  margin-left: 0;
}

.u-ttu {
  text-transform: uppercase;
}

.u-ttc {
  text-transform: capitalize;
}

.u-ttl {
  text-transform: lowercase;
}

@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

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

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }

  body .paragraph + .paragraph.paragraph--sp {
    margin-top: 1lh;
  }

  a[href^="tel:"] {
    pointer-events: auto;
  }

  .l-inner {
    max-width: 28.75rem;
    padding-inline: 1.25rem;
  }

  .l-inner.l-inner--wide {
    max-width: 28.75rem;
  }

  .tableStyle04 tbody {
    gap: 1.5rem;
  }

  .tableStyle04 tr th {
    font-size: 0.9375rem;
    line-height: 1.4;
  }

  .tableStyle04 tr td input {
    width: 100%;
    font-size: 0.875rem;
    padding: 0.375rem 0.625rem;
  }

  .tableStyle04 tr textarea {
    padding: 0.9375rem 0.9375rem 0;
    width: 100%;
    font-size: 0.9375rem;
  }

  .p-case {
    padding-top: 2.875rem;
  }

  .p-case__title {
    font-size: 1.75rem;
    text-align: center;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .p-case__content {
    padding: 1.5rem 1.5rem;
  }

  .p-case__list {
    width: 100%;
  }

  .p-case__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.75rem;
  }

  .p-case__item-img {
    width: 100%;
  }

  .p-case__item-heading {
    font-size: 1.5rem;
  }

  .p-case__item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-case__text-body {
    padding: 0.5rem;
  }

  .p-case__text {
    text-align: left;
    font-size: 1.125rem;
  }

  .p-contact {
    padding-block: 2.5rem;
  }

  .p-contact__heading {
    gap: 1.25rem;
  }

  .p-contact__heading-title {
    font-size: 2rem;
    line-height: 1.4;
  }

  .p-contact__heading-text {
    font-size: 1rem;
  }

  .p-contact__heading-text-small {
    font-size: 0.875rem;
  }

  .p-contact__content {
    width: 100%;
    padding: 2rem 1rem;
  }

  .p-faq {
    padding-bottom: 1rem;
  }

  .p-faq__heading {
    width: 23.4375rem;
    height: 10.5rem;
    background-image: url(lib/images/top/fukidashi-bg-sp.png);
  }

  .p-faq__heading-text {
    padding-top: 2.3125rem;
    padding-left: 3.125rem;
    font-size: 1rem;
    text-align: left;
  }

  .p-faq__container {
    padding: 2rem 1rem;
    gap: 1.5rem;
  }

  .p-faq__title {
    font-size: 2rem;
    line-height: 1.4;
  }

  .p-faq__question-text,
  .p-faq__answer-text {
    padding: 0.75rem 1rem 0.75rem 0.5rem;
    font-size: 0.9375rem;
  }

  .p-faq__question-text {
    gap: 1rem;
    margin-right: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .p-faq__question-text::before {
    width: 1.75rem;
    padding-top: 0.1875rem;
    font-size: 0.9375rem;
    line-height: 1.4;
  }

  .p-faq-list__switch {
    top: 1.375rem;
    right: 0;
  }

  .p-faq__answer-text {
    gap: 1rem;
    margin-right: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .p-faq__answer-text::before {
    width: 1.75rem;
    padding-top: 0.1875rem;
    font-size: 0.9375rem;
    line-height: 1.4;
  }

  .p-flow {
    padding-top: 2.5rem;
  }

  .p-flow__container {
    padding: 1.5rem 1rem;
    gap: 2rem;
  }

  .p-flow__title {
    font-size: 2rem;
    line-height: 1.4;
  }

  .p-flow__list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
    gap: 1.5rem;
  }

  .p-flow__item::after {
    gap: 1.5rem;
  }

  .p-flow__item:nth-child(3)::after {
    display: block;
  }

  .p-flow-content {
    -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;
    gap: 1.5rem;
    width: 100%;
  }

  .p-flow__item-img {
    width: 7.5rem;
  }

  .p-flow__item-body {
    margin-right: auto;
  }

  .p-flow__heading-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }

  .p-flow__item-num {
    font-size: 1.125rem;
  }

  .p-flow__item-heading {
    font-size: 1.25rem;
  }

  .p-flow__item-text {
    font-size: 0.9375rem;
  }

  .p-footer-menu {
    width: 100%;
    gap: 0.3125rem 1.25rem;
  }

  .p-footer {
    padding-top: 1.25rem;
  }

  .p-footer__container {
    padding-bottom: 1.5rem;
  }

  .p-footer__logo {
    width: 10rem;
  }

  .p-footer__content {
    margin-left: 1.25rem;
    gap: 1.875rem;
  }

  .p-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }

  .p-fv {
    padding-bottom: 8vw;
    width: 100%;
    overflow: hidden;
  }

  .p-fv__container {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-top: 56vw;
    padding-left: 0;
  }

  .p-fv__img {
    top: 64vw;
    width: 100vw;
  }

  .p-fv__text-box {
    width: 105%;
    -webkit-transform: translateX(-2.5%) rotate(-5deg);
            transform: translateX(-2.5%) rotate(-5deg);
    gap: 0;
    padding-block: 1.3333333333vw;
    padding-inline: 8.5333333333vw;
  }

  .p-fv__text {
    display: block;
    font-size: 4.2666666667vw;
  }

  .p-fv__text--left {
    margin-right: auto;
  }

  .p-fv__text--right {
    margin-left: auto;
  }

  .p-fv__title {
    margin-top: 1.3333333333vw;
    font-size: 11.2vw;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    text-align: center;
    gap: 0;
  }

  .p-fv__title .sp-small {
    font-size: 8.5333333333vw;
    line-height: 1.1;
  }

  .p-fv__point {
    margin-top: 48vw;
    gap: 2.1333333333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .p-fv__point-item {
    width: 25.6vw;
  }

  .p-fv__point-item::after {
    top: 0.8vw;
    left: 0.8vw;
    right: 0.8vw;
    bottom: 0.8vw;
  }

  .p-fv__point-img {
    width: 9.0666666667vw;
    top: -4.5333333333vw;
  }

  .p-fv__point-text {
    font-size: 4.5333333333vw;
  }

  .p-fv__point-text--small {
    font-size: 2.9333333333vw;
  }

  .p-fv__img-list {
    width: 100%;
    grid-template-rows: 68.5333333333vw 80vw;
    gap: 29.6vw 0;
  }

  .p-fv__img-item {
    height: 100%;
  }

  .p-header {
    top: 0.5rem;
    left: 0;
  }

  .p-header__inner {
    padding-inline: 0.5625rem;
  }

  .p-header__img {
    width: 11.25rem;
    height: 2.25rem;
  }

  .p-plan__title {
    font-size: 2rem;
    line-height: 1.4;
  }

  .p-plan__sub-title {
    font-size: 1.125rem;
    padding-inline: 1.125rem;
  }

  .p-plan__sub-title::before {
    left: -1.5rem;
  }

  .p-plan__sub-title::after {
    right: -1.5rem;
  }

  .p-plan__plan-content {
    width: 100%;
  }

  .p-plan__plan-list {
    width: auto;
    margin-left: 0;
    overflow-x: scroll;
    margin-right: calc(50% - 50vw);
    padding-right: 1.25rem;
  }

  .p-plan__plan-table {
    width: 37.5rem;
    grid-template-columns: auto 1fr 1fr 1fr;
  }

  .p-plan__plan-table th,
  .p-plan__plan-table td {
    font-size: 1.125rem;
  }

  .p-point__container {
    padding-block: 1.5rem;
  }

  .p-point__title {
    padding-block: 0.625rem;
    font-size: 2rem;
    line-height: 1.4;
  }

  .p-point__top-text {
    margin-right: 0.3125rem;
  }

  .p-point__list {
    padding: 1.875rem;
    gap: 1.25rem;
  }

  .p-point__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .p-point__item:nth-last-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .p-point__num {
    font-size: 1.375rem;
  }

  .p-point__heading {
    font-size: 1rem;
  }

  .p-point__text {
    font-size: 0.875rem;
  }

  .p-point__img {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
  }

  .p-point__btn {
    padding-top: 1rem;
    margin-inline: auto;
    width: 100%;
  }

  .p-point__btn-heading-small {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .p-point__btn-heading-large {
    text-align: center;
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .p-point__bg-left {
    bottom: 2.5rem;
    left: 0.625rem;
    width: 3.4375rem;
  }

  .p-point__bg-right {
    bottom: 2.5rem;
    right: 0.75rem;
    width: 3.4375rem;
  }

  .p-trouble {
    padding-top: 2.875rem;
    padding-bottom: 6rem;
  }

  .p-trouble__container {
    padding: 2rem 1rem;
  }

  .p-trouble__container::after {
    width: 6.25rem;
    height: 3.75rem;
  }

  .p-trouble__heading {
    gap: 0.5rem;
  }

  .p-trouble__title {
    font-size: 1.4375rem;
    line-height: 1;
  }

  .p-trouble__title span::before {
    width: 0.25rem;
  }

  .p-trouble__list {
    margin-top: 1.5rem;
    padding-inline: 0.75rem;
    grid-template-areas: "item1" "item2" "item3" "item4";
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 0.75rem;
  }

  .p-trouble__item {
    padding: 0.5rem 1.25rem;
    width: 17.9375rem;
  }

  .p-trouble__text {
    font-size: 1.125rem;
  }

  .p-trouble__item:nth-child(1) {
    margin-inline: auto;
    -webkit-clip-path: polygon(2.5rem 0rem, 100% 0rem, calc(100% - 2.5rem) 7.1875rem, 0rem 7.1875rem);
            clip-path: polygon(2.5rem 0rem, 100% 0rem, calc(100% - 2.5rem) 7.1875rem, 0rem 7.1875rem);
  }

  .p-trouble__item:nth-child(2) {
    margin-inline: auto;
    -webkit-clip-path: polygon(calc(100% - 2.5rem) 0rem, 0rem 0rem, 2.5rem 7.1875rem, 100% 7.1875rem);
            clip-path: polygon(calc(100% - 2.5rem) 0rem, 0rem 0rem, 2.5rem 7.1875rem, 100% 7.1875rem);
    -webkit-transform: none;
            transform: none;
  }

  .p-trouble__item:nth-child(3) {
    margin-inline: auto;
    -webkit-clip-path: polygon(2.5rem 0rem, 100% 0rem, calc(100% - 2.5rem) 7.1875rem, 0rem 7.1875rem);
            clip-path: polygon(2.5rem 0rem, 100% 0rem, calc(100% - 2.5rem) 7.1875rem, 0rem 7.1875rem);
  }

  .p-trouble__item:nth-child(4) {
    margin-inline: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-clip-path: polygon(calc(100% - 2.5rem) 0rem, 0rem 0rem, 2.5rem 7.1875rem, 100% 7.1875rem);
            clip-path: polygon(calc(100% - 2.5rem) 0rem, 0rem 0rem, 2.5rem 7.1875rem, 100% 7.1875rem);
  }

  .p-trouble__bg {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 0.5rem;
    margin-inline: auto;
  }

  .p-voice-list {
    grid-template-columns: 1fr;
    gap: 0.75rem 0.5rem;
    width: 19.4375rem;
  }

  .p-voice-list__content {
    gap: 0.5rem;
  }

  .p-voice-list__content:nth-child(5) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-column: 1/-1;
  }

  .p-voice-list__content:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-voice-list__term {
    width: 5rem;
  }

  .p-voice-list__term,
  .p-voice-list__detail {
    font-size: 0.9375rem;
  }

  .p-voice {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }

  .p-voice__container {
    gap: 1rem;
  }

  .p-voice__title {
    font-size: 2rem;
    line-height: 1.4;
  }

  .p-voice__list {
    gap: 3rem;
  }

  .p-voice__item {
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: var(--theme-white);
    padding: 1.5rem;
  }

  .p-voice__item:nth-child(odd) {
    background-image: none;
    -webkit-filter: none;
            filter: none;
    padding-left: 1.5rem;
  }

  .p-voice__item:nth-child(even) {
    background-image: none;
    -webkit-filter: none;
            filter: none;
    padding-left: 1.5rem;
  }

  .p-voice__item-content {
    margin-inline: auto;
  }

  .p-voice__heading {
    font-size: 1.375rem;
  }

  .p-voice__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }

  .p-voice__name {
    font-size: 0.875rem;
  }

  .u-sp {
    display: block;
  }

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

  .u-pc {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/*# sourceMappingURL=top.css.map */