@charset "UTF-8";

html {
  height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  height: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.48px;
  -webkit-font-smoothing: antialiased;
}

body.is-fixed {
  overflow: hidden;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a,
button,
input[type=submit] {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
  cursor: pointer;
}

a:hover,
button:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

strong {
  font-weight: 700;
}

input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  font-weight: 500;
  color: #bcbcbc;
}

button:disabled {
  opacity: 0.7;
  pointer-events: none;
}

.is-pc {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

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

.text-main {
  color: #00531f;
}

.text-accent {
  color: #fbff00;
}

.text-alert {
  color: #db0000;
}

.whitespace-nowrap {
  white-space: nowrap;
}

/* Contact Form 7 */
.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 14px;
  color: #db0000;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

/* Swiper */
.swiper {
  visibility: hidden;
}

.swiper.swiper-initialized {
  visibility: visible;
}

/* c-cta */
.c-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px 0;
  width: 335px;
  height: 79px;
  color: #fff;
  font-weight: 700;
  border-radius: 9999px;
  text-align: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.c-cta:hover {
  filter: brightness(1.1);
  opacity: 1;
}

.c-cta:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 92.6%;
  height: 66.9491525424%;
  border-radius: 9999px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 50%);
}

.c-cta__ttl {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  line-height: 1;
}

.c-cta__txt {
  position: relative;
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: 0.24px;
}

.c-cta--phone {
  background-image: linear-gradient(to bottom, #ff2626 0%, #ce0000 100%);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .c-cta--phone {
    pointer-events: auto;
  }
}

.c-cta--phone .c-cta__ttl {
  font-family: "Oswald", sans-serif;
  font-size: 33px;
  letter-spacing: 0.43px;
}

.c-cta--phone .c-cta__ttl img {
  width: 21px;
}

.c-cta--contact {
  background-image: linear-gradient(to bottom, #f6ac00 0%, #ffa600 100%);
}

.c-cta--contact .c-cta__ttl {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.32px;
}

.c-cta--contact .c-cta__ttl img {
  width: 32px;
}

.c-cta--sm {
  gap: 5px 0;
  width: 250px;
  height: 59px;
}

.c-cta--sm.c-cta--phone .c-cta__ttl {
  font-size: 24px;
  letter-spacing: 0.32px;
}

.c-cta--sm.c-cta--phone .c-cta__ttl img {
  width: 16px;
}

.c-cta--sm.c-cta--contact .c-cta__ttl {
  font-size: 19px;
  letter-spacing: 0.24px;
}

.c-cta--sm.c-cta--contact .c-cta__ttl img {
  width: 24px;
}

.c-cta--sm .c-cta__txt {
  font-size: 10px;
}

.c-cta--md {
  gap: 5px 0;
  width: 375px;
  height: 88px;
}

@media screen and (max-width: 991px) {
  .c-cta--md {
    width: 360px;
  }
}

.c-cta--md.c-cta--phone .c-cta__ttl {
  font-size: 37px;
}

.c-cta--md.c-cta--phone .c-cta__ttl img {
  width: 24px;
}

.c-cta--md.c-cta--contact .c-cta__ttl {
  font-size: 27px;
  letter-spacing: 0.36px;
}

.c-cta--md.c-cta--contact .c-cta__ttl img {
  width: 36px;
}

.c-cta--md .c-cta__txt {
  font-size: 12px;
}

.c-cta--lg {
  width: 500px;
  height: 118px;
}

@media screen and (max-width: 1099px) {
  .c-cta--lg {
    width: 295px;
    height: 69px;
  }
}

.c-cta--lg.c-cta--phone .c-cta__ttl {
  font-size: 49px;
  letter-spacing: 0.64px;
}

@media screen and (max-width: 1099px) {
  .c-cta--lg.c-cta--phone .c-cta__ttl {
    font-size: 29px;
    letter-spacing: 0.38px;
  }
}

.c-cta--lg.c-cta--phone .c-cta__ttl img {
  width: 32px;
}

@media screen and (max-width: 1099px) {
  .c-cta--lg.c-cta--phone .c-cta__ttl img {
    width: 19px;
  }
}

.c-cta--lg.c-cta--contact .c-cta__ttl {
  font-size: 37px;
}

@media screen and (max-width: 1099px) {
  .c-cta--lg.c-cta--contact .c-cta__ttl {
    font-size: 22px;
    letter-spacing: 0.28px;
  }
}

.c-cta--lg.c-cta--contact .c-cta__ttl img {
  width: 48px;
}

@media screen and (max-width: 1099px) {
  .c-cta--lg.c-cta--contact .c-cta__ttl img {
    width: 28px;
  }
}

.c-cta--lg .c-cta__txt {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 1099px) {
  .c-cta--lg .c-cta__txt {
    font-size: 9px;
  }
}

/* c-input */
.c-input {
  width: 100%;
  padding: 9px 14px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
}

/* c-checkbox */
.mwform-checkbox-field .mwform-checkbox-field-text:before {
  content: "";
}

.mwform-checkbox-field label {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 0 15px;
  transition: background-color 0.3s, border-color 0.3s;
  line-height: 1.2;
  color: #333;
  cursor: pointer;
}

.mwform-checkbox-field label:has(input:checked) {
  border-color: #00531f;
}

.mwform-checkbox-field label:has(input:checked):before {
  background-color: #00531f;
  border-color: #00531f;
}

.mwform-checkbox-field label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #767676;
  border-radius: 2px;
  background-color: #fff;
  display: inline-block;
  flex-shrink: 0;
  box-sizing: border-box;
  margin-top: 1px;
  text-align: center;
  transition: all 0.2s ease;
}

.mwform-checkbox-field input[type=checkbox] {
  display: none;
}

.mwform-checkbox-field input[type=checkbox]:checked~.mwform-checkbox-field-text::before {
  position: absolute;
  top: 42%;
  left: 4px;
  width: 11px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

/* c-select */
.c-selectWrapper {
  position: relative;
}

.c-selectWrapper:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #d9d9d9 transparent transparent transparent;
  border-width: 8px 8px 0px 8px;
}

.c-select {
  padding: 10px 14px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  letter-spacing: 1px;
  cursor: pointer;
}

.c-select.noVal {
  color: #bcbcbc;
}

/* c-pageHeader */
.c-pageHeader {
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .c-pageHeader {
    margin-bottom: 25px;
  }
}

.c-pageHeader__img {
  width: 100%;
  height: 225px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .c-pageHeader__img {
    aspect-ratio: 375/110;
    height: 100%;
  }
}

.c-pageHeader__ttl {
  position: absolute;
  left: 0;
  bottom: -40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 720px;
  width: 80%;
  height: 80px;
  padding: 0 120px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 0 20px 20px 0;
  background-image: linear-gradient(to right, #00521f 0%, #4db135 32%, #00521f 100%);
}

@media screen and (max-width: 767px) {
  .c-pageHeader__ttl {
    bottom: -20px;
    max-width: none;
    width: 187px;
    height: 40px;
    padding: 0 12px;
    border-radius: 0 10px 10px 0;
    font-size: 18px;
  }
}

/* c-ttl */
.c-ttl {
  padding: 30px 20px;
  background-color: #000;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-ttl {
    padding: 20px;
  }
}

.c-ttl strong {
  font-size: 40px;
  color: #fbff00;
}

@media screen and (max-width: 767px) {
  .c-ttl strong {
    font-size: 29px;
  }
}

.c-ttl--white strong {
  color: #fff;
}

.c-ttl--gold strong {
  color: #ecc865;
}

.c-ttl--hojokin {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .c-ttl--hojokin {
    font-size: 18px;
  }
}

.c-ttl--hojokin strong {
  font-size: 30px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .c-ttl--hojokin strong {
    font-size: 18px;
  }
}

/* c-file */
.c-file {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.c-file__item {
  display: flex;
  flex-direction: row;
  gap: 0 13px;
}

.c-file__item__txt {
  width: 64px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.c-file__item__input {
  position: relative;
}

.c-file__item__input .mwform-file-delete {
  position: absolute;
  top: 2px;
  right: -12px;
}

/* c-arrow */
.c-arrow {
  position: relative;
  margin: 0 auto;
  width: 168px;
  height: 52px;
  background-color: #00531f;
}

.c-arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}

@media screen and (max-width: 767px) {
  .c-arrow {
    width: 84px;
    height: 27px;
  }
}

.c-arrow:before {
  bottom: -55px;
  border-color: #00531f transparent transparent transparent;
  border-width: 55px 163px 0px 163px;
}

@media screen and (max-width: 767px) {
  .c-arrow:before {
    bottom: -27px;
    border-width: 27.5px 81.5px 0px 81.5px;
  }
}

/* c-pagination */
.c-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 40px;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .c-pagination {
    gap: 10px 20px;
    margin-top: 30px;
  }
}

.c-pagination>a {
  width: 40px;
  height: 40px;
}

.c-pagination>a.prev,
.c-pagination>a.next {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: auto;
  height: auto;
}

.c-pagination>a.prev:before,
.c-pagination>a.next:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.c-pagination>a.prev {
  padding-left: 16px;
}

@media screen and (max-width: 767px) {
  .c-pagination>a.prev {
    padding-left: 12px;
  }
}

.c-pagination>a.prev:before {
  left: 0;
  right: auto;
  transform: translate(0, -50%) rotate(-135deg);
}

.c-pagination>a.next {
  padding-right: 16px;
}

@media screen and (max-width: 767px) {
  .c-pagination>a.next {
    padding-right: 12px;
  }
}

.c-pagination>ul.page-numbers {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  font-size: 18px;
}

.c-pagination>ul.page-numbers li a,
.c-pagination>ul.page-numbers li span:not(.dots) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
}

.c-pagination>ul.page-numbers li .dots {
  position: relative;
  margin: 0 10px;
}

.c-pagination>ul.page-numbers li span.current {
  background-color: #00531f;
  color: #fff;
  font-weight: 700;
}

/* l-wrapper */
.l-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}

/* l-inner */
.l-inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 10px;
  }
}

.l-inner--xs {
  max-width: 840px;
}

.l-inner--sm {
  max-width: 1000px;
}

.l-inner--lg {
  max-width: 1340px;
}

/* l-header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 75px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .l-header {
    height: 50px;
  }
}

.l-header__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
}

@media screen and (max-width: 991px) {
  .l-header__inner {
    padding: 0 10px;
  }
}

.l-header__logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 10px;
}

@media screen and (max-width: 991px) {
  .l-header__logo {
    gap: 0 5px;
    flex-wrap: wrap;
  }
}

.l-header__logo__link {
  width: 233px;
}

@media screen and (max-width: 991px) {
  .l-header__logo__link {
    width: 112px;
  }
}

.l-header__logo__txt {
  background-color: #00531f;
  border-radius: 3px;
  padding: 5px 7px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .l-header__logo__txt {
    padding: 4px 5px;
    border-radius: 2px;
    font-size: 9px;
    letter-spacing: 0.28px;
  }
}

.l-header__util {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 16px;
  margin-right: 70px;
}

@media screen and (max-width: 991px) {
  .l-header__util {
    margin-right: 49px;
  }
}

.l-header__credit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 1295px) {
  .l-header__credit {
    display: none;
  }
}

.l-header__credit__txt {
  font-size: 15px;
  font-weight: 700;
}

.l-header__credit__img {
  width: 308px;
}

.l-header__cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 5px;
}

@media screen and (max-width: 991px) {
  .l-header__cta .c-cta {
    background: none;
    width: 36px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
  }
}

@media screen and (max-width: 991px) {
  .l-header__cta .c-cta:before {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .l-header__cta .c-cta__ttl {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .l-header__cta .c-cta__txt {
    display: none;
  }
}

.l-header__cta .c-cta__img {
  display: none;
}

@media screen and (max-width: 991px) {
  .l-header__cta .c-cta__img {
    display: block;
  }
}

.l-header__menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  transform: translateX(102%);
  max-width: 600px;
  width: 80%;
  height: 100%;
  padding: 178px 0;
  background-color: rgba(226, 244, 228, 0.9);
  transition: all 0.3s;
  overflow-y: auto;
}

@media screen and (max-width: 991px) {
  .l-header__menu {
    top: 50px;
    max-width: none;
    width: 100%;
    padding: 89px 0;
  }
}

.l-header__menu:before {
  content: "";
  position: absolute;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: rgba(226, 244, 228, 0.9);
  filter: blur(10px);
  width: 98%;
  height: 100%;
}

.l-header__menu__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px 0;
  width: 335px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .l-header__menu__inner {
    gap: 40px 0;
  }
}

.l-header__menu__nav {
  display: flex;
  flex-direction: row;
  gap: 0 44px;
  padding: 32px 0;
  border-top: 2px solid #00531f;
  border-bottom: 2px solid #00531f;
}

@media screen and (max-width: 991px) {
  .l-header__menu__nav {
    flex-direction: column;
    align-items: center;
    gap: 12px 0;
    padding: 0;
    border: none;
  }
}

.l-header__menu__navList {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.l-header__menu__navItem a {
  position: relative;
  font-weight: 700;
  padding-left: 24px;
}

.l-header__menu__navItem a:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #18762c;
  border-width: 7px 0px 7px 10px;
}

.l-header__menu__cta {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}

@media screen and (max-width: 991px) {
  .l-header__menu__cta {
    gap: 11px 0;
  }
}

.l-header__toggle {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: #00531f;
}

@media screen and (max-width: 991px) {
  .l-header__toggle {
    width: 50px;
    height: 50px;
  }
}

.l-header__toggle__line {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 43px;
  height: 6px;
  background-color: #fff;
  border-radius: 9999px;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .l-header__toggle__line {
    width: 29px;
    height: 4px;
  }
}

.l-header__toggle__line:first-of-type {
  transform: translate(-50%, -17px);
}

@media screen and (max-width: 991px) {
  .l-header__toggle__line:first-of-type {
    transform: translate(-50%, -11px);
  }
}

.l-header__toggle__line:last-of-type {
  transform: translate(-50%, 12px);
}

@media screen and (max-width: 991px) {
  .l-header__toggle__line:last-of-type {
    transform: translate(-50%, 7px);
  }
}

.l-header__overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .l-header.is-active .l-header__cta {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .l-header.is-active .l-header__toggle {
    background-color: transparent;
  }
}

.l-header.is-active .l-header__toggle__line {
  width: 25px;
  height: 3px;
}

@media screen and (max-width: 991px) {
  .l-header.is-active .l-header__toggle__line {
    background-color: #af5701;
  }
}

.l-header.is-active .l-header__toggle__line:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}

.l-header.is-active .l-header__toggle__line:nth-of-type(2) {
  opacity: 0;
}

.l-header.is-active .l-header__toggle__line:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-header.is-active .l-header__menu {
  transform: translateX(0);
}

.l-header.is-active .l-header__overlay {
  opacity: 1;
  visibility: visible;
}

/* l-footer */
.l-footer {
  margin-top: auto;
  background-color: #000;
  color: #fff;
  padding-bottom: 128px;
}

@media screen and (max-width: 1229px) {
  .l-footer {
    padding-bottom: 240px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 90px;
  }
}

.l-footer__top {
  padding: 80px 0;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .l-footer__top {
    padding: 40px 0;
    border-bottom: none;
  }
}

.l-footer__top__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px 0;
}

.l-footer__logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}

@media screen and (max-width: 767px) {
  .l-footer__logo {
    flex-direction: column;
    gap: 6px 0;
  }
}

.l-footer__logo__link {
  width: 217px;
}

.l-footer__logo__txt {
  background-color: #00531f;
  border-radius: 3px;
  padding: 7px 8px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.l-footer__logo__sub-txt {
  display: block;
  text-align: center;
  font-weight: 700;
}

.l-footer__txt {
  font-size: 17px;
}

.l-footer__company {
  font-size: 14px;
  display: block;
  background: #fff;
  color: #000000;
  padding: 5px 10px;
  border-radius: 2px;
  width: 100%;
}

.l-footer__copy {
  font-size: 11px;
  text-align: center;
}

.l-footer__btm {
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.3s;
  width: 100%;
  padding: 20px 0;
  z-index: 40;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .l-footer__btm {
    padding: 10px 0;
  }
}

.l-footer__btm.is-fixed {
  transform: translateY(0);
  background-color: rgba(0, 0, 0, 0.6);
}

.l-footer__btm__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

@media screen and (max-width: 1229px) {
  .l-footer__btm__inner {
    flex-direction: column;
    padding: 0 10px;
  }
}

.l-footer__free {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px 0;
}

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

.l-footer__free__txt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
}

.l-footer__free__list {
  display: flex;
  flex-direction: row;
  gap: 0 20px;
}

.l-footer__free__item {
  padding: 2px 17px 3px 55px;
  background-color: #fff;
  background-image: url("../images/i_check.png");
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 32px 28px;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #00762d;
}

.l-footer__cta {
  display: flex;
  flex-direction: row;
  gap: 0 24px;
}

@media screen and (max-width: 767px) {
  .l-footer__cta {
    gap: 0 3px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__cta .c-cta {
    width: 176px;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__cta .c-cta__ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700 !important;
    font-size: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__cta .c-cta__ttl__txt:first-of-type {
    display: none;
  }
}

.l-footer__cta .c-cta__ttl__txt:last-of-type {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-footer__cta .c-cta__ttl__txt:last-of-type {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__cta .c-cta--phone .c-cta__ttl img {
    width: 15px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__cta .c-cta--contact .c-cta__ttl img {
    width: 22px;
  }
}

/* l-main */
.l-main {
  padding: 75px 0 80px;
}

@media screen and (max-width: 991px) {
  .l-main {
    padding: 50px 0 40px;
  }
}

.l-main--bg {
  background-color: #f7f4ef;
}

.l-main--pbNone {
  padding-bottom: 0;
}

/* l-breadcrumb */
.l-breadcrumb {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .l-breadcrumb {
    margin-bottom: 33px;
  }
}

.l-breadcrumb__list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 8px;
  max-width: 100%;
}

.l-breadcrumb__item:after {
  content: ">";
  font-size: 14px;
  margin-left: 6px;
}

.l-breadcrumb__item a,

.l-breadcrumb__item span {
  font-size: 14px;
  font-weight: 500;
}

.l-breadcrumb__item:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.l-breadcrumb__item a {
  color: #00531f;
  text-decoration: underline;
}

.l-breadcrumb__item:last-child:after {
  display: none;
}

/* l-cta */
.l-cta__felling img {
  width: 100%;
}

.l-cta__info {
  position: relative;
  padding: 32px 0 40px;
  background-image: url("../images/cta_bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .l-cta__info {
    padding: 24px 0 36px;
  }
}

.l-cta__info:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 480px;
  background-color: #00762d;
  clip-path: polygon(0 37%, 100% 1%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
  .l-cta__info:before {
    height: 395px;
    clip-path: polygon(0 28%, 100% 1%, 100% 100%, 0% 100%);
  }
}

@media screen and (max-width: 767px) {
  .l-cta__info:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-image: url("../images/cta_shadow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 335px;
    height: 36px;
  }
}

.l-cta__info__ttl {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 952px;
  height: 119px;
  margin: 0 auto 30px;
  background-image: url("../images/cta_ttl_bg_pc.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .l-cta__info__ttl {
    width: 335px;
    height: 93px;
    margin-bottom: 16px;
    background-image: url("../images/cta_ttl_bg.svg");
  }
}

.l-cta__info__ttlBox {
  padding-top: 12px;
  font-size: 37px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.85px;
  line-height: 1;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}

@media screen and (max-width: 991px) {
  .l-cta__info__ttlBox {
    position: relative;
    top: -24px;
    font-size: 28px;
    letter-spacing: 0.64px;
  }
}

.l-cta__info__ttlBox br {
  display: none;
}

@media screen and (max-width: 991px) {
  .l-cta__info__ttlBox br {
    display: block;
  }
}

.l-cta__info__ttlBox strong {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  letter-spacing: 0.64px;
  color: #fbff00;
}

@media screen and (max-width: 991px) {
  .l-cta__info__ttlBox strong {
    font-size: 45px;
  }
}

@media screen and (max-width: 991px) {
  .l-cta__info__ttlBox span {
    font-size: 19px;
  }
}

.l-cta__info__main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 77px;
}

@media screen and (max-width: 767px) {
  .l-cta__info__main {
    position: relative;
    display: block;
    width: 335px;
    margin: 0 auto 43px;
  }
}

.l-cta__info__label {
  width: 178px;
  height: 178px;
  border-radius: 9999px;
}

@media screen and (max-width: 767px) {
  .l-cta__info__label {
    position: absolute;
    top: -22px;
    right: 0;
    width: 89px;
    height: 89px;
  }
}

.l-cta__info__price {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .l-cta__info__price {
    margin-right: 0;
  }
}

.l-cta__info__priceTtl {
  width: fit-content;
  padding: 6px 26px;
  background-color: #000;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.57px;
  text-align: center;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .l-cta__info__priceTtl {
    padding: 4px 46px;
    font-size: 12px;
    letter-spacing: 0.39px;
  }
}

.l-cta__info__priceTtl small {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .l-cta__info__priceTtl small {
    display: block;
    font-size: 9px;
  }
}

.l-cta__info__priceDetail {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .l-cta__info__priceDetail {
    justify-content: center;
    margin-bottom: 20px;
  }
}

.l-cta__info__priceDetailLabel {
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}

.l-cta__info__priceDetailLabel span {
  letter-spacing: 0.63px;
}

@media screen and (max-width: 767px) {
  .l-cta__info__priceDetailLabel span {
    letter-spacing: 0.43px;
  }
}

.l-cta__info__priceDetailLabel span:first-child {
  background-image: linear-gradient(to bottom, #e4a600 15%, #fff0be 52%, #e4a600 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .l-cta__info__priceDetailLabel span:first-child {
    font-size: 14px;
  }
}

.l-cta__info__priceDetailLabel span:last-child {
  background-image: linear-gradient(to bottom, #e4a600 15%, #fff0be 52%, #e4a600 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 92px;
}

@media screen and (max-width: 767px) {
  .l-cta__info__priceDetailLabel span:last-child {
    font-size: 63px;
  }
}

.l-cta__info__priceDetailAmount {
  font-family: "Oswald", sans-serif;
  font-size: 134px;
  letter-spacing: -4.6px;
  background-image: linear-gradient(to bottom, #e4a600 15%, #fff0be 52%, #e4a600 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .l-cta__info__priceDetailAmount {
    font-size: 100px;
    letter-spacing: -3.16px;
  }
}

@media screen and (max-width: 374px) {
  .l-cta__info__priceDetailAmount {
    font-size: 93px;
  }
}

@media screen and (max-width: 767px) {
  .l-cta__info__priceDetailAmount small {
    font-size: 92px;
  }
}

@media screen and (max-width: 374px) {
  .l-cta__info__priceDetailAmount small {
    font-size: 86px;
  }
}

.l-cta__info__area {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  background-color: #fff;
  width: 472px;
  padding: 30px 40px;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .l-cta__info__area {
    width: 100%;
    padding: 16px 20px;
  }
}

.l-cta__info__areaTtl {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-cta__info__areaTtl {
    font-size: 20px;
  }
}

.l-cta__info__areaTxt {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .l-cta__info__areaTxt {
    font-size: 14px;
  }
}

.l-cta__info__estimate {
  position: relative;
  border-radius: 20px;
}

@media screen and (max-width: 1099px) {
  .l-cta__info__estimate {
    width: 720px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .l-cta__info__estimate {
    width: 335px;
    border-radius: 10px;
  }
}

.l-cta__info__estimate:before {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 6px;
  z-index: 1;
  width: 409px;
  height: 570px;
  background-image: url("../images/cta_img_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 1099px) {
  .l-cta__info__estimate:before {
    width: 300px;
    height: 418px;
    right: -40px;
  }
}

@media screen and (max-width: 767px) {
  .l-cta__info__estimate:before {
    top: 40px;
    right: -20px;
    bottom: auto;
    width: 141px;
    height: 272px;
    background-image: url("../images/cta_img.png");
  }
}

.l-cta__info__estimateTtl {
  position: relative;
  height: 79px;
  background-image: linear-gradient(to right, #00521f 0%, #4db135 32%, #00521f 100%);
  border-radius: 20px 20px 0 0;
}

@media screen and (max-width: 767px) {
  .l-cta__info__estimateTtl {
    height: 40px;
    border-radius: 10px 10px 0 0;
  }
}

.l-cta__info__estimateTtl img {
  position: absolute;
  left: 82px;
  bottom: 0;
  width: 692px;
}

@media screen and (max-width: 1099px) {
  .l-cta__info__estimateTtl img {
    width: 550px;
  }
}

@media screen and (max-width: 767px) {
  .l-cta__info__estimateTtl img {
    width: 305px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.l-cta__info__estimateBody {
  padding: 28px 80px 40px;
  border-radius: 0 0 20px 20px;
  border: 6px solid #00531f;
  border-top: none;
  background-color: #e2f4e4;
}

@media screen and (max-width: 1239px) {
  .l-cta__info__estimateBody {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 1099px) {
  .l-cta__info__estimateBody {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-cta__info__estimateBody {
    padding: 20px 14px;
    border-radius: 0 0 10px 10px;
  }
}

.l-cta__info__estimateBox {
  position: relative;
  z-index: 2;
  width: 660px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1099px) {
  .l-cta__info__estimateBox {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .l-cta__info__estimateBox {
    width: 220px;
    margin-bottom: 15px;
  }
}

.l-cta__info__estimateNote {
  margin-bottom: 11px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.49px;
  text-align: center;
}

@media screen and (max-width: 1099px) {
  .l-cta__info__estimateNote {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .l-cta__info__estimateNote {
    margin-bottom: 8px;
    font-size: 17px;
  }
}

.l-cta__info__estimatePoint {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .l-cta__info__estimatePoint {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.l-cta__info__estimatePoint li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 81px;
  background-image: linear-gradient(to bottom, #e4a600 0%, #fff0be 52%, #e4a600 100%);
  box-shadow: 0 1px 2px #744200;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.49px;
}

@media screen and (max-width: 767px) {
  .l-cta__info__estimatePoint li {
    flex-direction: row;
    font-size: 16px;
    width: 107px;
    height: 41px;
    letter-spacing: 0.24px;
  }
}

@media screen and (max-width: 767px) {
  .l-cta__info__estimatePoint li:last-child {
    width: 100%;
  }
}

.l-cta__info__estimatePoint li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 13px;
  height: 13px;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .l-cta__info__estimatePoint li:before {
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
  }
}

.l-cta__info__estimatePoint li small {
  font-size: 17px;
  letter-spacing: 0.24px;
}

@media screen and (max-width: 767px) {
  .l-cta__info__estimatePoint li small {
    font-size: 12px;
  }
}

.l-cta__info__estimateCredit {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 15px;
  padding: 10px;
  background-color: #fff;
}

@media screen and (max-width: 1099px) {
  .l-cta__info__estimateCredit {
    flex-direction: column;
    justify-content: center;
    padding: 5px 9px 7px;
  }
}

.l-cta__info__estimateCredit p {
  font-weight: 700;
  letter-spacing: 0.49px;
}

@media screen and (max-width: 767px) {
  .l-cta__info__estimateCredit p {
    font-size: 8px;
  }
}

.l-cta__info__estimateCredit img {
  width: 388px;
}

@media screen and (max-width: 767px) {
  .l-cta__info__estimateCredit img {
    width: 202px;
  }
}

.l-cta__info__estimateCta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0 38px;
}

@media screen and (max-width: 1099px) {
  .l-cta__info__estimateCta {
    gap: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-cta__info__estimateCta {
    flex-direction: column;
    gap: 10px 0;
  }
}

/* l-info */
.l-info__table {
  border-collapse: collapse;
  width: 100%;
}

.l-info__table tr {
  font-size: 20px;
}

.l-info__table tr th,
.l-info__table tr td {
  padding: 32px 0;
  border-bottom: 1px solid #282828;
}

@media screen and (max-width: 767px) {

  .l-info__table tr th,
  .l-info__table tr td {
    display: block;
  }
}

.l-info__table tr th {
  width: 31.25%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .l-info__table tr th {
    width: 100%;
    padding: 32px 0 0;
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .l-info__table tr td {
    padding: 0 0 32px;
    font-size: 16px;
  }
}

.l-info__table tr:first-child th,
.l-info__table tr:first-child td {
  padding-top: 0 !important;
}

.l-info__table tr:last-child th,
.l-info__table tr:last-child td {
  border-bottom: none;
}

.l-info__map {
  position: relative;
  aspect-ratio: 960/480;
}

@media screen and (max-width: 767px) {
  .l-info__map {
    aspect-ratio: 355/177;
  }
}

.l-info__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* l-sorashi */
.l-sorashi {
  padding: 106px 0;
  background-image: url("../images/about_sorashi_bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .l-sorashi {
    padding: 27px 0 52px;
    background-image: url("../images/about_sorashi_bg.jpg");
  }
}

.l-sorashi--home {
  position: relative;
  padding-bottom: 183px;
}

@media screen and (max-width: 767px) {
  .l-sorashi--home {
    padding-bottom: 103px;
  }
}

.l-sorashi__inner {
  display: flex;
  flex-direction: row;
  gap: 0 6px;
}

@media screen and (max-width: 991px) {
  .l-sorashi__inner {
    flex-direction: column;
  }
}

.l-sorashi__head {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  width: 370px;
}

@media screen and (max-width: 991px) {
  .l-sorashi__head {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    gap: 8px 0;
  }
}

.l-sorashi__head__ttl {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-sorashi__head__ttl {
    font-size: 30px;
    letter-spacing: 0.36px;
  }
}

.l-sorashi__head__ttl span {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 96px;
}

@media screen and (max-width: 767px) {
  .l-sorashi__head__ttl span {
    font-size: 72px;
  }
}

@media screen and (max-width: 991px) {
  .l-sorashi__head__img {
    max-width: 500px;
    margin: 0 auto;
  }
}

.l-sorashi__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px 0;
  padding: 48px 40px;
  border-radius: 20px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .l-sorashi__body {
    margin-top: -20px;
  }
}

@media screen and (max-width: 767px) {
  .l-sorashi__body {
    gap: 40px 0;
    max-width: 305px;
    margin: -15px auto 0;
    padding: 20px;
    border-radius: 10px;
  }
}

.l-sorashi__body--home {
  position: relative;
  padding-bottom: 246px;
}

@media screen and (max-width: 991px) {
  .l-sorashi__body--home {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .l-sorashi__body--home {
    margin-top: 8px;
    padding-bottom: 89px;
  }
}

.l-sorashi__txt strong {
  font-size: 24px;
  line-height: 1.7;
  color: #1b6bcf;
}

.l-sorashi__msg {
  position: relative;
}

.l-sorashi__msg__ttl {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 238px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .l-sorashi__msg__ttl {
    width: 223px;
  }
}

.l-sorashi__msg__box {
  padding: 40px 30px 30px;
  border: 1px solid #32568f;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px 0;
}

@media screen and (max-width: 767px) {
  .l-sorashi__msg__box {
    padding: 40px 20px 20px;
  }
}

.l-sorashi__msg__lead {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .l-sorashi__msg__lead {
    font-size: 16px;
  }
}

.l-sorashi__msg__lead strong {
  color: #db0000;
}

.l-sorashi__msg__txt {
  font-weight: 500;
  line-height: 1.7;
}

.l-sorashi__img {
  position: absolute;
  bottom: -103px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 722px;
  width: 100%;
}

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

.l-sorashi__img--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-sorashi__img--sp {
    display: block;
    bottom: 38px;
    width: 339px;
  }
}

.l-sorashi__img img {
  width: 100%;
}

/* l-media */
.l-media {
  padding: 80px 0;
  color: #343434;
}

@media screen and (max-width: 767px) {
  .l-media {
    padding: 40px 0;
  }
}

.l-media__inner {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}

@media screen and (max-width: 767px) {
  .l-media__inner {
    gap: 16px 0;
  }
}

.l-media__ttl {
  font-size: 32px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .l-media__ttl {
    font-size: 20px;
  }
}

.l-media__ttl:before {
  content: "■";
  font-size: 32px;
  letter-spacing: 1px;
  color: #00531f;
}

@media screen and (max-width: 767px) {
  .l-media__ttl:before {
    font-size: 20px;
  }
}

.l-media__txt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .l-media__txt {
    font-size: 14px;
  }
}

.l-media__list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  font-size: 20px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .l-media__list {
    font-size: 14px;
  }
}

.l-media__list strong {
  color: #db0000;
}

/* l-felling */
.l-felling {
  padding: 80px 0;
  background-image: url("../images/top_felling_bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .l-felling {
    padding: 75px 0 40px;
    background-image: url("../images/top_felling_bg.jpg");
  }
}

.l-felling__inner {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  max-width: 860px;
}

.l-felling__ttl {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.18);
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .l-felling__ttl {
    font-size: 29px;
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: 0.35px;
  }
}

.l-felling__ttl strong {
  font-size: 64px;
  font-weight: 900;
  background-image: linear-gradient(to bottom, #e4a600 25%, #fff0be 52%, #e4a600 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

@media screen and (max-width: 767px) {
  .l-felling__ttl strong {
    font-size: 46px;
  }
}

.l-felling__ttl br {
  display: none;
}

@media screen and (max-width: 991px) {
  .l-felling__ttl br {
    display: block;
  }
}

.l-felling__txt {
  padding: 32px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .l-felling__txt {
    padding: 20px;
  }
}

/* l-compare */
.l-compare {
  padding: 80px 0;
  background-color: #f7f4ef;
}

@media screen and (max-width: 767px) {
  .l-compare {
    padding: 20px 0 40px;
  }
}

.l-compare__ttl {
  margin-bottom: 56px;
  font-size: 49px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-compare__ttl {
    margin-bottom: 18px;
    font-size: 28px;
  }
}

.l-compare__ttl span {
  font-size: 37px;
}

@media screen and (max-width: 767px) {
  .l-compare__ttl span {
    font-size: 21px;
  }
}

.l-compare__tableWrapper {
  overflow-x: auto;
}

.l-compare .scroll-hint-icon {
  width: 153px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
}

.l-compare .scroll-hint-icon:before {
  width: 27px;
  height: 38px;
  background-image: url("../images/i_finger.svg");
}

.l-compare .scroll-hint-icon:after {
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 127px;
  height: 20px;
  margin-left: 0;
  background-image: url("../images/i_scrollable.svg");
}

.l-compare .scroll-hint-text {
  font-size: 13px;
  font-weight: 700;
  color: #000;
}

.l-compare__table {
  width: 1200px;
  color: #333;
  border-collapse: separate;
  border-spacing: 0;
}

@media screen and (max-width: 767px) {
  .l-compare__table {
    width: 712px;
  }
}

.l-compare__table td {
  background-color: #fbfcea;
}

.l-compare__table__head td {
  padding: 7px;
}

.l-compare__table__headTh {
  position: sticky;
  left: 0;
  background-color: #f7f4ef;
}

.l-compare__table__headTd {
  font-weight: 700;
  text-align: center;
  border: 2px solid #ccc;
  border-left: none;
}

.l-compare__table__headTd.ours {
  background-color: #00531f !important;
  border-color: #00531f;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-compare__table__headTd.ours {
    font-size: 16px;
  }
}

.l-compare__table .ours {
  border-left: 5px solid #00531f;
  border-right: 5px solid #00531f;
  background-color: #f1fff8;
}

.l-compare__table .normal {
  background-color: #faf4f4 !important;
}

.l-compare__table__body tr:first-child th {
  border-top: 2px solid #cccccc;
}

.l-compare__table__body tr:last-child th,
.l-compare__table__body tr:last-child td {
  border-bottom: 2px solid #cccccc;
}

.l-compare__table__body tr:last-child td.ours {
  border-bottom: 5px solid #00531f;
}

.l-compare__table__bodyTh {
  position: sticky;
  left: 0;
  width: 144px;
  background-color: #fff;
  border-left: 2px solid #cccccc;
  border-bottom: 2px dashed #cccccc;
  border-right: 2px solid #cccccc;
}

@media screen and (max-width: 767px) {
  .l-compare__table__bodyTh {
    width: 85px;
    font-size: 12px;
  }
}

.l-compare__table__bodyTd {
  width: 352px;
  padding: 17px;
  border-right: 2px solid #cccccc;
  border-bottom: 2px dashed #ccc;
  font-size: 15px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .l-compare__table__bodyTd {
    padding: 15px;
    width: 209px;
    font-size: 12px;
  }
}

.l-compare__table__bodyTd strong {
  display: block;
  font-size: 24px;
  color: #707070;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-compare__table__bodyTd strong {
    font-size: 20px;
  }
}

.l-compare__table__bodyTd strong.circle {
  color: #f60204;
}

.l-compare__table__bodyTd strong.cross {
  font-size: 30px;
}

/* l-criteria */
.l-criteria {
  position: relative;
  padding: 80px 0;
  background-image: url("../images/criteria_bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .l-criteria {
    padding: 40px 0;
    background-image: url("../images/criteria_bg.jpg");
  }
}

.l-criteria__box {
  padding: 70px 56px 56px;
  background-color: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .l-criteria__box {
    padding: 30px 10px 20px;
  }
}

.l-criteria__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-criteria__ttl {
    margin: 0 -5px 16px;
  }
}

.l-criteria__ttlSub {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .l-criteria__ttlSub {
    padding: 0 10px;
    font-size: 15px;
  }
}

.l-criteria__ttlSub:before,
.l-criteria__ttlSub:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 70%;
  background-color: #000;
}

.l-criteria__ttlSub:before {
  left: 0;
  transform: translateY(-50%) rotate(-20deg);
}

.l-criteria__ttlSub:after {
  right: 0;
  transform: translateY(-50%) rotate(20deg);
}

.l-criteria__ttlMain {
  background-image: linear-gradient(to bottom, #c4a000 0%, #e9c600 52%, #c4a000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
  font-size: 47px;
}

@media screen and (max-width: 767px) {
  .l-criteria__ttlMain {
    font-size: 23px;
  }
}

.l-criteria__ttlMain strong {
  font-size: 69px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .l-criteria__ttlMain strong {
    font-size: 34px;
  }
}

.l-criteria__lead {
  margin-bottom: 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-criteria__lead {
    margin-bottom: 16px;
    text-align: left;
  }
}

.l-criteria__list {
  margin-bottom: 56px;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #00531f;
}

@media screen and (max-width: 767px) {
  .l-criteria__list {
    margin-bottom: 24px;
    padding: 20px;
    border-radius: 10px;
  }
}

.l-criteria__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 15px;
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .l-criteria__item {
    align-items: flex-start;
  }
}

.l-criteria__item:first-child {
  padding-top: 0;
}

.l-criteria__itemLabel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px 0;
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  background-image: linear-gradient(to right, #00521f 0%, #4db135 32%, #00521f 100%);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.l-criteria__itemLabel span {
  font-family: "Helvetica", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.l-criteria__itemTxt {
  flex: 1;
}

.l-criteria__itemTxt strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}

.l-criteria__txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-criteria__txt {
    margin: 0 -10px;
  }
}

/* l-price */
.l-price {
  padding: 80px 0;
  background-image: url("../images/top_price_bg_pc.jpg");
  background-repeat: repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .l-price {
    padding: 40px 0;
    background-image: url("../images/top_price_bg.jpg");
  }
}

.l-price__ttl {
  width: 414px;
  margin: 0 auto 64px;
}

@media screen and (max-width: 767px) {
  .l-price__ttl {
    width: 314px;
    margin-bottom: 33px;
  }
}

.l-price__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px 40px;
}

.l-price__item {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-price__item {
    max-width: 355px;
  }
}

.l-price__item:last-child .l-price__itemBox {
  padding-bottom: 62px;
}

@media screen and (max-width: 767px) {
  .l-price__item:last-child .l-price__itemBox {
    padding-bottom: 38px;
  }
}

.l-price__itemLabel {
  position: absolute;
  top: -51px;
  left: 30px;
  width: 87px;
}

@media screen and (max-width: 767px) {
  .l-price__itemLabel {
    width: 60px;
    top: -17px;
    left: 0;
  }
}

.l-price__itemTtl {
  padding: 5px;
  border-radius: 20px 20px 0 0;
  background-color: #00531f;
  font-size: 33px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-price__itemTtl {
    padding: 12px;
    border-radius: 10px 10px 0 0;
    font-size: 23px;
  }
}

.l-price__itemTtl small {
  font-size: 27px;
}

@media screen and (max-width: 767px) {
  .l-price__itemTtl small {
    font-size: 19px;
  }
}

.l-price__itemBox {
  padding: 32px 26px;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox {
    padding: 24px 10px;
  }
}

.l-price__itemBox .sec {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec {
    gap: 20px 0;
    margin-bottom: 23px;
  }
}

.l-price__itemBox .sec:last-of-type {
  margin-bottom: 0;
}

.l-price__itemBox .sec__ttl {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #00531f;
  font-size: 21px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__ttl {
    width: 180px;
    height: 30px;
    border-radius: 9px;
    font-size: 12px;
  }
}

.l-price__itemBox .sec__ttl:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #00531f transparent transparent transparent;
  border-width: 9px 5px 0px 5px;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__ttl:before {
    bottom: -5px;
    border-width: 5px 3px 0px 3px;
  }
}

.l-price__itemBox .sec__ttl--ours {
  background-color: #db0000;
}

.l-price__itemBox .sec__ttl--ours:before {
  border-color: #db0000 transparent transparent transparent;
}

.l-price__itemBox .sec__img01 {
  max-width: 464px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__img01 {
    max-width: 280px;
  }
}

.l-price__itemBox .sec__img02 {
  max-width: 459px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__img02 {
    max-width: 275px;
  }
}

.l-price__itemBox .sec__img03 {
  max-width: 264px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__img03 {
    max-width: 160px;
  }
}

.l-price__itemBox .sec__list {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__list {
    font-size: 10px;
  }
}

.l-price__itemBox .sec__list li {
  padding-left: 1em;
  text-indent: -1em;
}

.l-price__itemBox .sec__txt01 {
  width: fit-content;
  margin: 0 auto;
  padding: 5px 36px;
  background-color: #feffac;
  font-size: 21px;
  font-weight: 700;
  color: #db0000;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__txt01 {
    padding: 3px 21px;
    font-size: 12px;
  }
}

.l-price__itemBox .sec__txt02 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__txt02 {
    font-size: 10px;
  }
}

.l-price__itemBox .sec__txt02 strong {
  border-bottom: 3px solid #00762d;
}

.l-price__itemBox .sec__txt03 {
  font-weight: 700;
  color: #db0000;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__txt03 {
    font-size: 12px;
  }
}

.l-price__itemBox .sec__txt03 strong {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__txt03 strong {
    font-size: 14px;
  }
}

.l-price__itemBox .sec__txt04 {
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__txt04 {
    font-size: 11px;
  }
}

.l-price__itemBox .sec__txt04 strong {
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__txt04 strong {
    font-size: 17px;
  }
}

.l-price__itemBox .sec__txt04 .marker {
  color: #db0000;
  background: linear-gradient(transparent 65%, #fbff00 65%);
}

.l-price__itemBox .sec__txt04 .em {
  font-weight: 700;
  color: #db0000;
}

.l-price__itemBox .sec__arrow01 {
  position: relative;
  margin: 0 auto;
  width: 20px;
  height: 15px;
  background-color: #828282;
}

.l-price__itemBox .sec__arrow01:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__arrow01 {
    width: 11px;
    height: 9px;
  }
}

.l-price__itemBox .sec__arrow01:before {
  bottom: -16px;
  border-color: #828282 transparent transparent transparent;
  border-width: 16px 19px 0px 19px;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__arrow01:before {
    bottom: -9px;
    border-width: 9px 11.5px 0px 11.5px;
  }
}

.l-price__itemBox .sec__arrow02 {
  position: relative;
  margin: 0 auto;
  width: 40px;
  height: 30px;
  background-color: #db0000;
}

.l-price__itemBox .sec__arrow02:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__arrow02 {
    width: 26px;
    height: 20px;
  }
}

.l-price__itemBox .sec__arrow02:before {
  bottom: -31px;
  border-style: solid;
  border-color: #db0000 transparent transparent transparent;
  border-width: 31px 38px 0px 38px;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__arrow02:before {
    bottom: -21px;
    border-width: 21px 26px 0px 26px;
  }
}

.l-price__itemBox .sec__media {
  display: flex;
  flex-direction: column;
  gap: 14px 0;
  margin: 0 -26px;
  padding: 50px 20px 52px;
  background-image: url("../images/top_price_img04.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__media {
    margin: 0 -10px;
    padding: 26px 17px;
  }
}

.l-price__itemBox .sec__media__box {
  width: 320px;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__media__box {
    width: 195px;
  }
}

.l-price__itemBox .sec__media__txt01 {
  font-size: 27px;
  font-weight: 700;
  color: #db0000;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__media__txt01 {
    font-size: 16px;
  }
}

.l-price__itemBox .sec__media__txt01 strong {
  font-size: 34px;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__media__txt01 strong {
    font-size: 20px;
  }
}

.l-price__itemBox .sec__media__txt02 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__media__txt02 {
    font-size: 12px;
  }
}

.l-price__itemBox .sec__contact {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 12px;
  border-radius: 0 0 20px 20px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(to right, #00521f 0%, #4db135 32%, #00521f 100%);
}

@media screen and (max-width: 767px) {
  .l-price__itemBox .sec__contact {
    padding: 7px;
    border-radius: 0 0 10px 10px;
    font-size: 15px;
  }
}

/* l-cost */
.l-cost {
  padding: 80px 0;
  background-image: url("../images/top_about_bg_pc.png");
  background-repeat: repeat;
  background-position: left top;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .l-cost {
    padding: 40px 0;
    background-image: url("../images/top_about_bg.png");
  }
}

.l-cost__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
  margin-bottom: 56px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-cost__ttl {
    margin-bottom: 24px;
  }
}

.l-cost__ttlSub {
  position: relative;
  font-size: 26px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .l-cost__ttlSub {
    font-size: 20px;
  }
}

.l-cost__ttlSub:before,
.l-cost__ttlSub:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 70%;
  background-color: #000;
}

.l-cost__ttlSub:before {
  left: 0;
  transform: translateY(-50%) rotate(-20deg);
}

.l-cost__ttlSub:after {
  right: 0;
  transform: translateY(-50%) rotate(20deg);
}

.l-cost__ttlSub small {
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .l-cost__ttlSub small {
    font-size: 17px;
  }
}

.l-cost__ttlMain {
  font-size: 31px;
}

@media screen and (max-width: 991px) {
  .l-cost__ttlMain {
    font-size: 24px;
  }
}

.l-cost__ttlMain strong {
  padding: 0 7px;
  background-color: #000;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  color: #ecc865;
}

@media screen and (max-width: 767px) {
  .l-cost__ttlMain strong {
    font-size: 34px;
  }
}

.l-cost__ttlMain span {
  font-size: 39px;
}

@media screen and (max-width: 767px) {
  .l-cost__ttlMain span {
    font-size: 30px;
  }
}

/* p-home */
.p-home__mv__txt {
  padding: 8px 20px;
  background-image: linear-gradient(to right bottom, #eac76a 0%, #f3dd92 52%, #e6c660 100%);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__mv__txt {
    padding: 5px 20px;
    font-size: 10px;
    line-height: 1.5;
  }
}

.p-home__new-mv {
  background: url("../images/mv_bg_pc.jpg")no-repeat center/cover, #81b7f5;
  padding-top: 20px;
  padding-bottom: 10px;
}

.p-home__new-mv__text {
  display: block;
  width: 80%;
  max-width: 1080px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

.top-mv__content {
  width: 80%;
  margin: auto;
}

.p-home__new-mv__service {
  display: flex;
  font-size: clamp(0px, 1.3vw, 16px);
  gap: .8em;
  justify-content: center;
}

.p-home__new-mv__service-item {
  border-radius: 1000px;
  background: #fff;
  padding: .2em 1.6em;
  font-weight: 900;
  line-height: 1;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-home__new-mv__service-item::before {
  content: "";
  display: block;
  width: 1.2em;
  aspect-ratio: 1/1;
  background: url("../images/top_mv_check_icon.png")no-repeat center/contain;
  margin-left: -.2em;
  margin-right: .4em;
}

.p-home__new-mv__feature {
  display: flex;
  justify-content: center;
}

.p-home__new-mv__medal {
  display: block;
  width: 20%;
  aspect-ratio: 1/1;
  background: url("../images/medal_bg.png")no-repeat center/contain;
  text-align: center;
  align-content: center;
  padding-bottom: 1.8%;
  line-height: 1.2;
  font-size: clamp(0px, 2.4vw, 28px);
}

.p-home__new-mv__medal--text {
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1;
  font-weight: 900;
  color: #00531f;
  -webkit-text-stroke: .18em #fff;
  paint-order: stroke;
  position: relative;
  z-index: 1;
}

.p-home__new-mv__medal--strong {
  font-size: 1.4em;
  position: relative;
  line-height: 1;
  -webkit-text-stroke-width: .14em;
  letter-spacing: -.05em;
  margin: 0 .1em;
}

.p-home__new-mv__medal--text::before {
  content: attr(data-txt);
  position: absolute;
  inset: 0;
  color: transparent;
  -webkit-text-stroke: 0 transparent;
  text-shadow: .2em .2em .2em #0008;
  z-index: -1;
}


@media screen and (max-width: 767px) {
  .p-home__new-mv {
    background: url("../images/mv_bg_sp.jpg")no-repeat center/cover, #81b7f5;
    aspect-ratio: 756/1367;
    align-content: center;
    padding: 0 0 15vw;
  }

  .top-mv__content {
    width: 95%;
  }

  .p-home__new-mv__text {
    width: 100%;
  }

  .p-home__new-mv__service {
    display: grid;
    width: 80%;
    margin: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 1vw;
    font-size: 3.6vw;
  }

  .p-home__new-mv__medal {
    width: 32%;
    font-size: 4vw;
  }

  .p-home__new-mv__feature {
    width: 90%;
    margin: auto;
    justify-content: space-between;
  }

  .p-home__new-mv__service-item {
    padding: .2em 1.4em .3em;

  }
}

.p-home__firstCta .l-cta__mv {
  display: none;
}

.p-home__contact {
  padding: 80px 0;
  background-color: #f7f4ef;
}

@media screen and (max-width: 767px) {
  .p-home__contact {
    padding: 40px 0;
  }
}

.p-home__contact__ttl {
  margin-bottom: 55px;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__contact__ttl {
    margin-bottom: 33px;
    font-size: 32px;
  }
}

.p-home__contact__ttl small {
  font-size: 33px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-home__contact__ttl small {
    font-size: 24px;
  }
}

.p-home__contact__ttl strong {
  padding: 2px 11px;
  background-color: #ffff79;
  color: #03834d;
}

.p-home__about {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-home__about {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-home__about .c-ttl {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.p-home__about .c-ttl small {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .p-home__about .c-ttl small {
    font-size: 25px;
  }
}

.p-home__about__box:first-of-type {
  padding: 40px 0 194px;
  background-image: url("../images/top_about_bg_pc.png");
  background-repeat: repeat;
  background-position: left top;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .p-home__about__box:first-of-type {
    padding: 24px 0 220px;
    background-image: url("../images/top_about_bg.png");
  }
}

.p-home__about__box:last-of-type {
  margin-top: -113px;
}

@media screen and (max-width: 767px) {
  .p-home__about__box:last-of-type {
    margin-top: -156px;
  }
}

.p-home__about__txt {
  font-size: 20px;
}

.p-home__about__txt strong {
  border-bottom: 4px solid #00762d;
}

.p-home__about__txt span {
  font-weight: 700;
  color: #db0000;
}

.p-home__about__img {
  margin: 20px auto 56px;
}

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

.p-home__about__example {
  margin: 40px auto;
}

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

.p-home__about__felling {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__about__felling {
    margin-bottom: 32px;
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
  }
}

.p-home__about__felling strong {
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  .p-home__about__felling strong {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-home__about__felling span {
    font-size: 24px;
  }
}

.p-home__about__consult {
  margin-bottom: 40px;
  padding: 20px;
  font-size: 32px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background-image: linear-gradient(to right, #00521f 0%, #4db135 32%, #00521f 100%);
}

@media screen and (max-width: 767px) {
  .p-home__about__consult {
    margin-bottom: 24px;
    padding: 10px;
    font-size: 18px;
  }
}

.p-home__about__mediaTxt {
  margin-bottom: 43px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__about__mediaTxt {
    margin-bottom: 12px;
    font-size: 24px;
  }
}

.p-home__about__mediaTxt strong {
  position: relative;
  border-bottom: 6px solid #00531f;
}

@media screen and (max-width: 767px) {
  .p-home__about__mediaTxt strong {
    border-bottom-width: 2px;
  }
}

.p-home__about__mediaTxt strong:before {
  content: "";
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 46px;
  background-color: #00531f;
}

@media screen and (max-width: 767px) {
  .p-home__about__mediaTxt strong:before {
    bottom: -13px;
    width: 1px;
    height: 13px;
  }
}

.p-home__about__mediaSquare {
  width: 620px;
  height: 36px;
  margin: 0 auto;
  border: 4px solid #00531f;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .p-home__about__mediaSquare {
    width: 182px;
    height: 10px;
    border-width: 1px;
  }
}

.p-home__about__mediaList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}

@media screen and (max-width: 767px) {
  .p-home__about__mediaList {
    gap: 0 11px;
    max-width: 355px;
    margin: 0 auto;
  }
}

.p-home__about__mediaItem {
  border: 8px solid #00531f;
}

@media screen and (max-width: 767px) {
  .p-home__about__mediaItem {
    border-width: 2px;
  }
}

.p-home__about__mediaItem img {
  width: 100%;
}

.p-home__tree {
  padding: 80px 0;
  background-image: url("../images/top_tree_bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-home__tree {
    padding: 40px 0;
    background-image: url("../images/top_tree_bg.jpg");
  }
}

.p-home__tree__head {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px 0;
  width: 681px;
  height: 236px;
  margin: 0 auto -72px;
  background-image: url("../images/top_tree_title_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #303030;
  letter-spacing: 0.4px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__tree__head {
    gap: 2px 0;
    width: 355px;
    height: 196px;
    margin: 0 auto -14px;
    background-image: url("../images/top_tree_title_bg.png");
  }
}

.p-home__tree__head:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-1deg);
  width: 679px;
  height: 228px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  .p-home__tree__head:before {
    width: 354px;
    height: 190px;
  }
}

.p-home__tree__headTtl {
  transform: rotate(-1deg);
  font-size: 33px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-home__tree__headTtl {
    font-size: 24px;
  }
}

.p-home__tree__headTxt {
  transform: rotate(-1deg);
  font-size: 13px;
  font-weight: 700;
}

.p-home__tree__box {
  position: relative;
  padding: 84px 48px 48px;
  background-color: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-home__tree__box {
    max-width: 335px;
    margin: 0 auto;
    padding: 30px 10px 10px;
    border-radius: 10px;
  }
}

.p-home__tree__boxInner {
  position: relative;
  z-index: 1;
  width: 555px;
}

@media screen and (max-width: 767px) {
  .p-home__tree__boxInner {
    width: 100%;
  }
}

.p-home__tree__img {
  position: absolute;
  bottom: 0;
  right: -45px;
  width: 284px;
}

@media screen and (max-width: 767px) {
  .p-home__tree__img {
    right: -12px;
    width: 162px;
  }
}

.p-home__tree__ttl {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__tree__ttl {
    margin-bottom: 16px;
    font-size: 20px;
  }
}

.p-home__tree__ttl span {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .p-home__tree__ttl span {
    font-size: 27px;
  }
}

.p-home__tree__ttl strong {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .p-home__tree__ttl strong {
    font-size: 27px;
  }
}

.p-home__tree__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  width: 492px;
  margin: 0 auto;
  padding: 20px 30px;
  background-color: #f7f4ef;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .p-home__tree__list {
    gap: 7px 0;
    width: 100%;
    border-radius: 3px;
    padding: 13px 19px;
  }
}

.p-home__tree__list:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f7f4ef transparent transparent transparent;
  border-width: 20px 18px 0px 18px;
}

@media screen and (max-width: 767px) {
  .p-home__tree__list:before {
    bottom: -13px;
    border-width: 13px 11.5px 0px 11.5px;
  }
}

.p-home__tree__list li {
  padding-left: 29px;
  background-image: url("../images/i_check_red.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px 18px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.59px;
}

@media screen and (max-width: 767px) {
  .p-home__tree__list li {
    padding-left: 17px;
    background-size: 10px 11px;
    font-size: 12px;
  }
}

.p-home__tree__txt {
  margin: 32px 0 26px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__tree__txt {
    margin: 24px 0;
    font-size: 14px;
    text-align: left;
  }
}

.p-home__tree__txtBox {
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid #00531f;
}

@media screen and (max-width: 767px) {
  .p-home__tree__txtBox {
    width: 181px;
    padding: 10px;
    font-size: 14px;
  }
}

.p-home__movie {
  padding: 80px 0;
  background-color: #f7f4ef;
}

@media screen and (max-width: 767px) {
  .p-home__movie {
    padding: 40px 29px;
  }
}

.p-home__movie__inner {
  max-width: 730px;
}

.p-home__movie__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 34px;
}

@media screen and (max-width: 767px) {
  .p-home__movie__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px 0;
  }
}

.p-home__movie__item {
  position: relative;
  max-width: 328px;
  width: 100%;
  aspect-ratio: 328/584;
}

@media screen and (max-width: 767px) {
  .p-home__movie__item {
    max-width: 278px;
    margin: 0 auto;
  }
}

.p-home__movie__item .video-js {
  width: 100%;
  height: 100%;
}

.p-home__movie__item .vjs-big-play-button {
  width: 80px;
  height: 80px;
  background-image: url("../images/i_play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  transform: translate(-50%, -50%);
  margin: 0;
}

.p-home__movie__item .vjs-big-play-button .vjs-icon-placeholder {
  display: none;
}

.p-home__movie__item video::-webkit-media-controls-play-button {
  display: none !important;
}

.p-home__challenge__ttl {
  padding: 32px 20px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(to right, #00521f 0%, #4db135 32%, #00521f 100%);
}

@media screen and (max-width: 767px) {
  .p-home__challenge__ttl {
    padding: 12px 20px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-home__challenge__img {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}

.p-home__challenge__img img {
  width: 100%;
}

.p-home__worry {
  padding: 92px 0 100px;
  background-image: url("../images/top_worry_bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-home__worry {
    padding: 40px 0 200px;
    background-image: url("../images/top_worry_bg.jpg");
  }
}

.p-home__worry__inner {
  max-width: 1030px;
}

.p-home__worry__ttl {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 0.61px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .p-home__worry__ttl {
    margin-bottom: 17px;
  }
}

.p-home__worry__ttlSub {
  font-size: 33px;
}

@media screen and (max-width: 767px) {
  .p-home__worry__ttlSub {
    font-size: 18px;
  }
}

.p-home__worry__ttlSub small {
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .p-home__worry__ttlSub small {
    font-size: 15px;
  }
}

.p-home__worry__ttlMain {
  font-size: 42px;
  letter-spacing: 0.61px;
}

@media screen and (max-width: 767px) {
  .p-home__worry__ttlMain {
    font-size: 23px;
  }
}

.p-home__worry__ttlMain strong {
  font-size: 52px;
}

@media screen and (max-width: 767px) {
  .p-home__worry__ttlMain strong {
    font-size: 29px;
  }
}

.p-home__worry__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px 20px;
}

@media screen and (max-width: 767px) {
  .p-home__worry__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-home__worry__item {
  padding: 10px 40px;
  background-color: #fff;
  background-image: url("../images/i_check_worry.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 21px 22px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-home__worry__item {
    padding: 7px 11px 7px 30px;
    background-position: 7px center;
    background-size: 18px 19.5px;
    font-size: 13px;
  }
}

.p-home__consult {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-home__consult {
    padding-top: 40px;
  }
}

.p-home__consult__txt {
  margin-bottom: 42px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__consult__txt {
    margin-bottom: 27px;
    font-size: 21px;
  }
}

.p-home__consult__txt strong {
  padding: 0 4px;
  background-color: #fbff00;
  font-size: 40px;
  color: #00531f;
}

@media screen and (max-width: 767px) {
  .p-home__consult__txt strong {
    font-size: 26px;
  }
}

.p-home__consult__txt small {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 767px) {
  .p-home__consult__txt small {
    font-size: 21px;
  }
}

.p-home__pro {
  padding: 76px 0 56px;
  background-color: #ededed;
}

@media screen and (max-width: 767px) {
  .p-home__pro {
    padding: 49px 0 40px;
  }
}

.p-home__pro__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 56px;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__pro__ttl {
    margin-bottom: 32px;
  }
}

.p-home__pro__ttlSub {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .p-home__pro__ttlSub {
    font-size: 16px;
  }
}

.p-home__pro__ttlMain {
  background-image: linear-gradient(to bottom, #c4a000 0%, #e9c600 52%, #c4a000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
  font-size: 69px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .p-home__pro__ttlMain {
    font-size: 40px;
  }
}

.p-home__pro__ttlMain small {
  font-size: 47px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-home__pro__ttlMain small {
    font-size: 27px;
  }
}

.p-home__pro__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 64px 32px;
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .p-home__pro__list {
    flex-direction: column;
    gap: 40px 0;
  }
}

.p-home__pro__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px 0;
  max-width: 378px;
  width: 100%;
  padding: 40px 24px 24px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 6.9px 0 rgba(0, 134, 51, 0.16);
}

@media screen and (max-width: 767px) {
  .p-home__pro__item {
    gap: 16px 0;
    max-width: 355px;
    margin: 0 auto;
    padding: 32px 20px 20px;
  }
}

.p-home__pro__itemNum {
  position: absolute;
  top: -30px;
  left: 24px;
  font-family: "Helvetica", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #00531f;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff;
}

.p-home__pro__itemTtl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 32px;
  line-height: 1.3;
  height: 84px;
}

@media screen and (max-width: 767px) {
  .p-home__pro__itemTtl {
    height: auto;
    font-size: 24px;
  }
}

.p-home__pro__txt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__pro__txt {
    font-size: 20px;
    text-align: left;
  }
}

.p-home__opt__expensive {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 23.7857142857vw;
  margin-bottom: -4.1428571429vw;
  background-image: url("../images/top_opt_expensive_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-home__opt__expensive {
    background-image: url("../images/top_opt_expensive_bg.png");
    height: 62.4vw;
    margin-bottom: -17.3333333333vw;
  }
}

.p-home__opt__expensiveTtl {
  position: relative;
  top: -10px;
  font-size: 48px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 991px) {
  .p-home__opt__expensiveTtl {
    top: -5px;
    font-size: 30px;
  }
}

.p-home__opt__expensiveTtl strong {
  font-size: 64px;
}

@media screen and (max-width: 991px) {
  .p-home__opt__expensiveTtl strong {
    font-size: 40px;
  }
}

.p-home__opt__expensiveTtl strong.em {
  font-size: 48px;
}

@media screen and (max-width: 991px) {
  .p-home__opt__expensiveTtl strong.em {
    font-size: 30px;
  }
}

.p-home__opt__expensiveTtl small {
  font-size: 47px;
}

@media screen and (max-width: 991px) {
  .p-home__opt__expensiveTtl small {
    font-size: 29px;
  }
}

.p-home__opt__consult {
  padding: 5.7142857143vw 0 80px;
  background-image: url("../images/top_opt_consult_bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-home__opt__consult {
    padding: 21.3333333333vw 0 40px;
    background-image: url("../images/top_opt_consult_bg.jpg");
  }
}

.p-home__opt__consultTtl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .p-home__opt__consultTtl {
    gap: 6px 0;
    margin-bottom: 24px;
  }
}

.p-home__opt__consultTtl span {
  font-size: 40px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-home__opt__consultTtl span {
    font-size: 24px;
  }
}

.p-home__opt__consultTtl strong {
  width: fit-content;
  padding: 8px 12px 12px;
  border: 2px solid #fff;
  background-image: linear-gradient(to bottom, #e4a600 25%, #fff0be 52%, #e4a600 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-home__opt__consultTtl strong {
    padding: 7px 8px 9px;
    font-size: 36px;
    line-height: 1.1;
    text-align: center;
  }
}

.p-home__opt__consultMedia {
  position: relative;
  max-width: 800px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .p-home__opt__consultMedia {
    margin-bottom: 64px;
  }
}

.p-home__opt__consultMedia img {
  width: 100%;
}

.p-home__opt__consultMedia .txt {
  position: absolute;
  right: -27px;
  bottom: 22px;
  padding: 10px 20px;
  background-color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__opt__consultMedia .txt {
    right: -10px;
    bottom: -40px;
    max-width: 356px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    text-align: left;
  }
}

.p-home__opt__consultTxt {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__opt__consultTxt {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.2;
  }
}

.p-home__opt__consultOpt {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__opt__consultOpt {
    margin-bottom: 16px;
    text-align: left;
  }
}

.p-home__opt__consultOpt strong {
  padding: 0 4px;
  background-color: #000;
  color: #ecc865;
}

.p-home__opt__consultProposal {
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__opt__consultProposal {
    margin-bottom: 16px;
    font-size: 14px;
    text-align: left;
  }
}

.p-home__opt__consultPoint {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__opt__consultPoint {
    font-size: 20px;
    text-align: left;
  }
}

.p-home__strength {
  padding: 80px 0;
  background-image: url("../images/top_strength_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-home__strength {
    padding: 40px 0;
    background-image: url("../images/top_strength_bg.png");
  }
}

.p-home__strength__ttl {
  width: 473px;
  margin: 0 auto 36px;
}

@media screen and (max-width: 767px) {
  .p-home__strength__ttl {
    width: 252px;
    margin-bottom: 16px;
  }
}

.p-home__strength__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

@media screen and (max-width: 1099px) {
  .p-home__strength__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .p-home__strength__list {
    gap: 16px 0;
  }
}

.p-home__strength__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  max-width: 584px;
  width: 100%;
  margin: 0 auto;
  padding: 32px;
  background-color: #fff;
  border: 3px solid #00531f;
  border-radius: 0 40px 0 40px;
}

@media screen and (max-width: 767px) {
  .p-home__strength__item {
    padding: 48px 20px 20px;
    border-radius: 0 20px 0 20px;
  }
}

.p-home__strength__itemNum {
  position: absolute;
  top: 0;
  left: 13px;
  background-image: linear-gradient(to right, #00521f 0%, #4db135 32%, #00521f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Helvetica", sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.p-home__strength__itemTtl {
  font-size: 20px;
  color: #00531f;
  text-align: center;
}

.p-home__inexpensive {
  padding: 80px 0;
  background-image: url("../images/top_inexpensive_bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-home__inexpensive {
    padding: 40px 0;
    background-image: url("../images/top_inexpensive_bg.jpg");
  }
}

.p-home__inexpensive__label {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 426px;
  height: 60px;
  margin: 0 auto;
  border-radius: 9999px;
  background-color: #db0000;
  font-size: 31px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-home__inexpensive__label {
    width: 248px;
    height: 35px;
    font-size: 18px;
  }
}

.p-home__inexpensive__label:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #db0000 transparent transparent transparent;
  border-width: 15px 11.5px 0px 11.5px;
}

@media screen and (max-width: 767px) {
  .p-home__inexpensive__label:before {
    bottom: -8px;
    border-width: 8px 6.5px 0px 6.5px;
  }
}

.p-home__inexpensive__txt01 {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__inexpensive__txt01 {
    font-size: 20px;
  }
}

.p-home__inexpensive__txt01 strong {
  font-size: 85px;
  color: #db0000;
}

@media screen and (max-width: 767px) {
  .p-home__inexpensive__txt01 strong {
    font-size: 49px;
  }
}

.p-home__inexpensive__txt01 strong span {
  font-size: 59px;
}

@media screen and (max-width: 767px) {
  .p-home__inexpensive__txt01 strong span {
    font-size: 34px;
  }
}

.p-home__inexpensive__txt01 .em {
  color: #db0000;
}

.p-home__inexpensive__txt02 {
  width: 527px;
  height: 186px;
  background-image: url("../images/top_inexpensive_pop_pc.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto 40px;
  padding: 47px 30px 16px;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .p-home__inexpensive__txt02 {
    background-image: url("../images/top_inexpensive_pop.svg");
    width: 307px;
    height: 108px;
    margin-bottom: 24px;
    padding: 29px 19px 9px;
    font-size: 22px;
  }
}

.p-home__inexpensive__txt02 strong {
  font-size: 48px;
  color: #db0000;
}

@media screen and (max-width: 767px) {
  .p-home__inexpensive__txt02 strong {
    font-size: 26px;
  }
}

.p-home__inexpensive__txt02 strong span {
  font-size: 46px;
}

@media screen and (max-width: 767px) {
  .p-home__inexpensive__txt02 strong span {
    font-size: 28px;
  }
}

.p-home__inexpensive__txt03 {
  margin-bottom: 70px;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .p-home__inexpensive__txt03 {
    margin-bottom: 24px;
  }
}

.p-home__inexpensive__box {
  position: relative;
  padding: 26px 35px 26px 295px;
  background-color: #fff;
  border: 5px solid #db0000;
  border-radius: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .p-home__inexpensive__box {
    max-width: 355px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 14px;
  }
}

.p-home__inexpensive__boxImg {
  position: absolute;
  bottom: 0;
  left: 26px;
  width: 255px;
}

@media screen and (max-width: 991px) {
  .p-home__inexpensive__boxImg {
    left: 0;
    width: 128px;
  }
}

.p-home__inexpensive__boxTxt01 {
  margin-bottom: 17px;
  font-size: 32px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .p-home__inexpensive__boxTxt01 {
    margin-bottom: 9px;
    font-size: 22px;
  }
}

.p-home__inexpensive__boxTxt01 strong {
  background-color: #fbff00;
}

.p-home__inexpensive__boxArrow {
  position: relative;
  margin: 0 auto;
  width: 30px;
  height: 22px;
  background-color: #db0000;
  margin-bottom: 34px;
}

.p-home__inexpensive__boxArrow:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}

@media screen and (max-width: 991px) {
  .p-home__inexpensive__boxArrow {
    width: 17px;
    height: 14px;
    margin: 0 98px 19px auto;
  }
}

.p-home__inexpensive__boxArrow:before {
  bottom: -24px;
  border-color: #db0000 transparent transparent transparent;
  border-width: 24px 30px 0px 30px;
}

@media screen and (max-width: 991px) {
  .p-home__inexpensive__boxArrow:before {
    bottom: -13px;
    border-width: 13px 17px 0px 17px;
  }
}

.p-home__inexpensive__boxTxt02 {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .p-home__inexpensive__boxTxt02 {
    width: 190px;
    margin-left: auto;
    font-size: 14px;
  }
}

.p-home__trouble {
  padding: 14px 0 80px;
  background-image: url("../images/top_trouble_bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-home__trouble {
    padding: 7px 0 40px;
    background-image: url("../images/top_trouble_bg.jpg");
  }
}

.p-home__trouble__ttl {
  max-width: 793px;
  margin: 0 auto 56px;
}

@media screen and (max-width: 767px) {
  .p-home__trouble__ttl {
    max-width: 355px;
    margin-bottom: 30px;
  }
}

.p-home__trouble__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .p-home__trouble__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px 0;
  }
}

.p-home__trouble__item {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  padding: 20px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-home__trouble__item {
    max-width: 355px;
    margin: 0 auto;
  }
}

.p-home__trouble__itemTtl {
  font-size: 22px;
  padding: 2px 0 2px 45px;
  background-image: url("../images/i_trouble.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 38px;
}

.p-home__trouble__itemBox {
  display: flex;
  flex-direction: row;
  gap: 0 16px;
}

.p-home__trouble__itemTxt {
  flex: 1;
}

.p-home__trouble__itemImg {
  width: 92px;
}

.p-home__vacant {
  padding: 80px 0;
  background-color: #f7f4ef;
}

@media screen and (max-width: 767px) {
  .p-home__vacant {
    padding: 40px 0;
  }
}

.p-home__vacant__ttl {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__vacant__ttl {
    margin-bottom: 32px;
    font-size: 32px;
  }
}

.p-home__vacant__ttl span {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .p-home__vacant__ttl span {
    font-size: 20px;
  }
}

.p-home__vacant__box01 {
  display: flex;
  flex-direction: row;
  gap: 0 32px;
  margin-bottom: 32px;
  padding: 32px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .p-home__vacant__box01 {
    flex-direction: column;
    gap: 24px 0;
    padding: 20px;
  }
}

.p-home__vacant__box01Img {
  width: 308px;
}

.p-home__vacant__box01Txt {
  flex: 1;
}

.p-home__vacant__box02 {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  padding: 32px;
  background-color: #fff;
  border: 3px solid #db0000;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .p-home__vacant__box02 {
    padding: 20px;
  }
}

.p-home__vacant__box02Ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.p-home__vacant__box02List {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  list-style: disc;
  margin-left: 1em;
}

.p-home__vacant__box02Item {
  font-size: 14px;
}

.p-home__vacant__box02Item strong {
  display: block;
}

.p-home__vacant__box02Txt {
  font-size: 14px;
}

.p-home__demand {
  padding: 80px 0;
  background-image: url("../images/top_demand_bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-home__demand {
    padding: 40px 0;
    background-image: url("../images/top_demand_bg.jpg");
  }
}

.p-home__demand__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-home__demand__ttl {
    margin-bottom: 32px;
  }
}

.p-home__demand__ttlSub {
  display: block;
  width: 351px;
  height: 65px;
  padding-top: 14px;
  background-image: url("../images/top_demand_ttl_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 23px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__demand__ttlSub {
    width: 278px;
    height: 51px;
    padding-top: 9px;
    font-size: 18px;
  }
}

.p-home__demand__ttlSub span {
  display: block;
  transform: rotate(-1deg);
}

.p-home__demand__ttlSub small {
  font-size: 19px;
}

@media screen and (max-width: 767px) {
  .p-home__demand__ttlSub small {
    font-size: 15px;
  }
}

.p-home__demand__ttlMain {
  font-size: 32px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-home__demand__ttlMain {
    font-size: 25px;
  }
}

.p-home__demand__ttlMain strong {
  font-size: 48px;
  color: #db0000;
}

@media screen and (max-width: 767px) {
  .p-home__demand__ttlMain strong {
    font-size: 38px;
  }
}

.p-home__demand__ttlMain span {
  border-bottom: 7px solid #fbff00;
}

@media screen and (max-width: 767px) {
  .p-home__demand__ttlMain span {
    border-bottom: 5px;
  }
}

.p-home__demand__box {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  padding: 32px;
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .p-home__demand__box {
    padding: 20px;
  }
}

.p-home__warning {
  padding: 40px 0 80px;
  background-image: url("../images/top_warning_bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-home__warning {
    padding: 8px 0 40px;
    background-image: url("../images/top_warning_bg.jpg");
  }
}

.p-home__warning__ttl {
  width: 460px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-home__warning__ttl {
    width: 281px;
  }
}

.p-home__warning__list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.p-home__warning__item {
  padding: 13px 13px 13px 64px;
  background-color: #000;
  background-image: url("../images/i_warning.svg");
  background-repeat: no-repeat;
  background-position: 18px center;
  background-size: 32px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-home__warning__item {
    padding: 15px 7px 15px 59px;
    font-size: 16px;
    background-position: 13px center;
    background-size: 24px;
  }
}

.p-home__warning__item strong {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .p-home__warning__item strong {
    font-size: 20px;
  }
}

.p-home__example {
  padding: 80px 0;
  background-image: url("../images/top_example_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-home__example {
    padding: 40px 0;
    background-image: url("../images/top_example_bg.png");
  }
}

.p-home__example__head {
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .p-home__example__head {
    margin-bottom: 24px;
  }
}

.p-home__example__headInner {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 63px;
}

@media screen and (max-width: 1220px) {
  .p-home__example__headInner {
    flex-direction: column;
    gap: 32px 0;
  }
}

.p-home__example__headTtl {
  display: flex;
  flex-direction: column;
  gap: 18px 0;
  color: #fff;
}

.p-home__example__headTtl span {
  width: fit-content;
  padding: 10px;
  background-color: #000;
  line-height: 1;
}

.p-home__example__headTtl span:first-child {
  font-size: 56px;
}

@media screen and (max-width: 767px) {
  .p-home__example__headTtl span:first-child {
    font-size: 28px;
  }
}

.p-home__example__headTtl span:first-child small {
  font-size: 44px;
}

@media screen and (max-width: 767px) {
  .p-home__example__headTtl span:first-child small {
    font-size: 22px;
  }
}

.p-home__example__headTtl span:last-child {
  font-size: 95px;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .p-home__example__headTtl span:last-child {
    font-size: 48px;
  }
}

.p-home__example__headBox {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  padding: 34px 42px;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__example__headBox {
    padding: 20px 11px;
  }
}

.p-home__example__headBox:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 8.5px 23px 8.5px 0px;
}

@media screen and (max-width: 1220px) {
  .p-home__example__headBox:before {
    display: none;
  }
}

.p-home__example__headBox .ttl {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .p-home__example__headBox .ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-home__example__headBox .txt {
    font-size: 14px;
  }
}

.p-home__example__bodyInner {
  display: flex;
  flex-direction: column;
  max-width: 860px;
  gap: 37px 0;
}

@media screen and (max-width: 767px) {
  .p-home__example__bodyInner {
    gap: 24px 0;
  }
}

.p-home__example__list {
  padding: 24px 40px 40px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  .p-home__example__list {
    padding: 4px 20px 20px;
    border-radius: 10px;
  }
}

.p-home__example__item {
  padding: 16px 0 16px 40px;
  background-image: url("../images/i_check_red02.svg");
  background-repeat: no-repeat;
  background-position: left 16px;
  background-size: 32px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-home__example__item {
    background-position: left 16px;
  }
}

.p-home__example__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.p-home__example__item strong {
  display: block;
  font-size: 20px;
}

.p-home__example__txt {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.p-home__example__txt strong {
  background-image: linear-gradient(to right, #00521f 0%, #4db135 32%, #00521f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
}

.p-home__hojokin {
  padding: 35px 0 80px;
  background-image: url("../images/top_hojokin_bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-home__hojokin {
    padding: 17px 0 40px;
    background-image: url("../images/top_hojokin_bg.jpg");
  }
}

.p-home__hojokin__ttl {
  width: 531px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-home__hojokin__ttl {
    width: 337px;
  }
}

.p-home__hojokin .c-ttl {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-home__hojokin .c-ttl {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-home__hojokin .c-ttl strong {
    font-size: 22px;
  }
}

.p-home__hojokin__box {
  margin-top: 40px;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-home__hojokin__box {
    margin-top: 24px;
    padding: 20px;
  }
}

.p-home__hojokin__boxImg {
  margin: 24px auto;
}

.p-home__hojokin__boxNote {
  font-size: 12px;
  color: #707070;
}

.p-home__works {
  padding: 80px 0;
  background-image: url("../images/top_works_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-home__works {
    padding: 40px 0;
    background-image: url("../images/top_works_bg.png");
  }
}

.p-home__works__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 82.8571428571vw;
  margin: 0 auto 56px;
}

@media screen and (max-width: 767px) {
  .p-home__works__head {
    max-width: none;
    justify-content: center;
    margin-bottom: 24px;
  }
}

.p-home__works__headTtl {
  font-size: 50px;
  color: #fff;
}

.p-home__works__arrow {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.p-home__works__arrow .swiper-button-prev,
.p-home__works__arrow .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  width: 64px;
  height: 64px;
  background-image: url("../images/i_arrow_slide.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-home__works__arrow .swiper-button-prev:after,
.p-home__works__arrow .swiper-button-next:after {
  display: none;
}

.p-home__works__arrow .swiper-button-prev {
  transform: rotate(-180deg);
}

.p-home__works__arrow--pc {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .p-home__works__arrow--pc {
    display: none;
  }
}

.p-home__works__arrow--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-home__works__arrow--sp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
  }
}

.p-home__works__body {
  position: relative;
  left: 7.4285714286vw;
}

@media screen and (max-width: 767px) {
  .p-home__works__body {
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-home__works .p-works__item {
    max-width: none;
    width: auto;
  }
}

.p-home__flow {
  padding-top: 80px;
  background-color: #f7f4ef;
}

@media screen and (max-width: 767px) {
  .p-home__flow {
    padding-top: 40px;
  }
}

.p-home__flow__ttl {
  margin-bottom: 56px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__flow__ttl {
    margin-bottom: 32px;
  }
}

.p-home__faq {
  padding: 80px 0;
  background-color: #f7f4ef;
}

@media screen and (max-width: 767px) {
  .p-home__faq {
    padding: 40px 0;
  }
}

.p-home__faq__ttl {
  margin-bottom: 56px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__faq__ttl {
    margin-bottom: 32px;
  }
}

/* p-faq */
.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

.p-faq__item {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  padding: 32px;
  background-color: #fff;
  border: 3px solid #00531f;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-faq__item {
    padding: 20px 16px;
  }
}

.p-faq__item__ttl {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0 8px;
}

.p-faq__item__ttl p {
  font-size: 20px;
  font-weight: 700;
}

.p-faq__item__txt {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0 8px;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-faq__item__txt {
    align-items: flex-start;
    gap: 0 10px;
  }
}

.p-faq__item__label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  border: 2px solid #00531f;
  font-family: "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.p-faq__item__label--q {
  color: #00531f;
  background-color: #fff;
}

.p-faq__item__label--a {
  color: #fff;
  background-color: #00531f;
}

.p-faq__item p {
  flex: 1;
}

/* p-flow */
.p-flow {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-flow {
    margin-top: 38px;
  }
}

.p-flow__list {
  display: flex;
  flex-direction: column;
  gap: 72px 0;
}

@media screen and (max-width: 767px) {
  .p-flow__list {
    gap: 50px 0;
  }
}

.p-flow__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 24px;
  padding: 32px;
  border-radius: 20px;
  border: 3px solid #00531f;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-flow__item {
    flex-direction: column;
    gap: 16px 0;
    max-width: 355px;
    width: 100%;
    margin: 0 auto;
  }
}

.p-flow__item:before {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #00531f transparent transparent transparent;
  border-width: 24px 30px 0px 30px;
}

@media screen and (max-width: 767px) {
  .p-flow__item:before {
    bottom: -34px;
    border-width: 18px 22px 0px 22px;
  }
}

.p-flow__item:last-child:before {
  display: none;
}

.p-flow__item__step {
  position: absolute;
  top: -25px;
  left: 32px;
  font-family: "Helvetica", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #00531f;
  line-height: 1;
  text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
}

.p-flow__item__step span {
  position: relative;
  z-index: 1;
}

.p-flow__item__step strong {
  font-size: 40px;
}

.p-flow__item__step:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.p-flow__item__label {
  position: absolute;
  top: -56px;
  left: 182px;
}

@media screen and (max-width: 767px) {
  .p-flow__item__label {
    top: -39px;
    left: 199px;
    width: 102px;
  }
}

.p-flow__item__head {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.p-flow__item__headTtl {
  font-size: 24px;
}

.p-flow__item__img {
  width: 180px;
}

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

/* p-about */
.p-about .l-media:first-of-type {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-about .l-media:first-of-type {
    padding-top: 6px;
  }
}

.p-about .l-media:nth-of-type(2) {
  background-color: #f7f4ef;
}

.p-about .l-media:last-of-type {
  padding-bottom: 0;
}

/* p-hojokin */
.p-hojokin section:nth-of-type(even) {
  background-color: #f7f4ef;
}

.p-hojokin section:last-child .l-media {
  padding-bottom: 0;
}

.p-hojokin .l-media {
  padding: 64px 0 80px;
}

@media screen and (max-width: 767px) {
  .p-hojokin .l-media {
    padding: 24px 0 46px;
  }
}

.p-hojokin .l-media:first-child {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-hojokin .l-media:first-child {
    padding-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .p-hojokin .l-media__ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-hojokin .l-media__ttl:before {
    font-size: 16px;
  }
}

/* p-works */
.p-works__inner {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}

@media screen and (max-width: 767px) {
  .p-works__inner {
    gap: 16px 0;
  }
}

.p-works__inner.swiper-wrapper {
  flex-direction: row;
  max-width: none;
}

.p-works .swiper-slide {
  height: auto;
}

.p-works .swiper-slide .p-works__item {
  height: 100%;
}

.p-works__item {
  padding: 32px;
  background-color: #fff;
  border-radius: 20px;
  border: 4px solid #00531f;
}

@media screen and (max-width: 767px) {
  .p-works__item {
    max-width: 355px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
  }
}

.p-works__item__ttl {
  position: relative;
  margin-bottom: 24px;
  padding-left: 25px;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .p-works__item__ttl {
    font-size: 20px;
  }
}

.p-works__item__ttl:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  background-color: #00531f;
}

.p-works__item__ttl small {
  font-size: 16px;
  font-weight: 400;
}

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

.p-works__item__time {
  font-size: 14px;
}

.p-works__item__img {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 56px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .p-works__item__img {
    gap: 0 33px;
  }
}

.p-works__item__arrow {
  position: relative;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 26px;
  background: #00531f;
}

.p-works__item__arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}

@media screen and (max-width: 767px) {
  .p-works__item__arrow {
    width: 9px;
    height: 12px;
  }
}

.p-works__item__arrow:before {
  top: 50%;
  left: auto;
  right: -21px;
  transform: translate(0, -50%);
  border-color: transparent transparent transparent #00531f;
  border-width: 26.5px 0px 26.5px 21px;
}

@media screen and (max-width: 767px) {
  .p-works__item__arrow:before {
    right: -8px;
    border-width: 12px 0px 12px 9px;
  }
}

.p-works__item__fig {
  position: relative;
  max-width: 290px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-works__item__fig {
    width: 131px;
  }
}

.p-works__item__fig:last-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #00531f;
}

@media screen and (max-width: 767px) {
  .p-works__item__fig:last-child:before {
    border-width: 3px;
  }
}

.p-works__item__fig img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.p-works__item__figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: #00531f88;
  font-family: "Helvetica", sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-works__item__figcaption {
    font-size: 10px;
    height: 19px;
  }
}

.p-works__item__txt {
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.p-works__item__txt-wrp {
  display: block;
  background-color: #eee;
  border-radius: 5px;
  padding: 10px;
}

.p-works__item__txt--full {
  -webkit-line-clamp: unset;
}

.p-works__item__txt--full ul,
.p-works__item__txt--full ol {
  list-style: inherit;
  margin-left: 2em;
}

.p-works__item__txt--full ul li {
  list-style-type: disc;
}

.p-works__item__txt--full ol li {
  list-style-type: decimal;
}

.p-works__item__txt--full blockquote {
  padding-left: .5em;
  margin-left: 10px;
  border-left: 3px #aaa solid;
  color: #aaa;
}


.p-works__item__txt--full a {
  color: #00531f;
  text-decoration: underline;
}

.p-works__item__link {
  display: flex;
  flex-direction: row;
  width: fit-content;
  margin-left: auto;
  padding: 4px 20px;
  background-color: #00531f;
  border-radius: 9999px;
  font-weight: 700;
  color: #fff;
}

.p-works__pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-works__pagination {
    margin-top: 40px;
  }
}

.p-works__pagination__prev {
  position: relative;
  padding-left: 16px;
}

@media screen and (max-width: 767px) {
  .p-works__pagination__prev {
    padding-left: 12px;
    font-size: 14px;
  }
}

.p-works__pagination__prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(-135deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.p-works__pagination__next {
  position: relative;
  padding-right: 16px;
}

@media screen and (max-width: 767px) {
  .p-works__pagination__next {
    padding-right: 12px;
    font-size: 14px;
  }
}

.p-works__pagination__next:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.p-works__pagination__next--disabled::before,
.p-works__pagination__prev--disabled::before {
  content: none;
}

.p-works__pagination__next--disabled,
.p-works__pagination__prev--disabled {
  pointer-events: none;
  opacity: .5;
}

.p-works__pagination__archive {
  display: flex;
  flex-direction: row;
  width: fit-content;
  padding: 4px 20px;
  background-color: #00531f;
  border-radius: 9999px;
  font-weight: 700;
  color: #fff;
}

/* p-strength */
.p-strength__list {
  padding: 9px 0 60px;
}

@media screen and (max-width: 991px) {
  .p-strength__list {
    padding-top: 0;
  }
}

.p-strength__list__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
}

@media screen and (max-width: 991px) {
  .p-strength__list__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-strength__item {
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .p-strength__item {
    max-width: 400px;
    margin: 0 auto;
  }
}

.p-strength__item__ttl {
  padding: 19px 10px;
  background-color: #00531f;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .p-strength__item__ttl {
    padding: 14px 10px;
    font-size: 15px;
    white-space: normal;
  }
}

.p-strength__item__ttl strong {
  font-weight: 500;
  color: #fbff00;
}

.p-strength__item__txt {
  font-size: 18px;
  line-height: 2;
  padding: 29px 5px 0;
}

@media screen and (max-width: 991px) {
  .p-strength__item__txt {
    padding-top: 24px;
    font-size: 14px;
  }
}

/* p-price */
.p-price .c-ttl {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-price .c-ttl {
    font-size: 18px;
    padding-top: 23px;
    padding-bottom: 23px;
  }
}

.p-price .l-price {
  margin-top: -155px;
  padding-top: 150px;
}

@media screen and (max-width: 767px) {
  .p-price .l-price {
    margin-top: -86px;
    padding-top: 86px;
  }
}

.p-price__ref {
  background-color: #f7f4ef;
  color: #343434;
}

.p-price__ref__inner {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
  padding-top: 60px;
  padding-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .p-price__ref__inner {
    gap: 44px 0;
    padding-top: 50px;
  }
}

.p-price__ref__work {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}

@media screen and (max-width: 767px) {
  .p-price__ref__work {
    max-width: 350px;
    width: 100%;
    gap: 0 20px;
    margin: 0 auto;
  }
}

.p-price__ref__workItem {
  position: relative;
  padding: 43px 20px 40px;
  background-color: #fff;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-price__ref__workItem {
    padding: 13px;
  }
}

.p-price__ref__workItem .days {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  padding: 0 37px 6px;
  background-image: linear-gradient(to right, #00521f 0%, #4db135 32%, #00521f 100%);
  border-radius: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-price__ref__workItem .days {
    top: -13px;
    padding: 0 12px 2px;
    border-radius: 10px;
    font-size: 14px;
  }
}

.p-price__ref__workItem .days strong {
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-price__ref__workItem .days strong {
    font-size: 14px;
  }
}

.p-price__ref__workItem .detail {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.p-price__ref__workItem .detail__price {
  font-size: 24px;
  font-weight: 500;
  color: #db0000;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .p-price__ref__workItem .detail__price {
    font-size: 14px;
  }
}

.p-price__ref__workItem .detail__price strong {
  font-size: 48px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-price__ref__workItem .detail__price strong {
    font-size: 30px;
  }
}

.p-price__ref__workItem .detail__employees {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .p-price__ref__workItem .detail__employees {
    font-size: 14px;
  }
}

.p-price__ref__case {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}

@media screen and (max-width: 767px) {
  .p-price__ref__case {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 0;
  }
}

.p-price__ref__caseItem {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px 0;
  padding: 40px 30px;
  background-color: #fff;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .p-price__ref__caseItem {
    gap: 16px 0;
    max-width: 270px;
    margin: 0 auto;
    padding: 28px 20px;
  }
}

.p-price__ref__caseItem .label {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  padding: 12px 60px;
  background-image: linear-gradient(to right, #00521f 0%, #4db135 32%, #00521f 100%);
  border-radius: 9999px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-price__ref__caseItem .label {
    top: -17px;
    padding: 10px 29px;
    font-size: 15px;
  }
}

.p-price__ref__caseItem .ttl {
  font-size: 20px;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-price__ref__caseItem .ttl {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-price__ref__caseItem .img img {
    aspect-ratio: 230/130;
    object-fit: cover;
  }
}

.p-price__ref__caseItem .txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-price__ref__caseItem .txt {
    font-size: 15px;
  }
}

.p-price__ref__caseItem .price {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
}

.p-price__ref__caseItem .price__breakdown {
  display: flex;
  flex-direction: row;
  gap: 0 20px;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-price__ref__caseItem .price__breakdown {
    gap: 0 15px;
    font-size: 15px;
  }
}

.p-price__ref__caseItem .price__breakdown dt {
  width: 86px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-price__ref__caseItem .price__breakdown dt {
    width: 65px;
  }
}

.p-price__ref__caseItem .price__breakdown dd {
  flex: 1;
}

.p-price__ref__caseItem .price__sum {
  margin-top: 11px;
  padding-top: 11px;
  border-top: 1px solid #343434;
  display: flex;
  flex-direction: row;
  gap: 0 20px;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-price__ref__caseItem .price__sum {
    gap: 0 15px;
    font-size: 15px;
  }
}

.p-price__calc {
  color: #343434;
}

.p-price__calc__inner {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-price__calc__inner {
    padding-top: 30px;
  }
}

.p-price__calc__img {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-price__calc__img {
    margin-bottom: 20px;
  }
}

.p-price__calc__lead {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fd8b00;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .p-price__calc__lead {
    margin-bottom: 32px;
    padding-bottom: 32px;
    font-size: 14px;
  }
}

.p-price__calc__txt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .p-price__calc__txt {
    font-size: 14px;
  }
}

.p-price__calc__list {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
  .p-price__calc__list {
    gap: 20px 0;
    margin-bottom: 24px;
  }
}

.p-price__calc__item strong {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .p-price__calc__item strong {
    font-size: 16px;
  }
}

.p-price__calc__work {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 55px;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .p-price__calc__work {
    margin-top: 32px;
  }
}

.p-price__calc__workItem {
  width: 363px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-price__calc__workItem {
    max-width: 355px;
    width: 100%;
  }
}

.p-price__calc__workItem .ttl {
  padding: 23px 20px;
  border-radius: 10px 10px 0 0;
  background-color: #00531f;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-price__calc__workItem .ttl {
    padding: 8px;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
  }
}

.p-price__calc__workItem .ttl small {
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-price__calc__workItem .ttl small {
    font-size: 15px;
  }
}

.p-price__calc__workItem .img {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p-price__calc__workItem .img {
    margin-bottom: 15px;
  }
}

.p-price__calc__workItem .img img {
  width: 100%;
}

.p-price__calc__workItem .txt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-price__calc__workItem .txt {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* p-form */
.p-form__box {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .p-form__box {
    margin-bottom: 24px;
  }
}

.p-form__group {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.p-form__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}

.p-form__head span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 23px;
  background-color: #f60204;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.p-form__privacyTxt {
  margin-bottom: 23px;
  font-size: 14px;
}

.p-form__privacyTxt a {
  text-decoration: underline;
}

.p-form__privacyCheck {
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}

.p-form__privacy {
  border: 2px solid #00531f;
}

.p-form__privacy__ttl {
  padding: 10px;
  background-color: #00531f;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.p-form__privacy__body {
  display: flex;
  flex-direction: column;
  gap: 17px 0;
  padding: 20px;
  height: 350px;
  background-color: #fff;
  overflow-y: auto;
}

.p-form__privacy__body p {
  font-size: 15px;
}

.p-form__btnGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-form__btn {
  position: relative;
  max-width: 400px;
  width: 100%;
  height: 77px;
  box-shadow: 0 3.6px 0 0 #004a2b;
  background-image: linear-gradient(to bottom, #76d211 0%, #32a20a 100%);
  border-radius: 7px;
  margin: 0 auto;
  transition: 0.3s all;
  padding: 0 68px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  white-space: unset;
  line-height: 1.3;
  color: #fff;
}

.p-form__btn--back {
  background: #fff;
  box-shadow: none;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .p-form__btn {
    padding: 0 33px;
  }
}

@media screen and (max-width: 767px) {
  .p-form__btn {
    max-width: 335px;
  }
}

.p-form__btn:hover {
  filter: brightness(1.1);
  opacity: 1;
}

.p-form__btn:hover input {
  opacity: 1;
}

/* p-contact */
.p-contact--confirm .p-form__head span {
  display: none;
}

.p-contact--confirm .p-form__group--privacy {
  display: none;
}

.p-contact__completeTxt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-contact__completeTxt {
    font-size: 14px;
  }
}


.l-cta__mv {
  background: url(../images/cta_mv_bg_pc.jpg) no-repeat center / cover, #81b7f5;
  padding-top: 20px;
  padding-bottom: 10px;
}

.l-cta__mv_content {
  width: 70%;
  margin-left: auto;
}

.l-cta__mv_content .p-home__new-mv__service {
  font-size: clamp(0px, 1.8vw, 24px);
  margin-bottom: 1em;
}


.l-cta__mv_content .p-home__new-mv__feature {
  margin-top: clamp(0px, 1vw, 12px);
}

.l-cta__mv_content .p-home__new-mv__medal {
  width: 30%;
  padding-bottom: 3%;
  font-size: clamp(0px, 3.33vw, 40px);
}

@media screen and (max-width: 767px) {

  .l-cta__mv {
    background: url(../images/cta_mv_bg_sp.jpg) no-repeat center / cover, #81b7f5;
    padding: 20px 0;
  }

  .l-cta__mv_content {
    width: 100%;
    margin: auto;
  }

  .l-cta__mv_content .p-home__new-mv__service {
    font-size: clamp(0px, 2.4vw, 20px);
    display: flex;
  }

  .l-cta__mv_content .p-home__new-mv__medal {
    width: 20%;
    padding-bottom: 1.8%;
    font-size: clamp(0px, 3vw, 36px);
  }
}

.l-header__logo__sub-txt {
  font-size: 12px;
  color: #00531f;
  color: #00531f;
  font-size: .3em;
}

.l-header__logo__txt-wrp {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 2px;
}

@media screen and (max-width: 767px) {

  .l-header__logo__sub-txt {
    font-size: 10px;
  }
}