@charset "UTF-8";
/*
Theme Name: energy.machi-up-ikeda
Theme URI:
Author: EXCEET
*/
img {
  width: auto;
  height: auto;
  max-width: 100%;
}

body {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #343434;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fff;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease 0.1s 1 forwards;
          animation: fadeIn 0.5s ease 0.1s 1 forwards;
}
@media (max-width: 840px) {
  body {
    font-size: 14px;
  }
}

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

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.4;
}

li {
  list-style: none;
}

main {
  display: block;
  overflow: hidden;
}

section {
  position: relative;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(140%) blur(2px);
  -webkit-transition: background-color 0.3s ease, height 0.3s ease;
  transition: background-color 0.3s ease, height 0.3s ease;
}
@media (max-width: 1200px) {
  .l-header {
    height: 60px;
  }
}
.js-header-scrolled .l-header {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}
.js-drawer-open .l-header {
  background-color: transparent;
  backdrop-filter: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 1200px) {
  .js-drawer-open .l-header {
    background-color: #FFFFFF;
  }
}

.l-header__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .l-header__inner {
    padding: 0 30px;
  }
}
@media (max-width: 1200px) {
  .l-header__inner {
    padding: 0 16px;
  }
}

.l-header__logo {
  margin: 0;
  font-family: "Zen Maru Gothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: #000000;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 61;
}
@media (max-width: 1200px) {
  .l-header__logo {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .l-header__logo {
    font-size: 18px;
  }
}

.l-header__logo-link {
  display: inline-block;
  color: inherit;
}
.l-header__logo-link:hover {
  opacity: 0.7;
}

@media (max-width: 1200px) {
  .l-header__nav {
    display: none;
  }
}

.l-footer {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  background-color: #025824;
  background-image: url("assets/img/common/footer-bg.webp");
  background-size: cover;
  background-position: center 30%;
  color: #FFFFFF;
}
.l-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(2, 88, 36, 0.2);
  pointer-events: none;
}
@media (max-width: 1200px) {
  .l-footer {
    height: auto;
    min-height: 380px;
  }
}
@media (max-width: 1200px) {
  .l-footer {
    min-height: 0;
  }
}

.l-footer__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 120px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1200px) {
  .l-footer__inner {
    padding: 70px 40px;
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 20px;
    gap: 32px;
  }
}

.l-footer__company {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Zen Maru Gothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  text-shadow: 0 1px 1.5px #025824;
}

.l-footer__company-name {
  margin: 0 0 24px;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .l-footer__company-name {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .l-footer__company-name {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.l-footer__address {
  margin: 0 0 36px;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
}
@media (max-width: 1200px) {
  .l-footer__address {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.l-footer__regnum {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .l-footer__regnum {
    font-size: 13px;
  }
}

.l-footer__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  font-family: "Zen Maru Gothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  text-shadow: 0 1px 1.5px #025824;
}
@media (max-width: 1200px) {
  .l-footer__nav {
    gap: 32px;
  }
}
@media (max-width: 1200px) {
  .l-footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 32px;
  }
}

.l-footer__nav-col {
  list-style: none;
  margin: 0;
  padding: 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: 25px;
}
@media (max-width: 1200px) {
  .l-footer__nav-col {
    gap: 16px;
  }
}

.l-footer__nav-item {
  margin: 0;
}

.l-footer__nav-link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.l-footer__nav-link:hover {
  opacity: 0.65;
}
@media (max-width: 1200px) {
  .l-footer__nav-link {
    font-size: 14px;
  }
}

.c-hamburger {
  display: none;
  position: relative;
  width: 36px;
  height: 28px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 61;
}
@media (max-width: 1200px) {
  .c-hamburger {
    display: block;
  }
}

.c-hamburger__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #025824;
  border-radius: 2px;
  -webkit-transition: opacity 0.2s ease, top 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, top 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.2s ease, top 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, opacity 0.2s ease, top 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
.c-hamburger__bar--top {
  top: 4px;
}
.c-hamburger__bar--middle {
  top: 13px;
}
.c-hamburger__bar--bottom {
  top: 22px;
}
.js-drawer-open .c-hamburger__bar {
  background-color: #025824;
}
.js-drawer-open .c-hamburger__bar.c-hamburger__bar--top {
  top: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.js-drawer-open .c-hamburger__bar.c-hamburger__bar--middle {
  opacity: 0;
}
.js-drawer-open .c-hamburger__bar.c-hamburger__bar--bottom {
  top: 13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-heading {
  font-family: "Zen Maru Gothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 2.8125vw, 36px);
  line-height: 1.2;
  color: #025824;
  text-align: center;
  letter-spacing: 0.3em;
  word-break: keep-all;
}

.c-button {
  --c-button-width: 257px;
  position: relative;
  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;
  min-width: var(--c-button-width);
  max-width: 100%;
  height: 54px;
  padding: 0 44px 0 24px;
  background-color: transparent;
  border: none;
  border-radius: 27px;
  color: #025824;
  font-family: "Zen Maru Gothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  isolation: isolate;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.c-button::before {
  content: "";
  position: absolute;
  inset: 6.5px -5px -6.5px 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(42.798%, #B4FF00), color-stop(88.726%, #025824));
  background: linear-gradient(180deg, #B4FF00 42.798%, #025824 88.726%);
  border-radius: inherit;
  z-index: -2;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.c-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #FFFFFF;
  border: 2px solid #025824;
  border-radius: inherit;
  z-index: -1;
}
.c-button:hover {
  -webkit-transform: translate(5px, 6.5px);
          transform: translate(5px, 6.5px);
}
.c-button:hover::before {
  -webkit-transform: translate(-5px, -6.5px);
          transform: translate(-5px, -6.5px);
}

.c-button__label {
  display: inline-block;
}

.c-button__icon {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #025824;
  border-right: 2px solid #025824;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.c-cta-button {
  --c-cta-button-width: 450px;
  --c-cta-button-icon-size: 55px;
  --c-cta-button-arrow-slide: 35px;
  --c-cta-button-arrow-window: 22px;
  position: relative;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: var(--c-cta-button-width);
  max-width: 100%;
  height: 85px;
  padding: 0 calc(var(--c-cta-button-icon-size) + 30px) 0 50px;
  background: linear-gradient(135deg, #B4FF00 0%, #025824 100%);
  border-radius: 43px;
  color: #FFFFFF;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 840px) {
  .c-cta-button {
    --c-cta-button-width: 320px;
    --c-cta-button-icon-size: 44px;
    --c-cta-button-arrow-slide: 28px;
    --c-cta-button-arrow-window: 18px;
    height: 72px;
    padding: 0 calc(var(--c-cta-button-icon-size) + 22px) 0 32px;
    font-size: 20px;
  }
}
.c-cta-button:hover .c-cta-button__icon-window::before {
  -webkit-transform: translate(-50%, -50%) translateX(calc(-2px + var(--c-cta-button-arrow-slide))) rotate(45deg);
          transform: translate(-50%, -50%) translateX(calc(-2px + var(--c-cta-button-arrow-slide))) rotate(45deg);
}
.c-cta-button:hover .c-cta-button__icon-window::after {
  -webkit-transform: translate(-50%, -50%) translateX(-2px) rotate(45deg);
          transform: translate(-50%, -50%) translateX(-2px) rotate(45deg);
}

.c-cta-button__label {
  display: inline-block;
}

.c-cta-button__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: var(--c-cta-button-icon-size);
  height: var(--c-cta-button-icon-size);
  background-color: #FFFFFF;
  border-radius: 50%;
  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;
}

.c-cta-button__icon-window {
  position: relative;
  width: var(--c-cta-button-arrow-window);
  height: 100%;
  overflow: hidden;
}
.c-cta-button__icon-window::before, .c-cta-button__icon-window::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #025824;
  border-right: 3px solid #025824;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (max-width: 840px) {
  .c-cta-button__icon-window::before, .c-cta-button__icon-window::after {
    width: 9px;
    height: 9px;
    border-width: 2px;
  }
}
.c-cta-button__icon-window::before {
  -webkit-transform: translate(-50%, -50%) translateX(-2px) rotate(45deg);
          transform: translate(-50%, -50%) translateX(-2px) rotate(45deg);
}
.c-cta-button__icon-window::after {
  -webkit-transform: translate(-50%, -50%) translateX(calc(-2px - var(--c-cta-button-arrow-slide))) rotate(45deg);
          transform: translate(-50%, -50%) translateX(calc(-2px - var(--c-cta-button-arrow-slide))) rotate(45deg);
}

.c-button-file {
  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;
  min-width: 210px;
  height: 42px;
  padding: 0 25px 4px;
  background-color: #025824;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #FFFFFF;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.15s ease-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.15s ease-out;
  transition: opacity 0.25s ease-in-out, transform 0.15s ease-out;
  transition: opacity 0.25s ease-in-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.c-button-file:hover {
  opacity: 0.85;
}
.c-button-file:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media (max-width: 840px) {
  .c-button-file {
    min-width: 180px;
    height: 40px;
    font-size: 15px;
  }
}

.c-button-file__icon {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 0.9em;
  line-height: 1;
}

.c-page-header {
  width: 100%;
  background: #FFFFFF;
  margin-top: 75px;
}
@media (max-width: 840px) {
  .c-page-header {
    margin-top: 60px;
  }
}

.c-page-header__inner {
  position: relative;
  width: 100%;
  height: 410px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 840px) {
  .c-page-header__inner {
    height: 100px;
  }
}

.c-page-header__shape {
  position: absolute;
  background: linear-gradient(106deg, #B4FF00 3.19%, #025824 109.9%);
  pointer-events: none;
}

.c-page-header__shape--lg {
  left: 0;
  top: 0;
  width: 88%;
  height: 300px;
  border-radius: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 13.2%;
}
@media (max-width: 840px) {
  .c-page-header__shape--lg {
    height: 100px;
    border-radius: 50px;
    padding-left: 9.2%;
  }
}

.c-page-header__shape--sm {
  right: 0;
  top: 219px;
  width: 54%;
  height: 162px;
  border-radius: 81px;
}
@media (max-width: 840px) {
  .c-page-header__shape--sm {
    top: 180px;
    width: 60%;
    height: 120px;
    border-radius: 60px;
  }
}
@media (max-width: 840px) {
  .c-page-header__shape--sm {
    display: none;
  }
}

.c-page-header__leaf {
  position: absolute;
  right: 13%;
  top: 0;
  width: 140.663px;
  height: 194.968px;
  background: url("assets/img/common/page-header-leaf.svg") no-repeat center/contain;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0.48;
  pointer-events: none;
}
@media (max-width: 840px) {
  .c-page-header__leaf {
    right: 56px;
    width: 48px;
    height: 80px;
    opacity: 0.15;
  }
}

.c-page-header__title {
  margin: 0;
  font-family: "Zen Maru Gothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  white-space: nowrap;
  pointer-events: auto;
}
@media (max-width: 840px) {
  .c-page-header__title {
    font-size: 24px;
    letter-spacing: 0.15em;
  }
}

@media (max-width: 1200px) {
  .p-global-nav {
    display: none;
  }
}

.p-global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
}
@media (max-width: 840px) {
  .p-global-nav__list {
    gap: 20px;
  }
}

.p-global-nav__item {
  list-style: none;
}

.p-global-nav__link {
  display: inline-block;
  position: relative;
  padding: 4px 0;
  font-family: "Zen Maru Gothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #000000;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.p-global-nav__link:hover {
  opacity: 0.65;
}
.p-global-nav__link.is-current::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #025824;
}

.p-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #FFFFFF;
  z-index: 60;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s, -webkit-transform 0.3s ease;
  overflow-y: auto;
  padding: 60px 0 40px;
}
@media (min-width: 1201px) {
  .p-drawer {
    display: none;
  }
}
.js-drawer-open .p-drawer {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s linear 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0s, -webkit-transform 0.3s ease;
}

.p-drawer__nav {
  width: 100%;
  padding: 24px 16px;
}

.p-drawer__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-drawer__item {
  list-style: none;
  border-bottom: 1px solid rgba(2, 88, 36, 0.15);
}

.p-drawer__link {
  display: block;
  padding: 18px 8px;
  font-family: "Zen Maru Gothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #343434;
  letter-spacing: 0.04em;
  position: relative;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.p-drawer__link::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #025824;
  border-right: 2px solid #025824;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-drawer__link:hover {
  opacity: 0.65;
}
.p-drawer__link.is-current {
  color: #025824;
}

@media (max-width: 1200px) {
  .js-drawer-open {
    overflow: hidden;
  }
}

.p-top-hero {
  position: relative;
  width: 100%;
  margin-top: -75px;
  aspect-ratio: 1280/800;
  max-height: 90vh;
  overflow: hidden;
}
@media (max-width: 840px) {
  .p-top-hero {
    margin-top: -60px;
    aspect-ratio: 4/5;
  }
}

.p-top-hero__swiper {
  width: 100%;
  height: 100%;
}

.p-top-hero__slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-top-hero__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-top-hero__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 64px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  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;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.p-top-hero__nav:hover {
  opacity: 0.65;
}
.p-top-hero__nav--prev {
  left: clamp(12px, 3.5vw, 44px);
}
.p-top-hero__nav--next {
  right: clamp(12px, 3.5vw, 44px);
}

.p-top-hero__nav-icon {
  display: block;
  width: 18px;
  height: 18px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-top-hero__nav--prev .p-top-hero__nav-icon {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (max-width: 840px) {
  .p-top-hero__nav-icon {
    width: 14px;
    height: 14px;
    border-width: 1.5px;
  }
}

.p-top-hero .js-top-hero-prev[aria-disabled=true],
.p-top-hero .js-top-hero-next[aria-disabled=true] {
  opacity: 0.35;
  pointer-events: none;
}

.p-top-hero__curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 116px;
  display: block;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 840px) {
  .p-top-hero__curve {
    height: 70px;
  }
}
@media (max-width: 840px) {
  .p-top-hero__curve {
    height: 40px;
  }
}

.p-top-news {
  padding: 40px 0 100px;
  background-color: #FFFFFF;
}
@media (max-width: 840px) {
  .p-top-news {
    padding: 30px 0 70px;
  }
}

.p-top-news__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-top-news__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-top-news__inner {
    padding: 0 20px;
  }
}

.p-top-news__heading {
  margin-bottom: 50px;
}
@media (max-width: 840px) {
  .p-top-news__heading {
    margin-bottom: 30px;
  }
}

.p-top-news__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.p-top-news__link {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 840px) {
  .p-top-news__link {
    grid-template-columns: 120px 1fr;
    gap: 16px;
  }
}

.p-top-news__thumb {
  position: relative;
  width: 250px;
  aspect-ratio: 250/180;
  overflow: hidden;
  border-radius: 20px;
  background-color: #eee;
}
@media (max-width: 840px) {
  .p-top-news__thumb {
    width: 120px;
    border-radius: 12px;
  }
}

.p-top-news__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.p-top-news__body {
  padding-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.p-top-news__title {
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #343434;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 840px) {
  .p-top-news__title {
    font-size: 14px;
  }
}

.p-top-news__date {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #343434;
  letter-spacing: 0.02em;
}
@media (max-width: 840px) {
  .p-top-news__date {
    font-size: 13px;
  }
}

.p-top-news__empty {
  text-align: center;
  color: #6E6E6E;
}

.p-top-news__more {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 840px) {
  .p-top-news__more {
    margin-top: 40px;
  }
}

.p-top-decarbon {
  position: relative;
  padding: 100px 0 110px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(180, 255, 0, 0.2)), to(rgba(2, 88, 36, 0.2)));
  background: linear-gradient(180deg, rgba(180, 255, 0, 0.2) 0%, rgba(2, 88, 36, 0.2) 100%);
  overflow: hidden;
}
@media (max-width: 840px) {
  .p-top-decarbon {
    padding: 60px 0 70px;
  }
}

.p-top-decarbon__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-top-decarbon__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-top-decarbon__inner {
    padding: 0 20px;
  }
}

.p-top-decarbon__heading {
  margin: 0 auto 60px;
  font-family: "Zen Maru Gothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
  color: #025824;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 840px) {
  .p-top-decarbon__heading {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 840px) {
  .p-top-decarbon__heading {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.p-top-decarbon__heading-row {
  display: block;
}

.p-top-decarbon__map {
  width: 100%;
  max-width: 769px;
  margin: 0 auto 80px;
}
@media (max-width: 840px) {
  .p-top-decarbon__map {
    margin-bottom: 50px;
  }
}

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

.p-top-decarbon__intro {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 1000px;
  margin: 0 auto 80px;
}
@media (max-width: 840px) {
  .p-top-decarbon__intro {
    grid-template-columns: 360px 1fr;
    gap: 30px;
  }
}
@media (max-width: 840px) {
  .p-top-decarbon__intro {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 50px;
  }
}

.p-top-decarbon__intro-image {
  margin: 0;
  width: 100%;
  aspect-ratio: 450/300;
  overflow: hidden;
  border-radius: 20px;
  background-color: #eee;
}
.p-top-decarbon__intro-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 32%;
     object-position: center 32%;
  display: block;
}
@media (max-width: 840px) {
  .p-top-decarbon__intro-image {
    border-radius: 12px;
  }
}

.p-top-decarbon__intro-text {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2;
  color: #343434;
}
.p-top-decarbon__intro-text p {
  margin: 0 0 1em;
}
.p-top-decarbon__intro-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 840px) {
  .p-top-decarbon__intro-text {
    font-size: 14px;
    line-height: 1.9;
  }
}

.p-top-decarbon__buttons {
  --c-button-width: 314px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 840px) {
  .p-top-decarbon__buttons {
    --c-button-width: 280px;
    gap: 18px;
  }
}

.p-top-decarbon__buttons-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-decarbon__buttons-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 28px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 840px) {
  .p-top-decarbon__buttons-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.p-top-about {
  padding: 100px 0 110px;
}
@media (max-width: 840px) {
  .p-top-about {
    padding: 60px 0 70px;
  }
}

.p-top-about__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-top-about__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-top-about__inner {
    padding: 0 20px;
  }
}

.p-top-about__heading {
  margin-bottom: 130px;
}
@media (max-width: 840px) {
  .p-top-about__heading {
    margin-bottom: 80px;
  }
}
@media (max-width: 840px) {
  .p-top-about__heading {
    margin-bottom: 40px;
  }
}

.p-top-about__intro {
  max-width: 1000px;
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: minmax(0, 49fr) minmax(0, 43fr);
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 840px) {
  .p-top-about__intro {
    gap: 40px;
  }
}
@media (max-width: 840px) {
  .p-top-about__intro {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 50px;
  }
}

.p-top-about__text {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #343434;
}
.p-top-about__text p {
  margin: 0 0 1em;
}
.p-top-about__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 840px) {
  .p-top-about__text {
    font-size: 14px;
  }
}

.p-top-about__image {
  margin: 0;
  text-align: center;
}
.p-top-about__image img {
  display: block;
  width: 100%;
  max-width: 450px;
  height: auto;
  margin: 0 auto;
}

.p-top-about__profile {
  text-align: center;
  margin-bottom: 150px;
}
@media (max-width: 840px) {
  .p-top-about__profile {
    margin-bottom: 90px;
  }
}
@media (max-width: 840px) {
  .p-top-about__profile {
    margin-bottom: 50px;
  }
}

.p-top-about__cta {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 840px) {
  .p-top-about__cta {
    gap: 40px;
  }
}
@media (max-width: 840px) {
  .p-top-about__cta {
    grid-template-columns: 1fr;
    gap: 16px;
    justify-items: center;
  }
}

.p-top-contact-banner {
  padding: 60px 0 100px;
}
@media (max-width: 840px) {
  .p-top-contact-banner {
    padding: 50px 0 80px;
  }
}
@media (max-width: 840px) {
  .p-top-contact-banner {
    padding: 40px 0 60px;
  }
}

.p-top-contact-banner__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-top-contact-banner__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-top-contact-banner__inner {
    padding: 0 20px;
  }
}

.p-top-contact-banner__link {
  position: relative;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
  height: 280px;
  border-radius: 15px;
  overflow: hidden;
  isolation: isolate;
  color: #FFFFFF;
  text-decoration: none;
}
.p-top-contact-banner__link::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/img/top/contact-banner-bg.webp");
  background-size: cover;
  background-position: center 85%;
  border-radius: inherit;
  z-index: -2;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-top-contact-banner__link::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.28);
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.p-top-contact-banner__link:hover::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-top-contact-banner__link:hover::after {
  opacity: 0;
}
@media (max-width: 840px) {
  .p-top-contact-banner__link {
    height: 240px;
    gap: 24px;
  }
}
@media (max-width: 840px) {
  .p-top-contact-banner__link {
    height: 180px;
    gap: 18px;
    border-radius: 12px;
  }
}

.p-top-contact-banner__icon {
  position: relative;
  display: block;
  width: 76.71px;
  height: 50px;
  color: #FFFFFF;
}
.p-top-contact-banner__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 840px) {
  .p-top-contact-banner__icon {
    width: 56px;
    height: 36px;
  }
}

.p-top-contact-banner__label {
  position: relative;
  font-family: "Zen Maru Gothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  color: #FFFFFF;
  text-shadow: 0 1px 1.5px #6E6E6E;
}
@media (max-width: 840px) {
  .p-top-contact-banner__label {
    font-size: 20px;
  }
}

.p-page {
  padding-block: 0;
  padding-inline: 0;
}
.p-page--news-archive, .p-page--news-single {
  padding-block: 80px 60px;
  padding-inline: 60px;
}
@media (max-width: 840px) {
  .p-page--news-archive, .p-page--news-single {
    padding-block: 48px 32px;
    padding-inline: 20px;
  }
}
.p-page__inner {
  max-width: 1130px;
  margin-inline: auto;
}
.p-page__placeholder {
  text-align: center;
  color: #6E6E6E;
  font-family: "Zen Maru Gothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.2em;
  padding-block: 40px;
}

.p-breadcrumb {
  width: 100%;
  max-width: 1250px;
  margin: 16px auto 0;
  padding: 8px 60px;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #6E6E6E;
  word-break: break-all;
}
@media (max-width: 840px) {
  .p-breadcrumb {
    padding: 8px 30px;
  }
}
@media (max-width: 840px) {
  .p-breadcrumb {
    padding: 8px 20px;
    font-size: 12px;
  }
}
.p-breadcrumb a {
  color: #6E6E6E;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.p-breadcrumb a:hover {
  opacity: 0.65;
}
.p-breadcrumb > span:last-of-type {
  color: #343434;
}

.p-company-vision {
  padding: 100px 0 80px;
}
@media (max-width: 840px) {
  .p-company-vision {
    padding: 70px 0 50px;
  }
}
@media (max-width: 840px) {
  .p-company-vision {
    padding: 50px 0 40px;
  }
}

.p-company-vision__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-company-vision__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-company-vision__inner {
    padding: 0 20px;
  }
}

.p-company-vision__heading {
  margin-bottom: 96px;
}
@media (max-width: 840px) {
  .p-company-vision__heading {
    margin-bottom: 64px;
  }
}
@media (max-width: 840px) {
  .p-company-vision__heading {
    margin-bottom: 36px;
  }
}

.p-company-vision__body {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 49fr) minmax(0, 45fr);
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 840px) {
  .p-company-vision__body {
    gap: 30px;
  }
}
@media (max-width: 840px) {
  .p-company-vision__body {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.p-company-vision__text {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #343434;
  margin: 0;
}
@media (max-width: 840px) {
  .p-company-vision__text {
    font-size: 15px;
    line-height: 1.9;
  }
}

.p-company-vision__figure {
  margin: 0;
}
.p-company-vision__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 450/300;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.p-company-message {
  position: relative;
  overflow: hidden;
  padding: 100px 0 80px;
  isolation: isolate;
}
@media (max-width: 840px) {
  .p-company-message {
    padding: 70px 0 60px;
  }
}
@media (max-width: 840px) {
  .p-company-message {
    padding: 50px 0 48px;
  }
}
.p-company-message::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#B4FF00), to(#025824));
  background: linear-gradient(180deg, #B4FF00 0%, #025824 100%);
  opacity: 0.2;
  z-index: -2;
}
.p-company-message::after {
  content: "";
  position: absolute;
  right: 0;
  top: -87px;
  width: 433px;
  height: 635px;
  background: url("assets/img/company/leaf-message.svg") no-repeat center/contain;
  opacity: 0.4;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 840px) {
  .p-company-message::after {
    width: 300px;
    height: 440px;
    top: -60px;
  }
}
@media (max-width: 840px) {
  .p-company-message::after {
    display: none;
  }
}

.p-company-message__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-company-message__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-company-message__inner {
    padding: 0 20px;
  }
}

.p-company-message__heading {
  margin-bottom: 96px;
}
@media (max-width: 840px) {
  .p-company-message__heading {
    margin-bottom: 64px;
  }
}
@media (max-width: 840px) {
  .p-company-message__heading {
    margin-bottom: 36px;
  }
}

.p-company-message__body {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 45fr) minmax(0, 49fr);
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 840px) {
  .p-company-message__body {
    gap: 30px;
  }
}
@media (max-width: 840px) {
  .p-company-message__body {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.p-company-message__figure {
  margin: 0;
}
.p-company-message__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 450/300;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.p-company-message__text {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #343434;
}
.p-company-message__text p {
  margin: 0 0 1em;
}
.p-company-message__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 840px) {
  .p-company-message__text {
    font-size: 15px;
    line-height: 1.9;
  }
}

.p-company-history {
  padding: 100px 0 100px;
}
@media (max-width: 840px) {
  .p-company-history {
    padding: 70px 0 70px;
  }
}
@media (max-width: 840px) {
  .p-company-history {
    padding: 50px 0 50px;
  }
}

.p-company-history__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-company-history__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-company-history__inner {
    padding: 0 20px;
  }
}

.p-company-history__heading {
  margin-bottom: 78px;
}
@media (max-width: 840px) {
  .p-company-history__heading {
    margin-bottom: 56px;
  }
}
@media (max-width: 840px) {
  .p-company-history__heading {
    margin-bottom: 36px;
  }
}

.p-company-history__list {
  max-width: 642px;
  margin: 0 auto;
}

.p-company-history__item {
  display: grid;
  grid-template-columns: 149px 1fr;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid #025824;
}
@media (max-width: 840px) {
  .p-company-history__item {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 0;
  }
}

.p-company-history__date,
.p-company-history__content {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #343434;
  margin: 0;
}
@media (max-width: 840px) {
  .p-company-history__date,
  .p-company-history__content {
    font-size: 14px;
    line-height: 1.8;
  }
}

@media (max-width: 840px) {
  .p-company-history__date {
    font-weight: 700;
    color: #025824;
  }
}

.p-company-info {
  padding: 80px 0 140px;
}
@media (max-width: 840px) {
  .p-company-info {
    padding: 60px 0 100px;
  }
}
@media (max-width: 840px) {
  .p-company-info {
    padding: 40px 0 70px;
  }
}

.p-company-info__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-company-info__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-company-info__inner {
    padding: 0 20px;
  }
}

.p-company-info__heading {
  margin-bottom: 98px;
}
@media (max-width: 840px) {
  .p-company-info__heading {
    margin-bottom: 64px;
  }
}
@media (max-width: 840px) {
  .p-company-info__heading {
    margin-bottom: 36px;
  }
}

.p-company-info__list {
  max-width: 792px;
  margin: 0 auto;
  border-top: 1px solid #025824;
}

.p-company-info__row {
  display: grid;
  grid-template-columns: 245px 1fr;
  border-bottom: 1px solid #025824;
}
@media (max-width: 840px) {
  .p-company-info__row {
    grid-template-columns: 1fr;
  }
}

.p-company-info__term,
.p-company-info__desc {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #343434;
  margin: 0;
}
@media (max-width: 840px) {
  .p-company-info__term,
  .p-company-info__desc {
    font-size: 14px;
    line-height: 1.8;
  }
}

.p-company-info__term {
  background: linear-gradient(144deg, rgba(180, 255, 0, 0.2) 0%, rgba(2, 88, 36, 0.2) 100%);
  padding: 11.5px 18px;
}
@media (max-width: 840px) {
  .p-company-info__term {
    padding: 11.5px 0 18px 18px;
    font-weight: 700;
  }
}

.p-company-info__desc {
  padding: 11.5px 22px;
}
@media (max-width: 840px) {
  .p-company-info__desc {
    padding: 8px 16px;
  }
}

.p-services-list {
  padding: 100px 0 80px;
}
@media (max-width: 840px) {
  .p-services-list {
    padding: 70px 0 60px;
  }
}
@media (max-width: 840px) {
  .p-services-list {
    padding: 50px 0 48px;
  }
}

.p-services-list__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-services-list__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-services-list__inner {
    padding: 0 20px;
  }
}

.p-services-list__item {
  text-align: center;
}
.p-services-list__item + .p-services-list__item {
  margin-top: 156px;
}
@media (max-width: 840px) {
  .p-services-list__item + .p-services-list__item {
    margin-top: 100px;
  }
}
@media (max-width: 840px) {
  .p-services-list__item + .p-services-list__item {
    margin-top: 70px;
  }
}

.p-services-list__title {
  margin: 0;
}

.p-services-list__lead {
  margin: 114px 0 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #343434;
  text-align: center;
}
@media (max-width: 840px) {
  .p-services-list__lead {
    margin-top: 70px;
    font-size: 16px;
  }
}
@media (max-width: 840px) {
  .p-services-list__lead {
    margin-top: 40px;
    font-size: 14px;
  }
}

.p-services-list__figure {
  max-width: 980px;
  margin: 98px auto 0;
}
@media (max-width: 840px) {
  .p-services-list__figure {
    margin-top: 70px;
  }
}
@media (max-width: 840px) {
  .p-services-list__figure {
    margin-top: 40px;
  }
}
.p-services-list__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 980/307;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 71%;
     object-position: center 71%;
  border-radius: 20px;
}

.p-services-list__text {
  max-width: 800px;
  margin: 50px auto 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #343434;
  text-align: left;
}
@media (max-width: 840px) {
  .p-services-list__text {
    font-size: 15px;
    line-height: 1.9;
  }
}

.p-services-list__button {
  margin-top: 56px;
  text-align: center;
}
@media (max-width: 840px) {
  .p-services-list__button {
    margin-top: 40px;
  }
}

.p-decarbon-pioneer {
  padding: 130px 0 110px;
}
@media (max-width: 840px) {
  .p-decarbon-pioneer {
    padding: 90px 0 80px;
  }
}
@media (max-width: 840px) {
  .p-decarbon-pioneer {
    padding: 60px 0 56px;
  }
}

.p-decarbon-pioneer__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-decarbon-pioneer__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-decarbon-pioneer__inner {
    padding: 0 20px;
  }
}

.p-decarbon-pioneer__heading {
  margin-bottom: 89px;
}
@media (max-width: 840px) {
  .p-decarbon-pioneer__heading {
    margin-bottom: 56px;
  }
}
@media (max-width: 840px) {
  .p-decarbon-pioneer__heading {
    margin-bottom: 36px;
  }
}

.p-decarbon-pioneer__text {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #343434;
  text-align: justify;
}
@media (max-width: 840px) {
  .p-decarbon-pioneer__text {
    font-size: 15px;
    line-height: 1.9;
  }
}

.p-decarbon-pioneer__buttons {
  margin-top: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
}
@media (max-width: 840px) {
  .p-decarbon-pioneer__buttons {
    margin-top: 48px;
    gap: 30px;
  }
}
@media (max-width: 840px) {
  .p-decarbon-pioneer__buttons {
    margin-top: 36px;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-decarbon-development {
  position: relative;
  padding: 128px 0 134px;
  isolation: isolate;
}
@media (max-width: 840px) {
  .p-decarbon-development {
    padding: 90px 0 96px;
  }
}
@media (max-width: 840px) {
  .p-decarbon-development {
    padding: 60px 0 64px;
  }
}
.p-decarbon-development::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(118.94deg, #B4FF00 3.08%, #025824 127.45%);
  opacity: 0.2;
  z-index: -1;
}

.p-decarbon-development__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-decarbon-development__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-decarbon-development__inner {
    padding: 0 20px;
  }
}

.p-decarbon-development__heading {
  margin-bottom: 124px;
}
@media (max-width: 840px) {
  .p-decarbon-development__heading {
    margin-bottom: 72px;
  }
}
@media (max-width: 840px) {
  .p-decarbon-development__heading {
    margin-bottom: 48px;
  }
}

.p-decarbon-development__list {
  list-style: none;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 306px));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30px;
}
@media (max-width: 840px) {
  .p-decarbon-development__list {
    grid-template-columns: 1fr;
    max-width: 320px;
    gap: 70px 0;
  }
}

.p-decarbon-development__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;
}

.p-decarbon-development__card {
  width: 100%;
  aspect-ratio: 306/220;
  background-color: #FFFFFF;
  border-radius: 20px;
  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;
  padding: 25px;
}

.p-decarbon-development__icon {
  display: block;
  width: auto;
  height: 100%;
  max-height: 170px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-decarbon-development__title {
  margin: 30px 0 0;
  font-family: "Zen Maru Gothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.3em;
  color: #025824;
  text-align: center;
}
@media (max-width: 840px) {
  .p-decarbon-development__title {
    margin-top: 20px;
    font-size: 22px;
  }
}

.p-decarbon-development__button {
  margin-top: 29px;
  --c-button-width: 255px;
}
@media (max-width: 840px) {
  .p-decarbon-development__button {
    margin-top: 24px;
  }
}

.p-decarbon-ecolife {
  padding: 158px 0 182px;
}
@media (max-width: 840px) {
  .p-decarbon-ecolife {
    padding: 100px 0 110px;
  }
}
@media (max-width: 840px) {
  .p-decarbon-ecolife {
    padding: 70px 0 80px;
  }
}

.p-decarbon-ecolife__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
  text-align: center;
}
@media (max-width: 840px) {
  .p-decarbon-ecolife__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-decarbon-ecolife__inner {
    padding: 0 20px;
  }
}

.p-decarbon-ecolife__heading {
  margin-bottom: 114px;
}
@media (max-width: 840px) {
  .p-decarbon-ecolife__heading {
    margin-bottom: 72px;
  }
}
@media (max-width: 840px) {
  .p-decarbon-ecolife__heading {
    margin-bottom: 48px;
  }
}

.p-decarbon-ecolife__text {
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #343434;
  letter-spacing: 0.15em;
}
@media (max-width: 840px) {
  .p-decarbon-ecolife__text {
    font-size: 15px;
  }
}

.p-decarbon-detail {
  padding: 130px 0 160px;
}
@media (max-width: 840px) {
  .p-decarbon-detail {
    padding: 90px 0 110px;
  }
}
@media (max-width: 840px) {
  .p-decarbon-detail {
    padding: 60px 0 72px;
  }
}

.p-decarbon-detail__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-decarbon-detail__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-decarbon-detail__inner {
    padding: 0 20px;
  }
}

.p-decarbon-detail__heading {
  margin-bottom: 85px;
}
@media (max-width: 840px) {
  .p-decarbon-detail__heading {
    margin-bottom: 56px;
  }
}
@media (max-width: 840px) {
  .p-decarbon-detail__heading {
    margin-bottom: 36px;
  }
}

.p-decarbon-detail__body {
  max-width: 930px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 330fr) minmax(0, 470fr);
  gap: 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 840px) {
  .p-decarbon-detail__body {
    gap: 60px;
  }
}
@media (max-width: 840px) {
  .p-decarbon-detail__body {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.p-decarbon-detail__figure {
  margin: 0;
}
.p-decarbon-detail__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 330px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 840px) {
  .p-decarbon-detail__figure img {
    max-width: 140px;
  }
}

.p-decarbon-detail__text {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #343434;
}
.p-decarbon-detail__text p {
  margin: 0 0 1em;
}
.p-decarbon-detail__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 840px) {
  .p-decarbon-detail__text {
    font-size: 15px;
    line-height: 1.9;
  }
}

.p-eco-life-content {
  padding: 130px 0 180px;
}
@media (max-width: 840px) {
  .p-eco-life-content {
    padding: 90px 0 120px;
  }
}
@media (max-width: 840px) {
  .p-eco-life-content {
    padding: 60px 0 72px;
  }
}

.p-eco-life-content__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-eco-life-content__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-eco-life-content__inner {
    padding: 0 20px;
  }
}

.p-eco-life-content__heading {
  margin-bottom: 114px;
}
@media (max-width: 840px) {
  .p-eco-life-content__heading {
    margin-bottom: 72px;
  }
}
@media (max-width: 840px) {
  .p-eco-life-content__heading {
    margin-bottom: 48px;
  }
}

.p-eco-life-content__placeholder-text {
  margin: 0 0 96px;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #343434;
  letter-spacing: 0.15em;
  text-align: center;
}
@media (max-width: 840px) {
  .p-eco-life-content__placeholder-text {
    margin-bottom: 56px;
    font-size: 15px;
  }
}

.p-eco-life-content__cards {
  list-style: none;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px 40px;
}
@media (max-width: 840px) {
  .p-eco-life-content__cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.p-eco-life-content__card--banner {
  grid-column: 1/-1;
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
}

.p-eco-life-content__card--full {
  grid-column: 1/-1;
}

.p-eco-life-content__card {
  margin: 0;
}

.p-eco-life-content__link {
  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;
  background-color: #CCCCCC;
  border-radius: 20px;
  aspect-ratio: 470/294;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.15s ease-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.15s ease-out;
  transition: opacity 0.25s ease-in-out, transform 0.15s ease-out;
  transition: opacity 0.25s ease-in-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.p-eco-life-content__link:hover {
  opacity: 0.85;
}
.p-eco-life-content__link:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.p-eco-life-content__card--full .p-eco-life-content__link {
  aspect-ratio: 980/307;
}

.p-eco-life-content__card-label {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 840px) {
  .p-eco-life-content__card-label {
    font-size: 15px;
  }
}

.p-faq {
  padding: 130px 0 184px;
}
@media (max-width: 840px) {
  .p-faq {
    padding: 90px 0 110px;
  }
}
@media (max-width: 840px) {
  .p-faq {
    padding: 60px 0 72px;
  }
}

.p-faq__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-faq__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-faq__inner {
    padding: 0 20px;
  }
}

.p-faq__heading {
  margin-bottom: 88px;
}
@media (max-width: 840px) {
  .p-faq__heading {
    margin-bottom: 56px;
  }
}
@media (max-width: 840px) {
  .p-faq__heading {
    margin-bottom: 40px;
  }
}

.p-faq__list {
  list-style: none;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

.p-faq__item {
  margin-bottom: 30px;
}
.p-faq__item:last-child {
  margin-bottom: 0;
}

.p-faq__question {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 20px 36px;
  background-color: #F7F7F7;
  border: none;
  border-radius: 0;
  text-align: left;
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #343434;
}
.p-faq__question:focus-visible {
  outline: 2px solid #025824;
  outline-offset: 2px;
}
@media (max-width: 840px) {
  .p-faq__question {
    padding: 16px 18px;
    gap: 8px;
  }
}

.p-faq__q-label {
  font-family: "Zen Maru Gothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #025824;
}
@media (max-width: 840px) {
  .p-faq__q-label {
    font-size: 28px;
  }
}

.p-faq__q-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.9;
  color: #343434;
}
@media (max-width: 840px) {
  .p-faq__q-text {
    font-size: 16px;
    line-height: 1.7;
  }
}

.p-faq__icon {
  position: relative;
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-faq__icon::before, .p-faq__icon::after {
  content: "";
  position: absolute;
  background-color: #343434;
}
.p-faq__icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq__icon::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-faq__question[aria-expanded=true] .p-faq__icon::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

.p-faq__answer-wrap {
  border: 6px solid #F7F7F7;
  border-top: none;
}

.p-faq__answer-wrap[hidden] {
  display: none;
}

.p-faq__answer {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 14px;
  padding: 42px 84px 42px 30px;
}
@media (max-width: 840px) {
  .p-faq__answer {
    padding: 24px 18px;
    gap: 8px;
  }
}

.p-faq__a-label {
  font-family: "Zen Maru Gothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #9F2600;
}
@media (max-width: 840px) {
  .p-faq__a-label {
    font-size: 28px;
  }
}

.p-faq__a-text {
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #343434;
}
@media (max-width: 840px) {
  .p-faq__a-text {
    font-size: 15px;
    line-height: 1.9;
  }
}

.p-faq__cta {
  margin-top: 248px;
  text-align: center;
}
@media (max-width: 840px) {
  .p-faq__cta {
    margin-top: 120px;
  }
}
@media (max-width: 840px) {
  .p-faq__cta {
    margin-top: 80px;
  }
}

.p-faq__cta-text {
  margin: 0 0 40px;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #343434;
  word-break: keep-all;
}
@media (max-width: 840px) {
  .p-faq__cta-text {
    margin-bottom: 24px;
    font-size: 15px;
  }
}

.p-faq__cta-button {
  --c-button-width: 255px;
}

.p-privacy {
  padding: 134px 0 180px;
}
@media (max-width: 840px) {
  .p-privacy {
    padding: 90px 0 120px;
  }
}
@media (max-width: 840px) {
  .p-privacy {
    padding: 60px 0 72px;
  }
}

.p-privacy__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-privacy__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-privacy__inner {
    padding: 0 20px;
  }
}

.p-privacy__container {
  max-width: 980px;
  margin: 0 auto;
}

.p-privacy__item {
  margin-bottom: 56px;
}
.p-privacy__item:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 840px) {
  .p-privacy__item {
    margin-bottom: 40px;
  }
}

.p-privacy__heading {
  margin: 0;
  padding: 14px 15px 18px;
  background-color: rgba(180, 255, 0, 0.2);
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.9;
  color: #343434;
}
@media (max-width: 840px) {
  .p-privacy__heading {
    padding: 10px 14px 12px;
    font-size: 17px;
    line-height: 1.5;
  }
}

.p-privacy__body {
  padding-top: 15px;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #343434;
}
.p-privacy__body p {
  margin: 0;
}
@media (max-width: 840px) {
  .p-privacy__body {
    font-size: 15px;
    line-height: 1.9;
  }
}

.p-privacy__indent {
  padding-left: 5em;
  text-indent: -3em;
}
@media (max-width: 840px) {
  .p-privacy__indent {
    padding-left: 2.5em;
    text-indent: -2em;
  }
}

.p-privacy__notes {
  margin-top: 48px;
  padding: 32px 40px 36px;
  border: 2px solid #B4FF00;
  border-radius: 20px;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #343434;
}
.p-privacy__notes p {
  margin: 0 0 0 3em;
  text-indent: -3em;
}
@media (max-width: 840px) {
  .p-privacy__notes {
    padding: 20px 18px;
    font-size: 14px;
    line-height: 1.85;
  }
  .p-privacy__notes p {
    margin: 0 0 0 2em;
    text-indent: -2em;
  }
}

.p-privacy__date {
  margin: 60px 0 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #343434;
  text-align: right;
}
@media (max-width: 840px) {
  .p-privacy__date {
    margin-top: 32px;
    font-size: 14px;
  }
}

.p-news-archive {
  padding-bottom: 183px;
}
@media (max-width: 840px) {
  .p-news-archive {
    padding-bottom: 120px;
  }
}
@media (max-width: 840px) {
  .p-news-archive {
    padding-bottom: 72px;
  }
}

.p-news-archive__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-news-archive__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-news-archive__inner {
    padding: 0 20px;
  }
}

.p-news-archive__list {
  list-style: none;
  max-width: 978px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 306px));
  gap: 100px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 840px) {
  .p-news-archive__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 660px;
    gap: 60px 30px;
  }
}
@media (max-width: 840px) {
  .p-news-archive__list {
    grid-template-columns: 1fr;
    max-width: 320px;
    gap: 40px 0;
  }
}

.p-news-archive__item {
  margin: 0;
}

.p-news-archive__link {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.p-news-archive__link:hover {
  opacity: 0.85;
}

.p-news-archive__thumb {
  width: 100%;
  aspect-ratio: 306/220;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 8px;
  background-color: rgba(2, 88, 36, 0.08);
}
@media (max-width: 840px) {
  .p-news-archive__thumb {
    width: 100%;
    height: 180px;
    aspect-ratio: auto;
  }
}

.p-news-archive__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-archive__title {
  margin: 0 0 15px;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #343434;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 840px) {
  .p-news-archive__title {
    font-size: 15px;
  }
}

.p-news-archive__date {
  display: block;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #025824;
  letter-spacing: 0.02em;
}
@media (max-width: 840px) {
  .p-news-archive__date {
    font-size: 14px;
  }
}

.p-news-archive__empty {
  margin: 0;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #6E6E6E;
}

.p-news-archive__pagination {
  margin-top: 80px;
}
@media (max-width: 840px) {
  .p-news-archive__pagination {
    margin-top: 48px;
  }
}

.p-news-archive__pages {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-news-archive__page {
  margin: 0;
}
.p-news-archive__page .page-numbers {
  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;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid rgba(2, 88, 36, 0.3);
  border-radius: 4px;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #025824;
  text-decoration: none;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.p-news-archive__page .page-numbers:hover:not(.current):not(.dots) {
  background-color: rgba(2, 88, 36, 0.08);
}
.p-news-archive__page .page-numbers.current {
  background-color: #025824;
  border-color: #025824;
  color: #FFFFFF;
}
.p-news-archive__page .page-numbers.dots {
  border-color: transparent;
  cursor: default;
}

.p-news-single {
  padding-bottom: 120px;
}
@media (max-width: 840px) {
  .p-news-single {
    padding-bottom: 96px;
  }
}
@media (max-width: 840px) {
  .p-news-single {
    padding-bottom: 72px;
  }
}

.p-news-single__inner {
  width: 100%;
  max-width: calc(800px + 60px * 2);
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-news-single__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-news-single__inner {
    padding: 0 20px;
  }
}

.p-news-single__article {
  margin: 0;
}

.p-news-single__header {
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(2, 88, 36, 0.15);
}
@media (max-width: 840px) {
  .p-news-single__header {
    margin-bottom: 32px;
    padding-bottom: 20px;
  }
}

.p-news-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 16px;
  margin-bottom: 16px;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 840px) {
  .p-news-single__meta {
    margin-bottom: 12px;
  }
}

.p-news-single__date {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  color: #025824;
  letter-spacing: 0.02em;
}
@media (max-width: 840px) {
  .p-news-single__date {
    font-size: 14px;
  }
}

.p-news-single__cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}

.p-news-single__cats-item {
  margin: 0;
}

.p-news-single__cat {
  display: inline-block;
  padding: 2px 12px;
  border: 1px solid rgba(2, 88, 36, 0.3);
  border-radius: 999px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.7;
  color: #025824;
  background-color: rgba(2, 88, 36, 0.04);
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.p-news-single__cat:hover {
  background-color: rgba(2, 88, 36, 0.12);
}

.p-news-single__title {
  margin: 0;
  font-family: "Zen Maru Gothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.55;
  color: #343434;
}
@media (max-width: 840px) {
  .p-news-single__title {
    font-size: 24px;
  }
}
@media (max-width: 840px) {
  .p-news-single__title {
    font-size: 20px;
  }
}

.p-news-single__body {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.9;
  color: #343434;
  word-break: break-word;
}
@media (max-width: 840px) {
  .p-news-single__body {
    font-size: 15px;
    line-height: 1.85;
  }
}
.p-news-single__body > * + * {
  margin-top: 1.6em;
}
.p-news-single__body p {
  margin: 0;
}
.p-news-single__body h2 {
  margin-top: 2.2em;
  margin-bottom: 0;
  font-family: "Zen Maru Gothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.55;
  color: #025824;
}
@media (max-width: 840px) {
  .p-news-single__body h2 {
    font-size: 19px;
  }
}
.p-news-single__body h3 {
  margin-top: 1.8em;
  margin-bottom: 0;
  font-family: "Zen Maru Gothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #343434;
}
@media (max-width: 840px) {
  .p-news-single__body h3 {
    font-size: 17px;
  }
}
.p-news-single__body ul,
.p-news-single__body ol {
  margin: 0;
  padding-left: 1.4em;
}
.p-news-single__body li + li {
  margin-top: 0.4em;
}
.p-news-single__body blockquote {
  margin: 0;
  padding: 16px 20px;
  border-left: 4px solid #025824;
  background-color: rgba(2, 88, 36, 0.04);
  border-radius: 4px;
  color: #343434;
}
.p-news-single__body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.p-news-single__body a {
  color: #025824;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.p-news-single__body a:hover {
  opacity: 0.65;
}

.p-news-single__pager {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid rgba(2, 88, 36, 0.15);
}
@media (max-width: 840px) {
  .p-news-single__pager {
    margin-top: 56px;
    padding-top: 28px;
  }
}

.p-news-single__pager-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 840px) {
  .p-news-single__pager-list {
    grid-template-columns: 1fr auto 1fr;
    gap: 8px;
  }
}

.p-news-single__pager-item {
  margin: 0;
}
.p-news-single__pager-item--prev {
  justify-self: start;
}
.p-news-single__pager-item--all {
  justify-self: center;
}
.p-news-single__pager-item--next {
  justify-self: end;
}

.p-news-single__pager-link {
  display: inline-block;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  color: #343434;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.p-news-single__pager-link a {
  color: inherit;
  text-decoration: none;
}
.p-news-single__pager-link:hover, .p-news-single__pager-link a:hover {
  opacity: 0.65;
}
@media (max-width: 840px) {
  .p-news-single__pager-link {
    font-size: 13px;
  }
}
.p-news-single__pager-link--prev::before {
  content: "‹ ";
  color: #025824;
  font-weight: 700;
}
.p-news-single__pager-link--next::after {
  content: " ›";
  color: #025824;
  font-weight: 700;
}
.p-news-single__pager-link--all {
  color: #025824;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

.p-services-retail {
  padding: 130px 0 184px;
}
@media (max-width: 840px) {
  .p-services-retail {
    padding: 90px 0 120px;
  }
}
@media (max-width: 840px) {
  .p-services-retail {
    padding: 60px 0 72px;
  }
}

.p-services-retail__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-services-retail__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-services-retail__inner {
    padding: 0 20px;
  }
}

.p-services-retail__plan {
  margin-bottom: 156px;
}
.p-services-retail__plan:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 840px) {
  .p-services-retail__plan {
    margin-bottom: 96px;
  }
}
@media (max-width: 840px) {
  .p-services-retail__plan {
    margin-bottom: 64px;
  }
}

.p-services-retail__heading {
  margin-bottom: 98px;
}
@media (max-width: 840px) {
  .p-services-retail__heading {
    margin-bottom: 56px;
  }
}
@media (max-width: 840px) {
  .p-services-retail__heading {
    margin-bottom: 36px;
  }
}

.p-services-retail__card {
  max-width: 980px;
  margin: 0 auto;
  aspect-ratio: 980/294;
  background-color: #CCCCCC;
  border-radius: 20px;
  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;
}

.p-services-retail__placeholder {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #FFFFFF;
  letter-spacing: 0.15em;
}
@media (max-width: 840px) {
  .p-services-retail__placeholder {
    font-size: 15px;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-services-yukiraku-merit {
  padding: 171px 0 0;
}
@media (max-width: 840px) {
  .p-services-yukiraku-merit {
    padding: 100px 0 0;
  }
}
@media (max-width: 840px) {
  .p-services-yukiraku-merit {
    padding: 64px 0 0;
  }
}

.p-services-yukiraku-merit__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-services-yukiraku-merit__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-services-yukiraku-merit__inner {
    padding: 0 20px;
  }
}

.p-services-yukiraku-merit__heading {
  margin-bottom: 89px;
}
@media (max-width: 840px) {
  .p-services-yukiraku-merit__heading {
    margin-bottom: 56px;
  }
}
@media (max-width: 840px) {
  .p-services-yukiraku-merit__heading {
    margin-bottom: 32px;
  }
}

.p-services-yukiraku-merit__lead {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #343434;
}
.p-services-yukiraku-merit__lead p {
  margin: 0;
}
@media (max-width: 840px) {
  .p-services-yukiraku-merit__lead {
    font-size: 15px;
  }
}

.p-services-yukiraku-merit__kv {
  margin: 69px auto 0;
  max-width: 980px;
  aspect-ratio: 980/307;
  border-radius: 20px;
  overflow: hidden;
}
.p-services-yukiraku-merit__kv img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 70%;
     object-position: 100% 70%;
}
@media (max-width: 840px) {
  .p-services-yukiraku-merit__kv {
    margin-top: 56px;
    border-radius: 16px;
  }
}
@media (max-width: 840px) {
  .p-services-yukiraku-merit__kv {
    margin-top: 36px;
    border-radius: 12px;
  }
}

.p-services-yukiraku-mechanism {
  padding: 156px 0 0;
}
@media (max-width: 840px) {
  .p-services-yukiraku-mechanism {
    padding: 100px 0 0;
  }
}
@media (max-width: 840px) {
  .p-services-yukiraku-mechanism {
    padding: 64px 0 0;
  }
}

.p-services-yukiraku-mechanism__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-services-yukiraku-mechanism__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-services-yukiraku-mechanism__inner {
    padding: 0 20px;
  }
}

.p-services-yukiraku-mechanism__heading {
  margin-bottom: 89px;
}
@media (max-width: 840px) {
  .p-services-yukiraku-mechanism__heading {
    margin-bottom: 56px;
  }
}
@media (max-width: 840px) {
  .p-services-yukiraku-mechanism__heading {
    margin-bottom: 32px;
  }
}

.p-services-yukiraku-mechanism__lead {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #343434;
}
.p-services-yukiraku-mechanism__lead p {
  margin: 0;
}
@media (max-width: 840px) {
  .p-services-yukiraku-mechanism__lead {
    font-size: 15px;
  }
}

.p-services-yukiraku-mechanism__diagram {
  margin: 108px auto 0;
  max-width: 980px;
}
.p-services-yukiraku-mechanism__diagram picture,
.p-services-yukiraku-mechanism__diagram img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 840px) {
  .p-services-yukiraku-mechanism__diagram {
    margin-top: 64px;
  }
}
@media (max-width: 840px) {
  .p-services-yukiraku-mechanism__diagram {
    margin-top: 40px;
    max-width: 100%;
  }
}

.p-contact {
  padding: 60px 0 177px;
}
@media (max-width: 840px) {
  .p-contact {
    padding: 90px 0 120px;
  }
}
@media (max-width: 840px) {
  .p-contact {
    padding: 35px 0 72px;
  }
}

.p-contact__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 840px) {
  .p-contact__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-contact__inner {
    padding: 0 20px;
  }
}

.p-contact__intro {
  margin-bottom: 68px;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: #343434;
  text-align: center;
}
.p-contact__intro p {
  margin: 0;
}
@media (max-width: 840px) {
  .p-contact__intro {
    margin-bottom: 48px;
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
  }
}

.p-contact__intro-divider {
  margin-top: 1em;
}

.p-contact__form {
  max-width: 740px;
  margin: 0 auto;
}

.p-contact__form-placeholder {
  margin: 0;
  padding: 40px 24px;
  background-color: rgba(180, 255, 0, 0.1);
  border: 1px dashed #CCC;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  color: #6E6E6E;
  text-align: center;
}
.p-contact__form-placeholder code {
  padding: 2px 6px;
  background-color: #FFFFFF;
  border-radius: 3px;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.9em;
  color: #343434;
}

.p-contact__privacy-link {
  margin: 94px 0 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #343434;
  text-align: center;
  word-break: keep-all;
}
.p-contact__privacy-link a {
  color: #343434;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-contact__privacy-link a:hover {
  color: #025824;
}
@media (max-width: 840px) {
  .p-contact__privacy-link {
    margin-top: 56px;
    font-size: 14px;
  }
}

.p-contact-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  margin-bottom: 27px;
}
.p-contact-form__field > p {
  display: contents;
}
.p-contact-form__field > .wpcf7-form-control-wrap,
.p-contact-form__field > p > .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 75.6756756757%;
  min-width: 0;
}
.p-contact-form__field > .p-contact-form__input,
.p-contact-form__field > .p-contact-form__textarea,
.p-contact-form__field > p > .p-contact-form__input,
.p-contact-form__field > p > .p-contact-form__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (max-width: 840px) {
  .p-contact-form__field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
    margin-bottom: 24px;
  }
  .p-contact-form__field > .wpcf7-form-control-wrap,
  .p-contact-form__field > p > .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.p-contact-form__label {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 180px;
  padding-top: 8px;
  text-align: right;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1.9;
  color: #343434;
}
@media (max-width: 840px) {
  .p-contact-form__label {
    width: auto;
    padding-top: 0;
    margin-bottom: 6px;
    text-align: left;
  }
}

.p-contact-form__required {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  background-color: #025824;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #FFFFFF;
  vertical-align: middle;
}

.p-contact-form__input,
.p-contact-form__textarea,
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-email,
.wpcf7-form .wpcf7-tel,
.wpcf7-form .wpcf7-textarea {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background-color: rgba(180, 255, 0, 0.07);
  border: 1px solid #CCC;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 17px;
  line-height: 38px;
  color: #343434;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.p-contact-form__input::-webkit-input-placeholder, .p-contact-form__textarea::-webkit-input-placeholder, .wpcf7-form .wpcf7-text::-webkit-input-placeholder, .wpcf7-form .wpcf7-email::-webkit-input-placeholder, .wpcf7-form .wpcf7-tel::-webkit-input-placeholder, .wpcf7-form .wpcf7-textarea::-webkit-input-placeholder {
  color: #6E6E6E;
}
.p-contact-form__input::-moz-placeholder, .p-contact-form__textarea::-moz-placeholder, .wpcf7-form .wpcf7-text::-moz-placeholder, .wpcf7-form .wpcf7-email::-moz-placeholder, .wpcf7-form .wpcf7-tel::-moz-placeholder, .wpcf7-form .wpcf7-textarea::-moz-placeholder {
  color: #6E6E6E;
}
.p-contact-form__input:-ms-input-placeholder, .p-contact-form__textarea:-ms-input-placeholder, .wpcf7-form .wpcf7-text:-ms-input-placeholder, .wpcf7-form .wpcf7-email:-ms-input-placeholder, .wpcf7-form .wpcf7-tel:-ms-input-placeholder, .wpcf7-form .wpcf7-textarea:-ms-input-placeholder {
  color: #6E6E6E;
}
.p-contact-form__input::-ms-input-placeholder, .p-contact-form__textarea::-ms-input-placeholder, .wpcf7-form .wpcf7-text::-ms-input-placeholder, .wpcf7-form .wpcf7-email::-ms-input-placeholder, .wpcf7-form .wpcf7-tel::-ms-input-placeholder, .wpcf7-form .wpcf7-textarea::-ms-input-placeholder {
  color: #6E6E6E;
}
.p-contact-form__input::placeholder,
.p-contact-form__textarea::placeholder,
.wpcf7-form .wpcf7-text::placeholder,
.wpcf7-form .wpcf7-email::placeholder,
.wpcf7-form .wpcf7-tel::placeholder,
.wpcf7-form .wpcf7-textarea::placeholder {
  color: #6E6E6E;
}
.p-contact-form__input:focus,
.p-contact-form__textarea:focus,
.wpcf7-form .wpcf7-text:focus,
.wpcf7-form .wpcf7-email:focus,
.wpcf7-form .wpcf7-tel:focus,
.wpcf7-form .wpcf7-textarea:focus {
  outline: 2px solid #025824;
  outline-offset: -1px;
  background-color: rgba(180, 255, 0, 0.12);
}
@media (max-width: 840px) {
  .p-contact-form__input,
  .p-contact-form__textarea,
  .wpcf7-form .wpcf7-text,
  .wpcf7-form .wpcf7-email,
  .wpcf7-form .wpcf7-tel,
  .wpcf7-form .wpcf7-textarea {
    height: 56px;
    font-size: 15px;
  }
}

.p-contact-form__textarea,
.wpcf7-form .wpcf7-textarea {
  height: 300px;
  padding: 16px 20px;
  line-height: 2.2352941176;
  resize: vertical;
}
@media (max-width: 840px) {
  .p-contact-form__textarea,
  .wpcf7-form .wpcf7-textarea {
    height: 220px;
  }
}

.p-contact-form__consent {
  margin: 50px 0 0;
  text-align: center;
}
@media (max-width: 840px) {
  .p-contact-form__consent {
    margin-top: 48px;
  }
}

.wpcf7-acceptance,
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-acceptance label {
  margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}

.wpcf7-acceptance label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  cursor: pointer;
}

.wpcf7-acceptance input[type=checkbox] {
  width: 21px;
  height: 21px;
  margin: 0;
  border: 1px solid #707070;
  background-color: #FFFFFF;
  cursor: pointer;
  accent-color: #025824;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2352941176;
  color: #343434;
}
@media (max-width: 840px) {
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 15px;
  }
}

.p-contact-form__submit-wrap {
  position: relative;
  margin: 35px 0 0;
  text-align: center;
}
@media (max-width: 840px) {
  .p-contact-form__submit-wrap {
    margin-top: 24px;
  }
}
.p-contact-form__submit-wrap .wpcf7-spinner {
  position: absolute;
  top: 50%;
  margin: 0 0 0 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-contact-form__submit,
.wpcf7-form .wpcf7-submit {
  display: inline-block;
  min-width: 210px;
  height: 42px;
  padding: 0 25px 4px;
  background-color: #025824;
  border: none;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #FFFFFF;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.15s ease-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.15s ease-out;
  transition: opacity 0.25s ease-in-out, transform 0.15s ease-out;
  transition: opacity 0.25s ease-in-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.p-contact-form__submit:hover,
.wpcf7-form .wpcf7-submit:hover {
  opacity: 0.85;
}
.p-contact-form__submit:active,
.wpcf7-form .wpcf7-submit:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.p-contact-form__submit:disabled,
.wpcf7-form .wpcf7-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  color: #C8003C;
}

.wpcf7-response-output {
  margin: 24px 0 0;
  padding: 12px 16px;
  border: 1px solid currentColor;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
}

.wpcf7-form p {
  margin: 0;
}

.p-thanks {
  padding: 130px 0 177px;
}
@media (max-width: 840px) {
  .p-thanks {
    padding: 90px 0 120px;
  }
}
@media (max-width: 840px) {
  .p-thanks {
    padding: 60px 0 72px;
  }
}

.p-thanks__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
  text-align: center;
}
@media (max-width: 840px) {
  .p-thanks__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-thanks__inner {
    padding: 0 20px;
  }
}

.p-thanks__title {
  margin: 0 0 32px;
  font-family: "Zen Maru Gothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6;
  color: #025824;
}
@media (max-width: 840px) {
  .p-thanks__title {
    margin-bottom: 24px;
    font-size: 22px;
  }
}

.p-thanks__lead {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: #343434;
}
.p-thanks__lead p {
  margin: 0;
}
.p-thanks__lead .p-thanks__note {
  margin-top: 1em;
  font-size: 14px;
  color: #6E6E6E;
}
@media (max-width: 840px) {
  .p-thanks__lead {
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
  }
  .p-thanks__lead .p-thanks__note {
    font-size: 13px;
  }
}

.p-thanks__back {
  margin: 56px 0 0;
}
@media (max-width: 840px) {
  .p-thanks__back {
    margin-top: 40px;
  }
}

.p-thanks__back-link {
  display: inline-block;
  min-width: 210px;
  height: 42px;
  padding: 0 25px;
  background-color: #025824;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #FFFFFF;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 42px;
  text-align: center;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.p-thanks__back-link:hover {
  opacity: 0.85;
  color: #FFFFFF;
}

.p-notfound {
  padding: 120px 0;
}
@media (max-width: 840px) {
  .p-notfound {
    padding: 80px 0;
  }
}
@media (max-width: 840px) {
  .p-notfound {
    padding: 60px 0;
  }
}

.p-notfound__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 60px;
  text-align: center;
}
@media (max-width: 840px) {
  .p-notfound__inner {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .p-notfound__inner {
    padding: 0 20px;
  }
}

.p-notfound__lead {
  margin: 0;
  font-family: "Zen Maru Gothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #025824;
}
@media (max-width: 840px) {
  .p-notfound__lead {
    font-size: 22px;
  }
}
@media (max-width: 840px) {
  .p-notfound__lead {
    font-size: 18px;
  }
}

.p-notfound__text {
  margin: 24px 0 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #343434;
}
@media (max-width: 840px) {
  .p-notfound__text {
    margin-top: 16px;
    font-size: 14px;
  }
}

.p-notfound__action {
  margin-top: 48px;
}
@media (max-width: 840px) {
  .p-notfound__action {
    margin-top: 32px;
  }
}

.u-font__heading {
  font-family: "Zen Maru Gothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
.u-font__base {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.u-sp {
  display: none;
}
@media (max-width: 840px) {
  .u-sp {
    display: block;
  }
}

.u-pc {
  display: block;
}
@media (max-width: 840px) {
  .u-pc {
    display: none;
  }
}
