@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 {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #302921;
  font-size: 1rem;
  line-height: 1.5;
  background: #FFF8ED;
}

body.is-locked {
  overflow: hidden;
}

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;
  pointer-events: none;
}

.l-main {
  position: relative;
  width: 100%;
  contain: paint;
}

.l-footer {
  width: 100%;
  padding: 0.5rem;
  background: #222222;
}
.l-footer.fv {
  background: #FA6939;
}

.l-footer__copy {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.c-button {
  position: relative;
  top: 0rem;
  width: 100%;
  max-width: 25rem;
  height: 5rem;
  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: 2rem;
  font-weight: 700;
  text-align: center;
  background: #F78E31;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.25rem 0 #4D2501;
          box-shadow: 0 0.25rem 0 #4D2501;
}
.c-button.long {
  max-width: 26.25rem;
}
@media screen and (max-width: 767px) {
  .c-button.long {
    max-width: 17.5rem;
    height: 4rem;
    font-size: 1.5rem;
  }
}
.c-button:hover {
  top: 0.25rem;
  background: #4D2501;
  -webkit-box-shadow: 0 0 0 #4D2501;
          box-shadow: 0 0 0 #4D2501;
}

.c-button-back {
  position: relative;
  top: 0rem;
  width: 100%;
  max-width: 23.75rem;
  height: 4rem;
  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;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  background: #2EA772;
  border-radius: 1rem;
}
.c-button-back::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.375rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.875rem;
  height: 0.875rem;
  border-top: 0.15625rem solid #fff;
  border-right: 0.15625rem solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button-back:hover {
  opacity: 0.7;
}
.c-button-back:hover::before {
  right: 1rem;
}

.c-title {
  color: #2EA772;
  font-size: 3rem;
  line-height: 1.4583333333;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.c-title .inner {
  position: relative;
  display: inline-block;
}
.c-title .inner.icon::before {
  content: "";
  display: none;
  position: absolute;
  top: -1.0625rem;
  left: -8.6875rem;
  width: 7.4375rem;
  height: 10.5rem;
  background-image: url(../imgs/pc/character04.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-title .inner.icon::before {
    top: -1.0625rem;
    left: -5.25rem;
    width: 4.6875rem;
    height: 6.625rem;
  }
}
.c-title .point {
  display: block;
  width: 11rem;
  margin: 0 auto 0.5rem auto;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2916666667;
  font-weight: 700;
  padding-bottom: 0.125rem;
  border-radius: 5rem;
  background: #2EA772;
}
@media screen and (max-width: 767px) {
  .c-title.minSp {
    font-size: 1.625rem;
  }
}

.c-nav {
  position: relative;
  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;
  gap: 1.5rem;
  background: #2EA772;
  padding: 0.75rem 1rem;
}
@media screen and (max-width: 767px) {
  .c-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    padding: 0.75rem 8.125rem 0.75rem 1rem;
  }
}
.c-nav::before {
  content: "";
  display: none;
  position: absolute;
  z-index: 2;
  right: 3.875rem;
  bottom: 1.875rem;
  width: 9.3125rem;
  height: 7rem;
  background-image: url(../imgs/pc/character05.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-nav::before {
    right: 0.375rem;
    bottom: -0.5rem;
    width: 6.875rem;
    height: 5.1875rem;
  }
}

.c-nav__list {
  position: relative;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-nav__list {
    width: 100%;
  }
  .c-nav__list:nth-of-type(1), .c-nav__list:nth-of-type(2) {
    width: auto;
  }
}
.c-nav__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.75rem;
  width: 1.5px;
  height: 1rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-nav__list::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-nav__list:first-of-type::before {
    display: block;
    right: -0.625rem;
    height: 0.875rem;
  }
}
.c-nav__list:last-of-type::before {
  display: none;
}

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

.c-editor h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-editor h1 {
    font-size: 1.5rem;
  }
}
.c-editor h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-editor h2 {
    font-size: 1.25rem;
  }
}
.c-editor h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-editor h3 {
    font-size: 1.125rem;
  }
}
.c-editor h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-editor h4 {
    font-size: 1rem;
  }
}
.c-editor p {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor p {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
.c-editor a {
  font-size: 1.5rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-editor a {
    font-size: 1.25rem;
  }
}
.c-editor a:hover {
  opacity: 0.7;
}
.c-editor figure {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor figure {
    margin-bottom: 1.875rem;
  }
}
.c-editor img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .c-editor .wp-block-table {
    overflow-x: auto;
  }
}
.c-editor table thead {
  background: #FFE4B9;
  border-bottom: none;
}
.c-editor table thead th:first-of-type {
  width: 19.6875rem;
}
@media screen and (max-width: 767px) {
  .c-editor table thead th:first-of-type {
    width: auto;
  }
}
.c-editor table th,
.c-editor table td {
  font-size: 1.5rem;
  border: 1px solid #000;
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-editor table th,
  .c-editor table td {
    min-width: 17.5rem;
    width: 17.5rem;
    font-size: 1.25rem;
  }
}
.c-editor ul li {
  font-size: 1.5rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .c-editor ul li {
    font-size: 1.25rem;
  }
}
.c-editor ul li::before {
  content: "・";
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  text-indent: -1em;
  padding-left: 1em;
}

.p-fv {
  width: 100%;
}

.p-fv__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
  padding-top: 3.125rem;
  padding-bottom: 7.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    padding: 0;
  }
}

.p-fv_title {
  width: 100%;
}

.p-fv__button:not(:root) {
  position: relative;
  left: -0.625rem;
  margin: -8rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv__button:not(:root) {
    position: absolute;
    top: 142.4vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
    max-width: 91.4666666667vw;
    height: 21.3333333333vw;
    font-size: 8.5333333333vw;
  }
  .p-fv__button:not(:root):hover {
    top: calc(142.4vw + 0.25rem);
  }
}

.p-fv-about {
  position: relative;
  width: 100%;
  background: #FFE5C2;
  border-radius: 7.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-about {
    border-radius: 3.5rem;
    margin-top: -1.625rem;
  }
}

.p-fv-about__inner {
  position: relative;
  width: 100%;
  max-width: 68.75rem;
  margin: 0rem auto;
  padding: 7.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__inner {
    max-width: 28.125rem;
    padding: 5rem 1rem;
  }
}

.p-fv-about__illust {
  position: absolute;
  left: 0.25rem;
  bottom: -1.875rem;
  width: 17.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__illust {
    z-index: 3;
    width: 8.8125rem;
    left: -1.5rem;
    bottom: -2.125rem;
  }
}

.p-fv-about__illust02 {
  position: absolute;
  right: 4.9375rem;
  bottom: -1.875rem;
  width: 14.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__illust02 {
    z-index: 3;
    right: 0rem;
    bottom: -1.625rem;
    width: 6.875rem;
  }
}

.p-fv-aboutCard {
  position: relative;
  width: 100%;
  max-width: 45rem;
  margin: 0rem auto;
}
.p-fv-aboutCard::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
          transform: translate(-50%, -50%) rotate(-5deg);
  width: 45.8125rem;
  height: 31.625rem;
  background: #FDF8E7;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard::before {
    display: none;
  }
}
.p-fv-aboutCard::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 5rem 0 5rem;
  border-color: rgba(250, 105, 57, 0.4) transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard::after {
    bottom: -3.125rem;
  }
}

.p-fv-aboutCard__character {
  position: absolute;
  z-index: 3;
  top: 0.4375rem;
  right: -14.3125rem;
  width: 13.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard__character {
    top: -4.1875rem;
    right: 0;
    width: 8.0625rem;
  }
}

.p-fv-aboutCard__character02 {
  position: absolute;
  z-index: 3;
  top: 20.1875rem;
  left: -12.8125rem;
  width: 10.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard__character02 {
    top: -3.5rem;
    left: 1rem;
    width: 5.625rem;
  }
}

.p-fv-aboutCard__inner {
  position: relative;
  z-index: 2;
  padding: 3.5rem 2.5rem;
  background: #fff;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard__inner {
    padding: 2.5rem 1rem;
  }
}

.p-fv-aboutCard__title {
  font-size: 2.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard__title {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-fv-aboutCard__title span {
  position: relative;
  display: inline-block;
  color: #2EA772;
  font-size: 3rem;
  font-weight: 700;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard__title span {
    font-size: 2.5rem;
    margin: 0;
  }
}
.p-fv-aboutCard__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0.3125rem;
  width: 100%;
  height: 0.9375rem;
  background: #F9E37C;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard__title span::before {
    bottom: 0.75rem;
  }
}

.p-fv-aboutCard__text {
  margin-top: 1.5rem;
}
.p-fv-aboutCard__text span {
  width: 100%;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
  padding: 0.4375rem 0;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCard__text span {
    font-size: 1.25rem;
    padding: 0.3125rem 0;
  }
}
.p-fv-aboutCard__text span:first-of-type {
  border-top: 1px solid #CCCCCC;
}

.p-fv-aboutCta {
  width: 100%;
  max-width: 50rem;
  margin: 6.5rem auto 0rem auto;
  border: 1.5rem solid #FA6939;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCta {
    margin-top: 4.5rem;
    border: 1rem solid #FA6939;
  }
}

.p-fv-aboutCta__inner {
  width: 100%;
  padding: 2.5rem 1rem;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #EBEBEB 0.125rem, transparent 0.125rem);
  background-position: 0 0;
  background-size: 1.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCta__inner {
    padding: 1.5rem 1rem;
  }
}

.p-fv-aboutCta__title {
  color: #FA6939;
  font-size: 2.5rem;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCta__title {
    line-height: 1.25;
  }
}
.p-fv-aboutCta__title span {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCta__title span {
    font-size: 4rem;
  }
}

.p-fv-aboutCta__text {
  font-size: 2rem;
  line-height: 2.2;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCta__text {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 0.875rem;
  }
}
.p-fv-aboutCta__text span {
  display: block;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutCta__text span {
    line-height: 1.5;
  }
}

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

.p-fv-worries {
  position: relative;
  width: 100%;
  padding: 5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries {
    padding: 5rem 1rem;
  }
}

.p-fv-worries__illust {
  position: absolute;
  top: 8.4375rem;
  right: 0;
  width: 24.21875%;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__illust {
    display: none;
  }
}

.p-fv-worries__illust02 {
  position: absolute;
  top: 37.875rem;
  left: 0;
  width: 24.53125%;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__illust02 {
    display: none;
  }
}

.p-fv-worries__illust03 {
  position: absolute;
  top: 69rem;
  right: 1.5rem;
  width: 14.53125%;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__illust03 {
    display: none;
  }
}

.p-fv-worries__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 50rem;
  margin: 0rem auto;
  padding: 3.5rem 2.5rem;
  background: #fff;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .p-fv-worries__inner {
    max-width: 28.125rem;
    padding: 2.8125rem 1rem 2.5rem 1rem;
  }
}

.p-fv-worries__title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__title {
    line-height: 1.35;
  }
}
.p-fv-worries__title span {
  position: relative;
  display: inline-block;
  color: #2EA772;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__title span {
    font-size: 4rem;
  }
}

.p-fv-worries__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;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__lists {
    margin-top: 1.75rem;
  }
}

.p-fv-worries__list {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.625rem;
  padding: 1.25rem 0.75rem;
  border-radius: 1rem;
  border: 0.25rem solid #2EA772;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__list.minSp {
    font-size: 1.4375rem;
  }
}
.p-fv-worries__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -1.75rem;
  bottom: -1.4375rem;
  width: 3.1875rem;
  height: 2.875rem;
  background-image: url(../imgs/pc/worries_item.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-fv-worries__list:nth-of-type(even)::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: auto;
  right: -1.75rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-fv-worries__list span {
  color: #2EA772;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__list span {
    font-size: 2.25rem;
  }
}

.p-fv-worries__box {
  width: 100%;
  max-width: 43.1875rem;
  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: 2.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__box {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.125rem;
  }
}

.p-fv-worries__text {
  width: 100%;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
.p-fv-worries__text span {
  position: relative;
  display: inline-block;
  color: #2EA772;
  font-size: 3.5rem;
}
.p-fv-worries__text span::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: -0.3125rem;
  bottom: 0.3125rem;
  width: 100%;
  height: 0.9375rem;
  background: #F9E37C;
}

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

.p-fv-features {
  position: relative;
  width: 100%;
  padding-top: 4.75rem;
  padding-bottom: 5rem;
  background: #FFEBD1;
  border-radius: 7.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-features {
    padding: 4.375rem 1rem 6.25rem 1rem;
    background: #FFEBD1;
    border-radius: 3.5rem;
  }
}

.p-fv-features__character {
  position: absolute;
  z-index: 3;
  left: calc(50% + 19.6875rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.5rem;
  width: 13.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__character {
    left: calc(50% + 6.875rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0.1875rem;
    width: 7.625rem;
  }
}

.p-fv-features__inner {
  position: relative;
  width: 100%;
  max-width: 67.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-features__inner {
    max-width: 28.125rem;
  }
}

.p-fv-features__title {
  text-align: center;
}
.p-fv-features__title .inner {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  padding-bottom: 0.3125rem;
  border-bottom: 0.1875rem solid rgba(250, 105, 57, 0.6);
}
@media screen and (max-width: 767px) {
  .p-fv-features__title .inner {
    font-size: 1.75rem;
  }
}
.p-fv-features__title .inner::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  background-image: url(../imgs/pc/features_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-features__title .inner::before {
    top: 0.625rem;
    width: 3rem;
    height: 3rem;
  }
}
.p-fv-features__title .big {
  display: inline-block;
  color: #FA6939;
  font-size: 4rem;
  background-image: radial-gradient(circle at center, #FA6939 15%, transparent 15%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.3em; /* 縦方向の位置調整 */
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__title .big {
    display: block;
    font-size: 2.5rem;
    padding-top: 0.2em;
    margin-top: 1rem;
    margin-left: 0rem;
  }
}

.p-fv-features__wrapper {
  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: 2.5rem;
  margin-top: 2.5rem;
}

.p-fv-featuresCard {
  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: 2.5rem;
  padding: 3.125rem 2.5rem;
  background: #fff;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-featuresCard {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
    padding: 2.5rem 1rem;
    border-radius: 2.5rem;
  }
}
.p-fv-featuresCard.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-featuresCard.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

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

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

.p-fv-featuresCard__number {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.125rem 0.5rem;
  background: #FA6939;
  border-radius: 0.25rem;
}

.p-fv-featuresCard__title {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 0.5rem;
}
.p-fv-featuresCard__title span {
  color: #FA6939;
  font-size: 2.25rem;
}

.p-fv-featuresCard__text {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 1.125rem;
}

.p-fv-features__button {
  margin: 3.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-features__button {
    margin-top: 2.5rem;
  }
}

.p-fv-flow {
  width: 100%;
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow {
    padding: 5rem 1rem 0rem 1rem;
  }
}

.p-fv-flow__inner {
  width: 100%;
  max-width: 67.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__inner {
    max-width: 28.125rem;
  }
}

.p-fv-flow__title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.p-fv-flow__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2rem;
  }
}

.p-fv-flowCard {
  position: relative;
  width: 100%;
}

.p-fv-flowCard__number {
  position: absolute;
  top: -0.375rem;
  left: 0;
  color: #FA6939;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 600;
}

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

.p-fv-flowCard__title {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flowCard__title {
    margin-top: -0.375rem;
  }
}
.p-fv-flowCard__title span {
  color: #FA6939;
}

.p-fv-flowCard__text {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

.p-fv-faq {
  width: 100%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq {
    padding: 5rem 1rem;
  }
}

.p-fv-faq__inner {
  position: relative;
  width: 100%;
  max-width: 67.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__inner {
    max-width: 28.125rem;
  }
}

.p-fv-faq__illust {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 14.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__illust {
    display: none;
  }
}

.p-fv-faq__title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.p-fv-faq__wrapper {
  width: 100%;
  max-width: 50rem;
  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-left: auto;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__wrapper {
    margin-top: 2.5rem;
  }
}

.p-fv-faq__box {
  width: 100%;
  padding: 1.5rem;
  background: #fff;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__box {
    padding: 1.5rem 1rem;
  }
}

.p-fv-faq__ques {
  position: relative;
  color: #2EA772;
  font-size: 2rem;
  font-weight: 700;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques {
    font-size: 1.5rem;
    padding-left: 2.1875rem;
  }
}
.p-fv-faq__ques::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: 0.25rem;
  left: 0;
  color: #2EA772;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques::before {
    top: 0.125rem;
    font-size: 2rem;
  }
}

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

.p-fv-cta {
  position: relative;
  width: 100%;
  padding-top: 7.5rem;
  padding-bottom: 10rem;
  background: #FFEBD1;
  border-radius: 7.5rem 7.5rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-cta {
    padding: 5rem 1rem 7.5rem 1rem;
    background: #FFEBD1;
    border-radius: 3.5rem 3.5rem 0 0;
  }
}

.p-fv-cta__illust {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__illust {
    width: 69rem;
    left: 52.5%;
    bottom: -1.875rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-fv-cta__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 55.5rem;
  margin: 0rem auto;
}

.p-fv-cta__title {
  color: #FA6939;
  font-size: 3.25rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__title {
    font-size: 2.375rem;
  }
}

.p-fv-cta__wrapper {
  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;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

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

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

.p-diagnosis {
  width: 100%;
  padding: 2.5rem 1rem 3.5rem 1rem;
}

.p-diagnosis__lists {
  position: relative;
  width: 100%;
  max-width: 51.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  margin: 2.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__lists {
    max-width: 21.6875rem;
    gap: 0.25rem;
  }
}
.p-diagnosis__lists::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 12.5rem);
  height: 0.5rem;
  background: #999999;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__lists::before {
    top: 0.875rem;
    width: calc(100% - 5rem);
    height: 0.25rem;
  }
}

.p-diagnosis__list {
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__list {
    font-size: 0.625rem;
  }
}
.p-diagnosis__list span {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.25rem 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;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  background: #999999;
  border: 0.1875rem solid #FFF8ED;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__list span {
    width: 2rem;
    height: 2rem;
    margin: 0 auto 0.1875rem auto;
    font-size: 1.25rem;
    border: 0.075rem solid #FFF8ED;
  }
}
.p-diagnosis__list.on {
  color: #2EA772;
}
.p-diagnosis__list.on span {
  background: #2EA772;
}

.p-diagnosis__box {
  width: 100%;
  max-width: 50rem;
  margin: 3.5rem auto 0rem auto;
  padding: 5rem 2.5rem;
  background: #fff;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-diagnosis__box {
    max-width: 28.125rem;
    margin-top: 2.5rem;
    padding: 3.5rem 1rem;
  }
}

.p-diagnosis__ques {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 500;
  text-indent: -1.1em;
  padding-left: 1.1em;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__ques {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    text-indent: -1.2em;
    padding-left: 1.2em;
  }
}

.p-diagnosis__group {
  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: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

.p-diagnosis__button {
  width: 100%;
  height: 5rem;
  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: #2EA772;
  font-size: 2rem;
  font-weight: 700;
  border: 0.1875rem solid #2EA772;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__button {
    height: 4.1875rem;
    font-size: 1.5rem;
  }
}
.p-diagnosis__button:hover {
  color: #fff;
  background: #2EA772;
}
.p-diagnosis__button.is-selected {
  color: #fff;
  background: #2EA772;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* 質問切り替え直後は hover を無効化する */
.p-diagnosis.is-hover-locked .p-diagnosis__button:hover {
  background-color: inherit;
  color: #2EA772;
}

.p-diagnosis__back {
  position: relative;
  width: 100%;
  max-width: 20rem;
  height: 4rem;
  margin: 3.5rem auto 0rem 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;
  color: #777777;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 1rem;
  border: 0.1875rem solid #777777;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__back {
    margin-top: 2.5rem;
  }
}
.p-diagnosis__back::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
  left: 1rem;
  width: 0.875rem;
  height: 0.875rem;
  border-top: 0.15625rem solid #777;
  border-right: 0.15625rem solid #777;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-diagnosis__back:hover {
  color: #fff;
  background: #777;
  border: 0.1875rem solid #777;
}
.p-diagnosis__back:hover::after {
  border-top: 0.15625rem solid #fff;
  border-right: 0.15625rem solid #fff;
}

.p-result {
  width: 100%;
  padding: 2.5rem 1rem 0rem 1rem;
}

.p-result__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 50rem;
  margin: 2.5rem auto 0rem auto;
  padding: 2.5rem 2.5rem 6.5625rem 2.5rem;
  background: #fff;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-result__inner {
    max-width: 28.125rem;
    padding: 2.5rem 1rem 13.9375rem 1rem;
  }
}

.p-result__illust {
  position: absolute;
  left: 3.375rem;
  bottom: 0rem;
  width: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-result__illust {
    left: calc(50% - 4.25rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 6.125rem;
  }
}

.p-result__illust02 {
  position: absolute;
  right: 1.25rem;
  bottom: 0rem;
  width: 10.875rem;
}
@media screen and (max-width: 767px) {
  .p-result__illust02 {
    right: auto;
    left: calc(50% + 3.25rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 8.25rem;
  }
}

.p-result__character {
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -8.6875rem;
  width: 11.625rem;
}
@media screen and (max-width: 767px) {
  .p-result__character {
    display: none;
  }
}

.p-result__title {
  color: #2EA772;
  font-size: 2.5rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-result__title {
    font-size: 2rem;
    line-height: 1.4375;
  }
}

.p-result__wrapper {
  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: 4rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-result__wrapper {
    gap: 3.5rem;
  }
}

.p-resultCard {
  width: 100%;
}

.p-resultCard__band {
  color: #F78E31;
  font-size: 2.375rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-resultCard__band {
    font-size: 1.625rem;
    margin-top: 1.875rem;
  }
}

.p-resultCard__title {
  color: #fff;
  font-size: 2.25rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  background: #2EA772;
}
@media screen and (max-width: 767px) {
  .p-resultCard__title {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 0.5rem 0;
  }
}

.p-resultCard__box {
  display: none;
  margin-top: 1.25rem;
}
.p-resultCard__box p {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
  overflow-wrap: break-word;
  word-break: break-word;
  margin-bottom: 5rem;
}
.p-resultCard__box p:last-of-type {
  margin-bottom: 0rem;
}
.p-resultCard__box p a {
  color: #2EA772;
  text-decoration: underline;
  overflow-wrap: break-word;
  word-break: break-word;
}
.p-resultCard__box p a:hover {
  opacity: 0.7;
}

.p-resultCard__text {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin-top: 1.25rem;
}
.p-resultCard__text a {
  color: #2EA772;
  text-decoration: underline;
}
.p-resultCard__text a:hover {
  opacity: 0.7;
}

.p-resultCard__button {
  position: relative;
  width: 100%;
  color: #2EA772;
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 700;
  text-align: center;
  padding: 0.375rem 3.625rem;
  border: 0.1875rem solid #2EA772;
  border-radius: 1rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-resultCard__button {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 0.6875rem 3.625rem;
  }
}
.p-resultCard__button.open {
  color: #fff;
}
.p-resultCard__button.open::after {
  content: "閉じる";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #2EA772;
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 700;
}
.p-resultCard__button.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.p-resultCard__button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.8125rem;
  width: 2rem;
  height: 2rem;
}
.p-resultCard__button span::before, .p-resultCard__button span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2rem;
  height: 0.25rem;
  background: #2EA772;
}
.p-resultCard__button span::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-result__button {
  margin: 6.0625rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-result__button {
    margin-top: 5rem;
  }
}

.p-cf7 {
  width: 100%;
  padding: 7.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-cf7 {
    padding: 5rem 1rem;
  }
}
.p-cf7 input::-webkit-input-placeholder, .p-cf7 textarea::-webkit-input-placeholder {
  color: #AAAAAA;
}
.p-cf7 input::-moz-placeholder, .p-cf7 textarea::-moz-placeholder {
  color: #AAAAAA;
}
.p-cf7 input:-ms-input-placeholder, .p-cf7 textarea:-ms-input-placeholder {
  color: #AAAAAA;
}
.p-cf7 input::-ms-input-placeholder, .p-cf7 textarea::-ms-input-placeholder {
  color: #AAAAAA;
}
.p-cf7 input::placeholder,
.p-cf7 textarea::placeholder {
  color: #AAAAAA;
}
.p-cf7 .wpcf7-response-output {
  display: none;
}
.p-cf7 .wpcf7-spinner {
  display: none;
}

.p-cf7-main {
  width: 100%;
  max-width: 67.5rem;
  margin: 0rem auto;
}

.p-cf7-main__title {
  color: #2EA772;
  font-size: 3rem;
  line-height: 1.4583333333;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cf7-main__title {
    font-size: 2.5rem;
    line-height: 1.2083333333;
  }
}

.p-cf7-main__band {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7-main__band {
    font-size: 1.5rem;
    margin-top: 1.875rem;
  }
}

.p-cf7-main__text {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7-main__text {
    font-size: 1.25rem;
    text-align: left;
  }
}

.p-cf7-main__label {
  color: #2EA772;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin-top: 5rem;
}

.p-cf7-main__lists {
  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: 1rem;
  margin-top: 1.25rem;
}
.p-cf7-main__lists a {
  font-size: 1.125rem;
  font-weight: 500;
}
.p-cf7-main__lists a:hover {
  opacity: 0.7;
}

.p-cf7__column {
  width: 100%;
  max-width: 50rem;
  margin: 2.5rem auto 0rem 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: 1.5rem;
}

.p-cf7__box {
  width: 100%;
}

.p-cf7__title {
  width: 100%;
}
.p-cf7__title label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5833333333;
}
@media screen and (max-width: 767px) {
  .p-cf7__title label {
    font-size: 1.375rem;
  }
}
.p-cf7__title label span {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  background: #EE774F;
  border-radius: 0.1875rem;
}

.p-cf7__message {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.p-cf7__input {
  width: 100%;
  margin-top: 0.5rem;
}
.p-cf7__input input {
  display: block;
  width: 100%;
  height: 4rem;
  font-size: 1.5rem;
  padding: 0rem 1rem;
  background: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-cf7__input input {
    font-size: 1.25rem;
  }
}

.p-cf7__checkbox {
  width: 100%;
  min-width: 53.125rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__checkbox {
    min-width: auto;
  }
}
.p-cf7__checkbox .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
}
.p-cf7__checkbox .wpcf7-list-item {
  margin: 0;
}
.p-cf7__checkbox 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.5rem;
  font-size: 1.125rem;
  line-height: 1.6;
  white-space: nowrap;
}
.p-cf7__checkbox label::before {
  content: "";
  position: relative;
  top: 0.0625rem;
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid #A2A1A1;
  background: #ffffff;
}
.p-cf7__checkbox input {
  display: none;
}
.p-cf7__checkbox input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.0625rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid #A2A1A1;
  border-radius: 0rem;
  background: #A2A1A1;
}
.p-cf7__checkbox input:checked ~ span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.0625rem);
  left: 0.4375rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.75rem;
  border: solid #fff;
  border-width: 0 0.15625rem 0.15625rem 0;
}
.p-cf7__checkbox input[type=text] {
  display: block;
  width: 19.25rem;
  height: 1.875rem;
  font-size: 1rem;
  padding: 0rem 0.625rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-cf7__checkbox input[type=text] {
    width: 100%;
  }
}
.p-cf7__checkbox input[type=text]:disabled {
  display: none;
}
.p-cf7__checkbox .has-free-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.p-cf7__textarea {
  position: relative;
  width: 100%;
  margin-top: 0.5rem;
}
.p-cf7__textarea textarea {
  width: 100%;
  height: 7.125rem;
  font-size: 1.125rem;
  background: #fff;
  padding: 1rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.16);
  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: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-cf7__acceptance .wpcf7-list-item {
  margin: 0 !important;
}
.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;
  top: 0.1875rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #777777;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance label::before {
    top: 0.3125rem;
  }
}
.p-cf7__acceptance input {
  display: none;
}
.p-cf7__acceptance input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.1875rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #777777;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance input:checked ~ span::before {
    top: calc(50% + 0.3125rem);
  }
}
.p-cf7__acceptance input:checked ~ span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.0625rem);
  left: 0.5rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.875rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance input:checked ~ span::after {
    top: calc(50% + 0.1875rem);
  }
}
.p-cf7__acceptance p {
  font-size: 1.5rem;
  line-height: 1.52;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance p {
    font-size: 1.25rem;
  }
}
.p-cf7__acceptance p a {
  text-decoration: underline;
}
.p-cf7__acceptance p a:hover {
  opacity: 0.7;
}

.p-cf7__submit input {
  position: relative;
  top: 0rem;
  width: 100%;
  max-width: 25rem;
  height: 5rem;
  margin: 2.1875rem 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;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background: #F78E31;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.25rem 0 #4D2501;
          box-shadow: 0 0.25rem 0 #4D2501;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cf7__submit input:hover {
  top: 0.25rem;
  background: #4D2501;
  -webkit-box-shadow: 0 0 0 #4D2501;
          box-shadow: 0 0 0 #4D2501;
}

.wpcf7 .wpcf7-submit:disabled {
  top: 0rem;
  background: #F78E31;
  -webkit-box-shadow: 0 0.25rem 0 #4D2501;
          box-shadow: 0 0.25rem 0 #4D2501;
}

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

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

.p-cf7-supplement {
  width: 100%;
  max-width: 50rem;
  margin: 7.5rem auto 0rem auto;
  padding: 3rem 2.5rem 5rem;
  background: #fff;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}
.p-cf7-supplement__lists {
  margin: 2rem 0rem 0rem;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  overflow-wrap: break-word;
  word-break: break-word;
  text-align: center;
}
.p-cf7-supplement__lists li {
  margin-bottom: 0.6rem;
}
.p-cf7-supplement__lists li:last-child {
  margin-bottom: 0rem;
}
.p-cf7-supplement__lists a {
  text-decoration: underline;
}
.p-cf7-supplement__lists a:hover {
  opacity:0.7;
}

.p-thanks {
  width: 100%;
  padding: 2.5rem 1rem 7.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 2.5rem 1rem 5rem 1rem;
  }
}

.p-thanks__inner {
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin: 2.5rem auto 0rem auto;
  padding: 2.5rem 2.5rem 13.75rem 2.5rem;
  background: #fff;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    max-width: 28.125rem;
    padding: 2.5rem 1rem 12.5rem 1rem;
  }
}

.p-thanks__illust {
  position: absolute;
  left: 13.25rem;
  bottom: 0rem;
  width: 9.9375rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__illust {
    left: calc(50% - 4.375rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 7.95rem;
  }
}

.p-thanks__illust02 {
  position: absolute;
  right: 13.25rem;
  bottom: 0rem;
  width: 7.9375rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__illust02 {
    right: auto;
    left: calc(50% + 4.375rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 6.35rem;
  }
}

.p-thanks__text {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 1.25rem;
  }
}

.p-page {
  width: 100%;
  padding: 2.5rem 1rem 6.25rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-page {
    padding: 2.5rem 1rem 5rem 1rem;
  }
}

.p-page__inner {
  position: relative;
  width: 100%;
  max-width: 56.25rem;
  margin: 2.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-page__inner {
    max-width: 28.125rem;
  }
}

.p-404 {
  width: 100%;
  padding: 2.5rem 1rem 7.5rem 1rem;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-404 {
    min-height: 100svh;
  }
}

.p-404__title {
  color: #2EA772;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-404__title {
    font-size: 2rem;
    margin-top: 2.5rem;
  }
}

.p-404__text {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 1.125rem;
    margin-top: 1.875rem;
  }
}

.p-404__button {
  margin: 3.75rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-404__button {
    margin-top: 3.125rem;
  }
}

@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;
  }
}/*# sourceMappingURL=style.css.map */