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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  background: #FCFCFC;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

a {
  display: inline-block;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background: #FCFCFC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__inner {
  width: 100%;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 4.1875rem;
    padding: 0 0.9375rem;
  }
}

.l-header__logo {
  width: 100%;
  max-width: 12.75rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 10.1875rem;
  }
}
.l-header__logo:hover {
  opacity: 0.7;
}

.l-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__box {
    display: none;
  }
}

.l-header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.l-header-nav__list {
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  font-weight: 700;
}

.l-header-nav__link {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  font-weight: 700;
}
.l-header-nav__link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #4ABAA4;
  bottom: -0.25rem;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__link:hover {
  color: #4ABAA4;
}
.l-header-nav__link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.l-header-button {
  position: relative;
  height: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  padding: 0.75rem 1.375rem;
  border-radius: 6.25rem;
  background: #EF9F00;
  overflow: hidden;
}
.l-header-button::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #FFCF75;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-button:hover::before {
  left: 0%;
}
.l-header-button.white {
  color: #EF9F00;
  background: #fff;
  border: 0.125rem solid #EF9F00;
}
.l-header-button.white::before {
  background: #FFF8EA;
}
.l-header-button.white:hover::before {
  left: 0%;
}
.l-header-button span {
  position: relative;
  z-index: 2;
}

.l-main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.l-footer {
  width: 100%;
  background: #383838;
}

.l-footer__inner {
  width: 100%;
  padding: 5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 5rem 0.9375rem;
  }
}

.l-footer__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.125rem;
  }
}

.l-footer__item {
  width: 100%;
}

.l-footer__band {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
}

.l-footer__logo {
  width: 100%;
  max-width: 17.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    max-width: 15rem;
    margin-top: 1rem;
  }
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.5rem;
  }
}

.l-footer__group {
  width: 100%;
  max-width: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
}

.l-footer__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #8D8D8D;
  padding-top: 2rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__column {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
    padding-top: 2.5rem;
  }
}

.l-footer-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__lists {
    gap: 1rem;
  }
}

.l-footer-nav__list {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
}

.l-footer-nav__link {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
}
.l-footer-nav__link:hover {
  opacity: 0.7;
}

.l-footer-button {
  position: relative;
  width: 100%;
  height: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  padding: 0.75rem 1.375rem;
  border-radius: 6.25rem;
  background: #EF9F00;
  overflow: hidden;
}
.l-footer-button::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #FFCF75;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer-button:hover::before {
  left: 0%;
}
.l-footer-button.white {
  color: #EF9F00;
  background: #fff;
  border: 0.125rem solid #EF9F00;
}
.l-footer-button.white::before {
  background: #FFF8EA;
}
.l-footer-button.white:hover::before {
  left: 0%;
}
.l-footer-button span {
  position: relative;
  z-index: 2;
}

.l-footer-nav02__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.l-footer-nav02__list {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
}

.l-footer-nav02__link {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
}
.l-footer-nav02__link:hover {
  opacity: 0.7;
}

.l-footer__small {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    cursor: pointer;
    position: fixed;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    top: 1.4375rem;
    right: 0.9375rem;
    width: 1.5rem;
    height: 1.125rem;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 0rem;
  width: 1.5rem;
  height: 0.125rem;
  background: #EF9F00;
  border-radius: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: 0rem;
}
.c-hamburger span:nth-of-type(2) {
  top: 0.5rem;
}
.c-hamburger span:nth-of-type(3) {
  top: 1rem;
}

.c-hamburger.active span:nth-of-type(1) {
  top: 0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger.active span:nth-of-type(2) {
  display: none;
}
.c-hamburger.active span:nth-of-type(3) {
  top: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FCFCFC;
  padding: 6.75rem 0.9375rem 3.75rem 0.9375rem;
  overflow-y: scroll;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-hamburger-nav__list {
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 1rem 0;
  border-bottom: 1px solid #DDDDDD;
}
.c-hamburger-nav__list:first-of-type {
  padding-top: 0rem;
}

.c-hamburger-nav__link {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.2;
}
.c-hamburger-nav__link:hover {
  opacity: 0.7;
}

.c-hamburger-nav__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
  margin-top: 2.5rem;
}

.c-hamburger-nav.active {
  z-index: 97;
  opacity: 1;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-top: 3.75rem;
}
.pagination .page-numbers {
  font-size: 1.125rem;
  font-weight: 500;
}
.pagination .page-numbers:hover {
  color: #3D9DA4;
}
.pagination .dots:hover {
  color: #333333;
}
.pagination .current {
  color: #4ABAA4;
}
.pagination .prev {
  position: relative;
  top: 0.0625rem;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  width: 1rem;
  height: 0.125rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  background: currentColor;
}
.pagination .prev::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.75rem;
  height: 0.75rem;
  border: 0.125rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pagination .next {
  position: relative;
  top: 0.0625rem;
  width: 1rem;
  height: 0.125rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  background: currentColor;
}
.pagination .next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.75rem;
  height: 0.75rem;
  border: 0.125rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-breadcrumb {
  width: 100%;
  max-width: 85rem;
  margin: 1.25rem auto 0 auto;
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    overflow: hidden;
    margin: 0.625rem auto 0 auto;
    padding: 0 1.5rem;
    gap: 1rem;
  }
}

.c-breadcrumb__list {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    font-size: 0.625rem;
  }
}
.c-breadcrumb__list::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: -0.875rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #707070;
  border-right: 0.125rem solid #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list::after {
    right: -0.5625rem;
    width: 0.375rem;
    height: 0.375rem;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
  }
}
.c-breadcrumb__list_end {
  color: #3D9DA4;
}
.c-breadcrumb__list_end::after {
  display: none;
}
.c-breadcrumb__list_end.orange {
  color: #EF9B00;
}

.c-breadcrumb__link {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__link {
    font-size: 0.625rem;
  }
}
.c-breadcrumb__link:hover {
  color: #3D9DA4;
}

.c-title {
  position: relative;
  font-size: 2.625rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.625rem;
  }
}
.c-title::after {
  content: "";
  display: block;
  position: relative;
  width: 5.375rem;
  height: 0.375rem;
  background: #3F9E88;
  border-radius: 0.625rem;
  margin: 0.8125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-title::after {
    width: 4rem;
    height: 0.25rem;
    margin: 1rem auto 0 auto;
  }
}
.c-title span {
  color: #3F9E88;
}
.c-title.big::after {
  margin: -0.1875rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-title.big::after {
    margin: 0rem auto 0 auto;
  }
}
.c-title.big span {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .c-title.big span {
    font-size: 3.25rem;
  }
}

.c-button {
  position: relative;
  width: 100%;
  height: 3.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  border-radius: 6.25rem;
  background: #EF9F00;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 1.125rem;
  }
}
.c-button::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #FFCF75;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  width: 0.625rem;
  height: 0.625rem;
  background: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .c-button a::after {
    right: 1.5rem;
  }
}
.c-button:hover::before {
  left: 0%;
}
.c-button.white {
  color: #EF9F00;
  background: #fff;
  border: 0.125rem solid #EF9F00;
}
.c-button.white::before {
  background: #FFF8EA;
}
.c-button.white a::after {
  background: #EF9F00;
}
.c-button.white:hover::before {
  left: 0%;
}
.c-button.min {
  width: auto;
  height: 2.9375rem;
  font-size: 1rem;
}
.c-button.min a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 1.5rem;
  padding-right: 3.125rem;
}
.c-button.min a::after {
  right: 1.5rem;
}
.c-button.big {
  height: 4.5rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-button.big {
    height: 2.5rem;
    font-size: 0.9375rem;
  }
}
.c-button.big a::after {
  right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-button.big a::after {
    right: 0.75rem;
    width: 0.375rem;
    height: 0.375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-button.big.white {
    border: 1px solid #EF9F00;
  }
}
.c-button.hamburger {
  height: 3.5rem;
  font-size: 0.9375rem;
}
.c-button.hamburger a::after {
  display: none;
}

.c-top {
  position: relative;
  width: 100%;
  min-height: 23.125rem;
  background: #E7F8F5;
  padding-top: 11.5625rem;
}
@media screen and (max-width: 767px) {
  .c-top {
    min-height: 14.6875rem;
    padding-top: 7.375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-top.ptSp {
    padding-top: 6.3125rem;
  }
}
.c-top::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0.1875rem;
  width: 20.625rem;
  height: 17.6875rem;
  background-image: url(../imgs/pc/top_icon.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .c-top::before {
    top: 0;
    left: 0rem;
    width: 7.8125rem;
    height: 8rem;
    background-image: url(../imgs/sp/top_icon.webp);
  }
}
.c-top::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20.5rem;
  height: 18.0625rem;
  background-image: url(../imgs/pc/top_icon02.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .c-top::after {
    width: 6.375rem;
    height: 6.6875rem;
    background-image: url(../imgs/sp/top_icon02.webp);
  }
}

.c-top__title {
  position: relative;
  font-size: 2.625rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-top__title {
    font-size: 1.625rem;
  }
}
.c-top__title::after {
  content: "";
  display: block;
  position: relative;
  width: 5.375rem;
  height: 0.375rem;
  background: #3F9E88;
  border-radius: 0.625rem;
  margin: 0.8125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-top__title::after {
    width: 4rem;
    height: 0.25rem;
    margin: 1rem auto 0 auto;
  }
}

.c-cta {
  width: 100%;
  background: #34BCA1;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-cta {
    border-radius: 0.625rem;
  }
}

.c-cta__inner {
  width: 100%;
  padding: 3rem 2.5rem;
  background-image: url(../imgs/pc/cta_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-cta__inner {
    padding: 2.5rem 0.9375rem;
    background-image: url(../imgs/sp/cta_bg.webp);
  }
}

.c-cta__text {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta__text {
    font-size: 1.5rem;
  }
}
.c-cta__text span {
  color: #FFF390;
}

.c-cta__box {
  width: 100%;
  max-width: 37rem;
  margin: 2.5rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-cta__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 1.75rem auto 0 auto;
  }
}

.c-cta02 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
}
.c-cta02::before, .c-cta02::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 12.5rem;
  height: 21.875rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-cta02::before, .c-cta02::after {
    width: 5.625rem;
    height: 3.9375rem;
  }
}
.c-cta02::before {
  top: -2.375rem;
  left: calc(50% - 37.5rem);
  background-image: url(../imgs/pc/cta_item.webp);
}
@media screen and (max-width: 767px) {
  .c-cta02::before {
    top: -3.75rem;
    left: 0rem;
    background-image: url(../imgs/sp/cta_item.webp);
  }
}
.c-cta02::after {
  top: 4.25rem;
  left: calc(50% + 27.5rem);
  width: 10.8125rem;
  height: 14.375rem;
  background-image: url(../imgs/pc/cta_item02.webp);
}
@media screen and (max-width: 767px) {
  .c-cta02::after {
    top: auto;
    left: auto;
    bottom: -4.0625rem;
    right: 0rem;
    width: 5.625rem;
    height: 3.9375rem;
    background-image: url(../imgs/sp/cta_item02.webp);
  }
}

.c-cta02__bg {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #34BCA1;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-cta02__bg {
    border-radius: 0.625rem;
  }
}

.c-cta02__inner {
  width: 100%;
  padding: 3rem 2.5rem;
  background-image: url(../imgs/pc/cta_bg02.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-cta02__inner {
    padding: 2.375rem 0.9375rem;
    background-image: url(../imgs/sp/cta_bg02.webp);
  }
}

.c-cta02__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta02__title {
    font-size: 1.5rem;
  }
}
.c-cta02__title span {
  color: #FFF390;
}

.c-cta02__button {
  display: block;
  width: 100%;
  max-width: 18rem;
  margin: 2.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-cta02__button {
    max-width: 19.6875rem;
    margin: 1.75rem auto 0 auto;
  }
}

.p-fv {
  position: relative;
  z-index: 5;
  width: 100%;
  background-image: url(../imgs/pc/fv_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 7.3125rem;
  padding-bottom: 8.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-image: none;
  }
}

.p-fv__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    background: #E7F8F5;
    padding-top: 6.125rem;
    padding-bottom: 1.25rem;
  }
}

.p-fv__box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 40.375rem;
  padding-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv__box {
    max-width: 100%;
    padding: 0 0.9375rem;
  }
}

.p-fv__title {
  font-size: 4.1875rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    position: relative;
    z-index: 1;
    font-size: 2.5rem;
    text-align: center;
  }
  .p-fv__title::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    top: -1.8125rem;
    left: calc(50% + 8.875rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 3.5625rem;
    height: 3.9375rem;
    background-image: url(../imgs/sp/fv_item.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-fv__title::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    bottom: -6rem;
    left: calc(50% - 8.625rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 5.1875rem;
    height: 5.75rem;
    background-image: url(../imgs/sp/fv_item.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.p-fv__title span {
  color: #3F9E88;
}

.p-fv__band {
  width: 100%;
  max-width: 36.4375rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8333333333;
  font-weight: 700;
  text-align: center;
  border-radius: 0.625rem;
  background: #4ABAA4;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv__band {
    position: relative;
    z-index: 2;
    max-width: 21.375rem;
    font-size: 0.875rem;
    line-height: 2.1428571429;
    border-radius: 0.3125rem;
    margin: 1rem auto 0 auto;
  }
}

.p-fv__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__lists {
    width: 100%;
    max-width: 21.5625rem;
    gap: 0.25rem;
    margin: 1.5rem auto 0 auto;
  }
}

.p-fv__list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13rem;
  height: 7.375rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  background: url(../imgs/pc/fv_frame.webp) no-repeat center top/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__list {
    width: 100%;
    height: 3.625rem;
    font-size: 0.625rem;
  }
}
.p-fv__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0.125rem;
  left: 0.125rem;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv__list::before {
    border-radius: 0.625rem;
  }
}
.p-fv__list::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../imgs/pc/fv_frame.webp) no-repeat center top/100% 100%;
}
.p-fv__list span {
  position: relative;
  z-index: 2;
  width: 100%;
}
.p-fv__list .green {
  color: #3F9E88;
}

.p-fv__group {
  width: 100%;
  max-width: 38rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv__group {
    max-width: 21.25rem;
    gap: 0.25rem;
    margin: 2.125rem auto 0 auto;
  }
}

.p-fv__button {
  -webkit-box-shadow: 0 0 1.5625rem rgba(11, 59, 50, 0.1);
          box-shadow: 0 0 1.5625rem rgba(11, 59, 50, 0.1);
}

.p-fv__img {
  position: absolute;
  top: 7.3125rem;
  right: 3.75%;
  width: 42.2222222222%;
}
.p-fv__img img {
  max-width: 43.75rem;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 1.875rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #ffffff), to(#ffffff));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 50%, #ffffff 100%);
  }
  .p-fv__img img {
    position: relative;
    left: 0.46875rem;
    width: 100%;
    max-width: 22.375rem;
    margin: 0 auto;
  }
}

.p-fv__arch {
  position: relative;
  top: -0.0625rem;
  width: 100%;
}

.p-fv-problem {
  position: relative;
  z-index: 4;
  width: 100%;
}

.p-fv-problem__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 7.5rem 0rem 2.6875rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-problem__inner {
    padding: 4rem 0.9375rem 2.6875rem 0.9375rem;
  }
}

.p-fv-problem__lists {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-problem__lists {
    gap: 0.9375rem;
    margin-top: 1.625rem;
  }
}
.p-fv-problem__lists::before, .p-fv-problem__lists::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -12.625rem;
  width: 20.625rem;
  height: 19.9375rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-problem__lists::before, .p-fv-problem__lists::after {
    top: -10.9375rem;
    width: 23.1884057971%;
    height: 22.6086956522%;
  }
}
.p-fv-problem__lists::before {
  left: -2.5rem;
  background-image: url(../imgs/pc/fv_problem_item.webp);
}
@media screen and (max-width: 767px) {
  .p-fv-problem__lists::before {
    left: 0rem;
  }
}
.p-fv-problem__lists::after {
  right: -2.5rem;
  background-image: url(../imgs/pc/fv_problem_item02.webp);
}
@media screen and (max-width: 767px) {
  .p-fv-problem__lists::after {
    right: 0rem;
  }
}

.p-fv-problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 17.25rem;
  border-radius: 0.625rem;
  border: 0.125rem solid #3F9E88;
  padding: 2.375rem 1.25rem;
  background: #fff;
  -webkit-box-shadow: 0 0 1.5625rem rgba(11, 59, 50, 0.1);
          box-shadow: 0 0 1.5625rem rgba(11, 59, 50, 0.1);
}
@media screen and (max-width: 767px) {
  .p-fv-problem__list {
    padding: 1.75rem;
  }
}

.p-fv-problem__img {
  width: 100%;
  max-width: 13.75rem;
  margin: 0 auto 3.125rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-problem__img {
    margin: 0 auto 1.5rem auto;
  }
}

.p-fv-problem__img02 {
  width: 100%;
  max-width: 13.75rem;
  margin: 0 auto 1.5rem auto;
}

.p-fv-problem__img03 {
  width: 100%;
  max-width: 12.1875rem;
  margin: 0 auto 1.5rem auto;
}

.p-fv-problem__img04 {
  width: 100%;
  max-width: 10.6875rem;
  margin: 0 auto 1.5rem auto;
}

.p-fv-problem__label {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-problem__label {
    font-size: 1.125rem;
  }
}

.p-fv-problem__arch {
  position: relative;
  top: 0;
  width: 100%;
  background: #E7F8F5;
}

.p-fv-service {
  position: relative;
  z-index: 2;
  width: 100%;
}

.p-fv-service__inner {
  width: 100%;
  padding: 7.5rem 2.5rem 2.6875rem 2.5rem;
  background: #E7F8F5;
}
@media screen and (max-width: 767px) {
  .p-fv-service__inner {
    padding: 4rem 0.9375rem 2.6875rem 0.9375rem;
  }
}

.p-fv-service__wrapper {
  width: 100%;
  max-width: 75rem;
  margin: 2.8125rem auto 0 auto;
  padding: 4rem 2.5rem;
  background: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 1.5625rem rgba(11, 59, 50, 0.1);
          box-shadow: 0 0 1.5625rem rgba(11, 59, 50, 0.1);
}
@media screen and (max-width: 767px) {
  .p-fv-service__wrapper {
    margin: 1.625rem auto 0 auto;
    padding: 4rem 0.9375rem;
  }
}

.p-fv-service__frame {
  width: 100%;
  max-width: 68.75rem;
  margin: 0 auto;
}

.p-fv-service__text {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.p-fv-service__text span {
  color: #3F9E88;
}

.p-fv-service__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__lists {
    gap: 1rem;
    margin-top: 6.5rem;
  }
}

.p-fv-service__list {
  position: relative;
  width: 13.25rem;
  border-radius: 0.625rem;
  border: 0.125rem solid #4ABAA4;
}
@media screen and (max-width: 767px) {
  .p-fv-service__list {
    width: 19.6875rem;
  }
}

.p-fv-service__point {
  position: absolute;
  top: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.25rem;
  height: 4.625rem;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  border-radius: 0.625rem;
  background: #EF9F00;
}
@media screen and (max-width: 767px) {
  .p-fv-service__point {
    width: 14.5rem;
    height: 4.5rem;
    font-size: 1rem;
  }
}
.p-fv-service__point::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.5625rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625rem 0.9375rem 0 0.9375rem;
  border-color: #EF9F00 transparent transparent transparent;
}

.p-fv-service__listTitle {
  min-height: 9.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.625rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  background: #4ABAA4;
}
@media screen and (max-width: 767px) {
  .p-fv-service__listTitle {
    min-height: 7.4375rem;
    font-size: 1.125rem;
  }
}
.p-fv-service__listTitle::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/fv_service_icon.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-fv-service__list:nth-of-type(2) .p-fv-service__listTitle::before {
  background-image: url(../imgs/pc/fv_service_icon02.webp);
}
.p-fv-service__list:nth-of-type(3) .p-fv-service__listTitle::before {
  background-image: url(../imgs/pc/fv_service_icon03.webp);
}
.p-fv-service__list:nth-of-type(4) .p-fv-service__listTitle::before {
  background-image: url(../imgs/pc/fv_service_icon04.webp);
}
.p-fv-service__list:nth-of-type(5) .p-fv-service__listTitle::before {
  background-image: url(../imgs/pc/fv_service_icon05.webp);
}

.p-fv-service__listItems {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2rem;
  padding: 1.5rem 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__listItems {
    padding: 1.375rem 1.875rem;
  }
}

.p-fv-service__listItem {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__listItem {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
.p-fv-service__listItem::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  border-radius: 0.625rem;
  background: #333;
}
.p-fv-service__listItem::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1.03125rem;
  width: 100%;
  height: 1px;
  background: #D3D3D3;
}
.p-fv-service__listItem:last-of-type::after {
  display: none;
}
.p-fv-service__listItem.purple::before {
  background: #8375C7;
}
.p-fv-service__listItem.orange::before {
  background: #EF9F00;
}
.p-fv-service__listItem.blue::before {
  background: #1294DA;
}
.p-fv-service__listItem.green::before {
  background: #54C21D;
}
.p-fv-service__listItem.pink::before {
  background: #E44CBB;
}

.p-fv-service__labels {
  width: 100%;
  max-width: 39.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  background: #F2F2F2;
  border-radius: 0.625rem;
  margin-top: 1rem;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__labels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 1.875rem;
  }
}

.p-fv-service__label {
  position: relative;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  padding-left: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__label {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.p-fv-service__label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  border-radius: 0.625rem;
  background: #333;
}
.p-fv-service__label.purple {
  min-width: 11.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__label.purple {
    min-width: none;
  }
}
.p-fv-service__label.purple::before {
  background: #8375C7;
}
.p-fv-service__label.orange {
  min-width: 11.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__label.orange {
    min-width: none;
  }
}
.p-fv-service__label.orange::before {
  background: #EF9F00;
}
.p-fv-service__label.blue {
  min-width: 11.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__label.blue {
    min-width: none;
  }
}
.p-fv-service__label.blue::before {
  background: #1294DA;
}
.p-fv-service__label.green {
  min-width: 12rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__label.green {
    min-width: none;
  }
}
.p-fv-service__label.green::before {
  background: #54C21D;
}
.p-fv-service__label.pink {
  min-width: 12rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__label.pink {
    min-width: none;
  }
}
.p-fv-service__label.pink::before {
  background: #E44CBB;
}

.p-fv-service__column {
  position: relative;
  width: 100%;
  max-width: 60rem;
  margin: 5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-service__column {
    margin: 4rem auto 0 auto;
  }
}

.p-fv-service__band {
  position: relative;
  z-index: 2;
  font-size: 2.625rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-service__band {
    font-size: 1.625rem;
  }
}
.p-fv-service__band span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(80%, #FFF390));
  background: linear-gradient(transparent 60%, #FFF390 80%);
}

.p-fv-service__exp {
  position: relative;
  z-index: 2;
  max-width: 56.25rem;
  margin: 3rem auto 0 auto;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-service__exp {
    margin: 1.75rem auto 0 auto;
    font-size: 1rem;
  }
}

.p-fv-service__steps {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 3.5rem;
  margin-top: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__steps {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
    margin-top: 1.5rem;
  }
}
.p-fv-service__steps::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -3.125rem;
  left: -3.75rem;
  width: 7.3125rem;
  height: 8.0625rem;
  background-image: url(../imgs/pc/item01.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-service__steps::before {
    top: -3.125rem;
    left: -0.625rem;
    width: 4.375rem;
    height: 4.875rem;
  }
}
.p-fv-service__steps::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -19.375rem;
  right: -0.625rem;
  width: 10.0625rem;
  height: 11.125rem;
  background-image: url(../imgs/pc/item01.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-service__steps::after {
    top: -13.125rem;
    right: 0rem;
    width: 4.875rem;
    height: 5.375rem;
  }
}

.p-fv-service__step {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  background: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 1.5625rem rgba(11, 59, 50, 0.1);
          box-shadow: 0 0 1.5625rem rgba(11, 59, 50, 0.1);
  border: 0.125rem solid #3F9E88;
  padding: 1.9375rem 2.125rem 1.9375rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__step {
    max-width: 19.6875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.375rem;
    border-radius: 0.625rem;
    padding: 1.9375rem 0.9375rem;
  }
}
.p-fv-service__step::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.625rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 1.5rem 0 1.5rem;
  border-color: #4ABAA4 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-fv-service__step::before {
    bottom: -2rem;
    border-width: 1.25rem 1.25rem 0 1.25rem;
  }
}
.p-fv-service__step:last-of-type::before {
  display: none;
}

.p-fv-service__stepLabel {
  width: 100%;
  max-width: 19.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-fv-service__stepLabel {
    max-width: 14.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-fv-service__stepNumber {
  color: #3F9E88;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding-right: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__stepNumber {
    padding-right: 2rem;
    border-right: 0.125rem solid #3F9E88;
  }
}
.p-fv-service__stepNumber span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 3.5rem;
}

.p-fv-service__stepIcon {
  width: 100%;
  max-width: 11.5rem;
  border-left: 0.125rem solid #3F9E88;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__stepIcon {
    max-width: 8.5625rem;
    padding-left: 2rem;
    border-left: none;
  }
}

.p-fv-service__stepBox {
  width: 100%;
}

.p-fv-service__stepTitle {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-service__stepTitle {
    font-size: 1.25rem;
    text-align: center;
  }
}
.p-fv-service__stepTitle span {
  color: #3F9E88;
}

.p-fv-service__stepGroup {
  width: 100%;
  margin-top: 1.5rem;
}

.p-fv-service__stepQues {
  position: relative;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__stepQues {
    font-size: 0.875rem;
  }
}
.p-fv-service__stepQues::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../imgs/pc/fv_service_arrow.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-service__stepQues::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-fv-service__stepAns {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__stepAns {
    font-size: 0.875rem;
  }
}

.p-fv-service__arch {
  position: relative;
  top: -1px;
  width: 100%;
}

.p-fv-features {
  width: 100%;
  margin-top: -4.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features {
    margin-top: -1.125rem;
  }
}

.p-fv-features__inner {
  width: 100%;
  background: #FCFCFC;
  padding: 10.9375rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__inner {
    padding: 4rem 0.9375rem 4rem 0.9375rem;
  }
}

.p-fv-features__wrapper {
  width: 100%;
  max-width: 61.5625rem;
  margin: 2.8125rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__wrapper {
    margin: 1.625rem auto 0 auto;
    gap: 2.5rem;
  }
}

.p-fv-features__column {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.0609137056%;
}
@media screen and (max-width: 767px) {
  .p-fv-features__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.125rem;
  }
}
.p-fv-features__column.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-fv-features__column.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-fv-features__column.reverse .p-fv-features__img::before {
  left: auto;
  bottom: auto;
  right: -3.75rem;
  top: -4rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__column.reverse .p-fv-features__img::before {
    top: 1.25rem;
    right: -3.125rem;
  }
}
.p-fv-features__column::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  background-image: url(../imgs/pc/item01.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-fv-features__column.item::before {
  top: -0.875rem;
  right: -6.75rem;
  width: 15.8125rem;
  height: 17.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__column.item::before {
    top: calc(50% + 4.375rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0rem;
    width: 7.5rem;
    height: 8.3125rem;
  }
}
.p-fv-features__column.item02::before {
  bottom: 1.875rem;
  right: -5rem;
  width: 7.625rem;
  height: 8.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__column.item02::before {
    bottom: auto;
    top: calc(50% + 2.8125rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0rem;
    width: 6.25rem;
    height: 6.875rem;
  }
}
.p-fv-features__column.item03::before {
  top: -8.625rem;
  left: -6.875rem;
  width: 13.875rem;
  height: 15.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__column.item03::before {
    top: -2.5rem;
    left: 0rem;
    width: 7.25rem;
    height: 8rem;
  }
}

.p-fv-features__img {
  position: relative;
  z-index: 1;
  width: 45.6852791878%;
}
@media screen and (max-width: 767px) {
  .p-fv-features__img {
    width: 100%;
    max-width: 92.7536231884%;
  }
}
.p-fv-features__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: -3.75rem;
  bottom: -4rem;
  width: 22.6875rem;
  height: 22.6875rem;
  background-image: url(../imgs/pc/fv_features_bgitem.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-features__img::before {
    left: -3.125rem;
    bottom: -3.125rem;
    width: 111.4285714286%;
    height: 111.4285714286%;
  }
}
.p-fv-features__img img {
  position: relative;
  z-index: 2;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 1.875rem rgba(82, 128, 119, 0.17);
          box-shadow: 0 0 1.875rem rgba(82, 128, 119, 0.17);
}

.p-fv-features__box {
  position: relative;
  z-index: 2;
  width: 50.2538071066%;
}
@media screen and (max-width: 767px) {
  .p-fv-features__box {
    width: 100%;
  }
}

.p-fv-features__point {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__point {
    font-size: 0.875rem;
  }
}
.p-fv-features__point::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  background: #4ABAA4;
  border-radius: 100%;
}

.p-fv-features__subTitle {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__subTitle {
    font-size: 1.5rem;
  }
}

.p-fv-features__text {
  font-size: 1rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__text {
    margin-top: 1.25rem;
  }
}

.p-fv-features__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.25rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__lists {
    margin-top: 0.5rem;
  }
}

.p-fv-features__list {
  position: relative;
  font-size: 1rem;
  padding-left: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__list {
    padding-left: 1.625rem;
  }
}
.p-fv-features__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1.4375rem;
  height: 1.4375rem;
  background-image: url(../imgs/pc/fv_plan_check.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-features__list::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.p-fv-features__cta {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 56.25rem;
  margin: 7.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-features__cta {
    margin: 4rem auto 0 auto;
  }
}
.p-fv-features__cta::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 1rem;
  right: -9.9375rem;
  width: 13.0625rem;
  height: 23.75rem;
  background-image: url(../imgs/pc/cta_item03.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-features__cta::after {
    bottom: auto;
    top: -5.25rem;
    right: 0.3125rem;
    width: 9.125rem;
    height: 5.1875rem;
    background-image: url(../imgs/sp/cta_item03.webp);
  }
}

.p-fv-plan {
  position: relative;
  z-index: 2;
  width: 100%;
}

.p-fv-plan__arch {
  width: 100%;
}

.p-fv-plan__inner {
  width: 100%;
  background: #E7F8F5;
  padding: 3.9375rem 2.5rem 2.6875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-plan__inner {
    padding: 2.75rem 0.9375rem;
  }
}

.p-fv-plan__wrapper {
  width: 100%;
  max-width: 75rem;
  margin: 2.8125rem auto 6.875rem auto;
  background: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 1.5625rem rgba(11, 59, 50, 0.1);
          box-shadow: 0 0 1.5625rem rgba(11, 59, 50, 0.1);
  padding: 4rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-plan__wrapper {
    margin: 1.625rem auto 4rem auto;
    padding: 4rem 0.9375rem;
  }
}

.p-fv-plan__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-plan__lists {
    gap: 0.9375rem;
  }
}

.p-fv-plan__list {
  position: relative;
  width: 16.625rem;
  background: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 1.5625rem rgba(11, 59, 50, 0.1);
          box-shadow: 0 0 1.5625rem rgba(11, 59, 50, 0.1);
  border: 0.125rem solid hsl(166, 43%, 43%);
  padding: 2rem 1.25rem 7.25rem 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-plan__list {
    width: 19.6875rem;
    border-radius: 0.625rem;
    padding: 1.875rem;
  }
}

.p-fv-plan__listBand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3F9E88;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  padding: 0.375rem 1.375rem;
  border-radius: 5rem;
  border: 0.125rem solid hsl(166, 43%, 43%);
}

.p-fv-plan__listTitle {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 2rem;
}

.p-fv-plan__listFee {
  color: #EC6A52;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
.p-fv-plan__listFee.p-fv-plan__listFee__free {
  margin-top: 1.1rem;
}
.p-fv-plan__listFee span {
  font-size: 2.625rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-plan__listFee span {
    font-size: 3rem;
  }
}
.p-fv-plan__listFee span.big {
  font-size: 3rem;
}

.p-fv-plan__listTime {
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 0.5rem;
}

.p-fv-plan__listExample {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  color: #3F9E88;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 2.5rem;
}
.p-fv-plan__listExample::before, .p-fv-plan__listExample::after {
  content: "";
  display: block;
  position: relative;
  width: 2.5rem;
  height: 1px;
  background: #333;
}
@media screen and (max-width: 767px) {
  .p-fv-plan__listExample::before, .p-fv-plan__listExample::after {
    width: 3.5rem;
  }
}

.p-fv-plan__listChecks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  text-align: left;
  margin-top: 1.5rem;
  padding: 0 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-plan__listChecks {
    padding: 0;
  }
}

.p-fv-plan__listCheck {
  position: relative;
  padding-left: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-plan__listCheck {
    padding-left: 1.625rem;
  }
}
.p-fv-plan__listCheck::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  background-image: url(../imgs/pc/fv_plan_check.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-plan__listCheck::before {
    width: 1.125rem;
    min-width: 1.125rem;
    height: 1.125rem;
  }
}

.p-fv-plan__listComment {
  font-size: 0.8125rem;
  text-align: left;
  margin-top: 1rem;
}

.p-fv-plan__listButton {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-fv-plan__listButton {
    position: relative;
    left: auto;
    -webkit-transform: none;
            transform: none;
    bottom: auto;
    margin-top: 2.5rem;
  }
}

.p-fv-plan__subTitle {
  font-size: 2.625rem;
  font-weight: 700;
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-plan__subTitle {
    font-size: 1.5rem;
  }
}
.p-fv-plan__subTitle span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(80%, #FFF390));
  background: linear-gradient(transparent 60%, #FFF390 80%);
}

.p-fv-plan__cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv-plan__cards {
    gap: 1rem;
    margin-top: 1.625rem;
  }
}

.p-fv-plan__card {
  width: 20.8125rem;
  background: #FAFAFA;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 1.5625rem rgba(11, 59, 50, 0.1);
          box-shadow: 0 0 1.5625rem rgba(11, 59, 50, 0.1);
  border: 0.125rem solid hsl(166, 43%, 43%);
  padding: 2.5rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-plan__card {
    width: 100%;
    max-width: 20.8125rem;
    border-radius: 0.625rem;
    padding: 1.875rem 0.9375rem;
  }
}

.p-fv-plan__cardImg {
  position: relative;
  width: 100%;
  height: 14rem;
}
@media screen and (max-width: 767px) {
  .p-fv-plan__cardImg {
    height: auto;
  }
}
.p-fv-plan__cardImg img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  height: 14rem;
}
@media screen and (max-width: 767px) {
  .p-fv-plan__cardImg img {
    position: relative;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-plan__cardImg.minSp img {
    height: 8.75rem;
  }
}

.p-fv-plan__cardTitle {
  color: #3F9E88;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv-plan__cardTitle {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2.5rem;
  }
}

.p-fv-plan__cardText {
  font-size: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-plan__cardText {
    font-size: 0.875rem;
  }
}

.p-fv-faq {
  width: 100%;
  margin-top: -4.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq {
    margin-top: -1.875rem;
  }
}

.p-fv-faq__inner {
  width: 100%;
  max-width: 61.25rem;
  padding: 12.3125rem 2.5rem 12.5rem 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__inner {
    padding: 6.875rem 0.9375rem 7.5rem 0.9375rem;
  }
}

.p-fv-faq__wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__wrapper {
    margin-top: 1.625rem;
  }
}
.p-fv-faq__wrapper::before, .p-fv-faq__wrapper::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15rem;
  height: 16.5rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../imgs/pc/item01.webp);
}
@media screen and (max-width: 767px) {
  .p-fv-faq__wrapper::before, .p-fv-faq__wrapper::after {
    width: 6.0625rem;
    height: 6.6875rem;
  }
}
.p-fv-faq__wrapper::before {
  top: -6.25rem;
  left: calc(50% - 30rem);
}
@media screen and (max-width: 767px) {
  .p-fv-faq__wrapper::before {
    top: -5.25rem;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.p-fv-faq__wrapper::after {
  bottom: -13.125rem;
  left: calc(50% + 29.0625rem);
  width: 16.875rem;
  height: 18.5rem;
  background-image: url(../imgs/pc/item01.webp);
}
@media screen and (max-width: 767px) {
  .p-fv-faq__wrapper::after {
    bottom: -5.8125rem;
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
    width: 6.375rem;
    height: 7.0625rem;
  }
}

.p-fv-faq__column {
  width: 100%;
  border: 0.125rem solid #3F9E88;
  border-radius: 1.25rem;
  background: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__column {
    border-radius: 0.625rem;
  }
}

.p-fv-faq__ques {
  cursor: pointer;
  position: relative;
  color: #3F9E88;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1.375rem 3.625rem 1.375rem 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques {
    font-size: 1.125rem;
    padding: 1.375rem 3.125rem 1.375rem 2.8125rem;
  }
}
.p-fv-faq__ques::before {
  content: "Q.";
  display: inline-block;
  position: absolute;
  top: 1.3125rem;
  left: 2rem;
  color: #3F9E88;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques::before {
    left: 0.9375rem;
  }
}
.p-fv-faq__ques span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.25rem;
  width: 1.125rem;
  height: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques span {
    top: 2rem;
    -webkit-transform: none;
            transform: none;
    right: 1.125rem;
    width: 1rem;
    height: 1rem;
  }
}
.p-fv-faq__ques span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 0.125rem;
  border-radius: 0.625rem;
  background: #3F9E88;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques span::before {
    width: 1rem;
  }
}
.p-fv-faq__ques span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.125rem;
  height: 1.125rem;
  border-radius: 0.625rem;
  background: #3F9E88;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques span::after {
    height: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques.open {
    padding-bottom: 1rem;
  }
}
.p-fv-faq__ques.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-fv-faq__box {
  display: none;
  width: 100%;
  padding: 0 2rem 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__box {
    padding: 0 0.875rem 1.5rem 0.875rem;
  }
}

.p-fv-faq__ans {
  position: relative;
  font-size: 1rem;
  padding-left: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ans {
    font-size: 0.875rem;
    padding-left: 1.9375rem;
  }
}
.p-fv-faq__ans::before {
  content: "A.";
  display: inline-block;
  position: absolute;
  top: -0.1875rem;
  left: 0.125rem;
  color: #3F9E88;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ans::before {
    top: -0.3125rem;
  }
}

.p-fv-faq__cta {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__cta {
    margin-top: 4rem;
  }
}

.p-material {
  width: 100%;
}

.p-material__inner {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-material__inner {
    padding: 2.5rem 0.9375rem 5rem 0.9375rem;
  }
}

.p-material__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-material__lists {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: initial;
            flex-flow: initial;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.875rem 0.9375rem;
  }
}

.p-material__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 1.625rem 1.25rem 1.5rem;
  border-radius: 0.9375rem;
  border: 1px solid #DCD9D9;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-material__list {
    max-width: 21.5625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.625rem;
    padding: 0.9375rem;
  }
}

.p-material__thumbnail {
  width: 100%;
  max-width: 24.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-material__img {
  position: relative;
  padding-top: 60.3535353535%;
}
.p-material__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-material__box {
  width: 100%;
}

.p-material__title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-material__title {
    font-size: 1.25rem;
  }
}

.p-material__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-material__text {
    margin-top: 1rem;
  }
}

.p-material__link {
  position: relative;
  width: 100%;
  max-width: 13.9375rem;
  height: 2.9375rem;
  margin-top: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  padding-left: 2.125rem;
  border-radius: 6.25rem;
  background: #EF9F00;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-material__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem auto 0 auto;
  }
}
.p-material__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #FFCF75;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-material__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.8125rem;
  width: 0.625rem;
  height: 0.625rem;
  background: #fff;
  border-radius: 100%;
}
.p-material__link:hover::before {
  left: 0%;
}
.p-material__link span {
  position: relative;
  z-index: 2;
}

.p-single {
  width: 100%;
}

.p-single__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3.125rem;
    padding: 2.5rem 0.9375rem 5rem 0.9375rem;
  }
}

.p-single__article {
  width: 100%;
  max-width: 37.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__article {
    max-width: 100%;
  }
}

.p-single__aside {
  width: 100%;
  max-width: 33.125rem;
  padding: 2rem 2.1875rem;
  background: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .p-single__aside {
    max-width: 100%;
    padding: 1.25rem 0.9375rem;
  }
}
.p-single__aside .p-cf7__input input:not(:root) {
  background: #fff;
}
.p-single__aside select:not(:root) {
  background-color: #fff;
}
.p-single__aside textarea:not(:root) {
  background-color: #fff;
}

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

.p-single__form {
  width: 100%;
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-single__form {
    margin-top: 2.1875rem;
  }
}

.p-single__band {
  color: #3F9E88;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single__band {
    font-size: 1rem;
  }
}

.p-single__title {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.5rem;
  }
}

.p-single__thumbnail {
  width: 100%;
  margin-top: 1.375rem;
}

.p-single__message {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.875rem;
}

.p-single__content {
  width: 100%;
  margin-top: 2.1875rem;
}
.p-single__content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem;
}
.p-single__content h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem;
}
.p-single__content h4 {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
.p-single__content h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
.p-single__content h6 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
}
.p-single__content p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__content ul {
  padding-left: 1.25rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.p-single__content li {
  list-style: disc;
  font-size: 1rem;
  line-height: 1.5;
}
.p-single__content img {
  width: auto;
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.p-single__content figure {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.p-single__content figure img {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.p-contact {
  width: 100%;
}

.p-contact__inner {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 2.5rem 0.9375rem 5rem 0.9375rem;
  }
}

.p-contact__text {
  font-size: 1rem;
  text-align: center;
}

.p-thanks {
  width: 100%;
}

.p-thanks__inner {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding: 2.5rem 0.9375rem 5rem 0.9375rem;
  }
}

.p-thanks__text {
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    text-align: left;
  }
}

.p-thanks__schedule {
  width: 100%;
  margin-top: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__schedule {
    margin-top: 2.1875rem;
  }
}

.p-cf7 {
  width: 100%;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-cf7 {
    margin-top: 2.1875rem;
  }
}
.p-cf7 input::-webkit-input-placeholder, .p-cf7 textarea::-webkit-input-placeholder {
  color: #858585;
}
.p-cf7 input::-moz-placeholder, .p-cf7 textarea::-moz-placeholder {
  color: #858585;
}
.p-cf7 input:-ms-input-placeholder, .p-cf7 textarea:-ms-input-placeholder {
  color: #858585;
}
.p-cf7 input::-ms-input-placeholder, .p-cf7 textarea::-ms-input-placeholder {
  color: #858585;
}
.p-cf7 input::placeholder,
.p-cf7 textarea::placeholder {
  color: #858585;
}

.p-cf7__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.25rem;
}

.p-cf7__box {
  width: 100%;
}

.p-cf7__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.p-cf7__title label {
  font-size: 1.125rem;
  font-weight: 700;
}
.p-cf7__title span {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  background: #EF9F00;
  border-radius: 0.1875rem;
  padding: 0.3125rem 0.5625rem;
}

.p-cf7__select {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 29.6875rem;
  margin-top: 0.625rem;
}
.p-cf7__select span {
  width: 100%;
}
.p-cf7__select select {
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 3.375rem;
  font-size: 1rem;
  line-height: 1;
  padding: 0 1.125rem;
  border-radius: 0.625rem;
  border: none;
  background-color: #F4F4F4;
  background-image: url("../imgs/pc/triangle_black.svg");
  background-repeat: no-repeat;
  background-position: right 1.125rem center; /* 右から18px・上下中央 */
  background-size: 0.8125rem 0.5625rem; /* 矢印画像のサイズ */
}

.p-cf7__input {
  width: 100%;
  max-width: 100%;
  margin-top: 0.625rem;
}
.p-cf7__input input {
  width: 100%;
  height: 3.375rem;
  padding: 0rem 1rem;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  background: #F4F4F4;
}

.p-cf7__textarea {
  position: relative;
  width: 100%;
  margin-top: 0.625rem;
}
.p-cf7__textarea textarea {
  width: 100%;
  height: 7.125rem;
  font-size: 1rem;
  border-radius: 0.625rem;
  padding: 0.875rem;
  background: #F4F4F4;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}

.p-cf7__acceptance {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.75rem;
}
.p-cf7__acceptance .wpcf7-list-item {
  margin: 0;
}
.p-cf7__acceptance label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 0;
}
.p-cf7__acceptance label::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #ACACAC;
  background: #ffffff;
}
.p-cf7__acceptance input {
  display: none;
}
.p-cf7__acceptance input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.0625rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #ACACAC;
  background: #ACACAC;
}
.p-cf7__acceptance input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.3125rem;
  height: 0.5rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}
.p-cf7__acceptance p {
  font-size: 1rem;
}
.p-cf7__acceptance p a {
  color: #3F9E88;
  text-decoration: underline;
}
.p-cf7__acceptance p a:hover {
  opacity: 0.7;
}

.p-cf7__submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 15.5rem;
  height: 2.9375rem;
  margin: 2.1875rem auto 0 auto;
  border-radius: 5rem;
  background: #EF9F00;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cf7__submit::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #FFCF75;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cf7__submit::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.6875rem;
  width: 0.625rem;
  height: 0.625rem;
  background: #fff;
  border-radius: 100%;
}
.p-cf7__submit:hover::before {
  left: 0%;
}

.p-cf7__submit input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cf7__submit input:focus {
  outline: none;
}

.wpcf7-spinner {
  display: none;
}

.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}

.p-404 {
  width: 100%;
}

.p-404__inner {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-404__inner {
    padding: 2.5rem 0.9375rem 5rem 0.9375rem;
  }
}

.p-404__text {
  font-size: 1rem;
  text-align: center;
}

.p-404__img {
  width: 100%;
  max-width: 37.5rem;
  margin: 3.75rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-404__img {
    padding: 0 1.875rem;
    margin: 2.5rem auto 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */