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

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  font-size: min(1.1vw, 16px);
  scroll-behavior: smooth;
  scroll-padding-top: 6.8vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.3vw;
    scroll-padding-top: 6.3rem;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0F0F0F;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body * > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
a:hover {
  opacity: 0.7;
}

/* root container */
.l-wrapper {
  overflow-x: clip;
  background-color: #f9f9f9;
}

.l-content-container {
  padding: 0 0 11.9rem;
}
@media screen and (max-width: 768px) {
  .l-content-container {
    padding: 0 0 3.8rem;
  }
}

.thanks .l-content-container {
  padding: 11.9rem 0;
}
@media screen and (max-width: 768px) {
  .thanks .l-content-container {
    padding: 6.3rem 0 3.8rem;
  }
}

/* container */
.l-container {
  width: calc(100% - 3.8rem);
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.l-container.-sm {
  max-width: 1300px;
}
.l-container.-lg {
  max-width: 1760px;
}
@media screen and (max-width: 768px) {
  .l-container {
    width: calc(100% - 1.9rem);
  }
  .l-container.-wide_only_mobile {
    width: calc(100% - 1.3rem);
  }
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.8vw;
  background-color: transparent;
}
.l-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1vw;
}
.l-header__logo {
  width: 14.6vw;
  aspect-ratio: 279/98;
  margin: 0 auto 0 0;
}
.l-header__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.7vw;
}
.l-header__btn {
  min-width: 19.5vw;
  height: 4.2vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5vw;
  font-size: 1.6vw;
  font-weight: 700;
  background-color: #FFC34A;
  border-radius: 9999px;
}
.l-header__btn::before {
  content: "";
  display: inline-block;
  height: 1em;
  aspect-ratio: 1/1;
}
.l-header__btn.-tel::before {
  aspect-ratio: 23/30;
  background: url(../img/phone_ico.png) no-repeat center center/contain;
}
.l-header__btn.-line::before {
  height: 1.1666666667em;
  aspect-ratio: 36/35;
  background: url(../img/line_ico.png) no-repeat center center/contain;
}
.l-header__btn.-mail::before {
  height: 0.8666666667em;
  aspect-ratio: 33/26;
  background: url(../img/mail_ico.png) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .l-header {
    top: 1.6rem;
    height: 3.1rem;
  }
  .l-header__inner {
    gap: 0 0.6rem;
  }
  .l-header__logo {
    width: 8.8rem;
  }
  .l-header__btn-wrap {
    gap: 0 0.6rem;
  }
  .l-header__btn {
    min-width: initial;
    aspect-ratio: 1/1;
    height: 3.1rem;
    gap: 0;
    border-radius: 50%;
    font-size: 0;
  }
  .l-header__btn.-tel::before {
    height: 1.3rem;
  }
  .l-header__btn.-line::before {
    height: 1.6rem;
  }
  .l-header__btn.-mail::before {
    height: 1rem;
  }
}

.l-header-drawer {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  position: fixed;
  z-index: 500;
  top: 6.8vw;
  right: 0;
  max-width: 23.4rem;
  width: 100%;
  height: auto;
  max-height: calc(100dvh - 6.8vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.9rem 0;
  color: #fff;
  padding: 0 1.3rem;
  background-color: #009944;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l-header-drawer.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  padding: 0 1.3rem 4.4rem;
}
.l-header-drawer__menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-header-drawer__menu-item {
  position: relative;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.l-header-drawer__menu-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#9dd334), color-stop(#b8e979), to(#d2ffbd));
  background: linear-gradient(to right, #9dd334, #b8e979, #d2ffbd);
}
.l-header-drawer__menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.9rem;
  padding: 1.9rem 0.9rem;
}
.l-header-drawer__menu-item a::before {
  content: "";
  display: block;
  height: 1.9rem;
  aspect-ratio: 16/60;
  background: url(../img/cmn/symbol_ico_vert.svg) no-repeat center center/contain;
}
.l-header-drawer__catch {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
}
.l-header-drawer__catch .-lg {
  font-size: 1.4722222222em;
}
.l-header-drawer__catch .-md {
  font-size: calc(0.1em * 1rem);
}
.l-header-drawer__btn-wrap {
  display: grid;
  grid-template-areas: "mail-btn line-btn" "tel-btn tel-btn";
  gap: 0.9rem 0.4rem;
}
.l-header-drawer__mail-btn {
  grid-area: mail-btn;
  -webkit-box-shadow: 0 2px 0 #9f521e;
          box-shadow: 0 2px 0 #9f521e;
}
.l-header-drawer__line-btn {
  grid-area: line-btn;
  -webkit-box-shadow: 0 2px 0 #9f521e;
          box-shadow: 0 2px 0 #9f521e;
}
.l-header-drawer__tel-btn {
  grid-area: tel-btn;
  -webkit-box-shadow: 0 2px 0 #9f521e;
          box-shadow: 0 2px 0 #9f521e;
}
@media screen and (max-width: 768px) {
  .l-header-drawer {
    top: 3.8rem;
    max-height: calc(100dvh - 3.8rem);
  }
}

.l-header-company {
  text-align: center;
}
.l-header-company__logo-wrap {
  position: relative;
  z-index: 1000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px 0;
  margin: 0 auto 1.9rem;
}
.l-header-company__logo-text {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.l-header-company__logo-text .-sm {
  font-size: 0.8em;
}
.l-header-company__logo-img {
  width: 11.8rem;
  aspect-ratio: 346/45;
}
.l-header-company__name {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
}
.l-header-company__info {
  font-size: 0.9rem;
}

.l-footer {
  border-top: 1px solid #D1D1D1;
  padding: 2.5rem 0 5rem;
}
.l-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(1vw, 20px);
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 1.4rem 0 2.2rem;
  }
  .l-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 1.6rem 0;
  }
}

.l-footer-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(2.1vw, 40px);
}
.l-footer-company__logo {
  width: min(14.6vw, 280px);
  aspect-ratio: 279/98;
}
.l-footer-company__content {
  border-left: 1px solid #D1D1D1;
  padding: 0 0 0 min(2.1vw, 40px);
}
.l-footer-company__name {
  font-size: min(1.6vw, 30px);
  font-weight: 700;
}
.l-footer-company__address {
  font-size: min(1.1vw, 22px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-footer-company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.9rem 0;
  }
  .l-footer-company__logo {
    width: 11.3rem;
  }
  .l-footer-company__content {
    padding: 0 0 0 0.9rem;
  }
  .l-footer-company__name {
    font-size: 1.1rem;
  }
  .l-footer-company__address {
    font-size: 0.9rem;
  }
}

.l-footer-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.8vw, 15px) min(1.6vw, 30px);
}
.l-footer-nav__menu-item {
  color: #009944;
  font-size: min(1.1vw, 22px);
  font-weight: 700;
  text-align: center;
  border: 2px solid #009944;
  background-color: #fff;
  padding: 0.5em 2em;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__menu {
    gap: 0.6rem 0.9rem;
  }
  .l-footer-nav__menu-item {
    font-size: 0.9rem;
    border-width: 1px;
    padding: 0.5em 2em;
  }
  .l-footer-nav__menu-item:nth-of-type(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.c-tel-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.9rem;
  height: 8.5rem;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 9999px;
  padding: 0 1em;
}
.c-tel-btn::before {
  content: "";
  display: inline-block;
  height: 1.2666666667em;
  aspect-ratio: 29/38;
  background: url(../img/phone_ico.png) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .c-tel-btn {
    height: 4.4rem;
    gap: 0;
    font-size: 1.1rem;
    padding: 0 0.5em;
  }
  .c-tel-btn::before {
    height: 1.9rem;
  }
}

.c-line-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.6rem;
  height: 8.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 9999px;
  padding: 0 1em;
}
.c-line-btn::before {
  content: "";
  display: inline-block;
  height: 1.7142857143em;
  aspect-ratio: 63/60;
  background: url(../img/line_ico_original.png) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .c-line-btn {
    height: 4.4rem;
    gap: 0 0.4rem;
    font-size: 1.1rem;
    padding: 0 0.5em;
  }
  .c-line-btn::before {
    height: 2.3rem;
  }
}

.c-mail-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8.5rem;
  gap: 0 1.3rem;
  background: linear-gradient(60deg, #00c055, #00ad4d, #009944);
  border-radius: 9999px;
  padding: 1.3rem 10.5rem 1.3rem 1.6rem;
}
.c-mail-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 1.6rem;
  display: inline-block;
  width: 8.9rem;
  aspect-ratio: 142/207;
  background: url(../img/mail-btn_illust.png?0423) no-repeat center center/contain;
}
.c-mail-btn__label {
  color: #009944;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #ffea00;
  border-radius: 9999px;
  padding: 0.6rem 1.9rem;
}
.c-mail-btn__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.6rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
.c-mail-btn__text::before {
  content: "";
  display: inline-block;
  height: 0.8684210526em;
  aspect-ratio: 42/33;
  background: url(../img/mail_ico_wh.png) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .c-mail-btn {
    width: 100%;
    gap: 0 0.5rem;
    height: 4.4rem;
    padding: 0.4rem 0.6rem;
  }
  .c-mail-btn::before {
    right: 0.6rem;
    width: 4.7rem;
    aspect-ratio: 151/199;
    background: url(../img/mail-btn_illust_sp.png) no-repeat center center/contain;
  }
  .c-mail-btn__label {
    font-size: 1.1rem;
    padding: 0.6rem;
  }
  .c-mail-btn__text {
    gap: 0 0.3rem;
    font-size: 1.4rem;
  }
}

.c-btn__wrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-sentence {
  font-size: 1.3rem;
  line-height: 1.7;
}
.c-sentence + .c-sentence {
  margin-top: 1.7em;
}
@media screen and (min-width: 801px) {
  .c-sentence.-center_only_desktop {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-sentence {
    font-size: 0.9rem;
  }
}

.c-underline-text {
  color: #009944;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-underline-text__text {
  display: inline;
  line-height: 2;
  padding: 0 0 0.3rem;
  background: linear-gradient(to top, #009944 4px, transparent 4px, transparent) no-repeat left bottom/0% 4px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.c-underline-text.-wh {
  color: #fff;
}
.c-underline-text.-wh .c-underline-text__text {
  background: linear-gradient(to top, #fff 4px, transparent 4px, transparent) no-repeat left bottom/0% 4px;
}
.c-underline-text.is-animated .c-underline-text__text {
  background-size: 100% 4px;
}
@media screen and (max-width: 768px) {
  .c-underline-text {
    font-size: 1.5rem;
  }
  .c-underline-text__text {
    background: linear-gradient(to top, #009944 2px, transparent 2px, transparent) no-repeat left bottom/0% 2px;
  }
  .c-underline-text.is-animated .c-underline-text__text {
    background-size: 100% 2px;
  }
}

.c-underline-link {
  text-decoration: underline;
}

.c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 0;
  margin: 0 0 4rem;
}
.c-heading::before {
  content: "";
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  display: inline-block;
  width: 3px;
  height: 3.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#009944), color-stop(#77a43c), to(#edaf33));
  background: linear-gradient(to bottom, #009944, #77a43c, #edaf33);
}
.c-heading::after {
  content: attr(data-en);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: transparent;
  font-size: 1.4rem;
  font-weight: 700;
  background: linear-gradient(120deg, #009944, #77a43c 30%, #edaf33);
  -webkit-background-clip: text;
  background-clip: text;
}
.c-heading__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
.c-heading:has(+ .c-sentence) {
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 768px) {
  .c-heading {
    gap: 0;
    margin: 0 0 0.9rem;
  }
  .c-heading::before {
    height: 2.2rem;
    margin: 0 0 3px;
  }
  .c-heading::after {
    font-size: 0.9rem;
  }
  .c-heading__title {
    font-size: 1.4rem;
  }
  .c-heading:has(+ .c-sentence) {
    margin-bottom: 0.6rem;
  }
}

/* faq list */
.c-faq-list__item {
  border: 1px solid #D1D1D1;
  border-radius: 1.3rem;
  overflow: hidden;
  cursor: pointer;
}
.c-faq-list__item:not(:last-of-type) {
  margin-bottom: 2rem;
}
.c-faq-list__item.is-open .c-faq-list__header::after {
  content: "－";
}
.c-faq-list__item.is-open .c-faq-list__content {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 1.9rem 3.1rem;
}
.c-faq-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 0 1.3rem;
  background-color: #fff;
  padding: 1.9rem 3.1rem 1.9rem 2.8rem;
}
.c-faq-list__header::before {
  content: "Q.";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2.5rem;
  font-weight: 500;
  color: #009944;
  line-height: 1;
}
.c-faq-list__header::after {
  content: "＋";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.8rem;
  aspect-ratio: 1/1;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  background-color: #686868;
  border-radius: 50%;
}
.c-faq-list__question {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #009944;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-faq-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 0 1rem;
  opacity: 0;
  visibility: hidden;
  height: 0;
  background-color: #ECF5F0;
  padding: 0 3.1rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-faq-list__content::before {
  content: "A.";
  color: #94bda6;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1;
}
.c-faq-list__catch {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-faq-list__item {
    border-radius: 0.6rem;
  }
  .c-faq-list__item.is-open .c-faq-list__content {
    padding: 0.9rem 1.3rem 1.3rem;
  }
  .c-faq-list__item:not(:last-of-type) {
    margin-bottom: 0.9rem;
  }
  .c-faq-list__header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 0.6rem;
    padding: 0.9rem 0.9rem 0.9rem 0.9rem;
  }
  .c-faq-list__header::before {
    font-size: 1.9rem;
    margin: -0.2rem 0 0;
  }
  .c-faq-list__header::after {
    width: 2.3rem;
    font-size: 1.6rem;
  }
  .c-faq-list__question {
    font-size: 1.1rem;
  }
  .c-faq-list__content {
    display: block;
    padding: 0 1.3rem;
  }
  .c-faq-list__content::before {
    content: none;
  }
  .c-faq-list__catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: first baseline;
        -ms-flex-align: first baseline;
            align-items: first baseline;
    gap: 0 0.6rem;
    font-size: 0.9rem;
    margin: 0 0 0.9rem;
  }
  .c-faq-list__catch::before {
    content: "A.";
    color: #94bda6;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
  }
}

/* Mailformpro */
.mfp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.1rem 0;
}
.mfp-item__col--label {
  font-size: 1.4rem;
}
.mfp-item__col--controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
}
.mfp-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.6rem;
  font-weight: 700;
}
.mfp-item__label::after {
  content: "任意";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  font-size: 0.8181818182em;
  text-align: center;
  background-color: #6ca8d7;
  border-radius: 9999px;
  padding: 0 1em;
}
.mfp-item__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 1.5rem;
}
.mfp-item.-required .mfp-item__label::after {
  content: "必須";
  background-color: #ff6541;
}
.mfp-item.-no_label .mfp-item__col--label {
  display: none;
}
.mfp-item.-privacy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4.4rem auto 0;
}
.mfp-item:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .mfp-item {
    gap: 0.6rem 0;
  }
  .mfp-item__col--label {
    font-size: 0.9rem;
  }
  .mfp-item__col--controls {
    font-size: 0.9rem;
  }
  .mfp-item.-privacy {
    margin: 1.9rem auto 0;
  }
}

.mfp-text-field {
  width: 100%;
}
.mfp-text-field__control {
  width: 100%;
  height: 4.6rem;
  background-color: #fff;
  border-radius: 0.3rem;
  border: 1px solid #D1D1D1;
  padding: 0 1.5em;
}
@media screen and (max-width: 768px) {
  .mfp-text-field__control {
    height: 3.1rem;
    border-radius: 0.3rem;
    padding: 0 1em;
  }
}

.mfp-textarea-field {
  width: 100%;
}
.mfp-textarea-field__control {
  width: 100% !important;
  height: 16.3rem !important;
  background-color: #fff;
  border-radius: 0.3rem;
  border: 1px solid #D1D1D1;
  padding: 1em 1.5em;
}
@media screen and (max-width: 768px) {
  .mfp-textarea-field__control {
    height: 12.5rem !important;
    border-radius: 0.3rem;
    padding: 1em;
  }
}

.mfp-select-field {
  position: relative;
  width: 100%;
  max-width: 17.5rem;
}
.mfp-select-field::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 1.3rem;
  display: inline-block;
  width: 1rem;
  aspect-ratio: 1/1;
  border-bottom: 2px solid #D1D1D1;
  border-right: 2px solid #D1D1D1;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  margin: 0 0 0.3rem 0;
}
.mfp-select-field__control {
  width: 100%;
  height: 4.6rem;
  background-color: #fff;
  border-radius: 0.3rem;
  border: 1px solid #D1D1D1;
  padding: 0 1.5em;
}
@media screen and (max-width: 768px) {
  .mfp-select-field__control {
    height: 3.1rem;
    border-radius: 0.3rem;
    padding: 0 1em;
  }
}

.mfp-checkboxes-field__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9rem 0.9rem;
}
@media screen and (max-width: 768px) {
  .mfp-checkboxes-field__control {
    gap: 0.6rem 0.6rem;
  }
}

.mfp-checkbox-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.8rem;
  cursor: pointer;
}
.mfp-checkbox-field__control {
  width: 3.1rem;
  height: 3.1rem;
  background-color: #fff;
  border-radius: 0.3rem;
  border: 1px solid #D1D1D1;
}
.mfp-checkbox-field__text {
  font-size: 1.5rem;
  font-weight: 700;
}
.mfp-checkbox-field__text a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .mfp-checkbox-field {
    gap: 0 0.6rem;
  }
  .mfp-checkbox-field__control {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.3rem;
  }
  .mfp-checkbox-field__text {
    font-size: 1.1rem;
  }
}

.mfp_buttons {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3rem 1.3rem;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .mfp_buttons {
    gap: 0.6rem 0.6rem;
    margin: 2.2rem 0 0;
  }
}

.mfp_element_submit,
#mfp_button_send,
#mfp_button_cancel {
  position: relative;
  width: 26.3rem;
  height: 5rem;
  border-radius: 9999px;
  background: #d1593d;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mfp_element_submit:hover,
#mfp_button_send:hover,
#mfp_button_cancel:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .mfp_element_submit,
  #mfp_button_send,
  #mfp_button_cancel {
    width: 100%;
    height: 3.8rem;
    font-size: 1.3rem;
  }
}

#mfp_button_cancel {
  background: #D1D1D1;
}

.c-cta {
  position: relative;
  z-index: 0;
}
.c-cta__header {
  padding: 1.5rem 0 0;
}
.c-cta__body {
  background: -webkit-gradient(linear, left top, right top, from(#ffd249), color-stop(#ffc63d), to(#ffba31));
  background: linear-gradient(to right, #ffd249, #ffc63d, #ffba31);
  padding: 2.5rem 0;
}
.c-cta__heading {
  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 1.5rem;
  font-size: 2.5rem;
  margin: 0 0 1.9rem;
}
.c-cta__heading::before, .c-cta__heading::after {
  content: "";
  width: 3px;
  height: 1.25em;
  background-color: #0F0F0F;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.c-cta__heading::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.c-cta__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 0.8rem;
}
.c-cta__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 1px 1.5px 0.9rem rgba(208, 170, 93, 0.49);
          box-shadow: 1px 1.5px 0.9rem rgba(208, 170, 93, 0.49);
}
.c-cta__btn.-mail {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-cta__header {
    padding: 0.6rem 0 0;
  }
  .c-cta__heading {
    font-size: 1.1rem;
    gap: 0 0.5em;
    margin: 0 0 0.6rem;
  }
  .c-cta__heading::before, .c-cta__heading::after {
    width: 2px;
  }
  .c-cta__body {
    padding: 1.3rem 0;
  }
  .c-cta__btn-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.9rem 0.4rem;
  }
  .c-cta__btn {
    width: calc(50% - 0.2rem);
  }
  .c-cta__btn.-mail {
    width: 100%;
  }
}

.p-mv {
  position: relative;
  z-index: 0;
  -webkit-box-shadow: 0 0 2rem rgba(180, 180, 180, 0.35);
          box-shadow: 0 0 2rem rgba(180, 180, 180, 0.35);
}
.p-mv::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1vw;
  left: calc(50% - 5.2vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 49vw;
  aspect-ratio: 937/642;
  background: url(../img/mv_bg.png) no-repeat center center/contain;
}
.p-mv::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3.1rem;
  background: url(../img/mv_ribbon.jpg) no-repeat center center/cover;
}
.p-mv__body {
  display: grid;
  grid-template-areas: "content slider-wrap" "btn-wrap slider-wrap";
  grid-template-columns: -webkit-fit-content 1fr;
  grid-template-columns: fit-content 1fr;
  gap: 0 3.1vw;
}
.p-mv__content {
  grid-area: content;
}
.p-mv__catch01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.9rem;
  color: #009944;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 1.3rem;
}
.p-mv__catch01::after {
  content: "";
  display: block;
  width: 12.5rem;
  height: 1px;
  background-color: #bdbdbd;
}
.p-mv__catch02 {
  color: transparent;
  font-size: min(2.6vw, 50px);
  font-weight: 700;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: linear-gradient(120deg, #009944, #77a43c 30%, #edaf33);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 2.8rem;
}
.p-mv__desc {
  font-size: min(1.3vw, 25px);
  line-height: 1.7;
  margin: 0 0 6.3rem;
}
.p-mv__btn-wrap {
  grid-area: btn-wrap;
}
.p-mv__mail-btn {
  -webkit-box-shadow: 1px 1.5px 0.6rem rgba(123, 203, 158, 0.49);
          box-shadow: 1px 1.5px 0.6rem rgba(123, 203, 158, 0.49);
}
.p-mv__slider-wrap {
  grid-area: slider-wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.3rem;
}
.p-mv__slider {
  overflow: hidden;
  width: 50%;
  height: 100dvh;
  max-height: 56.3vw;
  position: relative;
}
.p-mv__slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  gap: 1.3rem 0;
  -webkit-animation: scrollY 20s linear infinite;
          animation: scrollY 20s linear infinite;
  will-change: transform;
}
.p-mv__slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-mv__slider01 .p-mv__slider-track {
  animation-direction: reverse;
}
.p-mv__slide {
  width: 100%;
  aspect-ratio: 430/260;
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
}
.p-mv__slide:not(:last-of-type) {
  margin-bottom: 1.3rem;
}
@-webkit-keyframes scrollY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes scrollY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) {
  .p-mv__btn-wrap {
    -ms-flex-item-align: start;
        align-self: start;
  }
  .p-mv__content {
    -ms-flex-item-align: end;
        align-self: end;
  }
}
@media screen and (max-width: 768px) {
  .p-mv {
    min-height: 100dvh;
    padding: 6.3rem 0 2.8rem;
  }
  .p-mv::before {
    top: 1.3rem;
    left: 10rem;
    -webkit-transform: none;
            transform: none;
    width: 23.6rem;
  }
  .p-mv::after {
    height: 1.1rem;
    background: url(../img/mv_ribbon_sp.jpg) no-repeat center center/cover;
  }
  .p-mv__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 1.6rem 0;
  }
  .p-mv__catch01 {
    font-size: 0.9rem;
    margin: 0 0 0.8rem;
  }
  .p-mv__catch01::after {
    width: 4.4rem;
  }
  .p-mv__catch02 {
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: -0.04em;
    margin: 0;
  }
  .p-mv__desc {
    display: none;
  }
  .p-mv__btn-wrap {
    width: calc(100% + 0.6rem);
    margin: 0 -0.3rem;
  }
  .p-mv__slider-wrap {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem 0;
    margin: 0 calc(50% - 50vw);
  }
  .p-mv__slider {
    width: 100%;
    height: auto;
    max-height: initial;
  }
  .p-mv__slider-track {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 0.6rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    -webkit-animation: scrollX 20s linear infinite;
            animation: scrollX 20s linear infinite;
  }
  .p-mv__slider-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-mv__slider01 .p-mv__slider-track {
    animation-direction: reverse;
  }
  .p-mv__slide {
    width: 11.9rem;
    height: auto;
    -webkit-box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.16);
  }
  .p-mv__slide:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 0.6rem;
  }
  @-webkit-keyframes scrollX {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes scrollX {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
}

.p-problem {
  background-color: #f4f4f4;
  padding: 3.1rem 0 0;
  overflow: hidden;
}
.p-problem__body {
  display: grid;
  grid-template-areas: "img header" "img list";
  grid-template-columns: 1fr auto;
  gap: 2.8rem 4.4rem;
}
.p-problem__img {
  grid-area: img;
  aspect-ratio: 798/741;
}
.p-problem__header {
  -ms-flex-item-align: end;
      align-self: end;
}
.p-problem__catch {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.p-problem__catch .-lg {
  color: #009944;
  font-size: 1.25em;
}
.p-problem__list {
  -ms-flex-item-align: start;
      align-self: start;
}
.p-problem__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.25em;
  font-size: 1.4rem;
  font-weight: 700;
}
.p-problem__list li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  border-bottom: 1px solid #D1D1D1;
  padding: 0 0 4px;
}
.p-problem__list li::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  height: 1.6086956522em;
  aspect-ratio: 41/37;
  background: url(../img/problem_check.svg) no-repeat center center/contain;
}
.p-problem__list li:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-problem {
    padding: 1.6rem 0 0;
  }
  .p-problem__body {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-problem__catch {
    font-size: 1.3rem;
    letter-spacing: -0.02em;
    margin: 0 0 0.6rem;
  }
  .p-problem__catch .-lg {
    font-size: 1.6rem;
  }
  .p-problem__img {
    position: relative;
    z-index: -1;
    width: 100%;
    aspect-ratio: 750/700;
    margin: -1.3rem auto -2.5rem;
  }
  .p-problem__list li {
    font-size: 0.9rem;
    gap: 0 0.5em;
  }
}

.p-problem-message {
  position: relative;
  z-index: 0;
}
.p-problem-message::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  aspect-ratio: 1920/386;
  background: url(../img/problem-message_bg.png) no-repeat top center/cover;
}
.p-problem-message__body {
  position: relative;
  z-index: 0;
  width: 61.9rem;
  background-color: #fff;
  border: 4px solid #edaf33;
  border-radius: 3.8rem 3.8rem 0 0;
  padding: 3.8rem 2.5rem 5.6rem;
  margin: 0 auto -4px;
}
.p-problem-message__body::before {
  content: "“";
  position: absolute;
  top: -1.9rem;
  left: 11.9rem;
  font-size: 12.8rem;
  color: #FFC34A;
  font-weight: 300;
  line-height: 0.7;
}
.p-problem-message__illust01 {
  position: absolute;
  top: 2.1rem;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9.4rem;
}
.p-problem-message__illust02 {
  position: absolute;
  top: 2.4rem;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 10.4rem;
}
.p-problem-message__desc {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
}
.p-problem-message__desc .-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #fff15a), color-stop(90%, #fff15a), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 20%, #fff15a 20%, #fff15a 90%, transparent 90%);
}
@media screen and (max-width: 768px) {
  .p-problem-message {
    padding: 1.6rem 0 0;
  }
  .p-problem-message::before {
    aspect-ratio: 755/544;
    background: url(../img/problem-message_bg_sp.png) no-repeat top center/cover;
  }
  .p-problem-message__body {
    width: calc(100% - 1.3rem);
    border-radius: 1.9rem 1.9rem 0 0;
    padding: 1.6rem 0.6rem 1.3rem;
  }
  .p-problem-message__body::before {
    top: -0.9rem;
    left: 1.9rem;
    font-size: 7.8rem;
  }
  .p-problem-message__illust01 {
    top: 6.3rem;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
    width: 4.7rem;
  }
  .p-problem-message__illust02 {
    top: 6.3rem;
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
    width: 5.2rem;
  }
  .p-problem-message__desc {
    font-size: 1.1rem;
  }
  .p-problem-message__desc .-marker {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.p-cta01 {
  background: -webkit-gradient(linear, left top, right top, from(#ffd249), color-stop(#ffc63d), to(#ffba31));
  background: linear-gradient(to right, #ffd249, #ffc63d, #ffba31);
  padding: 3.8rem 0;
}
.p-cta01__header {
  padding: 0;
}
.p-cta01__body {
  padding: 0;
  background: none;
}
@media screen and (max-width: 768px) {
  .p-cta01 {
    padding: 1.6rem 0;
  }
}

.p-promise {
  margin: 6.3rem 0;
}
.p-promise__body {
  position: relative;
  z-index: 0;
  margin: 3.8rem 0 0;
}
.p-promise__body::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 82.8571428571%;
  background: url(../img/promise_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .p-promise {
    margin: 2.2rem 0;
  }
  .p-promise__body {
    margin: 4.4rem 0 0;
  }
  .p-promise__body::before {
    top: 5rem;
    -webkit-transform: none;
            transform: none;
    height: 88.4057971014%;
    background: url(../img/promise_bg_sp.jpg) no-repeat center center/cover;
  }
}

.p-promise-block {
  max-width: 1350px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 1.3rem;
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin: 0 auto 0 0;
}
.p-promise-block__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44.8888888889%;
}
.p-promise-block__content {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 0.9rem;
}
.p-promise-block__title {
  color: #009944;
  font-size: 2.2rem;
  margin: 0 0 1.9rem;
}
.p-promise-block__count {
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #9c6c27;
  font-size: 1.1rem;
  font-weight: 700;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  padding: 0 2.2rem;
}
.p-promise-block:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.p-promise-block:nth-of-type(1) {
  overflow: visible;
}
.p-promise-block:nth-of-type(1) .p-promise-block__img {
  margin: -1rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-promise-block:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-promise-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem 0;
    -webkit-box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.16);
  }
  .p-promise-block__img {
    width: 100%;
    aspect-ratio: 680/210;
    overflow: hidden;
  }
  .p-promise-block__content {
    width: 86%;
    padding: 0;
  }
  .p-promise-block__title {
    font-size: 1.3rem;
    margin: 0 0 0.6rem;
  }
  .p-promise-block__count {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 0.8rem;
    -webkit-transform: none;
            transform: none;
    padding: 0 0 0.9rem;
  }
  .p-promise-block:nth-of-type(1) .p-promise-block__img {
    aspect-ratio: 680/350;
    margin: -2.5rem 0 0;
  }
}

.p-comparison {
  margin: 0 0 6.3rem;
}
.p-comparison__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1.3rem 0.4rem;
}
.p-comparison__table thead th {
  height: 5.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #d8d8d8;
}
.p-comparison__table thead th:nth-child(1) {
  visibility: hidden;
}
.p-comparison__table thead th:nth-child(2) {
  position: relative;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  background-color: #009944;
}
.p-comparison__table thead th:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -0.8rem;
  left: -0.8rem;
  display: block;
  width: calc(100% + 1.5rem);
  height: calc(100% + 0.8rem);
  border: solid #FFC34A;
  border-width: 0.4rem 0.4rem 0 0.4rem;
}
.p-comparison__table tbody th,
.p-comparison__table tbody td {
  height: 11.5rem;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: inset 0px 0px 0px 1px #d1d1d1;
          box-shadow: inset 0px 0px 0px 1px #d1d1d1;
}
.p-comparison__table tbody th {
  font-weight: 700;
  background-color: #fff;
}
.p-comparison__table tbody th .-count {
  color: #9c6c27;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-comparison__table tbody td {
  font-weight: 500;
  background-color: #f3f3f3;
}
.p-comparison__table tbody td .-mark {
  color: #686868;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1;
}
.p-comparison__table tbody td:nth-child(2) {
  position: relative;
  background-color: #d3f9e4;
}
.p-comparison__table tbody td:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -0.8rem;
  left: -0.8rem;
  display: block;
  width: calc(100% + 1.5rem);
  height: calc(100% + 0.8rem);
  border: solid #FFC34A;
  border-width: 0 0.4rem 0 0.4rem;
}
.p-comparison__table tbody td:nth-child(2) .-mark {
  color: #009944;
}
.p-comparison__table tbody tr:last-child td:nth-child(2)::before {
  height: calc(100% + 1.5rem);
  border-width: 0 0.4rem 0.4rem 0.4rem;
}
@media screen and (max-width: 768px) {
  .p-comparison {
    margin: 0 0 2.2rem;
  }
  .p-comparison__body {
    width: 100%;
    background-color: #fff;
    padding: 1.3rem 0.6rem;
    border: solid #c9c9c9;
    border-width: 2px 0 2px 0;
  }
  .p-comparison__table-wrap {
    padding: 0 0 1.9rem;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .p-comparison__table-wrap::-webkit-scrollbar {
    width: 1.6rem;
  }
  .p-comparison__table-wrap::-webkit-scrollbar-thumb {
    background: #009944;
    border-radius: 9999px;
  }
  .p-comparison__table-wrap::-webkit-scrollbar-track {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ebebeb), color-stop(60%, #ebebeb), color-stop(60%, transparent));
    background: linear-gradient(to bottom, transparent 40%, #ebebeb 40%, #ebebeb 60%, transparent 60%);
  }
  .p-comparison__table {
    border-spacing: 0.6rem 0.2rem;
    padding: 0.4rem 0;
    margin: 0 -0.3rem;
  }
  .p-comparison__table th,
  .p-comparison__table td {
    white-space: nowrap;
  }
  .p-comparison__table thead th {
    height: 2.8rem;
    font-size: 0.8rem;
  }
  .p-comparison__table thead th:nth-child(2) {
    font-size: 0.9rem;
  }
  .p-comparison__table thead th:nth-child(2)::before {
    content: "";
    top: -0.4rem;
    left: -0.4rem;
    width: calc(100% + 0.8rem);
    height: calc(100% + 0.4rem);
    border-width: 0.2rem 0.2rem 0 0.2rem;
  }
  .p-comparison__table tbody th,
  .p-comparison__table tbody td {
    height: 5.8rem;
    font-size: 0.9rem;
    padding: 0.6rem;
  }
  .p-comparison__table tbody th .-count {
    font-size: 0.7rem;
  }
  .p-comparison__table tbody td .-mark {
    font-size: 1.9rem;
  }
  .p-comparison__table tbody td:nth-child(2)::before {
    top: -0.4rem;
    left: -0.4rem;
    width: calc(100% + 0.8rem);
    height: calc(100% + 0.4rem);
    border-width: 0 0.2rem 0 0.2rem;
  }
  .p-comparison__table tbody tr:last-child td:nth-child(2)::before {
    height: calc(100% + 0.8rem);
    border-width: 0 0.2rem 0.2rem 0.2rem;
  }
}

.p-works {
  margin: 6.3rem 0;
}
.p-works__slider-wrap {
  margin: 4.4rem 0 0;
}
.p-works__img {
  width: 93.453724605%;
  aspect-ratio: 825/982;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0.5rem 0.8rem 0.9rem rgba(204, 204, 204, 0.72));
          filter: drop-shadow(0.5rem 0.8rem 0.9rem rgba(204, 204, 204, 0.72));
}
.p-works__title {
  font-size: min(1.1vw, 22px);
  font-weight: 700;
  text-align: center;
  margin: 1.1rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-works__slider:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
  }
  .p-works__slider:not(.swiper-initialized) .swiper-slide {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-works {
    margin: 2.2rem 0 3.8rem;
  }
  .p-works__slider-wrap {
    position: relative;
    width: 100vw;
    margin: 3.1rem calc(50% - 50vw) 0;
  }
  .p-works__img {
    width: 81.3333333333%;
    -webkit-filter: drop-shadow(0 0.4rem 0.4rem rgba(204, 204, 204, 0.72));
            filter: drop-shadow(0 0.4rem 0.4rem rgba(204, 204, 204, 0.72));
  }
  .p-works__title {
    font-size: 0.9rem;
  }
  .p-works__slider-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9.1rem;
    aspect-ratio: 1/1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(163, 208, 183, 0.3);
    border-radius: 50%;
    padding: 0 1.9rem;
  }
  .p-works__slider-arrow::before {
    content: "";
    display: inline-block;
    width: 0.9rem;
    aspect-ratio: 31/53;
    background-color: #009944;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
  }
  .p-works__slider-arrow.-prev {
    left: -5.9rem;
  }
  .p-works__slider-arrow.-next {
    right: -5.9rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .p-works__slider-arrow.-next::before {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}

.p-flow {
  position: relative;
  z-index: 0;
  margin: 0 0 6.3rem;
}
.p-flow::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 5.6rem);
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), color-stop(#fcfbed), to(#fffde1));
  background: linear-gradient(to bottom, #f9f9f9, #fcfbed, #fffde1);
}
.p-flow__list {
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-flow {
    margin: 0 0 2.8rem;
  }
  .p-flow::before {
    height: calc(100% + 5.6rem);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #f9f9f9), color-stop(#fcfbed), to(#fffde1));
    background: linear-gradient(to bottom, #f9f9f9 90%, #fcfbed, #fffde1);
  }
  .p-flow__list {
    margin: 1.9rem 0 0;
  }
}

.p-flow-item {
  position: relative;
  display: grid;
  grid-template-areas: "ico-wrap header" "ico-wrap content";
  grid-template-columns: 12.5rem 1fr;
  gap: 1.3rem 1.9rem;
  padding: 3.4rem 3.1rem 3.4rem 3.8rem;
  background-color: #fff;
  border: 2px solid rgba(0, 153, 68, 0.45);
  border-radius: 1.3rem;
}
.p-flow-item__ico-wrap {
  grid-area: ico-wrap;
  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;
}
.p-flow-item__ico img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-flow-item__header {
  grid-area: header;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.9rem;
  padding: 0 1.3rem 1rem;
  border-bottom: 1px solid #D1D1D1;
}
.p-flow-item__count {
  width: 7.8rem;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  background-color: #009944;
  padding: 0.4rem 0 0.6rem;
}
.p-flow-item__count .-num {
  font-size: 1.25em;
  font-weight: 700;
}
.p-flow-item__title {
  font-size: 1.6rem;
  font-weight: 700;
}
.p-flow-item__content {
  grid-area: content;
}
.p-flow-item:not(:last-of-type) {
  margin-bottom: 1.3rem;
}
.p-flow-item:not(:last-of-type)::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0.64rem;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  display: inline-block;
  height: 3.7rem;
  aspect-ratio: 188/116;
  background: url(../img/flow-item_arrow.png?0424) no-repeat center center/contain;
}
.p-flow-item:nth-of-type(2) .p-flow-item__ico {
  width: 91%;
}
.p-flow-item:nth-of-type(3) .p-flow-item__ico {
  width: 89%;
}
.p-flow-item:nth-of-type(4) .p-flow-item__ico {
  width: 77%;
}
.p-flow-item:nth-of-type(5) .p-flow-item__ico {
  width: 87%;
}
@media screen and (min-width: 769px) {
  .p-flow-item__header {
    -ms-flex-item-align: end;
        align-self: end;
  }
  .p-flow-item__content {
    -ms-flex-item-align: start;
        align-self: start;
  }
}
@media screen and (max-width: 768px) {
  .p-flow-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.6rem 0;
    padding: 1.6rem 1.3rem;
    border-width: 0.1rem;
  }
  .p-flow-item__ico-wrap {
    width: 10rem;
  }
  .p-flow-item__header {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    padding: 0 0 0.6rem;
  }
  .p-flow-item__count {
    width: 5.9rem;
    font-size: 0.8rem;
    padding: 0.3rem 0 0.5rem;
  }
  .p-flow-item__title {
    font-size: 1.3rem;
    text-align: center;
  }
  .p-flow-item:not(:last-of-type) {
    margin-bottom: 1.8rem;
  }
  .p-flow-item:not(:last-of-type)::before {
    bottom: 0.44rem;
    height: 2.9rem;
    aspect-ratio: 193/93;
    background: url(../img/flow-item_arrow_sp.png) no-repeat center center/contain;
  }
}

.p-faq {
  margin: 6.3rem 0;
}
.p-faq__list {
  margin: 3.8rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-faq {
    margin: 2.2rem 0;
  }
  .p-faq__list {
    margin: 1.3rem 0 0;
  }
}

.p-contact__header {
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3.8rem;
}
.p-contact__heading {
  margin: 0 0 1.9rem;
}
.p-contact__catch {
  font-size: 1.9rem;
  font-weight: 700;
  margin: 0 0 0.6rem;
}
@media screen and (max-width: 768px) {
  .p-contact__header {
    width: 100%;
    margin: 0 0 1.9rem;
  }
  .p-contact__heading {
    margin: 0 0 0.9rem;
  }
  .p-contact__catch {
    font-size: 0.9rem;
    text-align: center;
    margin: 0 0 0.9rem;
  }
}

/* adjustment */
.u-fit--contain img, .u-fit--contain source {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.u-weight--400 {
  font-weight: 400;
}
.u-weight--500 {
  font-weight: 500;
}
.u-weight--700 {
  font-weight: 700;
}

.u-align--center {
  text-align: center;
}

.u-color--main {
  color: #009944;
}
.u-color--sub {
  color: #FFC34A;
}
.u-color--accent {
  color: #FFF70F;
}

.u-display--sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display--sm {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-hidden--sm {
    display: none;
  }
}