@charset "UTF-8";
/**
 * reset.scss
 * ブラウザのデフォルトスタイルをリセット
 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

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

li {
  list-style: none;
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
  text-align: left;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e4e8e1;
}

body.admin-bar .l-header {
  top: 46px;
}
@media (min-width: 780px) {
  body.admin-bar .l-header {
    top: 32px;
  }
}

[id] {
  scroll-margin-top: 65px;
}
@media screen and (min-width: 1024px) {
  [id] {
    scroll-margin-top: 110px;
  }
}

.l-header {
  background: rgba(255, 255, 255, 0.4941176471);
  backdrop-filter: blur(30px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* GSAPを使わない場合の予備 */
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); /* 上に隠す */
  z-index: 9999;
  /* 表示された時のクラス */
}
.l-header.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header__inner {
  position: relative;
  z-index: 100; /* メニューの中身より高くする */
  width: 100%;
}
.l-header__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 55px;
}
@media screen and (min-width: 1024px) {
  .l-header__bar {
    height: 70px;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .l-header__right {
    display: none;
  }
}
.l-header .logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-header .logo img {
  display: block;
  height: 36px;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .l-header .logo img {
    height: 50px;
  }
}
.l-header .logo:hover {
  opacity: 0.7;
}
.l-header__cta {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.l-header__cta .tel a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-header__cta .tel a p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 1.25rem;
  font-weight: bold;
}
.l-header__cta .tel a p:first-child span img {
  display: block;
  width: 18px;
}
.l-header__cta .tel a p:last-child {
  font-size: 0.75rem;
  color: #555;
  text-align: center;
}
.l-header__cta .tel a:hover {
  opacity: 0.7;
}
.l-header__cta .contact a,
.l-header__cta .line a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__cta .contact a img,
.l-header__cta .line a img {
  display: block;
  height: 44px;
  width: auto;
}
.l-header__cta .contact a:hover,
.l-header__cta .line a:hover {
  opacity: 0.7;
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}
.l-header .sp-contact {
  display: block;
  width: 80px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding: 8px 10px;
  background-color: #ffffff;
  border: 1px solid #768d59;
  border-radius: 8px;
  text-align: center;
  color: #768d59;
}
@media screen and (min-width: 1024px) {
  .l-header .sp-contact {
    display: none;
  }
}
.l-header__ham {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: 55px;
  height: 55px;
  padding: 10px;
  background: #768d59;
  border: none;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header__ham span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 10px;
  z-index: 202;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header__ham[aria-expanded=true] span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}
.l-header__ham[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.l-header__ham[aria-expanded=true] span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .l-header__ham {
    display: none;
  }
}
.l-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100vh;
  background: #1c3a2e;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 50;
  padding-top: 75px;
  overflow-y: auto;
}
@media screen and (min-width: 1024px) {
  .l-header__nav {
    position: static;
    width: 100%;
    height: 30px;
    -webkit-transform: none;
            transform: none;
    background: #1c3a2e;
    padding-top: 0;
    overflow-y: visible;
    -webkit-transition: none;
    transition: none;
  }
}
.l-header__nav.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-header__nav .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .l-header__nav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 30px;
  }
}
.l-header__nav .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 1024px) {
  .l-header__nav .item {
    border-bottom: none;
  }
}
.l-header__nav .item a {
  display: block;
  padding: 16px 24px;
  color: #fff;
  text-decoration: none;
  font-size: 0.9375rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.l-header__nav .item a:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 1024px) {
  .l-header__nav .item a {
    line-height: 1;
    padding: 6px 20px;
    font-size: 16px;
  }
}

.l-footer {
  background-color: #1c3a2e;
  color: #fff;
  font-weight: 300;
  padding-top: 58px;
  padding-bottom: 26px;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    width: 90%;
    max-width: 1200px;
  }
}
.l-footer .logo {
  display: block;
  width: 150px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-footer .logo:hover {
  opacity: 0.7;
}
.l-footer .footer__upper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer .footer__upper::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -25px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-footer .footer__upper {
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .l-footer .footer__upper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
  }
}
.l-footer .info {
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  max-width: 320px;
}
.l-footer .info .company {
  margin-bottom: 15px;
  font-size: 20px;
}
.l-footer .footer__center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
}
@media screen and (min-width: 768px) {
  .l-footer .footer__center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .l-footer .footer__center {
    gap: 80px;
  }
}
.l-footer .footer__center .footer__nav__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .l-footer .footer__center .footer__nav__list {
    max-width: 300px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer .footer__center .footer__nav__list li {
  width: 40%;
  max-width: 150px;
}
.l-footer .footer__center .footer__nav__list li a {
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-footer .footer__center .footer__nav__list li a:hover {
  opacity: 0.7;
}
.l-footer .footer__center .footer-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: 16px;
  max-width: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
}
@media screen and (min-width: 768px) {
  .l-footer .footer__center .footer-cta {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.l-footer .footer__center .footer-cta a {
  display: block;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.l-footer .footer__center .footer-cta a::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5960784314);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  z-index: -1;
}
.l-footer .footer__center .footer-cta a:hover {
  color: #947e3d;
}
.l-footer .footer__center .footer-cta a:hover::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.l-footer .footer__center .footer-cta__contact {
  position: relative;
}
.l-footer .footer__center .footer-cta__contact::before {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
}
.l-footer .footer__center .footer-cta .main-text {
  font-size: 20px;
}
.l-footer .footer__center .footer-cta .sub-text {
  font-size: 15px;
}
.l-footer .footer__lower {
  margin-top: 17px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .l-footer .footer__lower {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer .footer__lower a {
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-footer .footer__lower a:hover {
  opacity: 0.7;
}
.l-footer small {
  text-align: center;
  margin-top: -15px;
  font-family: "Noto Sans JP", sans-serif;
}

.l-section {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .l-section {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .width01 {
    width: 92%;
    max-width: 1020px;
  }
}

@media screen and (min-width: 1024px) {
  .width02 {
    width: 83.3%;
    max-width: 1200px;
  }
}

.c-contact {
  background-color: #b9c5ab;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/home/bg_contact.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.c-contact__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .c-contact__section {
    max-width: 1200px;
    width: 93%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    gap: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .c-contact__inner {
    width: 53%;
  }
}
.c-contact .contact-heading .note {
  font-size: 18px;
  margin-top: 8px;
  font-weight: 700;
  color: #1c3a2e;
}
.c-contact .desc {
  margin-top: 40px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-contact .desc {
    max-width: 600px;
  }
}
.c-contact .desc .note-desc {
  font-size: 14px;
  margin-top: 10px;
}
.c-contact .c-cta__btn {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.c-contact .c-cta__btn .cta__btn {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-contact .c-cta__btn .cta__btn::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 160px;
  height: 53px;
  border-radius: 6px;
  border: 1px solid #fff;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .c-contact .c-cta__btn .cta__btn::after {
    max-width: 311px;
    height: 73px;
    width: 95%;
  }
}
.c-contact .c-cta__btn .cta__btn:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 0 10px #fff;
          box-shadow: 0 0 10px #fff;
}
.c-contact .c-cta__btn .cta__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c-contact .c-cta__btn .cta__btn a {
    gap: 18px;
  }
}
.c-contact .c-cta__btn .cta__btn .text {
  text-align: center;
  padding: 12px auto;
}
.c-contact .c-cta__btn .line {
  border: 1px solid #14900b;
  background-color: #fff;
  width: 78%;
  height: 64px;
  max-width: 265px;
}
@media screen and (min-width: 1024px) {
  .c-contact .c-cta__btn .line {
    width: 100%;
    max-width: 325px;
    height: 86px;
  }
}
.c-contact .c-cta__btn .line::after {
  border: 1px solid #a8c5a0;
  width: 96%;
  height: 53px;
}
@media screen and (min-width: 1024px) {
  .c-contact .c-cta__btn .line::after {
    max-width: 320px;
    width: 95%;
    height: 70px;
  }
}
.c-contact .c-cta__btn .line .icon {
  width: 36px;
}
@media screen and (min-width: 1024px) {
  .c-contact .c-cta__btn .line .icon {
    width: 44px;
  }
}
.c-contact .c-cta__btn .line .main-text {
  font-size: 18px;
  color: #14900b;
  line-height: 1;
}
.c-contact .c-cta__btn .line .main-text span {
  font-size: 22px;
  font-weight: 700;
}
.c-contact .c-cta__btn .line .sub-text {
  display: inline-block;
  font-weight: 400;
  padding-right: 20px;
  position: relative;
}
.c-contact .c-cta__btn .line .sub-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #3d6b4f;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.c-contact .c-cta__btn .tel {
  width: 78%;
  height: 64px;
  max-width: 265px;
  border: 1px solid #734923;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .c-contact .c-cta__btn .tel {
    width: 100%;
    max-width: 325px;
    height: 86px;
  }
}
.c-contact .c-cta__btn .tel::after {
  border: 1px solid rgba(107, 67, 33, 0.37);
  width: 96%;
  height: 53px;
}
@media screen and (min-width: 1024px) {
  .c-contact .c-cta__btn .tel::after {
    max-width: 320px;
    width: 95%;
    height: 70px;
  }
}
.c-contact .c-cta__btn .tel .icon {
  width: 36px;
}
.c-contact .c-cta__btn .tel .icon img {
  width: 100%;
}
.c-contact .c-cta__btn .tel .main-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #565656;
}
.c-contact .c-cta__btn .tel .sub-text {
  color: #947e3d;
  font-weight: 12px;
}
.c-contact .form {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c-contact .form {
    width: 47%;
    margin-left: auto;
    margin-right: auto;
    max-width: 564px;
  }
}
.c-contact .form {
  margin-top: 40px;
  padding: 40px 10px;
  background-color: rgba(255, 255, 255, 0.7803921569);
  border-radius: 12px;
  /* 写真アップロード部分 */
  /* チェックボックス */
  /* 送信ボタン（画像通りの深緑） */
}
@media screen and (min-width: 1024px) {
  .c-contact .form {
    padding: 40px 70px 25px;
    width: 100%;
    max-width: 564px;
  }
}
.c-contact .form .c-form__group {
  margin-bottom: 10px;
  text-align: left;
}
.c-contact .form .c-form__label {
  display: block;
  font-size: 15px;
  color: #333;
  margin-bottom: 5px;
  font-weight: 600;
}
.c-contact .form .c-form__label .c-form__required {
  background: none;
  color: #ff0000;
  font-size: 15px;
  margin-left: 5px;
}
.c-contact .form .c-form__label .c-form__required::before {
  content: "";
}
.c-contact .form .c-form__input,
.c-contact .form .c-form__select,
.c-contact .form .c-form__textarea {
  width: 100%;
  border: 1px solid #939393;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 14px;
  background-color: #fff;
}
.c-contact .form .c-form__input::-webkit-input-placeholder, .c-contact .form .c-form__select::-webkit-input-placeholder, .c-contact .form .c-form__textarea::-webkit-input-placeholder {
  color: #d1d1d1;
}
.c-contact .form .c-form__input::-moz-placeholder, .c-contact .form .c-form__select::-moz-placeholder, .c-contact .form .c-form__textarea::-moz-placeholder {
  color: #d1d1d1;
}
.c-contact .form .c-form__input:-ms-input-placeholder, .c-contact .form .c-form__select:-ms-input-placeholder, .c-contact .form .c-form__textarea:-ms-input-placeholder {
  color: #d1d1d1;
}
.c-contact .form .c-form__input::-ms-input-placeholder, .c-contact .form .c-form__select::-ms-input-placeholder, .c-contact .form .c-form__textarea::-ms-input-placeholder {
  color: #d1d1d1;
}
.c-contact .form .c-form__input::placeholder,
.c-contact .form .c-form__select::placeholder,
.c-contact .form .c-form__textarea::placeholder {
  color: #d1d1d1;
}
.c-contact .form .c-form__select {
  text-align: center;
}
.c-contact .form .c-form__textarea {
  height: 100px;
}
.c-contact .form .c-form__file-wrapper.is-upload-box {
  border: 1px solid #ccc;
  border-radius: 8px;
  height: 50px;
  background-color: #fff;
  text-align: center;
}
.c-contact .form .c-form__file-wrapper.is-upload-box .c-form__file-name {
  color: #b5b5b5;
  font-size: 14px;
}
.c-contact .form .c-form__group--checkbox {
  text-align: center;
}
.c-contact .form .c-form__group--checkbox .c-form__checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  cursor: pointer;
}
.c-contact .form .c-form__group--checkbox .c-form__checkbox {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.c-contact .form .c-form__group--checkbox .c-form__checkbox_text {
  margin-top: 20px;
}
.c-contact .form .c-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
}
.c-contact .form .c-form__submit .c-button__contact {
  background-color: #1e3a2e;
  color: #fff;
  max-width: 200px;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-contact .form .c-form__submit .c-button__contact:hover {
  background-color: #3b9c50;
}
.c-contact .form .c-form__submit .c-button__contact:disabled {
  background-color: #969595;
  cursor: not-allowed;
}
.c-contact .form .wpcf7-spinner {
  display: none;
}
.c-contact .form .wpcf7-spinner::before {
  display: none;
}
.c-contact .form .wpcf7 {
  margin: 0 !important;
  padding: 0 !important;
}
.c-contact .form .wpcf7 form {
  margin: 0 !important;
}
.c-contact .form .wpcf7-response-output {
  display: none !important;
}
.c-contact .link-text {
  color: #14900b;
  text-decoration: underline;
}

.c-form__file-input {
  text-align: center;
  margin-top: 10px;
}

.c-heading .en {
  display: block;
  color: #3d6b4f;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .c-heading .en {
    font-size: 18px;
  }
}
.c-heading .en::before {
  display: block;
  content: "";
  width: 21px;
  height: 1px;
  background-color: #3d6b4f;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-heading .jp {
  font-size: 32px;
  font-weight: 700;
  color: #1c3a2e;
  line-height: 1.4;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .c-heading .jp {
    font-size: 38px;
    margin-top: 11px;
  }
}
.c-heading .sub-text {
  color: #1c3a2e;
  font-size: 22px;
  margin-top: 17px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-heading .sub-text {
    font-size: 28px;
  }
}

.c-link_btn_wh {
  border-radius: 6px;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.c-link_btn_wh::after {
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #7d994d;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: right;
          transform-origin: right;
  z-index: -1;
}
.c-link_btn_wh a {
  padding: 7px 43px 7px 13px;
  display: block;
  font-size: 16px;
  position: relative;
  color: #1c3a2e;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.c-link_btn_wh a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  background: #1c3a2e;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-link_btn_wh:hover::after {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.c-link_btn_wh:hover a {
  color: #fff;
}
.c-link_btn_wh:hover a::after {
  background: #fff;
}

.c-link_btn_gr {
  border-radius: 6px;
  background-color: #1c3a2e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.c-link_btn_gr::after {
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #7d994d;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.c-link_btn_gr a {
  padding: 7px 43px 7px 13px;
  display: block;
  font-size: 16px;
  position: relative;
  color: #fff;
  width: 100%;
  z-index: 2;
}
.c-link_btn_gr a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-link_btn_gr:hover a::after {
  background: #fff;
}
.c-link_btn_gr:hover::after {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.c-link-btn {
  margin-top: 60px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.c-link-btn a {
  text-align: center;
  display: block;
  color: #fff;
  background-color: #1c3a2e;
  padding: 15px 20px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.c-link-btn a:hover {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
  opacity: 0.8;
}

.c-cta {
  width: 100%;
  background-color: #fff;
  padding: 20px 0 27px;
  margin-left: auto;
  margin-right: auto;
}
.c-cta__inner {
  max-width: 346px;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
}
@media screen and (min-width: 1024px) {
  .c-cta__inner {
    max-width: 1000px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-cta .cta-heading .c-heading .en {
  font-size: 18px;
  color: #3d6b4f;
}
@media screen and (min-width: 768px) {
  .c-cta .cta-heading .c-heading .en {
    font-size: 24px;
  }
}
.c-cta .cta-heading .c-heading .jp {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .c-cta .cta-heading .c-heading .jp {
    font-size: 28px;
  }
}
.c-cta .cta-heading .note {
  color: #5a6157;
}
.c-cta .c-cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 35px;
}
@media screen and (min-width: 1024px) {
  .c-cta .c-cta__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
}
.c-cta .c-cta__btn__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 7px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c-cta .c-cta__btn__upper {
    width: 66%;
  }
}
.c-cta .c-cta__btn__upper .contact,
.c-cta .c-cta__btn__upper .line {
  width: 170px;
  height: 56px;
}
@media screen and (min-width: 1024px) {
  .c-cta .c-cta__btn__upper .contact,
  .c-cta .c-cta__btn__upper .line {
    max-width: 325px;
    width: 100%;
    height: 86px;
  }
}
.c-cta .c-cta__btn .cta__btn {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-cta .c-cta__btn .cta__btn:hover {
  -webkit-transform: translate(1px, 2px);
          transform: translate(1px, 2px);
  -webkit-box-shadow: 0 0 10px #ddd;
          box-shadow: 0 0 10px #ddd;
  opacity: 0.8;
}
.c-cta .c-cta__btn .cta__btn::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 96%;
  height: 46px;
  border-radius: 6px;
  border: 1px solid #fff;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .c-cta .c-cta__btn .cta__btn::after {
    max-width: 311px;
    height: 73px;
    width: 95%;
  }
}
.c-cta .c-cta__btn .cta__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .c-cta .c-cta__btn .cta__btn a {
    gap: 18px;
  }
}
.c-cta .c-cta__btn .cta__btn .text {
  text-align: center;
  padding: 12px auto;
}
.c-cta .c-cta__btn .contact {
  background-color: #919e85;
}
.c-cta .c-cta__btn .contact .icon {
  width: 22px;
}
@media screen and (min-width: 1024px) {
  .c-cta .c-cta__btn .contact .icon {
    width: 30px;
  }
}
@media (min-width: 1300px) {
  .c-cta .c-cta__btn .contact .icon {
    width: 33px;
  }
}
.c-cta .c-cta__btn .contact .main-text {
  font-size: 18px;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .c-cta .c-cta__btn .contact .main-text {
    font-size: 22px;
  }
}
.c-cta .c-cta__btn .contact .main-text .pc-text {
  display: none;
}
@media (min-width: 1350px) {
  .c-cta .c-cta__btn .contact .main-text .pc-text {
    display: inline-block;
    font-weight: 400;
  }
}
.c-cta .c-cta__btn .contact .sub-text {
  color: #fff2cc;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .c-cta .c-cta__btn .contact .sub-text {
    font-size: 16px;
    line-height: 1.6;
  }
}
.c-cta .c-cta__btn .line {
  border: 1px solid #14900b;
}
.c-cta .c-cta__btn .line::after {
  border: 1px solid #a8c5a0;
}
.c-cta .c-cta__btn .line .icon {
  width: 36px;
}
@media screen and (min-width: 1024px) {
  .c-cta .c-cta__btn .line .icon {
    width: 44px;
  }
}
.c-cta .c-cta__btn .line .main-text {
  font-size: 18px;
  color: #14900b;
  line-height: 1;
}
.c-cta .c-cta__btn .line .main-text .line-text {
  font-size: 22px;
  font-weight: 700;
}
.c-cta .c-cta__btn .line .main-text .pc-text {
  display: none;
}
@media (min-width: 1200px) {
  .c-cta .c-cta__btn .line .main-text .pc-text {
    display: inline-block;
    font-weight: 400;
  }
}
.c-cta .c-cta__btn .line .sub-text {
  display: none;
  position: relative;
  padding-right: 20px;
}
.c-cta .c-cta__btn .line .sub-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #3d6b4f;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
@media (min-width: 1350px) {
  .c-cta .c-cta__btn .line .sub-text {
    display: inline-block;
    font-weight: 400;
  }
}
.c-cta .c-cta__btn .tel {
  width: 100%;
  height: 58px;
  border: 1px solid #734923;
  max-width: 346px;
}
@media screen and (min-width: 1024px) {
  .c-cta .c-cta__btn .tel {
    max-width: 325px;
    width: 40%;
    height: 86px;
  }
}
.c-cta .c-cta__btn .tel::after {
  border: 1px solid rgba(107, 67, 33, 0.37);
  width: 98%;
  height: 48px;
}
@media screen and (min-width: 1024px) {
  .c-cta .c-cta__btn .tel::after {
    max-width: 320px;
    width: 95%;
    height: 70px;
  }
}
.c-cta .c-cta__btn .tel .icon {
  width: 36px;
}
.c-cta .c-cta__btn .tel .icon img {
  width: 100%;
}
.c-cta .c-cta__btn .tel .main-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #565656;
}
.c-cta .c-cta__btn .tel .sub-text {
  color: #947e3d;
  font-weight: 12px;
}
.c-cta .c-cta__btn .tel .sub-text span {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .c-cta .c-cta__btn .tel .sub-text span {
    font-size: 14px;
  }
}

.c-pan {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 89px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c-pan {
    padding: 15px auto 20px 160px;
    margin-bottom: 135px;
    width: 92%;
    max-width: 1020px;
    margin-top: 24px;
  }
}
.c-pan__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-pan__nav {
    font-size: 16px;
  }
}
.c-pan__nav p {
  color: #1c3a2e;
}
.c-pan__nav .top {
  text-decoration: underline;
}
.c-pan__nav .page-title {
  color: #1c3a2e;
}
.c-pan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 6.5px;
}
.c-pan__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.c-pan__item:not(:last-child)::after {
  content: ">";
  margin-left: 10px;
  color: #aeb3ad;
  pointer-events: none;
}
.c-pan__item a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-pan__item a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.c-pan__item .page-title {
  color: #aeb3ad;
  font-size: 12px;
}

.c-sub__fv {
  background-image: url(../images/common/sub-fv_sp.png);
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 363px;
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .c-sub__fv {
    height: 475px;
    background-image: url(../images/common/sub-fv.png);
  }
}
@media screen and (min-width: 1024px) {
  .c-sub__fv {
    margin-top: 100px;
  }
}
.c-sub__fv__inner {
  position: relative;
}
.c-sub__fv__image {
  position: absolute;
  display: block;
  width: 200px;
  height: 200px;
  top: 28px;
}
@media screen and (min-width: 768px) {
  .c-sub__fv__image {
    width: 300px;
    height: 300px;
    top: 88px;
  }
}
.c-sub__fv__image img {
  width: 100%;
}
.c-sub__fv__title {
  position: absolute;
  top: 200px;
  right: 0;
  color: #fff;
  text-align: right;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-sub__fv__title {
    top: 180px;
    right: 94px;
  }
}
.c-sub__fv__title .en {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 27px;
  letter-spacing: 0.06em;
}
.c-sub__fv__title .en::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 1px;
  background-color: #fff;
}
.c-sub__fv__title .jp {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-sub__fv__title .jp {
    font-size: 38px;
    margin-top: 11px;
  }
}

.c-bg-icon {
  position: absolute;
  display: block;
  width: 30%;
  max-width: 200px;
  height: auto;
  z-index: 20;
  top: -100px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .c-bg-icon {
    width: 200px;
    height: 200px;
    top: -250px;
    right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .c-bg-icon {
    top: -250px;
    right: 60px;
  }
}
.c-bg-icon img {
  width: 100%;
}

body.home .p-home__fv {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #e4e8e1;
  overflow: hidden;
  /* 背景エリアを固定するための「窓」の役割 */
  clip-path: inset(0);
}
body.home .p-home__fv::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/home/image_fv_sp.png);
}
@media screen and (min-width: 768px) {
  body.home .p-home__fv::before {
    background-image: url(../images/home/image_fv.png);
  }
}
body.home .p-home__fv__inner {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2078431373);
  backdrop-filter: blur(10px);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 88%;
  padding: 40px 10px;
  max-width: 770px;
}
@media screen and (min-width: 768px) {
  body.home .p-home__fv__inner {
    padding: 50px 70px;
  }
}
body.home .p-home__fv__label {
  max-width: 230px;
  display: block;
  margin-left: 4%;
}
@media screen and (min-width: 768px) {
  body.home .p-home__fv__label {
    max-width: 337px;
  }
}
body.home .p-home__fv__label .label {
  background-color: #1c3a2e;
  padding: 6px 7px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  body.home .p-home__fv__label .label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 11px 15px;
    gap: 20px;
  }
}
body.home .p-home__fv__label .label .main-text {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  body.home .p-home__fv__label .label .main-text {
    font-size: 32px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
body.home .p-home__fv__label .label .sub-text {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  body.home .p-home__fv__label .label .sub-text {
    font-size: 16px;
  }
}
body.home .p-home__fv__title {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: clamp(28px, 8vw, 40px);
  line-height: 1.4;
  text-shadow: 0 4px 4px rgba(118, 115, 115, 0.1843137255);
  margin-top: 25px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.home .p-home__fv__title {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
body.home .p-home__fv__cta {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  body.home .p-home__fv__cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 580px;
    margin-top: 64px;
    margin-left: 0;
    margin-right: 0;
  }
}
body.home .p-home__fv__cta .cta-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  width: 100%;
}
body.home .p-home__fv__cta .cta-upper .fv-contact,
body.home .p-home__fv__cta .cta-upper .fv-line {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.home .p-home__fv__cta .cta-upper .fv-contact,
  body.home .p-home__fv__cta .cta-upper .fv-line {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
body.home .p-home__fv__cta .fv-tel {
  width: 100%;
  height: 40px;
  border: 1px solid #734923;
  max-width: 346px;
  border-radius: 6px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7058823529);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  body.home .p-home__fv__cta .fv-tel {
    max-width: 200px;
    max-height: 60px;
    height: auto;
  }
}
body.home .p-home__fv__cta .fv-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.home .p-home__fv__cta .fv-tel:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
body.home .p-home__fv__cta .fv-tel .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  body.home .p-home__fv__cta .fv-tel .text {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.home .p-home__fv__cta .fv-tel .text .main-text {
  font-size: 18px;
  font-weight: 500;
  color: #947e3d;
  line-height: 1s;
}
@media screen and (min-width: 768px) {
  body.home .p-home__fv__cta .fv-tel .text .main-text {
    font-size: 22px;
  }
}
body.home .p-home__fv__cta .fv-tel .text .sub-text {
  display: block;
  color: #6b4321;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  body.home .p-home__fv__cta .fv-tel .text .sub-text {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
body.home .p-home__fv__cta a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.home .p-home__fv__cta a:hover img {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
body.home .p-home .container {
  background-color: transparent;
}
body.home .p-home__trust {
  background-color: #e4e8e1;
  padding-top: 95px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.home .p-home__trust {
    padding-top: 150px;
  }
}
body.home .p-home__trust .bg-image {
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: -13.33vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.home .p-home__trust .bg-image {
    top: -60px;
    height: 150px;
  }
  body.home .p-home__trust .bg-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  body.home .p-home__trust .bg-image {
    height: 250px;
    top: -100px;
  }
}
@media (min-width: 1600px) {
  body.home .p-home__trust .bg-image {
    top: -150px;
  }
}
body.home .p-home__trust .bg-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  body.home .p-home__trust .l-section {
    max-width: 784px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -200px;
  }
}
body.home .p-home__trust .upper-image {
  margin-top: -100px;
  max-width: 156px;
  margin-left: auto;
  margin-right: 0;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.home .p-home__trust .upper-image {
    max-width: 300px;
  }
}
body.home .p-home__trust .upper-image img {
  width: 100%;
}
body.home .p-home__trust__contents {
  margin-top: 48px;
  background-color: #fff;
  border-radius: 12px;
  border: 6px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#d4b863), color-stop(#ffffff), to(#d4b863));
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #d4b863, #ffffff, #d4b863);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.home .p-home__trust__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 11.5%;
    margin-top: 35px;
    border: 11px solid transparent;
  }
}
body.home .p-home__trust__contents::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 94%;
  height: 94%;
  border: 1px solid #947e3d;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  body.home .p-home__trust__contents::before {
    width: 98%;
    height: 95%;
  }
}
body.home .p-home__trust__contents .icon {
  width: 134px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  position: relative;
}
body.home .p-home__trust__contents .icon img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  body.home .p-home__trust__contents .icon {
    width: 175px;
    height: auto;
    margin-top: 0;
    margin-left: 34px;
  }
}
body.home .p-home__trust__contents .icon::after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  content: "";
  height: 4px;
  width: 162px;
  background-color: #f5f0e6;
}
@media screen and (min-width: 768px) {
  body.home .p-home__trust__contents .icon::after {
    bottom: 0;
    top: 50%;
    right: -22px;
    height: 2px;
    -webkit-transform: rotate(90deg) translateY(-50%);
            transform: rotate(90deg) translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  body.home .p-home__trust__contents .desc {
    padding: 50px 55px 44px 0;
  }
}
body.home .p-home__trust__contents .desc-heading {
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 24px;
  color: #3d6b4f;
}
@media screen and (min-width: 768px) {
  body.home .p-home__trust__contents .desc-heading {
    text-align: left;
  }
}
body.home .p-home__trust__contents .desc-heading .price {
  font-size: 20px;
}
body.home .p-home__trust__contents .desc-heading .text {
  font-size: 18px;
  font-weight: 600;
}
body.home .p-home__trust__contents .desc-detail {
  color: #5a6157;
  font-weight: 700;
  padding: 21px 32px 32px;
}
@media screen and (min-width: 768px) {
  body.home .p-home__trust__contents .desc-detail {
    margin-top: 20px;
    padding: 0;
  }
}
body.home .p-home__reason {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #e4e8e1;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__reason {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}
body.home .p-home__reason .reason-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__reason .reason-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
body.home .p-home__reason .reason-heading .note {
  font-weight: 500;
  color: #5a6157;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__reason .reason-heading .note {
    max-width: 506px;
  }
}
body.home .p-home__reason__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__reason__list {
    margin-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
body.home .p-home__reason__list .item {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__reason__list .item {
    width: calc(33.333% - 2px);
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.home .p-home__reason__list .item .reason-text {
  background-color: #fff;
  position: relative;
  padding: 28px 30px 30px;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__reason__list .item .reason-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
body.home .p-home__reason__list .item .reason-text .num-icon {
  position: absolute;
  left: 15px;
  top: 0;
  width: 83px;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__reason__list .item .reason-text .num-icon {
    width: 97px;
  }
}
body.home .p-home__reason__list .item .reason-text .num-icon img {
  width: 100%;
}
body.home .p-home__reason__list .item .reason-text .heading {
  text-align: center;
  color: #1c3a2e;
}
body.home .p-home__reason__list .item .reason-text .heading h3 {
  font-weight: 700;
  font-size: 24px;
}
body.home .p-home__reason__list .item .reason-text .heading h4 {
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__reason__list .item .reason-text .heading h4 {
    margin-top: 30px;
  }
}
body.home .p-home__reason__list .item .reason-text .heading .item03 {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__reason__list .item .reason-text .heading .item03 {
    margin-top: 20px;
  }
}
body.home .p-home__reason__list .item .reason-text .heading03 {
  font-size: 18px;
  line-height: 1;
}
body.home .p-home__reason__list .item .reason-text .detail {
  color: #5a6157;
  margin-top: 36px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__reason__list .item .reason-text .detail {
    margin-top: 40px;
  }
}
body.home .p-home__reason__list .item .item03-text {
  padding: 20px 30px 30px;
}
body.home .p-home__reason .lower-image {
  position: absolute;
  z-index: 2;
  margin-top: -40px;
  margin-left: -20px;
  margin-right: auto;
  display: block;
  max-width: 134px;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__reason .lower-image {
    max-width: 300px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-top: -110px;
  }
}
body.home .p-home__reason .lower-image img {
  width: 100%;
}
body.home .p-home__ryokugo {
  overflow: hidden;
  background-color: #e4e8e1;
}
body.home .p-home__ryokugo__bg {
  background-image: url(../images/home/bg_ryokugo_sp.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100%;
  position: relative;
  padding-top: 85px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  body.home .p-home__ryokugo__bg {
    padding-bottom: 200px;
    background-image: url(../images/home/bg_ryokugo.png);
  }
}
@media screen and (min-width: 1024px) {
  body.home .p-home__ryokugo__inner {
    width: 93%;
    max-width: 1074px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.home .p-home__ryokugo .icon-ryokugo {
  position: absolute;
  top: -80px;
  right: -70px;
  width: 400px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__ryokugo .icon-ryokugo {
    width: 646px;
  }
}
body.home .p-home__ryokugo .icon-ryokugo img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  body.home .p-home__ryokugo__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
body.home .p-home__ryokugo__contents .image {
  width: 300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.home .p-home__ryokugo__contents .image {
    max-width: 456px;
    width: 45%;
  }
}
body.home .p-home__ryokugo__contents .image img {
  width: 100%;
}
body.home .p-home__ryokugo__contents .contents {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 38px;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  body.home .p-home__ryokugo__contents .contents {
    max-width: 506px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
body.home .p-home__ryokugo__contents .contents .title {
  font-size: 24px;
  text-align: center;
  text-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  body.home .p-home__ryokugo__contents .contents .title {
    text-align: left;
  }
}
body.home .p-home__ryokugo__contents .contents .title .text01 {
  font-size: 36px;
  font-weight: 400;
}
body.home .p-home__ryokugo__contents .contents .title .text02 {
  font-size: 36px;
  font-weight: 700;
}
body.home .p-home__ryokugo__contents .contents .desc {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  padding: 0 28px;
}
body.home .p-home__ryokugo .link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  margin-top: 48px;
}
body.home .p-home__service {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #e4e8e1;
}
@media screen and (min-width: 768px) {
  body.home .p-home__service {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
body.home .p-home__service__inner {
  width: 93%;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
body.home .p-home__service .upper-image {
  margin-top: -100px;
  max-width: 156px;
  margin-left: auto;
  margin-right: 0;
}
body.home .p-home__service .service-heading .sub {
  line-height: 1.4;
  font-weight: 700;
  margin-top: 17px;
  font-size: 22px;
}
body.home .p-home__service .link {
  margin-top: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  display: block;
}
body.home .p-home__service__contents {
  background-color: #fff;
  padding: 35px 23px;
  margin-top: 55px;
  /* 初期表示（何もホバーされていない時）の設定 */
}
@media screen and (min-width: 768px) {
  body.home .p-home__service__contents {
    padding: 35px 15px;
    max-width: 1010px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
body.home .p-home__service__contents .image-display {
  position: relative;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
body.home .p-home__service__contents .image-display img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.home .p-home__service__contents .image-display::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.537254902);
  z-index: 2;
}
body.home .p-home__service__contents .menu-list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.home .p-home__service__contents .menu-list {
    gap: 20px;
    max-width: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  body.home .p-home__service__contents .menu-list li {
    width: 270px;
  }
}
body.home .p-home__service__contents .menu-list li a {
  font-size: 20px;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body.home .p-home__service__contents .menu-list li a {
    font-size: 202x;
  }
}
body.home .p-home__service__contents .menu-list li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 15px;
  height: 15px;
  background: #1c3a2e;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
body.home .p-home__service__contents .menu-list li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: rgba(123, 173, 86, 0.3098039216);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: -1;
}
body.home .p-home__service__contents .menu-list li a:hover {
  margin-left: 5px;
}
body.home .p-home__service__contents .menu-list li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
body.home .p-home__service__contents:has(.item01:hover) .img01 {
  opacity: 1;
}
body.home .p-home__service__contents:has(.item02:hover) .img02 {
  opacity: 1;
}
body.home .p-home__service__contents:has(.item03:hover) .img03 {
  opacity: 1;
}
body.home .p-home__service__contents:has(.item04:hover) .img04 {
  opacity: 1;
}
body.home .p-home__service__contents:has(.item05:hover) .img05 {
  opacity: 1;
}
body.home .p-home__service__contents:has(.item06:hover) .img06 {
  opacity: 1;
}
body.home .p-home__service__contents:has(.item07:hover) .img07 {
  opacity: 1;
}
body.home .p-home__service__contents:has(.item08:hover) .img08 {
  opacity: 1;
}
body.home .p-home__service__contents:not(:has(li:hover)) .img01 {
  opacity: 1;
}
body.home .p-home__works {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #e4e8e1;
}
@media screen and (min-width: 768px) {
  body.home .p-home__works {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  body.home .p-home__works__inner {
    width: 93%;
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
body.home .p-home__works .link {
  margin-top: 27px;
}
body.home .p-home__works__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  body.home .p-home__works__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  body.home .p-home__works__list {
    margin-top: 0;
  }
}
body.home .p-home__works__list figure {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
body.home .p-home__works__list figure a {
  display: inline-block;
}
body.home .p-home__works__list figure .image {
  aspect-ratio: 327/179;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.home .p-home__works__list figure .image img {
  aspect-ratio: 327/179;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home .p-home__works__list figure .image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(104, 133, 80, 0.6588235294);
  backdrop-filter: blur(5px);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
@media screen and (min-width: 768px) {
  body.home .p-home__works__list figure .image {
    max-width: 327px;
    height: auto;
  }
  body.home .p-home__works__list figure .image img {
    width: 100%;
    height: auto;
  }
}
body.home .p-home__works__list figure .image .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  z-index: 15;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.home .p-home__works__list figure .category {
  line-height: 1;
  margin-top: 15px;
  display: inline-block;
  color: #5a6157;
  padding: 5px 14px;
  font-size: 18px;
  border-radius: 20px;
  border: solid 1px #5a6157;
}
body.home .p-home__works__list figure .name {
  margin-top: 10px;
  padding-bottom: 10px;
}
body.home .p-home__works__list figure:hover .image::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
body.home .p-home__works__list figure:hover .text {
  opacity: 1;
}
body.home .p-home__review {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  clip-path: inset(0);
}
@media screen and (min-width: 768px) {
  body.home .p-home__review {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
body.home .p-home__review::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background-image: url(../images/home/image_bg_review_sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  body.home .p-home__review::before {
    background-image: url(../images/home/image_bg_review.jpg);
  }
}
body.home .p-home__review .c-heading .en {
  color: #a8c5a0;
}
body.home .p-home__review .c-heading .jp {
  color: #fff;
}
body.home .p-home__review__inner {
  padding: 40px 30px 60px 30px;
  background-color: #1c3a2e;
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.home .p-home__review__inner {
    max-width: 1200px;
    width: 90%;
  }
}
body.home .p-home__review__inner::after {
  display: block;
  content: "";
  position: absolute;
  border: solid 1px #947e3d;
  width: 92%;
  height: 97%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
@media (min-width: 900px) {
  body.home .p-home__review__inner::after {
    width: 96%;
    height: 95%;
  }
}
@media (min-width: 900px) {
  body.home .p-home__review__contents {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.home .p-home__review__list {
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  z-index: 10;
  position: relative;
}
@media (min-width: 900px) {
  body.home .p-home__review__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.home .p-home__review__list .item {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  padding: 40px 20px;
  border: 1px solid #a8c5a0;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (min-width: 900px) {
  body.home .p-home__review__list .item {
    max-width: 280px;
  }
}
body.home .p-home__review__list .item:hover {
  background-color: rgba(255, 255, 255, 0.8117647059);
}
body.home .p-home__review__list .item .review-name {
  font-size: 20px;
  position: relative;
}
body.home .p-home__review__list .item .review-name::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #222;
}
body.home .p-home__review__list .item .category {
  margin-top: 35px;
  line-height: 1;
  margin-top: 30px;
  display: inline-block;
  color: #5a6157;
  padding: 5px 14px;
  font-size: 18px;
  border-radius: 20px;
  border: solid 1px #5a6157;
}
body.home .p-home__review__list .item .text {
  margin-top: 10px;
}
body.home .p-home__review .link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  margin-top: 48px;
  z-index: 2;
  position: relative;
}
@media (min-width: 900px) {
  body.home .p-home__review .link {
    margin-top: 70px;
  }
}
body.home .p-home__review .link a {
  display: block;
  width: 100%;
}
body.home .p-home__column {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  clip-path: inset(0);
}
body.home .p-home__column::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background-image: url(../images/home/image_bg_column.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.home .p-home__column__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  body.home .p-home__column__inner {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.home .p-home__column .link {
  margin-top: 20px;
}
body.home .p-home__column__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  body.home .p-home__column__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.home .p-home__column__list figure {
  max-width: 400px;
  width: 73%;
  margin-left: auto;
  margin-right: auto;
}
body.home .p-home__column__list figure .image {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 275/177;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.home .p-home__column__list figure .image {
    max-width: 400px;
    height: auto;
  }
}
body.home .p-home__column__list figure .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  width: 100%;
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
}
body.home .p-home__column__list figure figcaption {
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
body.home .p-home__column__list figure:hover figcaption {
  opacity: 0.7;
}
body.home .p-home__column__list figure:hover .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
body.home .p-home__area {
  background-image: url(../images/home/bg_area_sp.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 100px;
  backdrop-filter: blur(30px);
  background-color: #e4e8e1;
}
@media screen and (min-width: 768px) {
  body.home .p-home__area {
    background-image: url(../images/home/bg_area.png);
  }
}
@media screen and (min-width: 1024px) {
  body.home .p-home__area__inner {
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.home .p-home__area__contents {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__area__contents {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body.home .p-home__area__contents .image {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__area__contents .image {
    max-width: 560px;
  }
}
body.home .p-home__area__contents .text {
  margin-top: 22px;
  color: #1c3a2e;
  font-weight: 700;
}
body.home .p-home__area__contents .text .main {
  font-size: 22px;
  line-height: 1.4;
}
body.home .p-home__area__contents .text .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
}
body.home .p-home__area__contents .text .note {
  margin-top: 20px;
  color: #5a6157;
}
body.home .p-home__faq {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #e4e8e1;
}
@media screen and (min-width: 768px) {
  body.home .p-home__faq {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  body.home .p-home__faq__inner {
    max-width: 784px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.home .p-home__faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  margin-top: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.home .p-home__faq__list {
    max-width: 784px;
  }
}
body.home .p-home__faq__list .item {
  border-top: 1px solid #768d59;
  border-bottom: 1px solid #768d59;
}
body.home .p-home__faq__list .item dt {
  padding: 15px 18px 5px 18px;
}
@media screen and (min-width: 768px) {
  body.home .p-home__faq__list .item dt {
    padding: 15px 36px 7px 36px;
  }
}
body.home .p-home__faq__list .item dd {
  padding: 5px 18px 15px 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  body.home .p-home__faq__list .item dd {
    padding: 7px 36px 15px 36px;
  }
}
body.home .p-home__faq__list .item .p-fa__question,
body.home .p-home__faq__list .item .p-fa__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
  gap: 12px;
}
body.home .p-home__faq__list .item .p-fa__question .icon-q,
body.home .p-home__faq__list .item .p-fa__answer .icon-q {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background-color: #768d59;
  width: 28px;
  height: 31px;
  border-radius: 50%;
  text-align: center;
  padding: 2px;
}
body.home .p-home__faq__list .item .p-fa__question .icon-a,
body.home .p-home__faq__list .item .p-fa__answer .icon-a {
  font-size: 20px;
  line-height: 1;
  color: #768d59;
  background-color: #fff;
  width: 28px;
  height: 31px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #768d59;
  vertical-align: middle;
  padding: 2px;
}
body.home .p-home__faq__list .item .p-fa__question .text,
body.home .p-home__faq__list .item .p-fa__answer .text {
  color: #5a6157;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  body.home .p-home__faq__list .item .p-fa__question {
    font-size: 20px;
  }
}
body.home .p-home__faq__list .item .p-fa__answer {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  body.home .p-home__faq__list .item .p-fa__answer {
    font-size: 16px;
  }
}
body.home .p-home__faq .link {
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  body.home .p-home__faq .link {
    margin-top: 80px;
  }
}

body.privacy .p-privacy {
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  body.privacy .p-privacy {
    margin-bottom: 120px;
  }
}
body.privacy .p-privacy__hero {
  text-align: center;
}
body.privacy .p-privacy__section {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.privacy .p-privacy__section {
    width: 80%;
    max-width: 720px;
  }
}
body.privacy .p-privacy__section__content {
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.privacy .p-privacy__section__content {
    margin-top: 50px;
    font-size: 20px;
  }
}
body.privacy .p-privacy__section__content .desc {
  color: #5a6157;
}
body.privacy .p-privacy__section section {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  body.privacy .p-privacy__section section {
    margin-top: 60px;
  }
}
body.privacy .p-privacy__section h2 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #1c3a2e;
}
@media screen and (min-width: 768px) {
  body.privacy .p-privacy__section h2 {
    margin-bottom: 15px;
  }
}
body.privacy .p-privacy__section ul {
  margin-top: 10px;
  color: #5a6157;
}
@media screen and (min-width: 768px) {
  body.privacy .p-privacy__section ul {
    margin-top: 20px;
  }
}
body.privacy .p-privacy__section p {
  font-weight: 600;
  color: #5a6157;
}
body.privacy .p-privacy__section .info {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  body.privacy .p-privacy__section .info {
    margin-top: 20px;
  }
}

body.contact {
  background-color: #b9c5ab;
}
body.contact .p-contact .c-pan {
  margin-bottom: 40px;
}
body.contact .p-contact .c-pan .c-pan__item::after {
  color: #616161;
}
body.contact .p-contact .c-pan .page-title {
  color: #616161;
}
body.contact .p-contact .c-contact {
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  body.contact .p-contact .c-contact {
    padding-top: 80px;
  }
}

body.law .p-law {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  body.law .p-law {
    margin-bottom: 120px;
  }
}
body.law .p-law .c-sub__fv__title {
  top: 250px;
  right: 0;
  color: #fff;
  text-align: right;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  body.law .p-law .c-sub__fv__title {
    top: 230px;
    right: 94px;
  }
}
body.law .p-law .c-sub__fv__title .heading .jp {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  body.law .p-law .c-sub__fv__title .heading .jp {
    font-size: 38px;
  }
}
body.law .p-law__contents {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.law .p-law__contents {
    width: 90%;
  }
}
body.law .p-law__contents th {
  text-align: center;
  background-color: #1c3a2e;
  color: #fff;
  text-wrap: nowrap;
  padding: 8px 10px;
  border: 1px solid #3d6b4f;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  body.law .p-law__contents th {
    padding: 15px 30px;
    font-size: 16px;
  }
}
body.law .p-law__contents td {
  text-align: left;
  border: 1px solid #1c3a2e;
  background-color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500 !important;
}
@media screen and (min-width: 768px) {
  body.law .p-law__contents td {
    padding: 15px 30px;
    font-size: 16px;
  }
}
body.law .p-law__contents td span {
  font-weight: 400 !important;
}
body.law .p-law__contents .c-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.law .p-law__contents .c-list__item {
  position: relative;
  padding-left: 1.2em;
}
body.law .p-law__contents .c-list__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.2em;
}

body.thanks {
  background-image: url(../images/home/bg_contact.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
}
body.thanks .p-thanks {
  padding-top: 80px;
  margin-bottom: 80px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  body.thanks .p-thanks {
    padding-top: 120px;
    margin-bottom: 120px;
  }
}
body.thanks .p-thanks__contents {
  background-color: rgba(255, 255, 255, 0.6274509804);
  backdrop-filter: blur(30px);
  color: #012408;
  backdrop-filter: blur(10px);
  font-weight: 500;
  border-radius: 8px;
  margin-inline: auto;
  max-width: 700px;
  padding: 40px 10px;
  text-align: left;
  margin-top: 72px;
}
@media screen and (min-width: 768px) {
  body.thanks .p-thanks__contents {
    margin-top: 100px;
    max-width: 860px;
  }
}
body.thanks .p-thanks__contents .title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #71a444;
}
@media screen and (min-width: 1024px) {
  body.thanks .p-thanks__contents .title {
    font-size: 32px;
  }
}
body.thanks .p-thanks__contents .contents__text {
  max-width: 480px;
  margin-inline: auto;
  margin-top: 30px;
  color: #5a6157;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  body.thanks .p-thanks__contents .contents__text {
    max-width: 600px;
  }
}
body.thanks .p-thanks__contents .contents__text p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 32px;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  body.thanks .p-thanks__contents .contents__text p {
    font-size: 16px;
  }
}
body.thanks .p-thanks__contents .contents__text .text03 span {
  font-weight: 600;
  color: #1c3a2e;
}

body.error404 .p-error {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  body.error404 .p-error {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
body.error404 .p-error h1 {
  color: #1c3a2e;
}
body.error404 .p-error__contents {
  background-color: rgba(255, 255, 255, 0.9019607843);
  text-align: center;
  padding: 60px 10px;
}
@media screen and (min-width: 768px) {
  body.error404 .p-error__contents {
    max-width: 600px;
  }
}
body.error404 .p-error__contents__title {
  color: #71a444;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  body.error404 .p-error__contents__title {
    font-size: 30px;
  }
}
body.error404 .p-error__contents__description {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  body.error404 .p-error__contents__description {
    font-size: 18px;
    color: #808080;
  }
}

body.faq .p-faq .c-cta {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  body.faq .p-faq .c-cta {
    margin-top: 120px;
  }
}
body.faq .p-faq__wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  body.faq .p-faq__wrapper {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
body.faq .p-faq__section {
  margin-top: 45px;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.faq .p-faq__section {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
  }
}
body.faq .p-faq__section__heading {
  color: #1c3a2e;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  body.faq .p-faq__section__heading {
    font-size: 24px;
  }
}
body.faq .p-faq__nav {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  body.faq .p-faq__nav {
    margin-bottom: 80px;
  }
}
body.faq .p-faq__nav__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 60px;
  gap: 3px;
}
@media screen and (min-width: 768px) {
  body.faq .p-faq__nav__menu__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 3.5%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
body.faq .p-faq__nav__menu__list__item {
  color: #1c3a2e;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 768px) {
  body.faq .p-faq__nav__menu__list__item {
    width: 45%;
  }
}
body.faq .p-faq__nav__menu__list__item:hover a {
  color: #1c3a2e;
}
body.faq .p-faq__nav__menu__list__item:hover a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  border-radius: 0;
}
body.faq .p-faq__nav__menu__list__item:hover a::before {
  background-color: #1c3a2e;
}
body.faq .p-faq__nav__menu__list__item a {
  text-align: left;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 10px 64px;
  color: #1c3a2e;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  z-index: 1;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  body.faq .p-faq__nav__menu__list__item a {
    font-size: 22px;
    padding: 12px 20px 12px 64px;
  }
}
body.faq .p-faq__nav__menu__list__item a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-color: #d5e8b3;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
body.faq .p-faq__nav__menu__list__item a::before {
  width: 15px;
  height: 12px;
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  background: #1c3a2e;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (min-width: 768px) {
  body.faq .p-faq__nav__menu__list__item a::before {
    width: 20px;
    height: 18px;
  }
}
body.faq .p-faq__nav__menu__list__item .last-item::after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.faq .p-faq__nav__note {
  font-size: 14px;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  padding: 24px 35px;
}
@media screen and (min-width: 768px) {
  body.faq .p-faq__nav__note {
    width: 480px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 42px;
    margin-top: 60px;
  }
}
body.faq .p-faq__nav__title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
body.faq .p-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
body.faq .p-faq__list .item {
  border-top: 1px solid #768d59;
  border-bottom: 1px solid #768d59;
}
body.faq .p-faq__list .item dt.question {
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
body.faq .p-faq__list .item dt.question:hover {
  background-color: #f9fdf5;
}
body.faq .p-faq__list .item dt.question::after {
  content: "＋";
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #768d59;
  font-weight: bold;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  body.faq .p-faq__list .item dt.question::after {
    right: 20px;
  }
}
body.faq .p-faq__list .item.is-open dt.question::after {
  content: "－";
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
body.faq .p-faq__list .item dd.answer {
  padding: 0 18px 0 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.faq .p-faq__list .item dd.answer {
    padding: 0 36px;
  }
}
body.faq .p-faq__list .item dd.answer .text {
  padding-bottom: 24px;
  padding-top: 12px;
}
body.faq .p-faq__list .item dt {
  padding: 24px 18px 24px 10px;
}
@media screen and (min-width: 768px) {
  body.faq .p-faq__list .item dt {
    padding: 24px 36px 24px 36px;
  }
}
body.faq .p-faq__list .item .question,
body.faq .p-faq__list .item .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
  gap: 12px;
}
body.faq .p-faq__list .item .question .icon-q,
body.faq .p-faq__list .item .answer .icon-q {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background-color: #768d59;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  padding: 2px;
}
body.faq .p-faq__list .item .question .icon-a,
body.faq .p-faq__list .item .answer .icon-a {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1;
  color: #768d59;
  background-color: #fff;
  width: 28px;
  height: 31px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #768d59;
  vertical-align: middle;
  padding: 2px;
}
body.faq .p-faq__list .item .question .text,
body.faq .p-faq__list .item .answer .text {
  color: #5a6157;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.faq .p-faq__list .item .question {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  body.faq .p-faq__list .item .question {
    font-size: 20px;
  }
}
body.faq .p-faq__list .item .answer {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  body.faq .p-faq__list .item .answer {
    font-size: 16px;
  }
}
body.faq .p-faq__list .item .answer .note {
  font-size: 14px;
  color: #767676;
}

@media screen and (min-width: 768px) {
  body.blog .p-column .c-pan,
  body.archive .p-column .c-pan {
    max-width: 1200px;
  }
}
body.blog .p-column__nav,
body.archive .p-column__nav {
  position: relative;
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #5a6157;
  font-family: "Noto Sans JP", sans-serif;
}
body.blog .p-column__nav__list,
body.archive .p-column__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.blog .p-column__nav__list,
  body.archive .p-column__nav__list {
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
body.blog .p-column__nav__list .item,
body.archive .p-column__nav__list .item {
  padding: 5px 15px;
  border: 1px solid #5a6157;
  border-radius: 18px;
  line-height: 1.4;
}
body.blog .p-column__list,
body.archive .p-column__list {
  max-width: 1200px;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.blog .p-column__list,
  body.archive .p-column__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 30px;
    gap: 48px 2%;
    margin-top: 112px;
  }
}
body.blog .p-column__list .item,
body.archive .p-column__list .item {
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 400px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  body.blog .p-column__list .item,
  body.archive .p-column__list .item {
    width: 32%;
  }
}
body.blog .p-column__list .item a,
body.archive .p-column__list .item a {
  width: 100%;
  height: auto;
}
body.blog .p-column__list .item figcaption,
body.archive .p-column__list .item figcaption {
  margin-top: 15px;
  padding: 24px 40px 40px;
  color: #5a6157;
  font-family: "Noto Sans JP", sans-serif;
}
body.blog .p-column__list .item figcaption .category,
body.archive .p-column__list .item figcaption .category {
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 17.5px;
  border: 1px solid #c2c7c0;
  display: inline-block;
}
body.blog .p-column__list .item figcaption .date,
body.archive .p-column__list .item figcaption .date {
  font-size: 12px;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  body.blog .p-column__list .item figcaption .date,
  body.archive .p-column__list .item figcaption .date {
    font-size: 16px;
  }
}
body.blog .p-column__list .item figcaption .name,
body.archive .p-column__list .item figcaption .name {
  font-weight: 700;
  font-size: 20px;
  color: #2f2f2f;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  body.blog .p-column__list .item figcaption .name,
  body.archive .p-column__list .item figcaption .name {
    font-size: 20px;
  }
}
body.blog .p-column__list .item figcaption .contents,
body.archive .p-column__list .item figcaption .contents {
  line-height: 1.4;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  body.blog .p-column__list .item figcaption .contents,
  body.archive .p-column__list .item figcaption .contents {
    font-size: 18px;
  }
}
body.blog .p-column__list .item:hover,
body.archive .p-column__list .item:hover {
  opacity: 0.8;
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  -webkit-box-shadow: 2px 2px 2px rgba(79, 79, 79, 0.337254902);
          box-shadow: 2px 2px 2px rgba(79, 79, 79, 0.337254902);
}
body.blog .p-column .c-pagenavi,
body.archive .p-column .c-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 50px;
  font-family: sans-serif;
  height: 100px;
}
body.blog .p-column .c-pagenavi .page-numbers,
body.archive .p-column .c-pagenavi .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  body.blog .p-column .c-pagenavi .page-numbers,
  body.archive .p-column .c-pagenavi .page-numbers {
    font-size: 24px;
  }
}
body.blog .p-column .c-pagenavi .page-numbers:hover:not(.dots),
body.archive .p-column .c-pagenavi .page-numbers:hover:not(.dots) {
  background-color: #f0f0f0;
  border-color: #333;
}
body.blog .p-column .c-pagenavi .page-numbers.current,
body.archive .p-column .c-pagenavi .page-numbers.current {
  background-color: #acbb9d;
  color: #fff;
  border-radius: 6px;
  height: 23px;
  width: 19px;
}
@media screen and (min-width: 768px) {
  body.blog .p-column .c-pagenavi .page-numbers.current,
  body.archive .p-column .c-pagenavi .page-numbers.current {
    height: 30px;
    width: 25px;
  }
}
body.blog .p-column .c-pagenavi .page-numbers.dots,
body.archive .p-column .c-pagenavi .page-numbers.dots {
  border: none;
  background: transparent;
}
body.blog .p-column .c-pagenavi .page-numbers.prev, body.blog .p-column .c-pagenavi .page-numbers.next,
body.archive .p-column .c-pagenavi .page-numbers.prev,
body.archive .p-column .c-pagenavi .page-numbers.next {
  border: none;
  border-radius: 0;
  width: auto;
  padding: 0 15px;
  font-weight: bold;
  background-color: transparent;
  width: 64px;
  height: 44px;
  border: 1px solid #1c3a2e;
  border-radius: 100px;
  color: #1c3a2e;
  text-decoration: none;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  body.blog .p-column .c-pagenavi .page-numbers.prev, body.blog .p-column .c-pagenavi .page-numbers.next,
  body.archive .p-column .c-pagenavi .page-numbers.prev,
  body.archive .p-column .c-pagenavi .page-numbers.next {
    font-size: 24px;
  }
}
body.blog .p-column .c-pagenavi .page-numbers.prev:hover, body.blog .p-column .c-pagenavi .page-numbers.next:hover,
body.archive .p-column .c-pagenavi .page-numbers.prev:hover,
body.archive .p-column .c-pagenavi .page-numbers.next:hover {
  background: transparent;
  text-decoration: underline;
}
body.blog .p-column .c-pagenavi .page-numbers.prev,
body.archive .p-column .c-pagenavi .page-numbers.prev {
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  body.blog .p-column .c-pagenavi .page-numbers.prev,
  body.archive .p-column .c-pagenavi .page-numbers.prev {
    margin-right: 32px;
  }
}
body.blog .p-column .c-pagenavi .page-numbers.next,
body.archive .p-column .c-pagenavi .page-numbers.next {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  body.blog .p-column .c-pagenavi .page-numbers.next,
  body.archive .p-column .c-pagenavi .page-numbers.next {
    margin-left: 32px;
  }
}

body.single .p-single {
  padding-top: 55px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  body.single .p-single {
    padding-top: 100px;
    margin-bottom: 120px;
  }
}
body.single .p-single__inner {
  padding-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  body.single .p-single__inner {
    padding-top: 120px;
    margin-bottom: 120px;
  }
}
body.single .p-single .single-item {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.single .p-single .single-item {
    max-width: 700px;
  }
}
body.single .p-single .single-item .category {
  font-size: 18px;
  padding: 5px 15px;
  border-radius: 17.5px;
  border: 1px solid #c2c7c0;
  display: inline-block;
}
body.single .p-single .single-item .title {
  margin-top: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
body.single .p-single .single-item .date {
  margin-top: 10px;
}
body.single .p-single .single-item .image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
body.single .p-single .single-item .image img {
  width: 100%;
}
body.single .p-single .single-item figcaption {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  body.single .p-single .single-item figcaption {
    gap: 15px;
  }
}
body.single .p-single .single-item figcaption .contents {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  body.single .p-single .single-item figcaption .contents {
    font-size: 18px;
  }
}
body.single .p-single .p-column-single__post-nav {
  margin: 60px 0 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body.single .p-single .p-column-single__post-nav {
    margin: 72px 0 0;
  }
}
body.single .p-single .p-column-single__post-nav .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  body.single .p-single .p-column-single__post-nav .inner {
    gap: 48px;
  }
}
body.single .p-single .p-column-single__post-nav .prev,
body.single .p-single .p-column-single__post-nav .next {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  font-weight: 700;
}
body.single .p-single .p-column-single__post-nav .prev a,
body.single .p-single .p-column-single__post-nav .next a {
  display: inline-block;
  color: #433522;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1024px) {
  body.single .p-single .p-column-single__post-nav .prev a,
  body.single .p-single .p-column-single__post-nav .next a {
    font-size: 16px;
  }
}
body.single .p-single .p-column-single__post-nav .prev a:hover,
body.single .p-single .p-column-single__post-nav .next a:hover {
  opacity: 0.6;
}
body.single .p-single .p-column-single__post-nav .prev,
body.single .p-single .p-column-single__post-nav .next {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single .p-single .p-column-single__post-nav .prev a,
body.single .p-single .p-column-single__post-nav .next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 44px;
  border: 1px solid #1c3a2e;
  border-radius: 100px;
  color: #1c3a2e;
  text-decoration: none;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.single .p-single .p-column-single__post-nav .prev a:hover,
body.single .p-single .p-column-single__post-nav .next a:hover {
  background-color: #1c3a2e;
  color: #fff;
}
body.single .p-single .p-column-single__post-nav .prev {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.single .p-single .p-column-single__post-nav .next {
  margin-right: 20px;
}
body.single .p-single .p-column-single__post-nav .back {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
body.single .p-single .p-column-single__post-nav .back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  body.single .p-single .p-column-single__post-nav .back a {
    font-size: 16px;
  }
}
body.single .p-single .p-column-single__post-nav .back a:hover {
  background-color: #433522;
  color: #fff;
}

body.service .p-service .c-sub__fv__title .heading .jp {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  body.service .p-service .c-sub__fv__title .heading .jp {
    font-size: 38px;
    margin-top: 11px;
  }
}
body.service .p-service .cta-heading {
  display: none;
}
body.service .p-service .c-cta__btn {
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  body.service .p-service .c-cta__btn {
    margin: 20px 0;
  }
}
body.service .p-service__section {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.service .p-service__section {
    margin-bottom: 120px;
  }
}
body.service .p-service__nav__menu__title {
  color: #fff;
  background-color: #1c3a2e;
  text-align: center;
  padding: 10px;
  line-height: 1;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  body.service .p-service__nav__menu__title {
    font-size: 32px;
    padding: 18px;
  }
}
body.service .p-service__nav__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 60px;
  gap: 10px 4%;
}
@media screen and (min-width: 768px) {
  body.service .p-service__nav__menu__list {
    -webkit-box-pack: star;
        -ms-flex-pack: star;
            justify-content: star;
    gap: 20px 3.5%;
  }
}
body.service .p-service__nav__menu__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  background-color: #1c3a2e;
  position: relative;
  z-index: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 768px) {
  body.service .p-service__nav__menu__list__item {
    width: 31%;
  }
}
body.service .p-service__nav__menu__list__item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-color: #d5e8b3;
  z-index: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
body.service .p-service__nav__menu__list__item:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  border-radius: 0;
}
body.service .p-service__nav__menu__list__item:hover a {
  color: #1c3a2e;
}
body.service .p-service__nav__menu__list__item:hover a::after {
  background-color: #1c3a2e;
}
body.service .p-service__nav__menu__list__item a {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  z-index: 1;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  body.service .p-service__nav__menu__list__item a {
    height: 90px;
    font-size: 20px;
  }
}
body.service .p-service__nav__menu__list__item a::after {
  display: none;
}
@media screen and (min-width: 768px) {
  body.service .p-service__nav__menu__list__item a::after {
    width: 15px;
    height: 12px;
    content: "";
    position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: inline-block;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}
body.service .p-service__nav__menu__list__item .last-item::after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.service .p-service__nav__note {
  font-size: 14px;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  padding: 24px 35px;
}
@media screen and (min-width: 768px) {
  body.service .p-service__nav__note {
    width: 480px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 42px;
    margin-top: 60px;
  }
}
body.service .p-service__nav__title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
body.service .p-service__menu {
  margin-top: 60px;
  margin-bottom: 60px;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  body.service .p-service__menu {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
body.service .p-service__menu .c-button {
  margin-top: 0;
}
body.service .p-service__menu__item__heading {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  display: inline-block;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #1c3a2e;
}
body.service .p-service__menu__item__heading::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1c3a2e;
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media screen and (min-width: 768px) {
  body.service .p-service__menu__item__heading {
    font-size: 28px;
  }
}
body.service .p-service__menu__item .heading-desc {
  font-family: "Noto Sans JP", sans-serif;
  color: #5a6157;
  font-style: 16px;
  line-height: 1.4;
  margin-top: 12px;
}
body.service .p-service__menu__item .sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  margin-top: 10px;
}
body.service .p-service__menu__item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  body.service .p-service__menu__item__contents {
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
body.service .p-service__menu__item__contents .contents__image {
  width: 100%;
  max-width: 350px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.service .p-service__menu__item__contents .contents__image {
    max-width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  body.service .p-service__menu__item__contents .contents__image {
    width: 24%;
    max-width: 200px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
}
body.service .p-service__menu__item__contents .contents__image img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body.service .p-service__menu__item__contents .contents__list {
    width: 77%;
  }
}
body.service .p-service__menu__item__contents .contents__list .graph-title {
  font-family: "Noto Sans JP", sans-serif;
  color: #1c3a2e;
  font-weight: 400;
  font-size: 18px;
}
body.service .p-service__menu__item__contents .contents__list .graph th {
  text-align: center;
  background-color: #1c3a2e;
  color: #fff;
  text-wrap: nowrap;
  padding: 14px 15px;
  border: 1px solid #e4e8e1;
}
body.service .p-service__menu__item__contents .contents__list .graph th.is-empty {
  color: transparent;
}
body.service .p-service__menu__item__contents .contents__list .graph td {
  text-align: center;
  border: 1px solid #e4e8e1;
  background-color: #fff;
  padding: 14px 15px;
  text-wrap: nowrap;
}
body.service .p-service__menu__item__contents .contents__list .description {
  background-color: #f2f2f2;
  padding: 7px 16px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  body.service .p-service__menu__item__contents .contents__list .description {
    margin-top: 20px;
  }
}
body.service .p-service__menu__item__contents .contents__list .text02 {
  margin-top: 22px;
}
body.service .p-service__menu__item__contents .contents__list .note {
  font-size: 12px;
  margin-top: 10px;
  text-align: left;
  color: #5a6157;
}
body.service .p-service__additional {
  margin-top: 64px;
}
body.service .p-service__additional__inner {
  padding: 80px 0;
  background-color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  body.service .p-service__additional__inner {
    max-width: 820px;
    padding: 30px 0;
  }
}
body.service .p-service__additional .bg-icon {
  position: absolute;
  width: 120px;
  top: -50px;
  right: -10px;
}
@media screen and (min-width: 1024px) {
  body.service .p-service__additional .bg-icon {
    width: 146px;
    top: -100px;
    right: -20px;
  }
}
body.service .p-service__additional .bg-icon img {
  display: block;
  width: 100%;
}
body.service .p-service__additional__title {
  color: #1c3a2e;
  font-weight: 500;
  line-height: 1.4;
  font-size: 32px;
}
body.service .p-service__additional__desc {
  color: #2f2f2f;
  line-height: 1.4;
  margin-top: 16px;
}
body.service .p-service__additional .note {
  font-size: 18px;
  font-weight: 600;
  margin-top: 28px;
}
body.service .p-service__payment {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  body.service .p-service__payment {
    margin-top: 120px;
  }
}
body.service .p-service__payment__inner {
  color: #fff;
  text-align: center;
  background-color: #1c3a2e;
  padding: 64px 54px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.service .p-service__payment__inner {
    padding: 48px 10px;
  }
}
body.service .p-service__payment__inner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 96%;
  height: 98%;
  border: 1px solid #947e3d;
}
@media screen and (min-width: 768px) {
  body.service .p-service__payment__inner::after {
    width: 98%;
    height: 96%;
    max-width: 1005px;
    max-height: 366px;
  }
}
body.service .p-service__payment__title {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  body.service .p-service__payment__title {
    font-size: 48px;
  }
}
body.service .p-service__payment__desc {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  body.service .p-service__payment__desc {
    margin-top: 12px;
  }
}
body.service .p-service__payment .image-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  body.service .p-service__payment .image-list {
    margin-top: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 696px;
  }
}
body.service .p-service__payment .image-list .image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.service .p-service__payment .image-list .image {
    max-width: 200px;
  }
}
body.service .p-service__payment .image-list .image img {
  width: 100%;
}
body.service .js-scrollable {
  margin-top: 10px;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  /* ScrollHintのアイコンが見えない場合、z-indexを調整 */
}
@media screen and (min-width: 1024px) {
  body.service .js-scrollable {
    margin-top: 20px;
  }
}
body.service .js-scrollable .scroll-hint {
  position: relative;
  z-index: 10;
}
body.service .js-scrollable .scroll-hint-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 130px !important;
  border-width: 1px !important;
}
body.service .js-scrollable .scroll-hint-icon::before {
  width: 20px !important;
  height: 20px !important;
}
body.service .js-scrollable .scroll-hint-text {
  font-size: 12px !important;
}

body.flow .p-flow__section {
  position: relative;
}
body.flow .p-flow__section__inner {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  body.flow .p-flow__section__inner {
    padding-bottom: 120px;
  }
}
body.flow .p-flow__section .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  body.flow .p-flow__section .flow-list {
    gap: 40px;
  }
}
body.flow .p-flow__section .flow-list__item {
  width: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  body.flow .p-flow__section .flow-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 100%;
  }
}
body.flow .p-flow__section .flow-list__item .image {
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 1024px) {
  body.flow .p-flow__section .flow-list__item .image {
    width: 35.3%;
    max-width: 360px;
  }
}
body.flow .p-flow__section .flow-list__item .image img {
  width: 100%;
}
body.flow .p-flow__section .flow-list__item .contents {
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  body.flow .p-flow__section .flow-list__item .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 48px;
  }
}
body.flow .p-flow__section .flow-list__item .contents .number {
  color: #fff;
  background-color: #1c3a2e;
  padding: 3px 12px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  body.flow .p-flow__section .flow-list__item .contents .number {
    font-size: 20px;
  }
}
body.flow .p-flow__section .flow-list__item .contents .title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 7px;
}
@media screen and (min-width: 1024px) {
  body.flow .p-flow__section .flow-list__item .contents .title {
    font-size: 24px;
  }
}
body.flow .p-flow__section .flow-list__item .contents .title span {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  body.flow .p-flow__section .flow-list__item .contents .title span {
    font-size: 20px;
  }
}
body.flow .p-flow__section .flow-list__item .contents .detail {
  margin-top: 14px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  body.flow .p-flow__section .flow-list__item .contents .detail {
    font-size: 16px;
  }
}
body.flow .p-flow__section .flow-list__item .contents .note {
  margin-top: 10px;
  font-size: 12px;
  color: #1c3a2e;
}
@media screen and (min-width: 1024px) {
  body.flow .p-flow__section .flow-list__item .contents .note {
    margin-top: 24px;
    font-size: 18px;
  }
}

body.company .p-company__ryokugo__section {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.company .p-company__ryokugo__section {
    max-width: 100%;
  }
}
body.company .p-company__ryokugo__section article {
  margin-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 31px;
}
@media screen and (min-width: 768px) {
  body.company .p-company__ryokugo__section article {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 100%;
    gap: 56px;
  }
}
body.company .p-company__ryokugo__section .ryokugo-image {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 768px) {
  body.company .p-company__ryokugo__section .ryokugo-image {
    width: 400px;
    height: 100%;
  }
}
body.company .p-company__ryokugo__section .ryokugo-image img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
body.company .p-company__ryokugo__section .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #1c3a2e;
}
@media screen and (min-width: 768px) {
  body.company .p-company__ryokugo__section .desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
body.company .p-company__message {
  margin-top: 128px;
  gap: 40px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.company .p-company__message {
    max-width: 100%;
    margin-top: 140px;
  }
}
body.company .p-company__message .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  body.company .p-company__message .message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 56px;
    margin-top: 45px;
  }
}
body.company .p-company__message .message .message-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.company .p-company__message .message .message-image {
    max-width: 400px;
    height: 500px;
  }
}
body.company .p-company__message .message .message-image img {
  width: 100%;
}
body.company .p-company__message .message .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.company .p-company__info {
  margin-top: 128px;
  margin-bottom: 64px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.company .p-company__info {
    max-width: 100%;
    margin-bottom: 140px;
  }
}
body.company .p-company__info article {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  body.company .p-company__info article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 56px;
  }
}
body.company .p-company__info article .info__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  body.company .p-company__info article iframe {
    width: 496px;
    height: 363px;
  }
}
body.company .p-company__area {
  background-image: url(../images/home/bg_area_sp.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 100px;
  backdrop-filter: blur(30px);
  background-color: #b8c5ab;
}
@media screen and (min-width: 768px) {
  body.company .p-company__area {
    background-image: url(../images/home/bg_area.png);
  }
}
@media screen and (min-width: 1024px) {
  body.company .p-company__area__inner {
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.company .p-company__area__contents {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  body.company .p-company__area__contents {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body.company .p-company__area__contents .image {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  body.company .p-company__area__contents .image {
    max-width: 560px;
  }
}
body.company .p-company__area__contents .text {
  margin-top: 22px;
  color: #1c3a2e;
  font-weight: 700;
}
body.company .p-company__area__contents .text .main {
  font-size: 22px;
  line-height: 1.4;
}
body.company .p-company__area__contents .text .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
}
body.company .p-company__area__contents .text .note {
  margin-top: 20px;
  color: #5a6157;
}

body.work .p-work__section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  body.work .p-work__section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
body.work .p-work__list {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
body.work .p-work__list__item .item__title .category {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  body.work .p-work__list__item .item__title .category {
    font-size: 32px;
  }
}
body.work .p-work__list__item .item__title .customer-name {
  margin-top: 10px;
  color: #5a6157;
}
body.work .p-work__list__item .item__figure .work__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.work .p-work__list__item .item__figure .work__images {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 38.5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.work .p-work__list__item .item__figure .work__images .image-unit {
  width: 100%;
  max-width: 350px;
  margin-top: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.work .p-work__list__item .item__figure .work__images .image-unit {
    margin-top: 32px;
    max-width: 450px;
  }
}
body.work .p-work__list__item .item__figure .work__images .image-unit .image {
  aspect-ratio: 448/336; /* 比率を固定 */
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
body.work .p-work__list__item .item__figure .work__images .image-unit .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 比率を保ったまま枠いっぱいに広げる */
}
body.work .p-work__list__item .item__figure .work__images .image-unit .caption {
  margin-top: 7px;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.work .p-work__list__item .item__figure .work__images .image-unit .caption {
    text-align: right;
  }
}
body.work .p-work__list__item .item__figure .work__images .arrow {
  width: 47px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.work .p-work__list__item .item__figure .work__images .arrow {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
body.work .p-review__section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  clip-path: inset(0);
}
@media screen and (min-width: 768px) {
  body.work .p-review__section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
body.work .p-review__section::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background-image: url(../images/works/review-bg-sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  body.work .p-review__section::before {
    background-image: url(../images/works/review-bg.jpg);
  }
}
body.work .p-review__section .c-heading .en {
  color: #a8c5a0;
}
body.work .p-review__section .c-heading .jp {
  color: #fff;
}
body.work .p-review__section__inner {
  padding: 40px 30px 60px 30px;
  background-color: #1c3a2e;
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.work .p-review__section__inner {
    max-width: 1200px;
    width: 90%;
  }
}
body.work .p-review__section__inner::after {
  display: block;
  content: "";
  position: absolute;
  border: solid 1px #947e3d;
  width: 92%;
  height: 97%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
@media (min-width: 900px) {
  body.work .p-review__section__inner::after {
    width: 96%;
    height: 95%;
  }
}
@media (min-width: 900px) {
  body.work .p-review__contents {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.work .p-review__list {
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  z-index: 10;
  position: relative;
}
@media (min-width: 900px) {
  body.work .p-review__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.work .p-review__list .item {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  padding: 40px 20px;
  border: 1px solid #a8c5a0;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (min-width: 900px) {
  body.work .p-review__list .item {
    max-width: 280px;
  }
}
body.work .p-review__list .item:hover {
  background-color: rgba(255, 255, 255, 0.8117647059);
}
body.work .p-review__list .item .review-name {
  font-size: 20px;
  position: relative;
}
body.work .p-review__list .item .review-name::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #222;
}
body.work .p-review__list .item .category {
  margin-top: 35px;
  line-height: 1;
  margin-top: 30px;
  display: inline-block;
  color: #5a6157;
  padding: 5px 14px;
  font-size: 18px;
  border-radius: 20px;
  border: solid 1px #5a6157;
}
body.work .p-review__list .item .text {
  margin-top: 10px;
}
body.work .p-review .link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  margin-top: 48px;
  z-index: 2;
  position: relative;
}
@media (min-width: 900px) {
  body.work .p-review .link {
    margin-top: 70px;
  }
}
body.work .p-review .link a {
  display: block;
  width: 100%;
}

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

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

.u-pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc-block {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */