@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1150px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

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


a {
  text-decoration: none;
  color: inherit;
}

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1150px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.c-cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  max-width: 21.875rem;
  width: 100%;
  height: 4.75rem;
  padding: 1.25rem;
  background-color: #00ff26;
  border: 1px solid #fff;
  border-radius: 2.375rem;
  text-decoration: none;
}
.c-cta-btn:hover,
.c-cta-btn:focus-visible {
  opacity: 1;
  background-color: #6aff8c;
  transition: 0.3s;

}
@media screen and (max-width: 767px) {
  .c-cta-btn {
    max-width: 20.9375rem;
    padding: 1.25rem;
  }
}

.c-cta-btn--250 {
  max-width: 21.875rem;
}
@media screen and (max-width: 767px) {
  .c-cta-btn--250 {
    max-width: 15.625rem;
    height: 3.5rem;
  }
}

.c-cta-btn--300 {
  max-width: 18.75rem;
  height: 3.3125rem;
}

@media screen and (max-width: 767px) {
  .c-cta-btn--250 .c-cta-btn__text {
    font-size: 1rem;
  }
}

.c-cta-btn__text {
  font-family: "Murecho", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #043715;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1;
}

.c-cta-btn__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1rem;
  height: 1rem;
}

.c-cta-btn__arrow img {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-section-title {
  font-family: "Murecho", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #043715;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.c-section-title--left {
  text-align: left;
}

.c-section-lead {
  font-size: 1.125rem;
  color: #043715;
  text-align: center;
  line-height: 1.6;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .c-section-lead {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}
.c-btn {
  max-width: 15.3125rem;
  width: 100%;
  height: 3.75rem;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #043715;
  color: #fff;
  border-radius: 0.625rem;
}

.c-btn::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-wh.svg);
  background-size: contain;
  width: 12px;
  height: 12px;
  right: 0.9375rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

@media (max-width: 767px) {
  .c-btn {
    font-size: 1rem;
    max-width: 100%;
    height: 3.75rem;
    max-width: 15.3125rem;
    margin: 0 auto;
  }
}

/* ヘッダー（_style.css 339-466, 1rem=16px換算） */
.l-header {
  background: #043715;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  padding: 0 3.4722222222vw;
  height: 5rem;
}

@media (max-width: 767px) {
  .l-header {
    height: 3.75rem;
    padding: 0 1.25rem;
  }
}

.l-header .l-header__logo {
  width: 100%;
  max-width: 12.8472222222vw;
}

@media (min-width: 1440px) {
  .l-header .l-header__logo {
    max-width: 11.5625rem;
  }
}

@media (max-width: 767px) {
  .l-header .l-header__logo {
    max-width: 9.25rem;
  }
}

.l-header .l-header__logo a {
  display: flex;
}

.l-header .l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
}

@media (max-width: 767px) {
  .l-header .l-header__inner {
    height: 3.75rem;
  }
}

.l-header .l-header__inner__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.l-header .l-header__menu {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

@media (max-width: 767px) {
  .l-header .l-header__menu {
    gap: 0.625rem;
  }
}

.l-header .l-header__menu .l-header__menu__item a {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 2.5rem;
  border: solid 1px #fff;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .l-header .l-header__menu .l-header__menu__item a {
    width: 3.75rem;
    height: 1.875rem;
    font-size: 0.8125rem;
  }
}

.l-header .bogo-language-switcher {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0.9375rem;
}

@media (max-width: 767px) {
  .l-header .bogo-language-switcher {
    gap: 0.625rem;
  }
}

.l-header .bogo-language-switcher a {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 2.5rem;
  border: solid 1px #fff;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .l-header .bogo-language-switcher a {
    width: 3.75rem;
    height: 1.875rem;
    font-size: 0.8125rem;
  }
}

.p-header {
  background-color: #043715;
  height: 5rem;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 3.75rem;
  }
}

.p-header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.25rem;
}

.p-header__logo a {
  display: block;
}

.p-header__logo img {
  height: 3.125rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    height: 2.5rem;
  }
}

.p-header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-header__lang {
    gap: 0.625rem;
  }
}

.p-header__lang-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  border-radius: 0.3125rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  height: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .p-header__lang-btn {
    width: 3.75rem;
  }
}

.p-mv {
  min-height: 43.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: auto;
  }
}

.p-mv__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-mv__bg-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv__bg-item {
    height: 16.25rem;
  }
}

.p-mv__bg-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-mv__title {
  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.8125rem;
  left: 1.25rem;
  position: absolute;
  top: 1.25rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    gap: 0.3125rem;
  }
}

.p-mv__company {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__company {
    font-size: 0.9375rem;
  }
}

.p-mv__sub {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__sub {
    font-size: 1rem;
  }
}

.p-mv__content {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    gap: 2.5rem;
    top: 14.8125rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 21.875rem;
  }
}

.p-mv__copy {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, .5);
}

.p-mv__catch {
  font-family: "Murecho", sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.17;
}
@media screen and (max-width: 767px) {
  .p-mv__catch {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

.p-mv__tag {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv__tag {
    margin-top: 0.9375rem;
  }
}

.p-mv__tag span {
  text-decoration: underline;
  -webkit-text-decoration-color: #00ff26;
          text-decoration-color: #00ff26;
  text-decoration-thickness: 0.625rem;
  text-underline-offset: 0;
}

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

.p-results {
  padding-block: 9.375rem 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-results {
    padding-block: 5rem 3.75rem;
  }
}

.p-results::after {
  content: "";
  background-image: url(../images/new/plant.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 26.25rem;
  height: 31.25rem;
  position: absolute;
  top: -25%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-results::after {
    top: -10%;
    width: 12.5rem;
    height: 15rem;
  }
}

.p-results::before {
  content: "";
  background-image: url(../images/new/plant.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 26.25rem;
  height: 31.25rem;
  position: absolute;
  bottom: -10%;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-results::before {
    bottom: -5%;
    width: 12.5rem;
    height: 15rem;
  }
}

.p-results__deco {
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
}

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

.p-results__deco--left {
  left: 0;
  top: -3.125rem;
  width: 26.1875rem;
}
@media screen and (max-width: 767px) {
  .p-results__deco--left {
    top: -1.25rem;
    width: 12.5rem;
  }
}

.p-results__deco--right {
  right: 0;
  top: 37.5rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 26.1875rem;
}

.p-results__cards {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2.5rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-results__cards {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-results__card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff1e1;
  border-radius: 3.125rem;
  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.25rem;
  height: 100%;
  min-height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-results__card {
    border-radius: 1.5625rem;
    padding: 1.875rem;
  }
}

.p-results__card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5rem;
}

.p-results__card-icon img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-results__card-label {
  color: #043715;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-results__card-label {
    font-size: 1rem;
  }
}

.p-results__card-num {
  color: #043715;
  margin-top: auto;
  text-align: center;
}

.p-results__card-number {
  font-family: "Lato", sans-serif;
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-results__card-number {
    font-size: 3rem;
  }
}

.p-results__card-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-results__photos {
  margin-top: 9.375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-results__photos {
    margin-top: 5rem;
  }
}

.p-results__photos .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-results__photo {
  height: 9.375rem;
  overflow: hidden;
  width: 12.5rem !important;
}
@media screen and (max-width: 767px) {
  .p-results__photo {
    width: 12.375rem !important;
  }
}

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

.p-category__heading {
  font-family: "Murecho", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-category__heading {
    display: block;
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .p-category__heading-small {
    display: block;
  }
}

.p-category__sub {
  color: #043715;
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-category__sub {
    font-size: 1rem;
  }
}

.p-category__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-category__tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
    margin-top: 1.25rem;
  }
}

.p-category__tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff1e1;
  border-radius: 0.625rem;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  gap: 0.625rem;
  letter-spacing: 0.05em;
  padding: 1.25rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-category__tag {
    font-size: 1.125rem;
    padding: 0.9375rem;
    width: 100%;
  }
}

.p-category__tag-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-category__tag-icon {
    height: 1.25rem;
    width: 1.25rem;
  }
}

.p-category__tag-small {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-category__tag-small {
    font-size: 0.875rem;
  }
}

.p-flow {
  padding-block: 9.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-block: 5rem;
  }
}

.p-flow::before {
  content: "";
  background-image: url(../images/new/plant.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 26.25rem;
  height: 31.25rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-flow::before {
    display: none;
  }
}

.p-flow__subtitle {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__subtitle {
    font-size: 1.125rem;
    margin-top: 0.9375rem;
  }
}

.p-flow__desc {
  color: #043715;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__desc {
    font-size: 1rem;
    margin-top: 1.875rem;
    text-align: left;
  }
}

.p-flow__note {
  color: #043715;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__note {
    font-size: 0.875rem;
    text-align: left;
  }
}

.p-flow__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    margin-top: 1.875rem;
  }
}

.p-flow__steps {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  max-width: 43.75rem;
}
@media screen and (max-width: 767px) {
  .p-flow__steps {
    max-width: 100%;
    width: 100%;
  }
}

.p-flow__step {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #043715;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  padding: 0.9375rem 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-flow__step {
    gap: 0.9375rem;
    padding: 1.5625rem 1.25rem;
  }
}

.p-flow__step-num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #043715;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Murecho", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  height: 3.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  text-align: center;
  width: 3.125rem;
}

.p-flow__step-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-flow__step-title {
  color: #043715;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-flow__step-desc {
  color: #043715;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-flow__step-desc {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
}

.p-flow__step-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-flow__step-arrow img {
  height: 1.875rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 1.875rem;
}

.p-flow__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  position: sticky;
  top: 6.25rem;
  width: 31.25rem;
}
@media screen and (max-width: 767px) {
  .p-flow__image {
    margin-left: 0;
    position: static;
    position: initial;
    width: 100%;
    top: auto;
    margin-bottom: 3.75rem;
  }
}

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

.p-cta-mid {
  padding-block: 5rem;
  position: relative;
}

.p-cta-mid__bg {
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.p-cta-mid__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-cta-mid__heading {
  color: #043715;
  font-family: "Murecho", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta-mid__heading {
    font-size: 1.25rem;
  }
}

.p-cta-mid__text {
  color: #043715;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta-mid__text {
    font-size: 0.9375rem;
  }
}

.p-cta-mid__btn {
  margin-top: 2.5rem;
  text-align: center;
}

.p-support {
  background-color: #fff1e1;
  padding-block: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-support {
    padding-block: 5rem;
  }
}

.p-support__cards {
  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.875rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-support__cards {
    margin-top: 2.5rem;
  }
}

.p-support__card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-support__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5rem 1.875rem;
    text-align: center;
  }
}

.p-support__card--subsidy {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-support__card--subsidy {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-support__card-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 4.5rem;
}

.p-support__card-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.p-support__card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-support__card-body {
    width: 100%;
  }
}

.p-support__card-label {
  color: #043715;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-support__card-title {
  color: #043715;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-support__card-title--large {
  font-size: 2rem;
  margin-top: 1.5625rem;
}

.p-support__card-sublabel {
  color: #043715;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1.5625rem;
}

.p-support__card-note {
  font-size: 1rem;
  font-weight: 700;
}

.p-support__card-text {
  color: #043715;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-support__card-text {
    font-size: 0.9375rem;
  }
}

.p-support__card-caution {
  color: #043715;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-support__card-caution {
    font-size: 0.875rem;
  }
}

.p-subsidy-table {
  margin-top: 1.875rem;
}

.p-subsidy-table__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #043715;
  color: #043715;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-subsidy-table__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}

.p-subsidy-table__row--total {
  border-top: 2px solid #043715;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-subsidy-table__row--total {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            align-items: center;
            gap: 0.625rem;
  }
}

.p-subsidy-table__row--total .p-subsidy-table__amount {
  font-size: 1.5rem;
}

.p-subsidy-table__name {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-subsidy-table__name {
    text-align: left;
    width: 100%;
  }
}

.p-subsidy-table__amount {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-subsidy-table__amount {
    font-size: 1.5rem;
    text-align: right;
    width: 100%;
  }
}

.p-cost {
  padding-block: 9.375rem 5.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cost {
    padding-block: 5rem;
  }
}

.p-cost::before {
  content: "";
  background-image: url(../images/new/plant.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 26.25rem;
  height: 31.25rem;
  position: absolute;
  top: -25%;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-cost::before {
    display: none;
  }
}

.p-cost__cards {
  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.875rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cost__cards {
    margin-top: 1.875rem;
  }
}

.p-cost__card {
  background-color: #fff1e1;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cost__card {
    gap: 0.625rem;
    padding: 1.875rem 1.25rem;
  }
}

.p-cost__card-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1.25rem;
  margin-top: 0.3125rem;
  width: 1.25rem;
}

.p-cost__card-icon img {
  height: 100%;
  width: 100%;
}

.p-cost__card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-cost__card-head {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-cost__card-head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}

.p-cost__card-title {
  color: #043715;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cost__card-title {
    font-size: 1.25rem;
  }
}

.p-cost__card-tag {
  color: #043715;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-cost__card-text {
  color: #043715;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-cost__card-text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-cost__note {
  color: #043715;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-cost__note {
    font-size: 0.9375rem;
  }
}

.p-cta-bottom {
  padding-block: 7.5rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta-bottom {
    padding-block: 5rem;
  }
}

.p-cta-bottom__bg {
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}

.p-cta-bottom__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-cta-bottom .l-inner {
  position: relative;
  z-index: 1;
}

.p-cta-bottom__text {
  color: #043715;
  font-family: "Murecho", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cta-bottom__text {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.p-cta-bottom__btn {
  margin-top: 3.75rem;
}

.p-cta-bottom__tel {
  color: #043715;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cta-bottom__tel {
    margin-top: 1.875rem;
  }
}

.p-cta-bottom__tel-label {
  font-size: 1rem;
}

.p-news {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 3.75rem 0;
  }
}

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

.p-news__image img {
  border-radius: 0.625rem;
  height: auto;
  width: 100%;
}

.p-company {
  padding-block: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-block: 5rem;
  }
}

.p-company__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.875rem;
  }
}

.p-company__table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  gap: 1.25rem;
  line-height: 1.625;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__row {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

.p-company__row dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-company__row dt {
    width: 6.25rem;
  }
}

.p-company__row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-company__link {
  text-decoration: underline;
}

.p-company__small {
  font-size: 0.875rem;
}

.p-company__strong {
  color: #043715;
}

.p-company__image {
  width: 20.625rem;
}
@media screen and (max-width: 767px) {
  .p-company__image {
    margin-left: auto;
    width: 15.625rem;
  }
}

.p-company__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__license {
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__license {
    font-size: 0.9375rem;
  }
}

.p-footer {
  background-color: #043715;
  color: #fff;
  padding: 3.75rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 3.125rem 0 1.875rem;
  }
}

.p-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.75rem;
  }
}

.p-footer__brand {
  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.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__brand {
    gap: 3.75rem;
  }
}

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

.p-footer__logo img {
  height: 3.75rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo img {
    height: 4.6875rem;
  }
}

.p-footer__company {
  font-size: 0.875rem;
  font-weight: 600;
}

.p-footer__address {
  font-size: 0.875rem;
  line-height: 1.57;
  margin-top: 0.625rem;
}

.p-footer__nav {
  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.25rem;
}

.p-footer__nav-links-list {
  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: 0.9375rem;
  gap: 0.625rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

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

.p-footer__bottom {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    margin-top: 1.875rem;
    gap: 3.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__sns {
    gap: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer__sns a {
  display: block;
}

.p-footer__sns img {
  height: 3.125rem;
  width: 3.125rem;
}

.p-footer__copy {
  font-size: 0.875rem;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

/* =====================================
   お知らせ（トップ）
===================================== */
.p-top-news {
  padding-block: 9.375rem;
}

@media screen and (max-width: 767px) {
  .p-top-news {
    padding-block: 5rem;
  }
}

.p-top-news__btn {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

/* --- ニュースリスト --- */
.p-news-list {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news-list {
    margin-top: 3rem;
  }
}

.p-news-list__item {
  border-top: 1px solid rgba(33, 33, 33, 0.3);
}

.p-news-list__item:last-child {
  border-bottom: 1px solid rgba(33, 33, 33, 0.3);
}

.p-news-list__link {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 1.875rem 1.25rem;
  transition: opacity 0.3s ease;
}

.p-news-list__link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .p-news-list__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 1.25rem 0;
  }
}

.p-news-list__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  max-width: 12.5rem;
  width: 100%;
}

.p-news-list__time {
  font-size: 0.875rem;
  font-weight: 400;
  color: #222222;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-news-list__time {
    font-size: 0.75rem;
  }
}

.p-news-list__category {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #a5a68b;
  border: 1px solid #a5a68b;
  padding: 0.25rem 0.75rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-news-list__category {
    font-size: 0.75rem;
  }
}

.p-news-list__text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

@media screen and (max-width: 767px) {
  .p-news-list__text {
    font-size: 1.125rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

.p-single {
  padding: 5rem 1.25rem 7.5rem;
}

@media screen and (max-width: 767px) {
  .p-single {
    padding: 3.125rem 1.25rem 5rem;
  }
}

.p-single__inner {
  max-width: 48.75rem;
}

/* ヘッダー */
.p-single__header {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(33, 33, 33, 0.15);
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-single__header {
    padding-bottom: 1.5rem;
    margin-bottom: 1.875rem;
  }
}

.p-single__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-single__meta {
    gap: 0.625rem;
    margin-bottom: 1rem;
  }
}

.p-single__time {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #666;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-single__time {
    font-size: 0.75rem;
  }
}

.p-single__category {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  color: #a5a68b;
  border: 1px solid #a5a68b;
  padding: 0.25rem 0.75rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-single__category {
    font-size: 0.75rem;
  }
}

.p-single__title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #043715;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

/* アイキャッチ */
.p-single__eyecatch {
  margin-bottom: 3.125rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

.p-single__eyecatch img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-single__eyecatch {
    margin-bottom: 2.25rem;
  }
}

/* 本文 */
.p-single__body {
  font-size: 1rem;
  line-height: 1.9;
  color: #222;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-single__body {
    font-size: 0.9375rem;
  }
}

.p-single__body p {
  margin-bottom: 1.5rem;
}

.p-single__body p:last-child {
  margin-bottom: 0;
}

.p-single__body h2 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  color: #043715;
  border-left: 4px solid #043715;
  padding-left: 1rem;
  margin: 3rem 0 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-single__body h2 {
    font-size: 1.1875rem;
    margin: 2.25rem 0 1rem;
  }
}

.p-single__body h3 {
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.5;
  color: #222;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(33, 33, 33, 0.2);
  margin: 2.5rem 0 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-single__body h3 {
    font-size: 1.0625rem;
    margin: 2rem 0 1rem;
  }
}

.p-single__body ul,
.p-single__body ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.p-single__body ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
}

.p-single__body ol li {
  list-style: decimal;
  margin-bottom: 0.5rem;
}

.p-single__body blockquote {
  background: #f9f8f5;
  border-left: 4px solid #a5a68b;
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
  font-size: 0.9375rem;
  color: #555;
  line-height: 1.8;
}

.p-single__body img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
  margin: 1.5rem 0;
}

.p-single__body a {
  color: #043715;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* 前後ナビ */
.p-single__nav {
  display: flex;
  gap: 1.25rem;
  margin-top: 3.75rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(33, 33, 33, 0.15);
}

@media screen and (max-width: 767px) {
  .p-single__nav {
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 2.5rem;
    padding-top: 1.875rem;
  }
}

.p-single__nav-prev,
.p-single__nav-next {
  flex: 1;
  min-width: 0;
}

.p-single__nav-next {
  text-align: right;
}

.p-single__nav-link {
  display: inline-flex;
  flex-direction: column;
  gap: 0.375rem;
  transition: opacity 0.3s ease;
}

.p-single__nav-link:hover {
  opacity: 0.7;
}

.p-single__nav-label {
  font-size: 0.75rem;
  color: #a5a68b;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-single__nav-title {
  font-size: 0.9375rem;
  color: #222;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

/* 戻るボタン */
.p-single__btn {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
}

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

.p-home-news {
  padding: 9.375rem 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-home-news {
    padding: 5rem 1.25rem;
  }
}

.p-home-news__inner {
  max-width: 62.5rem;
}

.p-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
}

.c-category-link {
  display: inline-flex;
  align-items: center;
  height: 2.25rem;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #222222;
  border: 1px solid rgba(33, 33, 33, 0.3);
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.c-category-link:hover,
.c-category-link.is-active {
  background: #043715;
  color: #fff;
  border-color: #043715;
}

.p-home-news__list {
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-home-news__list {
    margin-top: 1.5625rem;
  }
}

.p-contact {
  padding: 6.1875rem 1.25rem 9.375rem;
}

@media (max-width: 767px) {
  .p-contact {
    padding: 3.75rem 1.25rem 5rem;
  }
}

.p-contact .c-section-text {
  max-width: 45.875rem;
  margin: 0 auto;
}

.p-contact .c-section-text small {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

@media (max-width: 767px) {
  .p-contact .c-section-text small {
    line-height: 1.5714285714;
  }
}

.Form {
  max-width: 31.25rem;
  margin: 5rem auto 0;
}

@media (max-width: 767px) {
  .Form {
    margin-top: 3.75rem;
  }
}

.Form .Form-Item-Label-Required {
  color: #d32929;
  font-size: 0.625rem;
}

@media (max-width: 767px) {
  .Form .Form-Item-Label-Required {
    padding: 3px 7px 3px;
  }
}

.Form .Form-Item {
  margin-bottom: 2.5rem;
}

.Form .Form-Item .Form-Item-Label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.625rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .Form .Form-Item .Form-Item-Label {
    font-size: 1rem;
  }
}

.Form .Form-Item .Form-Item-Label .kakko {
  font-weight: 400;
}

.Form .Form-Item .caution {
  margin-left: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}

@media (max-width: 767px) {
  .Form .Form-Item .caution {
    margin-left: 0;
  }
}

.Form .Form-Item .Form-Item-Input {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  word-break: break-all;
}

.Form .Form-Item .Form-Item-Input .select-wrap {
  position: relative;
  height: 3.125rem;
  width: 100%;
  max-width: 25rem;
}

.Form .Form-Item .Form-Item-Input .select-wrap::after {
  position: absolute;
  content: "";
  background-image: url(../images/select-arrow.svg);
  background-size: contain;
  width: 16px;
  height: 8.9px;
  right: 0.6875rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
}

.Form .Form-Item .input-text {
  background: #fff;
  border: solid 1px #999999;
  height: 3.125rem;
  width: 100%;
  padding: 0.75rem 0.9375rem;
  font-size: 1rem;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .Form .Form-Item .input-text {
    height: 3.125rem;
    padding: 0.75rem 0.9375rem;
    border-radius: 0.3125rem;
  }
}

.Form .Form-Item textarea::-moz-placeholder,
.Form .Form-Item input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #cccccc;
}

.Form .Form-Item textarea::placeholder,
.Form .Form-Item input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #cccccc;
}

@media (max-width: 767px) {
  .Form .Form-Item textarea::-moz-placeholder,
  .Form .Form-Item input::-moz-placeholder {
    font-size: 15px;
  }

  .Form .Form-Item textarea::placeholder,
  .Form .Form-Item input::placeholder {
    font-size: 15px;
  }
}

.Form .Form-Item textarea {
  background: #fff;
  height: 12.5rem;
  width: 100%;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.04em;
  border-radius: 6px;
  border: solid 1px #999999;
  color: #292d34;
}

@media (max-width: 767px) {
  .Form .Form-Item textarea {
    height: 12.5rem;
    padding: 0.75rem 0.9375rem;
  }
}

.Form .Form-Item--number .caution {
  margin-bottom: 0.625rem;
}

.Form .Form-Item--privacy {
  width: 100%;
  height: 12.5rem;
  overflow-y: scroll;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.Form .Form-Item--privacy b {
  font-weight: 500;
}

.Form .Form-Item--check {
  text-align: center;
  margin-top: 2.5625rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .Form .Form-Item--check {
    font-size: 1rem;
    margin-top: 3.75rem;
  }
}

.Form .Form-Item--check .checkbox-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Form .Form-Item--check input {
  margin-right: 0.9375rem;
}

.Form .btn-wrap {
  margin: 3.75rem auto 0;
  max-width: 11.25rem;
  width: 100%;
}

@media (max-width: 767px) {
  .Form .btn-wrap {
    margin: 3.75rem auto 0;
    max-width: 15.625rem;
  }
}

.Form .confirm-btn {
  background: #043715;
  color: #fff;
  border-radius: 5px;
  height: 3.125rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .Form .confirm-btn {
    height: 3.125rem;
  }
}

.Form-Item--privacy {
  background-color: #ffffff;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.Form-Item--privacy::-webkit-scrollbar {
  display: none;
}

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



.page-service .l-cover {
  position: relative;
}

.page-service .l-cover::before {
  position: absolute;
  content: "";
  background-image: url(../images/kira-r.png);
  background-size: contain;
  width: 29.0972222222vw;
  height: 34.7222222222vw;
  bottom: -15.625rem;
  right: 0;
}

@media (max-width: 767px) {
  .page-service .l-cover::before {
    bottom: -5.5625rem;
    width: 40vw;
    height: 47.7333333333vw;
  }
}

.c-breadcrumbs {
  padding: 0.9375rem 1.25rem 0;
}

@media (max-width: 767px) {
  .c-breadcrumbs {
    padding: 1.25rem 1.25rem 0;
  }
}

.c-breadcrumbs .c-breadcrumbs__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  font-size: 0.8125rem;
  letter-spacing: 0;
  color: #666666;
}

.c-breadcrumbs .c-breadcrumbs__list .arrow {
  display: block;
}

.c-breadcrumbs .c-breadcrumbs__list .icon {
  display: flex;
}

.c-breadcrumbs .c-breadcrumbs__list a {
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  color: #666666;
}

.c-breadcrumbs .c-breadcrumbs__list a .icon {
  margin-right: 0.3125rem;
}

.l-cover {
  padding: 8.9375rem 1.25rem;
  color: #fff;
}

@media (max-width: 767px) {
  .l-cover {
    padding: 6.625rem 0;
  }
}

.l-cover .l-cover__title {
  text-align: center;
  position: relative;
}

.l-cover .l-cover__title::before {
  position: absolute;
  content: "";
  background-image: url(../images/pc_bg-cover-title.png);
  background-size: cover;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .l-cover .l-cover__title::before {
    background-image: url(../images/sp_bg-cover-title.png);
  }
}

.l-cover .l-cover__title .ja {
  font-size: 2.25rem;
  font-weight: 600;
  display: block;
  letter-spacing: 0;
  line-height: 1.4444444444;
  padding: 1.9375rem 0;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .l-cover .l-cover__title .ja {
    font-size: 1.5rem;
    line-height: 2.1666666667;
    padding: 0.8125rem 0;
  }
}

.page-service .l-cover {
  background-image: url(../images/cover-service.jpg);
  background-size: cover;
}

@media (max-width: 767px) {
  .page-service .l-cover {
    background-image: url(../images/sp_cover-service.jpg);
  }
}

.page-contact .l-cover {
  background-image: url(../images/cover-contact.jpg);
  background-size: cover;
}

@media (max-width: 767px) {
  .page-contact .l-cover {
    background-image: url(../images/sp_cover-contact.jpg);
  }
}

.page-entry .l-cover {
  background-image: url(../images/cover-entry.jpg);
  background-size: cover;
  position: relative;
}

.page-entry .l-cover::after {
  position: absolute;
  content: "";
  background-image: url(../images/cover-entry-photo.png);
  background-size: contain;
  width: 88.8888888889vw;
  height: 22.2222222222vw;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}

@media (min-width:1440px) {
  .page-entry .l-cover::after {
    width: 80rem;
    height: 20rem;
  }
}

@media (max-width: 767px) {
  .page-entry .l-cover::after {
    width: 100%;
    height: 66.6666666667vw;
    background-image: url(../images/sp_cover-entry-photo.png);
  }
}

@media (max-width: 767px) {
  .page-entry .l-cover {
    background-image: url(../images/sp_cover-entry.jpg);
  }
}

.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}