@media screen and (max-width: 1439px) and (min-width: 767px) {
  html {
    font-size: min(1600 / 1440 * 1vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: clamp(12px, 1600 / 390 * 1vw, 16px);
  }
}

body {
  color: #444;
  font-family: "Zen Old Mincho", serif;
  background: #ffffff;
  font-style: normal;
  line-height: normal;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #444;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

img,
svg {
  width: 100%;
  height: 100%;
}

button {
  color: inherit;
  background: transparent;
}

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

.l-inner {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1440px;
  height: inherit;
  padding: 0 13.75rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 600px;
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner.--service {
    max-width: 600px;
    padding: 0 0.75rem;
  }
}
.l-inner.--returned {
  max-width: 1479px;
  padding-left: 12.4375rem;
  padding-right: 12.625rem;
}
@media screen and (max-width: 767px) {
  .l-inner.--returned {
    width: 100%;
    max-width: 600px;
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner.--price {
    width: 100%;
    max-width: 600px;
    padding: 0 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner.--compare {
    width: 100%;
    max-width: 600px;
    padding: 0 0.5rem;
  }
}

.l-inner__narrow {
  max-width: 55rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 3.125rem;
    max-width: 100%;
  }
}

.l-section,
.l-section--green {
  position: relative;
  overflow: hidden;
  padding-block: 3.75rem;
  background: url("../img/section-bg.webp") lightgray 50% / cover no-repeat;
}
@media screen and (max-width: 767px) {
  .l-section,
  .l-section--green {
    padding-block: 1.875rem;
  }
}
.l-section--green {
  background: #33783c;
}

.l-footer {
  padding-block: 1.875rem;
  text-align: center;
  color: #444 !important;
  font-weight: 600;
  line-height: 1.2;
  background: url("../img/bg_footer.webp") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 1.25rem;
  }
}

.l-footer__title {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__title {
    font-size: 1rem;
  }
}

.l-footer__text {
  margin-top: 1.875rem;
  font-size: max(12px, 1rem);
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    font-size: 0.75rem;
  }
}

.l-green {
  background-color: #33783c;
}

.c-btn {
  display: block !important;
  margin-inline: auto;
  width: 24.375rem !important;
  padding: 1.5625rem 1.25rem 1.625rem !important;
  border-radius: 1.25rem !important;
  border: 0.1875rem solid #134d7e !important;
  background: #ffffff !important;
  box-shadow: 0.25rem 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25) !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 120% !important;
  transition: border 0.3s ease, color 0.3s ease, background-color 0.3s ease !important;
  cursor: pointer !important;
}
@media (any-hover: hover) {
  .c-btn:hover {
    background-color: #134d7e !important;
    border: 0.1875rem solid #fff !important;
    color: #fff !important;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: min(100%, 16.25rem) !important;
    padding: 0.8125rem 1.25rem 0.8125rem !important;
  }
}
.c-btn.--contact {
  width: min(100%, 21.875rem) !important;
  padding: 0.9375rem 1.25rem 0.875rem !important;
}
@media (min-width: 768px) {
  .c-btn.--fv {
    font-size: 2.1875rem !important;
  }
}
@media screen and (max-width: 767px) {
  .c-btn.--fv {
    width: 16.625rem !important;
    padding-bottom: 0.625rem !important;
  }
}

.c-title,
.c-title--white {
  text-align: center;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 1rem;
  outline-offset: 0.625rem;
  margin: 0.6875rem;
  outline: 0.0625rem solid #33783c;
  border: 0.0625rem solid #33783c;
}
@media screen and (max-width: 767px) {
  .c-title,
  .c-title--white {
    font-size: 1.5rem;
    padding-block: 0.8125rem;
    outline-offset: 0.3125rem;
    margin: 0.375rem;
    padding-inline: 0;
    white-space: nowrap;
  }
}
.c-title--white {
  color: #ffffff;
  outline: 0.0625rem solid #ffffff;
  border: 0.0625rem solid #ffffff;
}
.c-title.--problem,
.--problem.c-title--white {
  outline: initial;
  border: initial;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-title.--problem,
  .--problem.c-title--white {
    font-size: 1.25rem;
    flex-direction: column;
    gap: 1.25rem;
    line-height: 120%;
  }
}
.c-title.--problem::before,
.--problem.c-title--white::before,
.c-title.--problem::after,
.--problem.c-title--white::after {
  content: "";
  background-color: #ffffff;
  display: block;
  width: 5.625rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .c-title.--problem::before,
  .--problem.c-title--white::before,
  .c-title.--problem::after,
  .--problem.c-title--white::after {
    width: 5rem;
  }
}
.c-title.--problem::before,
.--problem.c-title--white::before {
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-title.--problem::before,
  .--problem.c-title--white::before {
    display: none;
  }
}
.c-title.--problem::after,
.--problem.c-title--white::after {
  margin-left: 0.625rem;
}
.c-title.--solution,
.--solution.c-title--white {
  padding-inline: 0.5625rem;
  padding-block: 1.0625rem;
  line-height: 133%;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-title.--solution,
  .--solution.c-title--white {
    font-size: 1.25rem;
    letter-spacing: -0.0625rem;
    padding-inline: 0rem;
    padding-block: 0.625rem;
  }
}
.c-title.--service,
.--service.c-title--white {
  padding-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-title.--service,
  .--service.c-title--white {
    font-size: 1.25rem;
    max-width: 21.1875rem;
    margin-inline: auto;
    padding-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (390px <= width) {
  .c-title.--service,
  .--service.c-title--white {
    max-width: calc(100% - 1.75rem);
  }
}
.c-title.--returned,
.--returned.c-title--white {
  outline: initial;
  border: initial;
  display: flex;
  gap: 1.875rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-block: 0;
}
@media screen and (max-width: 767px) {
  .c-title.--returned,
  .--returned.c-title--white {
    font-size: 1rem;
    gap: 0.625rem;
    line-height: 120%;
  }
}
.c-title.--returned::before,
.--returned.c-title--white::before,
.c-title.--returned::after,
.--returned.c-title--white::after {
  content: "";
  background-color: #ffffff;
  display: block;
  width: 5.625rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .c-title.--returned::before,
  .--returned.c-title--white::before,
  .c-title.--returned::after,
  .--returned.c-title--white::after {
    width: 5.625rem;
  }
}
.c-title.--returned::before,
.--returned.c-title--white::before {
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-title.--returned::before,
  .--returned.c-title--white::before {
    margin-right: 0;
  }
}
.c-title.--returned::after,
.--returned.c-title--white::after {
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-title.--returned::after,
  .--returned.c-title--white::after {
    margin-left: 0;
  }
}
.c-title.--merit,
.--merit.c-title--white {
  padding-top: 0.5625rem;
  padding-bottom: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .c-title.--merit,
  .--merit.c-title--white {
    font-size: 1.25rem;
    padding-block: 0.8125rem;
  }
}
.c-title.--point,
.--point.c-title--white {
  padding-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-title.--point,
  .--point.c-title--white {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title.--map,
  .--map.c-title--white {
    font-size: 1.25rem;
    padding-block: 0.8125rem;
    line-height: 120%;
  }
}
.c-title.--price,
.--price.c-title--white {
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-title.--price,
  .--price.c-title--white {
    padding-bottom: 0.5rem;
  }
}
.c-title.--price-h3,
.--price-h3.c-title--white {
  outline: initial;
  border: initial;
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-block: 0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-title.--price-h3,
  .--price-h3.c-title--white {
    font-size: 1.25rem;
    translate: -0.375rem 20px;
    gap: 0.625rem;
    line-height: 120%;
  }
  .c-title.--price-h3.js-show,
  .--price-h3.js-show.c-title--white {
    translate: -0.375rem 0;
  }
}
.c-title.--price-h3::before,
.--price-h3.c-title--white::before,
.c-title.--price-h3::after,
.--price-h3.c-title--white::after {
  content: "";
  background-color: #ffffff;
  display: block;
  width: 5.625rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .c-title.--price-h3::before,
  .--price-h3.c-title--white::before,
  .c-title.--price-h3::after,
  .--price-h3.c-title--white::after {
    width: 4.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title.--price-h3::before,
  .--price-h3.c-title--white::before {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-title.--price-h3::after,
  .--price-h3.c-title--white::after {
    margin-left: 0;
  }
}
.c-title.--compare,
.--compare.c-title--white {
  padding-block: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-title.--compare,
  .--compare.c-title--white {
    font-size: 1.375rem;
    line-height: 141%;
    padding-bottom: 0.375rem;
    padding-top: 0.375rem;
    margin-inline: 1.0625rem;
  }
}
.c-title .--40,
.c-title--white .--40 {
  font-size: max(12px, 2.5rem);
}
@media screen and (max-width: 767px) {
  .c-title .--40,
  .c-title--white .--40 {
    font-size: 1.25rem;
  }
}
.c-title .--36,
.c-title--white .--36 {
  font-size: max(12px, 2.25rem);
}
@media screen and (max-width: 767px) {
  .c-title .--36,
  .c-title--white .--36 {
    font-size: 1.25rem;
  }
}
.c-title .--green,
.c-title--white .--green {
  color: #006c0e;
}

.p-contact__deco,
.p-contact__deco--right,
.p-contact__deco--left02,
.p-contact__deco--left01 {
  width: 18.25rem;
  height: 10.375rem;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-contact__deco,
  .p-contact__deco--right,
  .p-contact__deco--left02,
  .p-contact__deco--left01 {
    width: 5.4375rem;
    height: 3.125rem;
  }
}
.p-contact__deco--left01 {
  top: 11.4375rem;
  right: calc(50% + 33.125rem);
}
@media screen and (max-width: 767px) {
  .p-contact__deco--left01 {
    top: 4.125rem;
    right: unset;
    left: -1.375rem;
  }
}
.p-contact__deco--left02 {
  bottom: 7rem;
  right: calc(50% + 33.125rem);
}
@media screen and (max-width: 767px) {
  .p-contact__deco--left02 {
    width: 8.9375rem;
    height: 5.0625rem;
    bottom: 16.1875rem;
    right: unset;
    left: -4.5rem;
  }
}
.p-contact__deco--right {
  top: 33.4375rem;
  left: calc(50% + 31.25rem);
}
@media screen and (max-width: 767px) {
  .p-contact__deco--right {
    top: unset;
    bottom: 30.25rem;
    left: unset;
    right: -1rem;
  }
}

.p-contact__form {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin-top: 2.1875rem;
  }
}

.p-contact__form-item + .p-contact__form-item {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form-item + .p-contact__form-item {
    margin-top: 0.9375rem;
  }
}
.p-contact__form-item--checkbox {
  width: fit-content;
  margin: 1.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-contact__form-item--checkbox {
    margin: 1.25rem auto 0;
  }
}

.p-contact__form-label {
  color: #ffffff;
  font-size: max(12px, 1.125rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-contact__form-label {
    font-size: 1rem;
  }
}

.wpcf7-form-control-wrap {
  margin-top: 0.4375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control-wrap {
    margin-top: 0.5rem;
  }
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  padding: 0.8125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control-wrap input,
  .wpcf7-form-control-wrap textarea {
    padding: 0.5rem 0.8125rem;
  }
}

.p-form__text {
  margin-top: 1.875rem;
  text-align: center;
  color: #ffffff;
  font-size: max(12px, 1.125rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-form__text {
    font-size: 1rem;
  }
}
.p-form__text a {
  color: #ffffff;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  border-radius: 0;
  width: 100%;
  font-size: max(12px, 1rem);
  line-height: 2;
  border: none;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    font-size: 0.75rem;
  }
}

textarea {
  resize: vertical;
  height: 10rem;
}

.wpcf7-acceptance {
  box-sizing: border-box;
}

.p-contact__checkbox-input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.p-contact__checkbox-input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 2.25rem;
  color: #ffffff;
  font-size: max(12px, 1.125rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item-label {
    padding-left: 1.25rem;
    font-size: 1rem;
    text-align: center;
  }
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item-label::before,
  .wpcf7-list-item-label::after {
    top: 0.3125rem;
    transform: unset;
  }
}

.wpcf7-list-item-label::before {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 0.3125rem;
  border: 0.125rem solid #ffffff;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item-label::before {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

.wpcf7-list-item-label::after {
  width: 1.25rem;
  height: 1.25rem;
  left: 0.1875rem;
  background: url("../img/icon_check.svg") no-repeat center center/contain;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item-label::after {
    width: 0.6875rem;
    height: 0.6875rem;
    left: 0.13125rem;
    margin-top: 0.125rem;
  }
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"] {
  color: #303030 !important;
}

.p-contact__button {
  margin: 1.875rem auto 0;
  width: min(100%, 24.375rem);
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 120% !important;
  font-family: "Zen Old Mincho", serif !important;
  display: block !important;
  margin-inline: auto;
  padding: 1.5625rem 1.25rem 1.625rem !important;
  border-radius: 1.25rem !important;
  border: 0.1875rem solid #134d7e !important;
  background: #ffffff !important;
  box-shadow: 0.25rem 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  text-align: center !important;
  font-size: 1.5rem !important;
  font-weight: 600;
  line-height: 120%;
  transition: border 0.3s ease, color 0.3s ease, background-color 0.3s ease !important;
  cursor: pointer !important;
}
@media screen and (max-width: 767px) {
  .p-contact__button {
    color: #134d7e !important;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #ffffff;
}

.p-contact__form-item--checkbox .wpcf7-list-item {
  margin: 0;
}

.wpcf7 form .wpcf7-response-output {
  background: #f7d7da;
  color: #711d26;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #f4c6cb !important;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 16px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #ffffff !important;
  color: #33783c !important;
  border: 1px solid #c4e5cc !important;
  padding: 10px !important;
}
@media screen and (max-width: 767px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px !important;
  }
}

.wpcf7-not-valid {
  border-color: #f4c6cb !important;
  background-color: #f7d7da !important;
  color: #711d26 !important;
}

.wpcf7-acceptance {
  border-color: transparent !important;
  background-color: transparent !important;
}

.p-fv {
  position: relative;
  width: 100%;
  height: 50rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: 36.75rem;
  }
}
.p-fv::before {
  content: "";
  position: absolute;
  translate: -21.3125rem;
  width: 100vw;
  height: 47.625rem;
  display: block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.79) 0%, rgba(255, 255, 255, 0.63) 31%, rgba(255, 255, 255, 0.47) 66%, rgba(255, 255, 255, 0.32) 81%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .p-fv::before {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.79) 0%, rgba(255, 255, 255, 0.63) 31%, rgba(255, 255, 255, 0.47) 66%, rgba(255, 255, 255, 0.32) 81%, rgba(255, 255, 255, 0) 100%);
    translate: 0;
    height: 22.0625rem;
    bottom: 0;
  }
}

.p-fv__bg-picture {
  display: contents;
}

.p-fv__bg-img {
  position: absolute;
  inset: 0;
  z-index: -1;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 767px) {
  .p-fv__bg-img {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}
@media screen and (max-width: 767px) and (390px <= width) {
  .p-fv__bg-img {
    object-position: 0px calc(-0.2732095491 * (100vw - 390px));
  }
}

.p-fv__inner {
  padding-inline: 6.25rem;
  padding-top: 2.5rem;
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    width: 100%;
    max-width: 600px;
    padding: 0 1.25rem;
    padding-top: 0.875rem;
  }
}

.p-fv__top {
  max-width: 42.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__top {
    max-width: 317px;
  }
}
.p-fv__top p {
  display: block;
  width: 25rem;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(19, 77, 126, 0) 0%, rgba(19, 77, 126, 0.93) 25%, #134d7e 50%, rgba(19, 77, 126, 0.93) 75%, rgba(19, 77, 126, 0) 100%);
  font-weight: 400;
  font-size: max(12px, 2.25rem);
}
@media screen and (max-width: 767px) {
  .p-fv__top p {
    font-size: max(12px, 1.125rem);
    width: 10.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.375rem;
  }
}
.p-fv__top p:nth-of-type(2) {
  margin-top: 1.25rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__top p:nth-of-type(2) {
    margin-top: -0.125rem;
  }
}

.p-fv__top-small {
  translate: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__top-small {
    translate: -0.375rem;
  }
}

.p-fv__top-big {
  font-size: max(12px, 2.625rem);
  font-weight: 500;
  translate: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__top-big {
    font-size: max(12px, 1.25rem);
    translate: -0.375rem;
  }
}

.p-fv__top-img {
  width: 3.46875rem;
  height: 3.46875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -5% -72%;
}
@media screen and (max-width: 767px) {
  .p-fv__top-img {
    width: 1.25rem;
    height: 1.25rem;
    translate: -99% -57%;
  }
}

.p-fv__header {
  background-image: url("../img/fv-bg-paper.webp");
  margin-top: 2.5rem;
  padding: 0.625rem;
  max-width: 45rem;
}
@media screen and (max-width: 767px) {
  .p-fv__header {
    margin-top: 11.1875rem;
    max-width: 385px;
    background: initial;
    padding-inline: 0.25rem;
  }
}

@media (min-width: 768px) {
  .p-fv__bottom {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__bottom {
    margin-top: auto;
  }
}

.p-fv__header-group {
  border: 0.125rem solid #006c0e;
  background: rgba(255, 255, 255, 0.6);
  padding: 0.5rem;
}

.p-fv__header-ttl {
  font-size: max(12px, 2rem);
  text-align: center;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #006c0e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-fv__header-ttl {
    font-size: 1.125rem;
    padding-bottom: 0.3125rem;
    flex-direction: column;
    align-items: center;
  }
}
.p-fv__header-ttl .--big {
  font-size: max(12px, 2.625rem);
  font-weight: 700;
  margin-left: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__header-ttl .--big {
    font-size: 1.5rem;
    margin-left: 0;
  }
}
.p-fv__header-ttl .--green {
  color: #006c0e;
}

.p-fv__header-description {
  font-weight: 600;
  text-align: center;
  font-size: max(12px, 1.5rem);
  line-height: 180%;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__header-description {
    padding-top: 0.3125rem;
    font-size: 1rem;
    line-height: 130%;
  }
}

.p-fv__btn-wrap {
  position: relative;
  margin-top: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__btn-wrap {
    margin-top: 1.25rem;
  }
}

.p-fv__btn-picture {
  display: contents;
}

.p-fv__btn-img {
  width: 9.731875rem;
  height: auto;
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: 3;
  top: -2rem;
  left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__btn-img {
    width: 5.9375rem;
    top: -1.4375rem;
    left: 1.125rem;
  }
}

.p-fv__button {
  margin-left: 9.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__button {
    margin-left: 4.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__button span {
    translate: 0.75rem -0.125rem;
  }
}

.p-problem {
  margin-top: -4.375rem;
  position: relative;
  overflow: visible;
  padding-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-problem {
    margin-top: -0.5rem;
    padding-top: 0;
  }
}
.p-problem::before {
  content: "";
  position: absolute;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #33783c;
  width: 100%;
  display: block;
  width: 100%;
  height: 5.5rem;
  display: block;
  top: -5.375rem;
}
@media screen and (max-width: 767px) {
  .p-problem::before {
    clip-path: polygon(50% 0%, -15% 100%, 115% 100%);
    height: 3.5rem;
    top: -3.125rem;
  }
}

.p-problem__list {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-top: 2.3125rem;
}
@media (min-width: 768px) {
  .p-problem__list {
    height: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__list {
    margin-top: 0rem;
    gap: 0.625rem;
  }
}

.p-problem__item {
  flex: calc(50% - 0.625rem);
  border-radius: 1.25rem;
  border: 1px solid #ffffff;
  font-size: max(12px, 1.5rem);
  font-weight: 600;
  line-height: 120%;
  padding-block: 1.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-problem__item {
    flex: 100%;
    font-size: 1rem;
    padding-block: 0.5rem;
    min-height: 3.625rem;
    border-radius: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-solution {
    padding-bottom: 1.5625rem;
  }
}

.p-solution__list {
  display: flex;
  gap: 2.5625rem 1.375rem;
  flex-wrap: wrap;
  margin-top: 5.0625rem;
}
@media screen and (max-width: 767px) {
  .p-solution__list {
    margin-top: 2.8125rem;
    gap: 2.5rem;
  }
}

.p-solution__item {
  flex: calc(50% - 0.6875rem);
  background: #b5cab8;
  padding: 0.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-solution__item {
    flex: 100%;
    padding-block: 0.440625rem;
    padding-inline: 0.44625rem;
  }
}
@media (min-width: 768px) {
  .p-solution__item:nth-child(2n + 1) .p-solution__balloon {
    left: -4.1875rem;
  }
}

.p-solution__picture {
  display: contents;
}

.p-solution__balloon {
  width: 8.25rem;
  height: 9.375rem;
  position: absolute;
  top: -2.5rem;
  left: -2.875rem;
}
@media screen and (max-width: 767px) {
  .p-solution__balloon {
    width: 4.9375rem;
    height: 5.625rem;
    top: -1.875rem;
    left: -0.25rem;
  }
}

.p-solution__item-inner {
  border: 1px solid var(--green_background, #33783c);
  padding: 1.25rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-solution__item-inner {
    padding-block: 0.496875rem 0.375rem;
    padding-inline: 0.80375rem;
  }
}

.p-solution__item-img {
  width: 100%;
  height: auto;
}

.p-solution__item-sentence {
  margin-top: 0.625rem;
  font-size: max(12px, 1.25rem);
  font-weight: 600;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .p-solution__item-sentence {
    font-size: 1rem;
    margin-top: 0.613125rem;
  }
}
@media (min-width: 768px) {
  .p-solution__item-sentence.--4 {
    margin-top: 2.3125rem;
  }
}

.p-solution__item-sentence--blue {
  color: #134d7e;
  display: inline;
}

.p-service {
  padding-top: 3.5625rem;
  padding-bottom: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding-top: 2.1875rem;
    padding-bottom: 2rem;
  }
}

.p-service__content {
  margin-top: 2.5625rem;
  background: url("../img/section-bg.webp") lightgray 50% / cover no-repeat;
  padding-block: 3.9375rem 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__content {
    margin-top: 2.25rem;
    padding-block: 1.8125rem 1.875rem;
  }
}

.p-service__sentence-top p {
  font-size: max(12px, 1.25rem);
  line-height: 132%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-service__sentence-top p {
    line-height: 125%;
    font-size: 1rem;
  }
}
.p-service__sentence-top p strong {
  font-size: max(12px, 1.5rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-service__sentence-top p strong {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__sentence-top p strong.--black {
    font-size: 1rem;
  }
}
.p-service__sentence-top p:not(:first-child) {
  margin-top: 1.34375rem;
}
@media screen and (max-width: 767px) {
  .p-service__sentence-top p:not(:first-child) {
    margin-top: 1.21875rem;
  }
}

.p-service__sentence-bottom {
  margin-top: 3.75rem;
  color: #33783c;
  font-size: max(12px, 1.5rem);
  line-height: 120%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service__sentence-bottom {
    margin-top: 1.5rem;
    font-size: 1.25rem;
  }
}

.p-returned {
  padding-top: 0;
}

.p-returned__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1875rem 0.8125rem;
  margin-top: 3.8125rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-returned__list {
    min-height: 41.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-returned__list {
    justify-content: start;
    margin-top: 1.375rem;
    gap: 0.625rem 0.8125rem;
    max-width: 350px;
    margin-inline: auto;
  }
}

.p-returned__item {
  width: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-returned__item {
    display: flex;
    width: 20.5625rem;
    gap: 0.3125rem;
    align-items: center;
  }
  .p-returned__item:nth-child(2n) {
    margin-left: 4rem;
  }
}
.p-returned__item h3 {
  text-align: center;
  margin-top: 0.9375rem;
  color: #ffffff;
  font-size: max(12px, 1.25rem);
  line-height: 120%;
  height: 3rem;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .p-returned__item h3 {
    font-size: 1rem;
    text-align: left;
    margin-top: 0;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .p-returned__item-img {
    width: 6.25rem;
    height: 6.25rem;
  }
}

.p-returned__deco,
.p-returned__deco--right,
.p-returned__deco--left02,
.p-returned__deco--left01 {
  width: 13.5rem;
  height: 7.6875rem;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-returned__deco,
  .p-returned__deco--right,
  .p-returned__deco--left02,
  .p-returned__deco--left01 {
    width: 7.0275rem;
    height: 3.999375rem;
  }
}
.p-returned__deco--left01 {
  top: 0.4375rem;
  right: calc(50% + 31.5rem);
}
@media screen and (max-width: 767px) {
  .p-returned__deco--left01 {
    top: 9.9375rem;
    right: calc(50% + 7.8125rem);
  }
}
.p-returned__deco--left02 {
  bottom: 4rem;
  right: calc(50% + 26.75rem);
}
@media screen and (max-width: 767px) {
  .p-returned__deco--left02 {
    bottom: 7.1875rem;
    right: calc(50% + 5.1875rem);
  }
}
.p-returned__deco--right {
  width: 11.5625rem;
  height: 6.5625rem;
  top: 29.625rem;
  left: calc(50% + 31.125rem);
}
@media screen and (max-width: 767px) {
  .p-returned__deco--right {
    width: 6.00875rem;
    height: 3.42rem;
    top: unset;
    bottom: 19.3125rem;
    left: calc(50% + 7.4375rem);
  }
}

.p-merit {
  overflow: hidden;
}

.p-merit__deco,
.p-merit__deco--right,
.p-merit__deco--left02,
.p-merit__deco--left01 {
  width: 6.8125rem;
  height: 3.5625rem;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-merit__deco,
  .p-merit__deco--right,
  .p-merit__deco--left02,
  .p-merit__deco--left01 {
    width: 2.4375rem;
    height: 1.6875rem;
  }
}
.p-merit__deco--left01 {
  top: 17.5rem;
  left: calc(50% + 24.0625rem);
}
@media screen and (max-width: 767px) {
  .p-merit__deco--left01 {
    top: 15.0625rem;
    right: unset;
    left: 0rem;
  }
}
.p-merit__deco--left02 {
  bottom: 12.5rem;
  left: calc(50% + 17.3125rem);
}
@media screen and (max-width: 767px) {
  .p-merit__deco--left02 {
    bottom: 4.75rem;
    right: unset;
    left: 1rem;
  }
}
.p-merit__deco--right {
  top: 47.6875rem;
  left: calc(50% + 1.75rem);
}
@media screen and (max-width: 767px) {
  .p-merit__deco--right {
    top: unset;
    bottom: 30.25rem;
    left: unset;
    right: 0.4375rem;
  }
}

.p-merit__list {
  display: flex;
  margin-top: 5.625rem;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-merit__list {
    margin-top: 4.21875rem;
    flex-direction: column;
    gap: 3.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-merit__list-left {
    display: contents;
  }
}

.p-merit__list-right {
  margin-top: 11.125rem;
}
@media screen and (max-width: 767px) {
  .p-merit__list-right {
    display: contents;
  }
}

.p-merit__list-item {
  width: 29.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-merit__list-item {
    width: 100%;
  }
  .p-merit__list-item:nth-child(2) {
    order: 2;
  }
}
@media (min-width: 768px) {
  .p-merit__list-item.u-animated__fadeIn {
    translate: 1.125rem 20px;
  }
  .p-merit__list-item.u-animated__fadeIn.js-show {
    translate: 1.125rem 0;
  }
  .p-merit__list-item:not(:first-child) {
    margin-top: 3.75rem;
  }
}

.p-merit__list-item-no-block {
  width: 5rem;
  height: 5rem;
  position: absolute;
  background-color: #33783c;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: -1.25rem;
  left: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-merit__list-item-no-block {
    width: 4rem;
    height: 4rem;
    top: -2.0625rem;
    left: -1.004375rem;
    translate: 1.125rem 0;
    position: absolute;
    z-index: 1;
  }
}

.p-merit__list-item-no-text {
  font-size: max(12px, 1rem);
  line-height: 120%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-merit__list-item-no-text {
    font-size: 0.875rem;
  }
}

.p-merit__list-item-no {
  font-size: max(12px, 2.5rem);
  line-height: 120%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-merit__list-item-no {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-merit__list-item-img {
    width: calc(100% - 1.125rem);
    translate: 1.125rem 0;
  }
}

.p-merit__list-item-title {
  margin-top: 1.25rem;
  font-size: max(12px, 1.5rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-merit__list-item-title {
    margin-top: 0.625rem;
    font-size: 1.5rem;
  }
}

.p-merit__list-item-sentence {
  font-size: max(12px, 1rem);
  font-weight: 500;
  margin-top: 0.25rem;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .p-merit__list-item-sentence {
    margin-top: 0.6875rem;
    font-size: 1rem;
    width: 22.5rem;
  }
  .p-merit__list-item-sentence.--2 {
    margin-top: 0.3125rem;
  }
  .p-merit__list-item-sentence.--3 {
    display: inline;
  }
}
@media screen and (max-width: 767px) and (391px <= width) {
  .p-merit__list-item-sentence {
    width: 100%;
  }
}
.p-merit__list-item-sentence strong {
  font-size: max(12px, 1.25rem);
  font-weight: 700;
  color: #134d7e;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .p-merit__list-item-sentence strong {
    font-size: 1.25rem;
  }
}

.p-merit__list-item-sentence-note {
  font-size: 10px;
  line-height: 120%;
  font-weight: 500;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-merit__list-item-sentence-note {
    display: inline;
  }
}
@media screen and (max-width: 767px) and (391px <= width) {
  .p-merit__list-item-sentence-note {
    display: inline-block;
  }
}

.p-merit__list-item-sentence-wrap {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-merit__list-item-sentence-wrap {
    display: block;
    margin-top: 0.5rem;
  }
}

.p-merit__button {
  margin-top: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-merit__button {
    margin-top: 1.125rem;
  }
}

.p-point__deco,
.p-point__deco--right02,
.p-point__deco--right01,
.p-point__deco--left01 {
  width: 19.125rem;
  height: auto;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-point__deco,
  .p-point__deco--right02,
  .p-point__deco--right01,
  .p-point__deco--left01 {
    width: 6.6875rem;
    height: 1.875rem;
  }
}
.p-point__deco--left01 {
  top: 32.875rem;
  right: calc(50% + 25.9375rem);
}
@media screen and (max-width: 767px) {
  .p-point__deco--left01 {
    top: 15.8125rem;
    right: calc(50% + 5.375rem);
  }
}
.p-point__deco--right01 {
  top: 16.9375rem;
  left: calc(50% + 22.1875rem);
}
@media screen and (max-width: 767px) {
  .p-point__deco--right01 {
    top: unset;
    bottom: 12rem;
    left: unset;
    right: calc(50% + 5.375rem);
  }
}
.p-point__deco--right02 {
  bottom: 12.4375rem;
  left: calc(50% + 25.9375rem);
}
@media screen and (max-width: 767px) {
  .p-point__deco--right02 {
    top: unset;
    bottom: 31.625rem;
    left: unset;
    left: calc(50% + 7.25rem);
  }
}

.p-point__content {
  position: relative;
  margin-top: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .p-point__content {
    margin-top: 2.1875rem;
  }
}

.p-point__top {
  font-size: max(12px, 1.5rem);
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-point__top {
    font-size: 1rem;
  }
}

.p-point__item-wrap {
  margin-top: 1.875rem;
  position: relative;
  max-width: 50.0625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-point__item-wrap {
    margin-top: 3.125rem;
    margin-inline: unset;
    max-width: 100%;
  }
}

.p-point__item {
  position: relative;
  color: #ffffff;
}
.p-point__item.--1 {
  --theme-color: rgba(0, 108, 14, 0.9);
}
@media (min-width: 768px) {
  .p-point__item.--1 {
    margin-inline: auto;
    translate: -0.125rem;
  }
  .p-point__item.--1 .p-point__item-list-item {
    translate: 0.125rem;
  }
  .p-point__item.--1 .p-point__item-top {
    translate: 0.125rem 1.8125rem;
  }
}
.p-point__item.--2 {
  --theme-color: rgba(19, 77, 126, 0.9);
}
@media (min-width: 768px) {
  .p-point__item.--2 {
    margin-top: -8.25rem;
  }
  .p-point__item.--2 .p-point__item-top {
    translate: 0.125rem 1.8125rem;
  }
}
.p-point__item.--3 {
  --theme-color: #cebb4a;
}
@media (min-width: 768px) {
  .p-point__item.--3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
  }
  .p-point__item.--3 .p-point__item-top {
    translate: 2.8125rem 1.8125rem;
    gap: 0.0625rem;
  }
  .p-point__item.--3 .p-point__item-list {
    translate: -47% 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-point__item.--3 .p-point__item-img {
    translate: -42%;
    top: -1.6875rem;
  }
}
@media (min-width: 768px) {
  .p-point__item {
    border: 1px solid #fff;
    background: var(--theme-color);
    width: 27.5rem;
    height: 27.5rem;
    border-radius: 27.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-point__item {
    width: initial;
    height: initial;
  }
  .p-point__item:nth-child(2) {
    margin-top: 2.1875rem;
  }
  .p-point__item:nth-child(3) {
    margin-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .p-point__item-top {
    display: flex;
    gap: 0.625rem;
    align-items: end;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-point__item-top {
    border: 1px solid #fff;
    position: relative;
    width: 9.375rem;
    height: 9.375rem;
    margin-inline: auto;
    border-radius: 999px;
    background-color: var(--theme-color);
  }
}

.p-point__item-ttl {
  font-size: max(12px, 2rem);
  font-weight: 500;
}
.p-point__item-ttl span {
  font-size: max(12px, 1.1875rem);
}
@media screen and (max-width: 767px) {
  .p-point__item-ttl span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-point__item-ttl {
    font-size: 1.25rem;
    line-height: 125%;
    text-align: center;
    position: absolute;
    left: 50%;
    translate: -50%;
    bottom: 1.25rem;
    width: 100%;
  }
}

.p-point__item-img {
  width: auto;
  height: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .p-point__item-img {
    height: 6.25rem;
    position: absolute;
    left: 50%;
    translate: -50%;
    top: -1.375rem;
  }
}

.p-point__item-list {
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-point__item-list {
    position: absolute;
    bottom: 9.125rem;
    left: 50%;
    translate: -50%;
  }
}
@media screen and (max-width: 767px) {
  .p-point__item-list {
    margin-top: 0.625rem;
  }
}

.p-point__item-list-item {
  --size: 16;
  font-size: calc(var(--size) / 16 * 1rem);
  font-weight: 500;
  display: flex;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .p-point__item-list-item {
    --size: 14;
  }
}
.p-point__item-list-item::before {
  content: "";
  width: calc((var(--size) - 2) / 16 * 1rem);
  height: calc((var(--size) - 2) / 16 * 1rem);
  background-color: #ffffff;
  display: block;
  border-radius: 999px;
  margin-top: 0.4375rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-point__item-list-item::before {
    margin-top: 0.25rem;
    translate: 0rem 0;
    width: calc((var(--size) - 2) / 16 * 1rem);
    height: calc((var(--size) - 2) / 16 * 1rem);
  }
}

.p-point__button {
  margin-top: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .p-point__button {
    margin-top: 2rem;
  }
}

.p-map__content {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-map__content {
    margin-top: 2.125rem;
  }
}

.p-map__img {
  width: 44.30375rem;
  height: auto;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-map__img {
    width: 100%;
  }
}

.p-price__deco,
.p-price__deco--right,
.p-price__deco--left01 {
  width: 18.25rem;
  height: 10.375rem;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-price__deco,
  .p-price__deco--right,
  .p-price__deco--left01 {
    width: 4.1875rem;
    height: 2.375rem;
  }
}
.p-price__deco--left01 {
  top: 11.375rem;
  right: calc(50% + 29.8125rem);
}
@media screen and (max-width: 767px) {
  .p-price__deco--left01 {
    top: 19.4375rem;
    right: calc(50% + 9rem);
  }
}
.p-price__deco--right {
  top: 25.9375rem;
  left: calc(50% + 30.625rem);
}
@media screen and (max-width: 767px) {
  .p-price__deco--right {
    top: 9.5rem;
    left: calc(50% + 9rem);
  }
}

.p-price__content {
  margin-top: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-price__content {
    margin-top: 1.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-price__content-ttl {
    width: max-content;
    margin-inline: auto;
  }
}

.p-price__price-wrap {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  translate: -0.625rem 0;
}
@media screen and (max-width: 767px) {
  .p-price__price-wrap {
    gap: 0.75rem;
    margin-top: 0.375rem;
    translate: 0 0;
  }
}

.p-price__price-img {
  width: 16.125rem;
}
@media screen and (max-width: 767px) {
  .p-price__price-img {
    width: 10.875rem;
  }
  .p-price__price-img.--2 {
    width: 10.4375rem;
  }
}

.p-price__content-bottom {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  margin-top: 1.875rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-price__content-bottom {
    font-size: 1rem;
    margin-top: 1.1875rem;
  }
}

.p-compare__content {
  position: relative;
}

.p-compare__table-wrap {
  max-width: 953px;
  overflow-x: scroll;
  margin-left: 22px;
  margin-top: 1.6875rem;
  padding-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-compare__table-wrap {
    margin-left: 0;
    padding-bottom: 2.8125rem;
  }
}
.p-compare__table-wrap::-webkit-scrollbar {
  height: 10px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-compare__table-wrap::-webkit-scrollbar {
    height: 5px;
  }
}
.p-compare__table-wrap::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  border-radius: 5px;
}
.p-compare__table-wrap::-webkit-scrollbar-thumb {
  background-color: #33783c;
  border-radius: 5px;
}

.p-compare__row {
  display: flex;
}

.p-compare__head {
  color: #fff;
  outline: none;
  border: none;
}

.p-compare__heading {
  padding-top: 12px;
  padding-bottom: 18px;
  font-size: 24px;
  color: #006c0e;
  font-weight: bold;
  text-align: center;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .p-compare__heading {
    padding-top: 7px;
    padding-bottom: 8px;
  }
}
.p-compare__heading:nth-child(1) {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-compare__heading:nth-child(1) {
    width: 132px;
  }
}

.p-compare__body .p-compare__row:nth-child(1) {
  border-top: 1px solid #444;
}

.p-compare__title {
  padding: 9.5px;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  width: 201px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-compare__title {
    font-size: 16px;
    width: 133px;
    padding: 8.5px;
  }
}

.p-compare__data {
  padding: 10.5px 4px;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  font-size: 16px;
  line-height: 140%;
}
.p-compare__data:nth-of-type(1) {
  background-color: rgba(0, 108, 14, 0.2);
  font-weight: 700;
}
.p-compare__data.--center {
  text-align: center;
}
.p-compare__data.--left {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-compare__data {
    font-size: 14px;
    padding: 10px 4px;
  }
}

.p-compare__note {
  font-size: 12px;
  text-align: right;
  position: absolute;
  bottom: 1.25rem;
  right: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-compare__note {
    bottom: 1.5625rem;
    right: unset;
    left: 0.125rem;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-animated__fadeIn {
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.3s ease-in-out, filter 0.4s ease-in-out, translate 0.5s ease-in-out, border 0.3s ease, color 0.3s ease, background-color 0.3s ease;
  translate: 0 20px;
}
.u-animated__fadeIn.js-show {
  opacity: 1;
  filter: blur(0px);
  translate: 0 0;
}
