/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
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;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
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;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
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;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 1441px) {
  html {
    font-size: 1.1111111111vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  padding-right: 0rem;
  padding-left: 0rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -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 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.75rem;
    padding: 0 0.9375rem;
  }
}

.l-header__logo {
  width: 13.25rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 9.3125rem;
  }
}

.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;
}
@media screen and (max-width: 767px) {
  .l-header__box {
    display: none;
  }
}

.l-header__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: 2rem;
  margin-right: 2.1875rem;
}

.l-header__link {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.l-header__button {
  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: 12.875rem;
  height: 2.25rem;
  border-radius: 2.5rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  background: #F6A45A;
}

.l-header.scrolled {
  background: #fff;
}
.l-header.scrolled .l-header__link {
  color: #333333;
}

.l-header-navSp {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  max-width: 15.875rem;
  padding: 2rem 0.625rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-navSp.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.l-header-navSp__img {
  display: block;
  width: 100%;
  max-width: 9.375rem;
  margin: 0 auto;
}

.l-header-navSp__lists {
  margin-top: 1.875rem;
  text-align: center;
}

.l-header-navSp__list {
  margin-top: 1.875rem;
}
.l-header-navSp__list:first-of-type {
  margin-top: 0rem;
}

.l-header-navSp__link {
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
}

.l-header-navSp__button {
  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: 11.875rem;
  height: 2.3125rem;
  border-radius: 2.5rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  background: #F6A45A;
  margin: 1.875rem auto 0 auto;
}

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

.l-footer {
  width: 100%;
  max-width: 100%;
  background: #04955D;
  padding: 1rem 0 0.9375rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0.75rem 0;
  }
}
.l-footer__cope {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__cope {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
  }
}

.c-title {
  position: relative;
  color: #04955D;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}
.c-title span {
  display: block;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-title span {
    font-size: 1rem;
  }
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    cursor: pointer;
    position: fixed;
    top: 1.25rem;
    right: 0.9375rem;
    display: block;
    width: 1.25rem;
    height: 1.125rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 999;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  width: 1.25rem;
  height: 2px;
  left: 0rem;
  background: #fff;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-child(1) {
  top: 0rem;
}
.c-hamburger span:nth-child(2) {
  top: 0.53125rem;
}
.c-hamburger span:nth-child(3) {
  top: 1.0625rem;
}

.c-hamburger.scrolled span {
  background: #333333;
}

.c-hamburger.active span:nth-child(1) {
  top: 0.625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #333333;
}

.c-hamburger.active span:nth-child(2) {
  display: none;
}

.c-hamburger.active span:nth-child(3) {
  top: 0.625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #333333;
}

.p-fv {
  position: relative;
  width: 100%;
}
.p-fv::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 61.375rem;
  height: 47.5rem;
  background-image: url(../../images/lp/fv_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv::before {
    width: 19.4375rem;
    height: 20.0625rem;
    background-image: url(../../images/lp/fv_bg_sp.png);
  }
}

.p-fv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 67.5rem;
  min-height: 47.5rem;
  margin: 0 auto;
  padding-top: 10.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    max-width: 67.5rem;
    min-height: auto;
    padding-top: 4.25rem;
    padding-bottom: 1.5rem;
  }
}

.p-fv__text {
  font-size: 1.25rem;
  line-height: 1.67;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    padding: 0 0.9375rem;
    margin-top: 1rem;
    line-height: 1.5;
  }
}
.p-fv__text .green {
  color: #04955D;
}
.p-fv__text .italic {
  display: inline-block;
  font-size: 1.75rem;
  line-height: 1;
  font-style: italic;
  margin-right: 0.1875rem;
}

.p-fv__button {
  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: 0.625rem;
  width: 21.375rem;
  height: 4.375rem;
  border-radius: 2rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  background: #F6A45A;
  padding-left: 0.5625rem;
  margin-top: 2.25rem;
  margin-left: 5.1875rem;
  -webkit-box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.16);
}

/* lineの場合は背景色を変える（現状LP02のみ） */
.p-fv__button.bg_line {
  background: #00B900;
}
@media screen and (max-width: 767px) {
  .p-fv__button {
    gap: 0.625rem;
    width: 20.125rem;
    height: 4.125rem;
    margin: 0 auto;
    margin-top: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main--has-floating-cta.is-floating-active {
    padding-bottom: 6.25rem;
  }
}
.lp-floating-cta-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-floating-cta-sp {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 1.25rem;
    padding: 0 1rem;
    z-index: 4000;
  }
  .lp-floating-cta-sp__button {
    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: 0.625rem;
    width: 100%;
    max-width: 20.125rem;
    margin: 0 auto;
    height: 4.125rem;
    border-radius: 2rem;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 500;
    background: #00B900;
    -webkit-box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .lp-floating-cta-sp__button.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .lp-floating-cta-sp__button::after {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.125rem solid #ffffff;
    border-right: 0.125rem solid #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .lp02-sp-hidden {
    display: none !important;
  }
}
.p-fv__button::after {
  content: "";
  position: relative;
  display: inline-block;
  top: 0.0625rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #ffffff;
  border-right: 0.125rem solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv__imgBox {
  position: absolute;
  z-index: 1;
  top: 18.4210526316%;
  right: 2.5rem;
  width: 51.3888888889%;
  max-width: 46.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__imgBox {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: -0.4375rem;
  }
}

.p-fv-speech {
  position: relative;
  width: 100%;
  max-width: 33rem;
  background: #04955D;
  text-align: center;
  border-radius: 0.3125rem;
  padding: 0.75rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-speech {
    max-width: 21.5625rem;
    margin: 0 auto;
  }
}
.p-fv-speech::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.6875rem 1rem 0 1rem;
  border-color: #04955D transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-fv-speech::before {
    bottom: -1.4375rem;
    border-width: 1.5625rem 0.625rem 0 0.625rem;
  }
}

.p-fv-speech__text {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-fv-speech__text {
    font-size: 1.25rem;
  }
}
.p-fv-speech__text .yellow {
  color: #F9F354;
}
.p-fv-speech__text .min {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-speech__text .min {
    font-size: 0.875rem;
  }
}

.p-fv-crown {
  width: 100%;
  max-width: 31.6875rem;
  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;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-crown {
    max-width: 21.5625rem;
    margin: 1.25rem auto 0 auto;
  }
}

.p-fv-crown__img {
  display: block;
  width: 100%;
  max-width: 10.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-crown__img {
    max-width: 6.875rem;
  }
}

.p-fv-men {
  position: absolute;
  right: 2.1875rem;
  bottom: -3.125rem;
  width: 100%;
  max-width: 15.4375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-men {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 21.5625rem;
    margin: -4.5rem auto 0 auto;
  }
}

.p-trouble {
  position: relative;
  width: 100%;
  background: #E9E9E9;
}

.p-trouble__inner {
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
  padding: 3.75rem 0 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-trouble__inner {
    padding: 2.8125rem 0 2.5rem 0;
  }
}

.p-trouble__img {
  position: relative;
  right: 5rem;
  width: 100%;
  max-width: 49.5625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-trouble__img {
    right: auto;
    max-width: 100%;
  }
}

.p-trouble__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-trouble__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0 0.9375rem;
  }
}

.p-trouble__column {
  width: 100%;
  background: #FFFFFF;
}

.p-trouble__subTitle {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5833333333;
  font-weight: 700;
  text-align: center;
  background: #333333;
  padding: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-trouble__subTitle {
    font-size: 1.25rem;
  }
}

.p-trouble__box {
  width: 100%;
  padding: 1.25rem 1.25rem 1.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-trouble__box {
    padding: 1.25rem 0.5rem 1.25rem 0.5rem;
  }
}

.p-trouble__item {
  width: 100%;
}

.p-trouble__text {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-trouble__text {
    margin-top: 0.75rem;
  }
}
.p-trouble__text_mt {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-trouble__text_mt {
    margin-top: 0.75rem;
  }
}

.p-trouble-item {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5rem 0;
  background-image: url(../../images/lp/trouble_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-trouble-item {
    padding: 3rem 0.625rem 3rem 0.9375rem;
    background-image: url(../../images/lp/trouble_bg_sp.png);
  }
}
.p-trouble-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: -2.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.3125rem 2.71875rem 0 2.71875rem;
  border-color: #4F4F4F transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-trouble-item::before {
    bottom: -2.3125rem;
    border-width: 2.375rem 2.28125rem 0 2.28125rem;
    border-color: #191919 transparent transparent transparent;
  }
}

.p-trouble-item__title {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-trouble-item__title {
    font-size: 1.5rem;
  }
}
.p-trouble-item__title span {
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-item__title span {
    font-size: 2rem;
  }
}
.p-trouble-item__title span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.4375rem;
  width: 100%;
  height: 0.25rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-trouble-item__title span::after {
    bottom: -0.3125rem;
  }
}

.p-trouble-item__lists {
  width: 100%;
  max-width: 65rem;
  margin: 4rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-trouble-item__lists {
    margin: 2.5rem auto 0 auto;
  }
}

.p-trouble-item__list {
  position: relative;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 2.125rem;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-item__list {
    padding-left: 2rem;
    margin-bottom: 0.75rem;
  }
}
.p-trouble-item__list:last-of-type {
  margin-bottom: 0rem;
}
.p-trouble-item__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.1875rem;
  left: 0;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(../../images/lp/check_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-trouble-item__list::before {
    top: -0.1875rem;
  }
}
.p-trouble-item__list span {
  font-size: 1.25rem;
  font-weight: 500;
  text-shadow: 1px 1px 0 #04955D, -1px -1px 0 #04955D, -1px 1px 0 #04955D, 1px -1px 0 #04955D, 1px 0 0 #04955D, -1px 0 0 #04955D, 0 1px 0 #04955D, 0 -1px 0 #04955D;
}
@media screen and (max-width: 767px) {
  .p-trouble-item__list span {
    font-size: 1.125rem;
  }
}

.p-stop {
  width: 100%;
  background: #EEF4F2;
}

.p-stop__inner {
  position: relative;
  width: 100%;
  padding: 10.9375rem 0 4.5625rem 0;
  margin-top: -10rem;
}
@media screen and (max-width: 767px) {
  .p-stop__inner {
    margin-top: -11.25rem;
    padding: 12.1875rem 0 0rem 0;
  }
}
.p-stop__inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 26.375rem;
  height: 33.9375rem;
  background-image: url(../../images/lp/stop_bg03.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-stop__inner::before {
    width: 18.0625rem;
    height: 14.0625rem;
    background-image: url(../../images/lp/stop_bg03_sp.png);
  }
}
.p-stop__inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 21.3125rem;
  height: 16.5625rem;
  background-image: url(../../images/lp/stop_bg04.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-stop__inner::after {
    width: 13.5rem;
    height: 14rem;
    background-image: url(../../images/lp/stop_bg04_sp.png);
  }
}

.p-stop__wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
  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;
}
@media screen and (max-width: 767px) {
  .p-stop__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-stop__box {
  width: 100%;
  max-width: 26.25rem;
}
@media screen and (max-width: 767px) {
  .p-stop__box {
    max-width: 100%;
    padding: 0 0.9375rem 0 1.25rem;
  }
}

.p-stop__text {
  font-size: 1rem;
  line-height: 1.5;
}

.p-stop__bigText {
  color: #04955D;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 700;
  margin: 0.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-stop__bigText {
    margin: 0.9375rem 0;
  }
}

.p-stop__img {
  position: relative;
  left: 1rem;
  width: 100%;
  max-width: 26.875rem;
}
@media screen and (max-width: 767px) {
  .p-stop__img {
    left: 0;
    max-width: 100%;
  }
}

.p-stop-item {
  width: 100%;
  padding-top: 3.625rem;
  background-image: url(../../images/lp/stop_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-stop-item {
    padding-top: 2.375rem;
    background-image: url(../../images/lp/stop_bg_sp.png);
  }
}

.p-stop-item__text {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.9285714286;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-stop-item__text {
    font-size: 1.25rem;
    line-height: 2.2;
  }
}
.p-stop-item__text .green {
  display: inline-block;
  background: #04955D;
  padding: 0rem 0.3125rem;
  font-weight: 700;
  margin-right: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-stop-item__text .green {
    line-height: 1.75;
  }
}
.p-stop-item__text .bar {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(245, 130, 32, 0.6)));
  background: linear-gradient(transparent 80%, rgba(245, 130, 32, 0.6) 80%);
}

.p-stop-item__bigText {
  width: 100%;
  max-width: 40rem;
  padding: 2.875rem 0rem 6.25rem 0rem;
  margin: 0 auto;
  padding-top: 3.625rem;
  background-image: url(../../images/lp/stop_bg02.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 900;
  text-shadow: 0.25rem 0.25rem 1.25rem rgba(255, 253, 253, 0.77);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-stop-item__bigText {
    background-image: url(../../images/lp/stop_bg02_sp.png);
    font-size: 1.875rem;
    line-height: 1.8;
    padding: 1.375rem 0rem 2.8125rem 0rem;
    margin-top: -0.625rem;
  }
}

.p-stop-solution {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-stop-solution {
    max-width: 21.5625rem;
  }
}
.p-stop-solution::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.375rem 27.5rem 0 27.5rem;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-stop-solution::after {
    border-width: 2rem 10.78125rem 0 10.78125rem;
  }
}

.p-stop-solution__inner {
  width: 100%;
  background: #fff;
  padding: 2rem 0 1.375rem 0;
  margin-top: -3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-stop-solution__inner {
    padding: 1.125rem 0 0.625rem 0;
    margin-top: -1.25rem;
  }
}

.p-stop-solution__text {
  font-size: 1.75rem;
  line-height: 1.3571428571;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-stop-solution__text {
    font-size: 1.25rem;
    line-height: 1.9;
  }
}

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

.p-stop-solution__title {
  font-size: 1.75rem;
  line-height: 1.3571428571;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-stop-solution__title {
    font-size: 1.5rem;
    line-height: 1.5833333333;
  }
}

.p-stop-solution__img {
  width: 100%;
  max-width: 13.25rem;
}

.p-info {
  width: 100%;
  background: #04955D;
}

.p-info__inner {
  width: 100%;
  padding: 3rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-info__inner {
    padding: 2.1875rem 0rem;
  }
}

.p-info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-info__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.25rem;
  }
}

.p-info__title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-info__title {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.p-info__img {
  width: 13.25rem;
}

.p-info__button {
  display: block;
  width: 100%;
  max-width: 25.375rem;
  margin: 1.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-info__button {
    max-width: 20.625rem;
    margin: 1.4375rem auto 0 auto;
  }
}

.p-features {
  width: 100%;
  background: #EEF4F2;
}

.p-features__inner {
  width: 100%;
  padding: 6.25rem 0rem 11.875rem 0;
}
@media screen and (max-width: 767px) {
  .p-features__inner {
    padding: 2.5rem 0rem;
  }
}

.p-features__column {
  position: relative;
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-features__column {
    margin-top: 2.5rem;
  }
}
.p-features__column_mt140 {
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-features__column_mt140 {
    margin-top: 2rem;
  }
}
.p-features__column_mt185 {
  margin-top: 11.5625rem;
}
@media screen and (max-width: 767px) {
  .p-features__column_mt185 {
    margin-top: 2rem;
  }
}

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

.p-features__group {
  width: 100%;
  max-width: 38.5rem;
}
@media screen and (max-width: 767px) {
  .p-features__group {
    max-width: 100%;
    padding: 0 0.9375rem;
  }
}
.p-features__group_reverse {
  margin-left: auto;
}

.p-features__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  color: #04955D;
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-features__title {
    gap: 0.5rem;
    font-size: 1.75rem;
    line-height: 1.6428571429;
  }
}
.p-features__title span {
  font-family: "Montserrat Alternates", sans-serif;
  color: rgba(4, 149, 93, 0.46);
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-features__title span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-features__title_sp {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.1428571429;
    margin-bottom: 0.3125rem;
  }
  .p-features__title_sp span {
    position: relative;
    top: -0.375rem;
  }
}

.p-features__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-features__text {
    margin-top: 0.75rem;
  }
}
.p-features__text_min {
  font-size: 0.875rem;
  margin-top: 0.75rem;
}
.p-features__text span {
  color: #04955D;
  font-weight: 700;
}

.p-features__item {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 1.25rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-features__item {
    width: 100%;
    margin-top: 0.75rem;
    padding: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-features__item_sp {
    padding: 0.75rem 0rem 2.8125rem 0.4375rem;
  }
}

.p-features__textList {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-features__textList span {
  font-size: 0.6875rem;
}
.p-features__textList_weight {
  line-height: 2;
  font-weight: 500;
}

.p-features__comment {
  position: absolute;
  bottom: 0;
  left: 23.75rem;
  font-size: 0.625rem;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-features__comment {
    bottom: 0.75rem;
    right: 0.4375rem;
    left: auto;
  }
}

.p-features__lists {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-features__lists {
    margin-top: 0.75rem;
  }
}

.p-features__list {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-features__list {
    padding-left: 1.375rem;
  }
}
.p-features__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.1875rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../../images/lp/check_icon_black.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-features__list span {
  color: #04955D;
  font-weight: 700;
}

.p-features__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 43.6111111111%;
}
@media screen and (max-width: 767px) {
  .p-features__img {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    right: auto;
    width: 100%;
    margin-top: 0.4375rem;
  }
}

.p-features__img02 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 41.9444444444%;
}
@media screen and (max-width: 767px) {
  .p-features__img02 {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    left: auto;
    width: 100%;
    margin-top: 0.4375rem;
  }
}

.p-features__img03 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 43.75%;
}
@media screen and (max-width: 767px) {
  .p-features__img03 {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    right: auto;
    width: 100%;
    margin-top: 0.4375rem;
  }
}

.p-features__img04 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 37.3611111111%;
}
@media screen and (max-width: 767px) {
  .p-features__img04 {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    left: auto;
    width: 100%;
    max-width: 21.75rem;
    margin-top: 0.4375rem;
  }
}

.p-member {
  width: 100%;
  background: #EEF4F2;
}

.p-member__inner {
  width: 100%;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-member__inner {
    padding: 2.5rem 0.4375rem;
  }
}

.p-member__band {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-member__band {
    margin-top: 2rem;
  }
}
.p-member__band span {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 500;
  padding: 0 1.25rem;
  background: #04955D;
}
@media screen and (max-width: 767px) {
  .p-member__band span {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    padding: 0.5rem 0rem;
  }
}

.p-member__band02 {
  text-align: center;
  margin-top: 0.5rem;
}
.p-member__band02 span {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 500;
  padding: 0 3rem;
  background: #04955D;
}
@media screen and (max-width: 767px) {
  .p-member__band02 span {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    padding: 0.5rem 0rem;
  }
}

.p-member__band03 {
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-member__band03 {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin-top: 1.25rem;
  }
}

.p-member__wrapper {
  width: 100%;
  max-width: 55rem;
  margin: 2.5rem 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-member__wrapper {
    margin: 1.25rem auto 0 auto;
    padding: 0 0.5rem;
  }
}

.p-member__column {
  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) {
  .p-member__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}

.p-member__img {
  width: 100%;
  max-width: 14.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-member__img {
    margin: 0 auto;
  }
}

.p-member__text {
  width: 100%;
  max-width: 38.4375rem;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-member__text {
    max-width: 100%;
  }
}
.p-member__text span {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(245, 130, 32, 0.4)));
  background: linear-gradient(transparent 80%, rgba(245, 130, 32, 0.4) 80%);
}

.p-report {
  width: 100%;
  background-image: url(../../images/lp/report_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-report {
    background-image: url(../../images/lp/report_bg_sp.png);
  }
}

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

.p-report__band {
  width: 100%;
  max-width: 55rem;
  margin: 4rem auto 0 auto;
  background: #EEF4F2;
  padding: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-report__band {
    max-width: 21.5625rem;
    margin: 2rem auto 0 auto;
    padding: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.p-report__wrapper {
  width: 100%;
  max-width: 68.75rem;
  margin: 1rem 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-report__wrapper {
    margin: 1.25rem auto 0 auto;
    gap: 1.25rem;
    padding: 0 1.0625rem 0 0.5625rem;
  }
}

.p-report__img {
  width: 100%;
}

.p-voice {
  width: 100%;
  background: #FAFAFA;
}

.p-voice__inner {
  width: 100%;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    padding: 2.5rem 0.9375rem;
  }
}

.p-voice__wrapper {
  width: 100%;
  max-width: 55rem;
  margin: 2rem 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: 1.5rem;
}

.p-voice__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 3.375rem;
  background: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.625rem rgba(0, 0, 0, 0.16);
          box-shadow: 0.125rem 0.125rem 0.625rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-voice__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 1.25rem 1rem;
    gap: 0.625rem;
  }
}

.p-voice__man {
  width: 100%;
  max-width: 7.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-voice__man {
    margin: 0 auto;
  }
}
.p-voice__man p {
  text-align: center;
  font-size: 0.75rem;
  line-height: 2;
  margin-top: 0.25rem;
}

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

.p-voice__title {
  color: #04955D;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    line-height: 1.5;
  }
}

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

.p-faq {
  width: 100%;
}

.p-faq__inner {
  width: 100%;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding: 2.5rem 0.9375rem;
  }
}

.p-faq__wrapper {
  width: 100%;
  max-width: 55rem;
  margin: 2rem 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: 1rem;
}

.p-faq__column {
  width: 100%;
}

.p-faq__q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  color: #04955D;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 1.125rem 1.25rem 0.75rem 1.25rem;
  background: #EEF4F2;
}
@media screen and (max-width: 767px) {
  .p-faq__q {
    gap: 0.625rem;
    padding: 0.75rem 0.625rem;
  }
}
.p-faq__q span {
  position: relative;
  top: -0.25rem;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #04955D;
  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;
}
@media screen and (max-width: 767px) {
  .p-faq__q span {
    top: -0.125rem;
  }
}

.p-faq__box {
  padding: 0.5rem 1.25rem;
  border: 1px solid rgba(4, 149, 93, 0.6);
}
@media screen and (max-width: 767px) {
  .p-faq__box {
    padding: 0.75rem 0.625rem;
  }
}

.p-faq__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-faq__text {
    gap: 0.625rem;
  }
}
.p-faq__text span {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #EEF4F2;
  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: #333333;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .u-change_pc {
    display: none;
  }
}
.u-change_md {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-change_md {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */
