@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP";
}

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

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

/* header */
.layout_header-intro, .navbar {
  position: relative
}

/* パーツ */
.l-inner {
  max-width: 37.5rem;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.js-marker {
  white-space: nowrap;
}

.p-apply {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-apply {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.p-apply__title {
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-apply__title {
    font-size: 2rem;
  }
}

.p-apply__steps {
  margin-top: 2.5rem;
  display: grid;
  gap: 4.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-apply__steps {
    margin-top: 7.0625rem;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5625rem;
  }
}

.p-apply__step {
  background-color: #EFF7F0;
  border-radius: 0.5rem;
  padding: 2.5rem 1rem 1.5rem;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-apply__step {
    padding-top: 2.5rem;
    min-height: 17.625rem;
  }
}

.p-apply__step::before {
  position: absolute;
  content: "";
  background: url(../images/common/triangle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 0.9375rem;
  height: auto;
  aspect-ratio: 15/40;
  object-fit: cover;
  top: -4.25rem;
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
}
@media screen and (min-width: 768px) {
  .p-apply__step::before {
    position: absolute;
    content: "";
    background: url(../images/common/triangle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 0.9375rem;
    height: auto;
    aspect-ratio: 15/40;
    object-fit: cover;
    top: 50%;
    left: initial;
    transform: translateY(-50%);
    right: -1.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-apply__step:last-child::before {
    display: none;
  }
}

.p-apply__step:first-child::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-apply__step:first-child::before {
    display: block;
  }
}

.p-apply__num {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background-color: #579E64;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "MuseoModerno", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-size: 1.25rem;
  width: 3rem;
  height: 3rem;
  top: -0.25rem;
}
@media screen and (min-width: 768px) {
  .p-apply__num {
    top: -0.875rem;
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.75rem;
  }
}

.p-apply__step-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #286A36;
}
@media screen and (min-width: 768px) {
  .p-apply__step-title {
    font-size: 1.25rem;
    min-height: 4.25rem;
  }
}

.p-apply__step-text {
  font-weight: 500;
  font-variation-settings: "wght" 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #000;
  text-align: left;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-apply__step-text {
    font-size: 1rem;
  }
}

.p-cost {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-cost {
    padding-top: 4.5rem;
    padding-bottom: 6.25rem;
  }
}

.p-cost--first {
  padding-bottom: initial;
}

@media screen and (min-width: 768px) {
  .p-cost__title-wrapper {
    text-align: center;
  }
}

.p-cost__title {
  color: #000;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-cost__title {
    font-size: 2rem;
  }
}

.p-cost__title span {
  color: #286A36;
}

.p-cost__text-wrapper {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-cost__text-wrapper {
    text-align: center;
    margin-top: 2rem;
  }
}

.p-cost__img {
  position: relative;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-cost__img {
    margin-top: 2.9375rem;
  }
}

.p-cost__img::before {
  position: absolute;
  content: "";
  background: url(../images/common/cost_attention.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 97/97;
  object-fit: cover;
  width: 2.5rem;
  height: auto;
  bottom: 1rem;
  right: -1rem;
}
@media screen and (min-width: 768px) {
  .p-cost__img::before {
    width: 6.0625rem;
    bottom: 3.5rem;
    right: -1rem;
  }
}

.p-cost__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-cost__note {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-cost__note {
    margin-top: 2.5rem;
    gap: 0.5rem;
  }
}

.p-cost__note-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.5rem;
  background-color: #EFF7F0;
  border: 1px solid #286A36;
  font-size: 0.875rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #286A36;
  width: fit-content;
}

.p-cost__note-list {
  margin-top: 0.25rem;
}

.p-cost__note-item {
  font-size: 0.875rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
}

.p-cost__steps {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .p-cost__steps {
    margin-top: 3.875rem;
    grid-template-columns: repeat(3, 21.75rem);
    justify-content: center;
    gap: 1.125rem;
  }
}

.p-cost__step {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background-color: #EFF7F0;
  display: grid;
  place-items: center;
  padding: 1rem;
  max-width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .p-cost__step {
    max-width: 21.75rem;
    padding: 1.5rem;
  }
}

.p-cost__step-inner {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 0.5rem;
}

.p-cost__step-icon {
  aspect-ratio: 120/120;
  object-fit: cover;
  object-position: center center;
  width: 4rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-cost__step-icon {
    width: 7.5rem;
    height: 7.5rem;
  }
}

.p-cost__step-title {
  margin: 0;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #286A36;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-cost__step-title {
    font-size: 1.5rem;
  }
}

.p-cost__step-text {
  margin: 0;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-cost__step-text {
    font-size: 1rem;
  }
}

.p-example {
  background-color: #F0F0F0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-example {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
  }
}

.p-example__title-wrapper {
  text-align: center;
}

.p-example__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-example__title {
    font-size: 2rem;
  }
}

.p-example__cards {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-example__cards {
    margin-top: 3.5rem;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 2.25rem;
  }
}

.p-example__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-example__card-column {
  display: flex;
  flex-direction: column;
  height: fit-content;
}

.p-example__img img {
  aspect-ratio: 376/212;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.p-example__head {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-example__head {
    gap: 1rem;
    margin-top: 1.5rem;
    min-height: 9.75rem;
  }
}

.p-example__case-title {
  margin: 0;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #000;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-example__case-title {
    font-size: 1.125rem;
  }
}

.p-example__company {
  margin: 0;
  margin-top: auto;
  font-size: 0.875rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #286A36;
}

.p-example__body {
  display: grid;
  gap: 0.75rem;
  border-top: 1px solid #898989;
  margin-top: 1rem;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-example__body {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}

.p-example__label {
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.125rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  width: fit-content;
}

.p-example__label--issue {
  background-color: #579E64;
}

.p-example__label--do {
  background-color: #286A36;
}

.p-example__label--effect {
  background-color: #FFDF3F;
  color: #000;
}

.p-example__list {
  display: grid;
  gap: 0.25rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-example__list {
    margin-top: 1rem;
  }
}

.p-example__item {
  display: flex;
  gap: 0.3125rem;
  align-items: flex-start;
  padding-left: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-example__item {
    font-size: 1rem;
  }
}

.p-example__item::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background-color: #579E64;
  flex-shrink: 0;
  margin-top: 0.5625rem;
}

.p-example__list--do .p-example__item::before {
  background-color: #286A36;
}

.p-example__list--effect .p-example__item::before {
  background-color: #FFDF3F;
}

.p-faq {
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding-top: 3.5rem;
  }
}

.p-faq__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-faq__title {
    font-size: 2rem;
  }
}

.p-faq__items {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__items {
    margin-top: 3.5rem;
  }
}

.p-faq__item {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.p-faq__item + .p-faq__item {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item + .p-faq__item {
    margin-top: 1.875rem;
  }
}

.p-faq__item--accent {
  background-color: #EFF7F0;
}

.p-faq__q {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #F0F0F0;
  position: relative;
  gap: 1rem;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-faq__q {
    padding: 1.25rem 1.5rem;
    align-items: center;
    gap: 1.5rem;
  }
}

.p-faq__item--accent > .p-faq__q {
  background-color: #EFF7F0;
}

.p-faq__qa {
  font-family: "MuseoModerno", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #286A36;
  flex: 0 0 auto;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-faq__qa {
    font-size: 1.5rem;
  }
}

.p-faq__qa--a {
  color: #579E64;
}

.p-faq__q-text {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #286A36;
}

.p-faq__a {
  display: flex;
  background-color: #F0F0F0;
  padding: 1rem;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-faq__a {
    gap: 1.5rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 10.25rem;
  }
}

.p-faq__item--accent > .p-faq__a {
  background-color: #EFF7F0;
}

.p-faq__a-text {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #000;
  flex: 1;
}

.p-header {
  background-color: #aaa;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.125rem;
  z-index: 100;
  right: 0;
}

.p-license {
  background: #EFF7F0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-license {
    padding-bottom: 4rem;
  }
}

.p-license__title-wrapper {
  text-align: center;
  background: #286A36;
  border-radius: 0.5rem;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}

.p-license__title {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-license__title {
    font-size: 1.75rem;
    padding: 0.5rem 0;
  }
}

.p-license__body {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-license__body {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.5rem;
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-license__text-area {
    max-width: 37.5rem;
    width: 100%;
  }
}

.p-license__heading {
  font-size: 1.25rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-license__heading {
    font-size: 2rem;
  }
}

.p-license__heading span {
  color: #286A36;
}

.p-license__texts {
  margin-top: 1rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-license__texts {
    margin-top: 2rem;
  }
}

.p-license__text {
  font-weight: 500;
  font-variation-settings: "wght" 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #000;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-license__text {
    font-size: 1rem;
  }
}

.p-license__img {
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .p-license__img {
    border-radius: 1.5rem;
    max-width: 35rem;
    width: 100%;
    flex: 0 0 auto;
  }
}

.p-license__img img {
  aspect-ratio: 560/373;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.p-license__cards {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-license__cards {
    margin-top: 3rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25rem;
  }
}

.p-license__card {
  background-color: #fff;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-license__card {
    padding: 1.5rem;
  }
}

.p-license__card-title {
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #286A36;
  font-size: 1.25rem;
  margin-top: initial;
  margin-bottom: initial;
}
@media screen and (min-width: 768px) {
  .p-license__card-title {
    font-size: 1.5rem;
  }
}

.p-license__card-text {
  font-weight: 500;
  font-variation-settings: "wght" 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-license__card-text {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.p-license__card-text span {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

/* layout */
.p-mv {
  position: relative;
  background: linear-gradient(to right, #FFFFFF 0%, #CCE9D4 67%, #62BD7B 100%);
  margin-top: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  overflow-x: clip;
}

.p-mv.p-mv-top-none {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .p-mv {
    display: flex;
    padding-top: 3.75rem;
    align-items: center;
    margin-top: 5.75rem;
    padding-bottom: 3.25rem;
  }

  .p-mv.p-mv-top-none {
    margin-top: 0;
  }
}

.p-mv::before {
  position: absolute;
  content: "";
  z-index: 2;
  background: url(../images/common/cloud_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 375/700;
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-mv::before {
    position: absolute;
    content: "";
    background: url(../images/common/cloud.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    aspect-ratio: initial;
    inset: 0;
  }
}

.p-mv::after {
  position: absolute;
  content: "";
  background: url(../images/common/mv_texture.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  inset: 0;
  z-index: 1;
}

.p-mv__img {
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-mv__img {
    max-width: 36.25rem;
    margin-left: auto;
    margin-right: initial;
    margin-top: initial;
    flex: 1;
    margin-right: -4.375rem;
  }
}

.p-mv__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-mv__content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-mv__content {
    display: flex;
  }
}

.p-mv__detail {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__detail {
    max-width: 41.25rem;
  }
}

.p-mv__lead-wrapper {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv__lead-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-mv__lead {
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #286A36;
  display: block;
  position: relative;
  text-align: center;
  padding-bottom: 0.375rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-mv__lead {
    width: fit-content;
    font-size: 1.25rem;
  }
}

.p-mv__lead::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.25rem;
  background-color: #286A36;
}

.p-mv__label {
  background-color: #EFF7F0;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: block;
  color: #000;
  text-align: center;
  margin-top: 1rem;
  padding: 0.25rem 0.5625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__label {
    padding: 0.25rem 1.5rem;
    margin-top: 1.5rem;
    font-size: 2.5rem;
    width: fit-content;
    margin-left: initial;
    margin-right: initial;
    white-space: nowrap;
  }
}

.p-mv__label span {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-mv__label span {
    font-size: 2rem;
  }
}

.p-mv__main {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__main {
    padding-left: 2.3125rem;
    margin-top: 2rem;
  }
}

.p-mv__main img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-mv__solve {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #21562B;
  -webkit-text-stroke: 0.3125rem #FFDF3F;
  text-stroke: 0.3125rem #FFDF3F;
}
@media screen and (min-width: 768px) {
  .p-mv__solve {
    font-size: 8.25rem;
  }
}

.p-mv__suffix {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv__suffix {
    font-size: 3.5rem;
    margin-top: -1.5rem;
  }
}

.p-mv__bubble {
  position: absolute;
  top: -0.5rem;
  left: 0.5rem;
  background-color: #FFDF3F;
  transform: rotate(-15deg);
  border-radius: 2rem;
  padding: 0.5rem 1.125rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-mv__bubble {
    top: -1.125rem;
    left: 1.125rem;
    font-size: 1.75rem;
    padding: 0.625rem 1.375rem;
  }
}

.p-mv__bubble::after {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: -0.5rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #FFDF3F;
  transform: rotate(45deg);
  border-radius: 0.125rem;
}

.p-mv__catch {
  font-weight: 700;
  font-variation-settings: "wght" 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  line-height: 1.6;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv__catch {
    line-height: 1.75;
    font-size: 1rem;
    margin-top: 1rem;
    max-width: 35.25rem;
  }
}

.p-mv__btn-wrapper {
  text-align: center;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-mv__btn-wrapper {
    margin-top: 1.5rem;
  }
}

.p-mv__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  background-color: #FFDF3F;
  box-shadow: 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  font-size: 1.125rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #000;
  max-width: 17.125rem;
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s ease-in-out;
}

.p-mv__btn:hover {
  color: #333;
}

@media screen and (min-width: 768px) {
  .p-mv__btn {
    width: 100%;
    max-width: 21.375rem;
    height: 4rem;
    font-size: 1.5rem;
  }
}

.p-mv__btn:hover {
  transform: translateY(4px);
  box-shadow: none;
}

.js-mv-lead,
.js-mv-label,
.p-mv__catch,
.p-mv__btn-wrapper {
  opacity: 0;
}

.p-mv__main {
  display: block;
  white-space: nowrap;
}

.p-now {
  padding-top: 2.5rem;
  padding-bottom: 0;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-now {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-now__content {
  position: relative;
  text-align: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  padding-top: 3.85rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: url(../images/common/now-cta-bg-sp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  inset: 0;
}
@media screen and (min-width: 768px) {
  .p-now__content {
    background: url(../images/common/now-cta-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    inset: 0;
    padding-top: 2rem;
    padding-bottom: 2.3125rem;
    margin-left: initial;
    margin-right: initial;
    padding-left: initial;
    padding-right: initial;
  }
}

.p-now__now {
  position: absolute;
  top: -0.5625rem;
  height: auto;
  width: 4.125rem;
  left: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-now__now {
    left: 3.25rem;
    width: 5.5625rem;
  }
}

.p-now__now {
  position: absolute;
  top: -0.5625rem;
  width: 4.125rem;
  height: auto;
  left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-now__now {
    width: 5.5625rem;
    left: 3.25rem;
  }
}

.p-now__now img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-now__detail-title {
  font-size: 1.75rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-now__detail-title {
    font-size: 2rem;
  }
}

.p-now__detail-text {
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
  margin-top: 1rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-now__detail-text {
    text-align: center;
    margin-top: 2rem;
  }
}

.p-now__detail-btn {
  margin-top: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  background-color: #FFDF3F;
  box-shadow: 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  font-size: 1.25rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.6;
  height: 3rem;
  max-width: 17.125rem;
  transition: 0.3s ease-in-out;
}

.p-now__detail-btn:hover {
  color: #333;
}

@media screen and (min-width: 768px) {
  .p-now__detail-btn {
    max-width: 21.375rem;
    height: 4rem;
    line-height: 1.7;
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}

.p-now__detail-btn:hover {
  transform: translateY(4px);
  box-shadow: none;
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

.p-point {
  position: relative;
  overflow: hidden;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-point {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.p-point__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.p-point__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-point__content {
  position: relative;
}

.p-point__title {
  font-size: 1.5rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-point__title {
    font-size: 2rem;
  }
}

.p-point__panel {
  margin-top: 2.5rem;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-point__panel {
    border-radius: 1rem;
    padding-top: 6.5rem;
    padding-bottom: 2.5rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.p-point__panel + .p-point__panel {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-point__panel + .p-point__panel {
    margin-top: 5.125rem;
  }
}

.p-point__panel-badge {
  position: absolute;
  z-index: 1;
  width: 3.5rem;
  height: 3.5rem;
  top: -1.5rem;
  left: -1rem;
}
@media screen and (min-width: 768px) {
  .p-point__panel-badge {
    top: -3rem;
    left: -1.75rem;
    width: 6.25rem;
    height: 6.25rem;
  }
}

.p-point__panel-badge img {
  width: 100%;
  height: 100%;
}

.p-point__panel-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #579E64;
  display: grid;
  place-items: center;
}

.p-point__panel-head-text {
  font-size: 1.25rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-point__panel-head-text {
    font-size: 1.75rem;
  }
}

.p-point__panel-head-text span {
  color: #FFDF3F;
}

.p-point__items {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-point__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25rem;
  }
}

.p-point__item {
  background-color: #fff;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-point__num {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: #579E64;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.75rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-left: auto;
  margin-right: auto;
  font-family: "MuseoModerno", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.p-point__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #579E64;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-point__item-title {
    font-size: 1.375rem;
  }
}

.p-point__item-text {
  font-size: 1rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #000;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .minHeight-81 {
    min-height: 5.0625rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-site {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .p-site {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-site__title-wrapper {
    text-align: center;
  }
}

.p-site__text {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-site__text {
    margin-top: 1.5rem;
  }
}

.p-site__issues {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-site__issues {
    margin-top: 5.1875rem;
  }
}

.p-site__issues-grid {
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-site__issues-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

.p-site__issue-card {
  background-color: #F0F0F0;
  border-radius: 1.5rem;
  position: relative;
  padding: 1.5rem 1rem 1.5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-site__issue-card {
    padding: 3.25rem 1.5rem 2rem;
  }
}

.p-site__issue-quote {
  position: absolute;
  width: 2rem;
  height: auto;
  top: -1rem;
  left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-site__issue-quote {
    left: 1.25rem;
    top: -1.6875rem;
    width: 5rem;
  }
}

.p-site__issue-title {
  margin: 0;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #286A36;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-site__issue-title {
    font-size: 1.25rem;
    text-align: center;
    font-size: 1.5rem;
  }
}

.p-site__issue-list {
  display: grid;
  flex: 1;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-site__issue-list {
    margin-top: 1.125rem;
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }
}

.p-site__issue-item {
  display: flex;
  gap: 0.3125rem;
  font-size: 1rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  padding-left: 0.25rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-site__issue-item {
    align-items: center;
  }
}

.p-site__issue-item + .p-site__issue-item {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-site__issue-item + .p-site__issue-item {
    margin-top: 0.5rem;
  }
}

.p-site__issue-item::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background-color: #286A36;
  flex-shrink: 0;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-site__issue-item::before {
    margin-top: initial;
  }
}

.p-site__issue-btn {
  margin-top: 1rem;
  background-color: #286A36;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-radius: 1rem;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

.p-site__issue-btn:hover {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-site__issue-btn {
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    margin-top: 2rem;
    font-size: 1.5rem;
    width: 29.0625rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-site__issue-btn-icon {
  width: 1.125rem;
  height: 1.125rem;
}

.p-site__arrow {
  margin-top: 1.75rem;
  max-width: 3rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-site__arrow {
    margin-top: 2.9375rem;
    max-width: 5.3125rem;
  }
}

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

.c-main-text {
  font-size: 0.875rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #000;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-main-text {
    text-align: center;
    font-size: 1.125rem;
  }
}

.c-main-text span {
  position: relative;
  --width: 0%;
  display: inline-block;
}

.c-main-text span::before {
  position: absolute;
  content: "";
  background: #8ECEA5;
  height: 0.5rem;
  bottom: -0.25rem;
  width: var(--width);
}

.c-main-title {
  font-size: 1.5rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .c-main-title {
    text-align: center;
    font-size: 2.5rem;
  }
}

.c-main-title span {
  color: #286A36;
  position: relative;
  --width: 0%;
  display: inline-block;
}

.c-main-title span::before {
  position: absolute;
  content: "";
  background: #FFDF3F;
  height: 0.5rem;
  bottom: 0rem;
  z-index: -1;
  width: var(--width);
}

/* footer */
.footer-service {
  display: none;
}