@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;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  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;
}

html {
  scroll-padding-top: 91px;
  scroll-behavior: smooth;
}
@media (min-width: 1200px) {
  html {
    scroll-padding-top: 133px;
  }
}

html.admin-bar {
  scroll-padding-top: 137px;
}
@media (min-width: 783px) {
  html.admin-bar {
    scroll-padding-top: 123px;
  }
}
@media (min-width: 1200px) {
  html.admin-bar {
    scroll-padding-top: 165px;
  }
}

body {
  font-family: "LINE Seed JP", sans-serif;
  color: #30261a;
  overflow-x: hidden;
  height: 100%;
}

body.admin-bar .l-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .l-header {
    top: 46px;
  }
}

main {
  padding-top: 91.2px;
}
@media (min-width: 1200px) {
  main {
    padding-top: 125px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #2a430f;
  /* --- SP専用：ハンバーガーボタン --- */
  /* --- ナビゲーション本体 --- */
  /* --- PC専用：お問い合わせボタンエリア --- */
  /* --- オーバーレイ --- */
}
.l-header__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .l-header__inner {
    border-radius: 9px;
    max-width: 1400px;
    margin-top: 10px;
    padding: 10px 25px;
  }
}
.l-header__logo {
  display: block;
  margin-left: 20px;
  width: 90px;
}
@media (min-width: 1200px) {
  .l-header__logo {
    width: 120px;
  }
}
.l-header .hamburger {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #30261a;
  border: none;
  position: relative;
  z-index: 1100;
}
@media (min-width: 1200px) {
  .l-header .hamburger {
    display: none;
  }
}
.l-header .hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  border-radius: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .hamburger span:nth-child(1) {
  top: 15px;
}
.l-header .hamburger span:nth-child(2) {
  top: 23px;
}
.l-header .hamburger span:nth-child(3) {
  top: 31px;
}
.l-header .hamburger.is-open span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.l-header .hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.l-header .hamburger.is-open span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
.l-header__nav__contents {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  height: 100vh;
  background-color: #30261a;
  padding: 100px 40px;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  z-index: 1050;
}
.l-header__nav__contents.is-open {
  right: 0;
}
@media (min-width: 1200px) {
  .l-header__nav__contents {
    position: static;
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    right: auto;
  }
}
.l-header__nav__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: 40px;
  list-style: none;
  font-weight: 700;
  position: relative;
  margin-top: 52px;
}
@media (min-width: 1200px) {
  .l-header__nav__list {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    font-size: 14px;
    max-width: 610px;
  }
}
.l-header__nav__list .item {
  display: block;
  position: relative;
}
.l-header__nav__list .item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 13px;
  height: 16px;
  background: #ffffff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media (min-width: 1200px) {
  .l-header__nav__list .item::before {
    display: none;
  }
}
.l-header__nav__list .item::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.l-header__nav__list a {
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.l-header__nav__list a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #2a430f;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .l-header__nav__list a {
    color: #30261a;
  }
}
.l-header__nav__list a:hover {
  color: #2a430f;
}
.l-header__nav__list a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.l-header__btn {
  display: none;
}
@media (min-width: 1200px) {
  .l-header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    max-width: 620px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__btn .btn-item a {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 0;
    max-width: 172px;
  }
  .l-header__btn .btn-item a img {
    width: 100%;
    height: auto;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .l-header__btn .btn-item a .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .l-header__btn .btn-item a:hover .default-img {
    opacity: 0;
  }
  .l-header__btn .btn-item a:hover .hover-img {
    opacity: 1;
  }
}
.l-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}
.l-header__overlay.is-open {
  display: block;
}

.l-footer {
  background-color: #2a430f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding-top: 40px;
  line-height: 1.6;
  position: relative;
}
.l-footer__inner {
  width: 78.8%;
  max-width: 1000px;
  margin: 0 auto;
}
.l-footer__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .l-footer__upper {
    -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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    gap: 60px;
  }
}
.l-footer__logo {
  margin-bottom: 40px;
  max-width: 280px;
}
@media (min-width: 768px) {
  .l-footer__logo {
    margin-bottom: 0;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
.l-footer .info-list {
  display: inline-block;
  text-align: left;
}
.l-footer .info-list .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.l-footer .info-list .info-item dt {
  width: 5.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer .info-list .info-item dt::after {
  content: "";
}
.l-footer .info-list .info-item dd {
  margin-left: 0;
  padding-left: 5px;
}
.l-footer__nav {
  margin-bottom: 40px;
}
.l-footer__nav .nav-list {
  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;
  list-style: none;
  padding: 0;
  gap: 15px 30px;
}
.l-footer__nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.l-footer__nav .nav-item a {
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
.l-footer__nav .nav-item a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-footer__nav .nav-item a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.l-footer__nav .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 1px;
  height: 16px;
  background-color: #fff;
  opacity: 0.3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__nav .note {
  font-size: 12px;
  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: 30px;
}
.l-footer__nav .note a {
  position: relative;
}
.l-footer__nav .note a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 1px;
  height: 16px;
  background-color: #fff;
  opacity: 0.3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__copy {
  background-color: #2b231a;
  text-align: center;
  padding: 15px 0;
}
.l-footer__copy small {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
}

.top_btn {
  position: fixed;
  right: 5%;
  bottom: 30px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.1s ease-out;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.1s ease-out;
  transition: opacity 0.3s, visibility 0.3s, transform 0.1s ease-out;
  transition: opacity 0.3s, visibility 0.3s, transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.top_btn.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto !important;
}
.top_btn .inner {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #332a25;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #332a25;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .top_btn .inner {
    width: 60px;
    height: 60px;
  }
}
.top_btn .inner::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fff;
}
@media screen and (min-width: 768px) {
  .top_btn .inner::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 12px solid #fff;
  }
}
.top_btn:hover .inner {
  background-color: #fff;
}
.top_btn:hover .inner::after {
  border-bottom: 8px solid #332a25;
}
@media screen and (min-width: 768px) {
  .top_btn:hover .inner::after {
    border-bottom: 12px solid #332a25;
  }
}

.l-wrapper {
  width: 100%;
  padding-block: 72px;
}
@media screen and (min-width: 768px) {
  .l-wrapper {
    padding-block: 100px;
  }
}

.l-section {
  width: 89.3%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-section {
    width: 100%;
  }
}

.l-container__sm {
  max-width: 960px;
  margin-inline: auto;
  width: 100%;
}

.l-container__md {
  max-width: 1080px;
  margin-inline: auto;
  width: 100%;
}

.l-container__lg {
  max-width: 1120px;
  margin-inline: auto;
  width: 100%;
}

.l-container__xl {
  max-width: 1200px;
  margin-inline: auto;
  width: 100%;
}

.c-sub-hero {
  background-color: #457b27;
  width: 100%;
  height: 100px;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-sub-hero {
    height: 200px;
  }
}
.c-sub-hero__inner {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.c-sub-hero__inner .main-title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-sub-hero__inner .main-title {
    font-size: 36px;
  }
}
.c-sub-hero__inner .sub-title {
  text-align: center;
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-sub-hero__inner .sub-title {
    font-size: 24px;
  }
}
.c-sub-hero__inner .image {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-sub-hero__inner .image {
    width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .c-sub-hero__inner .image {
    width: 175px;
    height: auto;
  }
}
.c-sub-hero__inner .image-left {
  left: 16.6%;
}
.c-sub-hero__inner .image-right {
  right: 16.6%;
}

.c-cta__btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding-bottom: 40px;
  padding-top: 29px;
}
@media screen and (min-width: 1100px) {
  .c-cta__btn__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.c-cta__btn .contact,
.c-cta__btn .line {
  max-width: 295px;
}
@media screen and (min-width: 1100px) {
  .c-cta__btn .contact,
  .c-cta__btn .line {
    max-width: 270px;
  }
}
.c-cta__btn .tel {
  max-width: 295px;
}
@media screen and (min-width: 1100px) {
  .c-cta__btn .tel {
    max-width: 424px;
  }
}

.p-cta-link {
  display: block;
  line-height: 0;
  -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;
}
.p-cta-link picture img {
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .p-cta-link:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0.85;
  }
}
.p-cta-link:active {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.c-link-btn {
  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: 48px;
}
@media screen and (min-width: 768px) {
  .c-link-btn {
    margin-top: 75px;
  }
}
.c-link-btn a {
  display: inline-block;
  background-color: #fff;
  padding: 10px 40px 10px 18px;
  color: #457b27;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  border: 1px solid #457b27;
  border-radius: 36px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-link-btn a {
    padding: 11px 44px 11px 20px;
    font-size: 16px;
  }
}
.c-link-btn a:after {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  background-image: url(../images/common/btn_arrow_sp.svg);
  background-position: 0 0;
  background-size: contain;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-link-btn a:after {
    right: 14px;
    background-image: url(../images/common/btn_arrow.svg);
  }
}
.c-link-btn a:hover {
  background-color: #e2fae1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 2px 4px rgba(43, 43, 43, 0.3450980392);
          box-shadow: 0 2px 4px rgba(43, 43, 43, 0.3450980392);
}

.p-home .c-heading__jp {
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-home .c-heading__jp {
    font-size: 40px;
  }
}
.p-home .c-heading__en {
  font-weight: 700;
  font-size: 12px;
  margin-top: 5px;
  color: #457b27;
  text-align: center;
}
.p-home .c-heading {
  font-weight: bold;
  text-align: center;
}
.p-home .c-heading .jp {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-home .c-heading .jp {
    font-size: 40px;
  }
}
.p-home .c-heading .en {
  font-weight: 700;
  font-size: 12px;
  margin-top: 5px;
  color: #457b27;
  text-align: center;
}

.c-heading {
  font-weight: 700;
  text-align: center;
}
.c-heading .jp {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-heading .jp {
    font-size: 36px;
  }
}
.c-heading .sub {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .c-heading .sub {
    font-size: 20px;
  }
}
.c-heading .en {
  font-weight: 700;
  font-size: 12px;
  margin-top: 5px;
  color: #457b27;
  text-align: center;
}

.c-heading__jp {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-heading__jp {
    font-size: 36px;
  }
}

.c-heading__en {
  font-weight: 700;
  font-size: 12px;
  margin-top: 5px;
  color: #457b27;
  text-align: center;
}

.c-contact {
  background-color: #dde0da;
  /* フォーム全体 */
}
.c-contact__title {
  position: relative;
  z-index: 2;
  color: #30261a;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-contact__title {
    font-size: 32px;
  }
}
.c-contact .l-section {
  max-width: 640px;
}
.c-contact__form {
  max-width: 650px;
  margin: 0 auto;
  /* セレクトボックス特有 */
  /* チェックボックス */
}
.c-contact__form .c-form__group {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-contact__form .c-form__group {
    margin-bottom: 40px;
  }
}
.c-contact__form .c-form__file-wrapper.is-upload-box {
  height: 100px;
  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;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}
.c-contact__form .c-form__file-wrapper.is-upload-box .c-form__file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.c-contact__form .c-form__file-wrapper.is-upload-box .c-form__file-dummy {
  text-align: center;
}
.c-contact__form .c-form__file-wrapper.is-upload-box .c-form__file-dummy .c-form__file-name {
  color: #ccc;
  font-size: 14px;
}
.c-contact__form .c-form__label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-contact__form .c-form__label {
    font-size: 16px;
  }
}
.c-contact__form .c-form__label .note {
  font-size: 12px;
  font-weight: 400;
  color: #2f2820;
}
.c-contact__form .c-form__required {
  display: inline-block;
  font-size: 12px;
  background: #ed8a11;
  color: #fff;
  padding: 0 4px;
  border-radius: 2px;
  margin-left: 10px;
  line-height: 1.5;
  vertical-align: middle;
  font-weight: 700;
}
.c-contact__form .c-form__input,
.c-contact__form .c-form__select,
.c-contact__form .c-form__textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-contact__form .c-form__input,
  .c-contact__form .c-form__select,
  .c-contact__form .c-form__textarea {
    padding: 20px;
    font-size: 18px;
  }
}
.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: #999;
  font-size: 13px;
}
.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: #999;
  font-size: 13px;
}
.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: #999;
  font-size: 13px;
}
.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: #999;
  font-size: 13px;
}
.c-contact__form .c-form__input::placeholder,
.c-contact__form .c-form__select::placeholder,
.c-contact__form .c-form__textarea::placeholder {
  color: #999;
  font-size: 13px;
}
.c-contact__form .c-form__select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  color: #999;
  font-size: 13px;
}
.c-contact__form .c-form__select.is-selected {
  color: #000 !important;
}
.c-contact__form .c-form__group--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.c-contact__form .c-form__group--checkbox .c-form__checkbox {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.c-contact__form .c-form__group--checkbox .c-form__checkbox-text a {
  color: #457b27;
  text-decoration: underline;
}
.c-contact .c-form__submit {
  text-align: center;
  margin-top: 40px;
}
.c-contact .c-form__submit .c-button__contact {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 245px;
  height: 54px;
  background-color: #eeeeee;
  color: #999999;
  border: none;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  cursor: not-allowed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .c-contact .c-form__submit .c-button__contact {
    max-width: 270px;
    height: 64px;
    font-size: 18px;
  }
}
.c-contact .c-form__submit .c-button__contact:not(:disabled), .c-contact .c-form__submit .c-button__contact.is-active {
  background-color: #ed8a11;
  color: #fff;
  cursor: pointer;
}
.c-contact .c-form__submit .c-button__contact:not(:disabled):hover, .c-contact .c-form__submit .c-button__contact.is-active:hover {
  opacity: 0.8;
}
.c-contact .c-contact-cta {
  margin-top: 58px;
  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;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .c-contact .c-contact-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
.c-contact .c-contact-cta .c-contact-cta__item {
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-contact .c-contact-cta .c-contact-cta__item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.c-contact .c-contact__form {
  margin-top: 60px;
}

.c-contact--personal {
  background-color: #ccd9c5;
}

.p-business__contact {
  background-color: #ded8c7;
}

/* フォーム全体の中の記述を整理 */
.c-form__file-wrapper.is-upload-box {
  position: relative;
  width: 100%;
  height: 100px;
  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;
  border: 1px dashed #ccc;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  /* CF7が生成する span.wpcf7-form-control-wrap に対する指定 */
  /* 本物の input */
  /* 見た目用のダミー文字 */
}
.c-form__file-wrapper.is-upload-box .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.c-form__file-wrapper.is-upload-box .c-form__file-input {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.c-form__file-wrapper.is-upload-box .c-form__file-dummy {
  position: relative;
  z-index: 1;
  pointer-events: none;
  text-align: center;
}
.c-form__file-wrapper.is-upload-box .c-form__file-dummy .c-form__file-name {
  color: #666;
  font-size: 14px;
  margin: 0;
}

.c-form__submit {
  text-align: center;
  margin-top: 40px;
}
.c-form__submit .c-button__contact {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 245px;
  height: 54px;
  background-color: #eeeeee;
  color: #999999;
  border: none;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  cursor: not-allowed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .c-form__submit .c-button__contact {
    max-width: 270px;
    height: 64px;
    font-size: 18px;
  }
}
.c-form__submit .c-button__contact:not(:disabled), .c-form__submit .c-button__contact.is-active {
  background-color: #ed8a11;
  color: #fff;
  cursor: pointer;
}
.c-form__submit .c-button__contact:not(:disabled):hover, .c-form__submit .c-button__contact.is-active:hover {
  opacity: 0.8;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 {
  margin: 0 !important;
  padding: 0 !important;
}

.wpcf7 form {
  margin: 0 !important;
}

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

.p-price__manage {
  background-color: #f0e5d1;
  padding-bottom: 60px;
  font-weight: 700;
}
.p-price__manage__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  max-width: 640px;
}
.p-price__manage .c-heading .jp,
.p-price__manage .c-heading .en {
  font-weight: 700;
}
.p-price__manage .sub-title {
  margin-top: 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-price__manage .sub-title {
    font-size: 24px;
  }
}
.p-price__manage .image {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.p-price__manage .image img {
  width: 100%;
  max-width: 400px;
  border-radius: 9px;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.p-price__manage__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: 30px;
  margin-top: 40px;
  text-align: left;
  max-width: 800px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-price__manage__contents {
    -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;
    gap: 40px;
  }
}
.p-price__manage__contents .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-price__manage__contents .content .heading {
  background-color: #3e352b;
  color: #fff;
  padding: 10px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
}
.p-price__manage__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: 5px;
  max-width: 305px;
}
.p-price__manage__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  width: 100%;
  margin-top: 5px;
}
.p-price__manage__item .p-price__manage__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
}
.p-price__manage__item .p-price__manage__icon img {
  width: 18px;
  height: auto;
}
.p-price__manage__item .p-price__manage__text {
  font-weight: 700;
}

.c-pan {
  padding: 12px 15px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-pan {
    padding: 15px auto 20px 160px;
    width: 77.8%;
  }
}
.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;
}
.c-pan__nav p {
  color: #fff;
}
.c-pan__nav .top {
  text-decoration: underline;
}
.c-pan__nav .page-title {
  color: rgba(255, 255, 255, 0.4862745098);
}

.home .l-header {
  background-color: transparent;
}
.home .c-pan {
  display: none;
}

body.home .p-home {
  padding-top: 0;
}
body.home .p-home__hero {
  position: relative;
  z-index: 1;
  background-color: #588c3b;
}
body.home .p-home__hero__title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #fff;
  margin-top: 48vw;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  body.home .p-home__hero__title {
    margin-top: 220px;
  }
}
@media (min-width: 1200px) {
  body.home .p-home__hero__title {
    margin-top: 300px;
  }
}
body.home .p-home__hero__title .main-title {
  line-height: 1.4;
  font-size: 40px;
  font-weight: 700;
  text-shadow: 0 0 30px #2a430f;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__hero__title .main-title {
    font-size: 5.555vw;
  }
}
body.home .p-home__hero__title .sub-title {
  font-weight: 700;
  line-height: 1.4;
  font-size: 20px;
  text-shadow: 0 0 15px #2a430f;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__hero__title .sub-title {
    font-size: 2.5vw;
  }
}
body.home .p-home__hero__image {
  position: relative;
  background-color: #588c3b;
}
body.home .p-home__hero__image .bg-image {
  margin-top: 48px;
  width: 100vw;
}
@media (min-width: 1200px) {
  body.home .p-home__hero__image .bg-image {
    margin-top: 0;
  }
}
body.home .p-home__hero__image .bg-image img {
  width: 100%;
}
body.home .p-home__hero__image .flame-image {
  position: absolute;
  left: 0;
  bottom: -60px;
}
@media (min-width: 750px) {
  body.home .p-home__hero__image .flame-image {
    bottom: -40px;
  }
}
body.home .p-home .c-cta.--mv-under {
  margin-top: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #588c3b), color-stop(50%, #30261a));
  background: linear-gradient(to bottom, #588c3b 50%, #30261a 50%);
}
@media (min-width: 700px) {
  body.home .p-home .c-cta.--mv-under {
    margin-top: 38px;
  }
}
@media screen and (min-width: 1000px) {
  body.home .p-home .c-cta.--mv-under {
    margin-top: 39px;
  }
}
body.home .p-home .c-cta.--mv-under .c-cta__btn__inner {
  background-color: #fff;
  border-radius: 9px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  width: 335px;
  max-width: 90%;
}
@media screen and (min-width: 1000px) {
  body.home .p-home .c-cta.--mv-under .c-cta__btn__inner {
    width: 1080px;
    padding: 34px 40px 40px 40px;
  }
}
body.home .p-home .c-cta__btn .contact,
body.home .p-home .c-cta__btn .line,
body.home .p-home .c-cta__btn .tel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.home .p-home__trouble {
  background-color: #30261a;
  padding-bottom: 0;
  margin-top: -1px;
}
@media (min-width: 1200px) {
  body.home .p-home__trouble {
    margin-top: -1px;
  }
}
body.home .p-home__trouble__title {
  font-weight: 700;
  color: #fff;
}
body.home .p-home__trouble__title .note {
  color: #c195be;
}
body.home .p-home__trouble .c-heading__en {
  color: #fff;
}
body.home .p-home__trouble__list {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 72px;
  margin-top: 48px;
  width: 100%;
}
@media (min-width: 600px) {
  body.home .p-home__trouble__list {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1180px) {
  body.home .p-home__trouble__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
body.home .p-home__trouble__list .item {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__trouble__list .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.home .p-home__trouble__list .item .image {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 900px) {
  body.home .p-home__trouble__list .item .image {
    width: 80%;
    height: auto;
  }
}
@media (min-width: 1180px) {
  body.home .p-home__trouble__list .item .image {
    width: 240px;
    height: auto;
  }
}
body.home .p-home__trouble__list .item .image img {
  width: 100%;
  border-radius: 9px;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__trouble__list .item .image img {
    aspect-ratio: 240/180;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body.home .p-home__trouble__list .item .detail {
  margin-top: 16px;
  text-align: center;
  line-height: 1.6;
  color: #fff;
}
body.home .p-home__trouble__list .item::after {
  position: absolute;
  left: 50%;
  bottom: -32px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  content: "";
  display: inline-block;
  width: 32px;
  height: 16px;
  background-image: url("../images/home/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__trouble__list .item::after {
    width: 40px;
    height: 20px;
    bottom: -40px;
  }
}
body.home .p-home__trouble .solve__section {
  position: relative;
}
body.home .p-home__trouble .solve__section .heading {
  display: block;
  margin-top: 72px;
  font-size: 56px;
  color: #ffffff; /* 文字を白に */
  text-align: center;
  font-weight: 400;
  font-family: "Mochiy Pop One", sans-serif;
  line-height: 1.2;
  -webkit-filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.6549019608)) drop-shadow(0 0 10px #5b4a3f);
          filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.6549019608)) drop-shadow(0 0 10px #5b4a3f);
}
body.home .p-home__trouble .solve__section .heading span {
  font-size: 40px;
  text-shadow: inherit;
}
body.home .p-home__trouble .solve__section .banner-section {
  position: relative;
}
body.home .p-home__trouble .solve__section .banner-section .bg-image {
  width: 100%;
}
body.home .p-home__trouble .solve__section .banner-section .bg-image img {
  width: 100%;
  display: block;
}
body.home .p-home__trouble .solve__section .banner-section .banner {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85%;
  max-width: 320px;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.home .p-home__trouble .solve__section .banner-section .banner .banner-link {
  display: block;
  width: 100%;
  cursor: pointer;
}
body.home .p-home__trouble .solve__section .banner-section .banner .banner-image {
  display: block;
  width: 100%;
  margin: 0 auto;
}
body.home .p-home__trouble .solve__section .banner-section .banner .banner-image img {
  display: block;
  width: 100%;
  height: auto;
}
body.home .p-home__trouble .solve__section .banner-section .banner:hover {
  bottom: 50px;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
@media (min-width: 800px) {
  body.home .p-home__trouble .solve__section .banner-section .banner {
    width: 44%;
    max-width: 640px;
  }
}
body.home .p-home__trust {
  background-color: #f0e5d1;
  background-image: url(../images/common/deco01_sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__trust {
    background-image: url(../images/common/deco01.svg);
    background-size: contain;
  }
}
body.home .p-home__trust__badge {
  width: 78.66%;
  margin-top: 48px;
  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;
  margin-left: auto;
  margin-right: auto;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__trust__badge {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.home .p-home__trust__badge .badge-image {
  width: 240px;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
body.home .p-home__trust__badge .badge-image img {
  width: 100%;
}
body.home .p-home__trust__badge figcaption {
  font-weight: 700;
  line-height: 1.6;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__trust__badge figcaption {
    width: 320px;
  }
}
body.home .p-home__trust .character-image {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__trust .character-image {
    max-width: 1080px;
    margin-top: -280px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
body.home .p-home__trust .character-image .image {
  width: 143px;
}
body.home .p-home__trust .character-image .image img {
  width: 100%;
}
body.home .p-home__service {
  background-color: #f5f0e1;
  background-image: url(../images/common/deco02_sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__service {
    background-image: url(../images/common/deco02.svg);
  }
}
body.home .p-home__service__list {
  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;
  width: 100%;
  gap: 8px;
  margin-top: 48px;
}
@media (min-width: 700px) {
  body.home .p-home__service__list {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  body.home .p-home__service__list {
    margin-top: 60px;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
body.home .p-home__service__list .item {
  width: 48.5%;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__service__list .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
body.home .p-home__service__other {
  margin-top: 40px;
  border-radius: 9px;
  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;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__service__other {
    background-color: #fff;
    margin-top: 60px;
    -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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 80%;
  }
}
body.home .p-home__service__other .text {
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border-radius: 9px;
}
@media screen and (min-width: 768px) {
  body.home .p-home__service__other .text {
    padding: 40px;
  }
}
body.home .p-home__service__other .text h3 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__service__other .text h3 {
    font-size: 32px;
  }
}
body.home .p-home__service__other .text p {
  display: block;
  margin-top: 20px;
}
body.home .p-home__service__other .image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.home .p-home__service__other .image {
    max-width: 500px;
    height: 100%;
    background-color: #fff;
  }
}
body.home .p-home__works {
  background-color: #f0e5d1;
  position: relative;
  background-image: url(../images/common/deco01_sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__works {
    background-image: url(../images/common/deco01.svg);
    background-size: contain;
  }
}
body.home .p-home__works__archive__list {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__works__archive__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.home .p-home__works__archive__list .item {
  border-radius: 9px;
  display: block;
  width: 100%;
  overflow: hidden; /* これがないと中身の画像が角を突き破って表示されます */
}
body.home .p-home__works__archive__list .item img {
  width: 100%;
  display: block; /* 画像の下にできる謎の隙間を消す */
}
body.home .p-home__works__archive__list .item p {
  text-align: center;
  color: #fff;
  padding: 10px 0;
  background-color: #588c3b;
  font-weight: 700;
}
body.home .p-home__works .btn-image {
  position: absolute;
  width: 128px;
  bottom: 60px;
  left: 25vw;
}
body.home .p-home__works .btn-image img {
  width: 100%;
}
body.home .p-home__price {
  background-color: #f5f0e1;
  background-image: url(../images/common/deco02_sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__price {
    background-image: url(../images/common/deco02.svg);
  }
}
body.home .p-home__price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (min-width: 768px) {
  body.home .p-home__price__list {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  body.home .p-home__price__list {
    width: 100%;
  }
}
body.home .p-home__price__list .item {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: calc(50% - 7.5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  body.home .p-home__price__list .item {
    gap: 10px;
    width: calc(50% - 10px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1024px) {
  body.home .p-home__price__list .item {
    max-width: 300px;
  }
}
body.home .p-home__price__list .item:hover {
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  -webkit-box-shadow: 0 0 4px #daffb0;
          box-shadow: 0 0 4px #daffb0;
}
body.home .p-home__price__list .item .images {
  width: 96px;
  height: 96px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  body.home .p-home__price__list .item .images {
    width: 64px;
    height: 64px;
  }
}
body.home .p-home__price__list .item .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.home .p-home__price__list .item .text {
  width: 100%;
  line-height: 1.6;
  text-align: center;
  position: relative;
}
body.home .p-home__price__list .item .text::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #30261a;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.home .p-home__price__list .item .text .menu {
  font-weight: 700;
  line-height: 1.6;
}
body.home .p-home__price__list .item .text .price {
  font-weight: 700;
  line-height: 1.6;
}
body.home .p-home__flow {
  background-color: #f0e5d1;
  position: relative;
}
body.home .p-home__flow .bg-image-upper {
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.home .p-home__flow .bg-image-upper picture {
  width: 40%;
}
@media (min-width: 900px) {
  body.home .p-home__flow .bg-image-upper picture {
    width: 22%;
  }
}
body.home .p-home__flow .bg-image-upper picture img {
  width: 100%;
}
body.home .p-home__flow__list {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 62px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 900px) {
  body.home .p-home__flow__list {
    max-width: 900px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1220px) {
  body.home .p-home__flow__list {
    max-width: 1200px;
    gap: 52px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.home .p-home__flow__list .item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body.home .p-home__flow__list .item .image {
  width: 100%;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
body.home .p-home__flow__list .item .image img {
  width: 100%;
}
body.home .p-home__flow__list .item .image:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
body.home .p-home__flow__list .item p {
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
body.home .p-home__flow__list .item::after {
  background-image: url(../images/home/arrow-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  position: absolute;
  left: 50%;
  bottom: -26px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 900px) {
  body.home .p-home__flow__list .item::after {
    bottom: auto;
    left: auto;
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}
body.home .p-home__flow__list .item:last-child::after {
  display: none;
}
body.home .p-home__flow__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
body.home .p-home__flow__bg .image-left {
  width: 62px;
}
@media screen and (min-width: 768px) {
  body.home .p-home__flow__bg .image-left {
    width: 123px;
  }
}
body.home .p-home__flow__bg .image-right {
  width: 48px;
}
@media screen and (min-width: 768px) {
  body.home .p-home__flow__bg .image-right {
    width: 93px;
  }
}
body.home .p-home__flow .cta-section .cta-section__image {
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  gap: 200px;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__flow .cta-section .cta-section__image {
    gap: 350px;
  }
}
body.home .p-home__flow .cta-section .cta-section__image .images {
  margin-top: -100px;
  width: 134px;
}
body.home .p-home__strength {
  background-color: #f5f0e1;
  background-image: url(../images/common/deco02_sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__strength {
    background-image: url(../images/common/deco02.svg);
  }
}
body.home .p-home__strength__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: 30px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  body.home .p-home__strength__list {
    -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;
    gap: 20px;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
}
body.home .p-home__strength__list .item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  width: 100%;
}
@media (min-width: 768px) {
  body.home .p-home__strength__list .item {
    width: calc(33.333% - 14px);
  }
}
body.home .p-home__strength__list .item__image {
  position: relative;
  width: 100%;
}
body.home .p-home__strength__list .item__image .number {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: auto;
  z-index: 2;
}
body.home .p-home__strength__list .item__image .main-picture {
  aspect-ratio: 3/2;
}
body.home .p-home__strength__list .item__image .main-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home .p-home__strength__list .item__text {
  padding: 16px 25px;
  text-align: center;
}
body.home .p-home__strength__list .item__text .heading .sub {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
body.home .p-home__strength__list .item__text .heading .main {
  font-size: 18px;
  font-weight: 700;
  color: #4a6d36;
  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: 10px;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__strength__list .item__text .heading .main {
    font-style: 24px;
  }
}
body.home .p-home__strength__list .item__text .heading .main::before, body.home .p-home__strength__list .item__text .heading .main::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #588c3b;
}
body.home .p-home__strength__list .item__text .detail {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  text-align: left;
}
body.home .p-home__review {
  background-color: #f0e5d1;
  background-image: url(../images/common/deco01_sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__review {
    background-image: url(../images/common/deco01.svg);
  }
}
body.home .p-home__review__inner {
  position: relative;
}
body.home .p-home__review__contents {
  background: #fff;
  border-radius: 9px;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  body.home .p-home__review__contents {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 2fr 40px 1fr;
    grid-template-columns: 1fr 2fr 1fr;
    -ms-grid-rows: auto 20px auto;
        grid-template-areas: "img1 text1 ..." "... text2 img2";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px 40px;
    padding: 60px;
    width: 80%;
  }
}
body.home .p-home__review__contents .review-image {
  width: 140px;
  height: auto;
}
@media (min-width: 768px) {
  body.home .p-home__review__contents .review-image {
    width: 100%;
    max-width: 180px;
  }
}
body.home .p-home__review__contents .review-image:nth-of-type(1) {
  grid-area: img1;
}
body.home .p-home__review__contents .review-image:nth-of-type(2) {
  grid-area: img2;
}
body.home .p-home__review__contents .review-image img {
  width: 100%;
}
body.home .p-home__review__contents [class^=text] {
  padding: 15px 25px;
  border-radius: 20px;
  font-weight: 700;
  color: #333;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  body.home .p-home__review__contents [class^=text] {
    font-size: 16px;
  }
}
body.home .p-home__review__contents .text01 {
  font-weight: 700;
  background-color: #f2ede0;
  border-radius: 3px 28px 28px 28px;
  grid-area: text1;
}
@media (min-width: 768px) {
  body.home .p-home__review__contents .text01 {
    margin-top: -20px;
  }
}
body.home .p-home__review__contents .text02 {
  background-color: #e9f0e8;
  border-radius: 28px 3px 28px 28px;
  grid-area: text2;
  font-weight: 700;
}
@media (min-width: 768px){
  body.home .p-home__review__contents .review-image:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  body.home .p-home__review__contents .review-image:nth-of-type(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  body.home .p-home__review__contents .text01 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  body.home .p-home__review__contents .text02 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 768px) {
  body.home .p-home__review__contents .text02 {
    margin-top: -30px;
  }
}
@media (min-width: 1100px) {
  body.home .p-home__review__contents .text02 {
    margin-top: -100px;
  }
}
body.home .p-home__review .btn-image {
  position: absolute;
  width: 128px;
  bottom: -40px;
  left: 30vw;
}
body.home .p-home__review .btn-image img {
  width: 100%;
}
body.home .p-home__fa {
  background-color: #f5f0e1;
  background-image: url(../images/common/deco02_sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__fa {
    background-image: url(../images/common/deco02.svg);
  }
}
body.home .p-home__fa__inner {
  position: relative;
}
body.home .p-home__fa__contents {
  background: #fff;
  padding: 40px 15px;
  border-radius: 12px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  body.home .p-home__fa__contents {
    padding: 60px 80px;
  }
}
body.home .p-home__fa__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: 48px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 84%;
}
@media (min-width: 768px) {
  body.home .p-home__fa__list {
    width: 87.5%;
  }
}
body.home .p-home__fa__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  margin-left: auto;
  margin-right: auto;
}
body.home .p-home__fa__item:last-child {
  margin-bottom: 0;
}
body.home .p-home__fa__item dt,
body.home .p-home__fa__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 7px 20px;
  border-radius: 30px;
  font-weight: 700;
}
@media (min-width: 768px) {
  body.home .p-home__fa__item dt,
  body.home .p-home__fa__item dd {
    padding: 16px 20px;
  }
}
body.home .p-home__fa__item dt .icon,
body.home .p-home__fa__item dd .icon {
  font-size: 24px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.home .p-home__fa__item dt .text,
body.home .p-home__fa__item dd .text {
  font-size: 17px;
  line-height: 1.4;
}
body.home .p-home__fa__item .p-home__fa__question {
  background: transparent;
  border: 1px solid #ed8a11;
  color: #ed8a11;
  width: 90%;
  margin-left: auto;
  background-color: #fcf8f2;
  border-radius: 3px 30px 30px 30px;
  width: 80%;
}
@media (min-width: 768px) {
  body.home .p-home__fa__item .p-home__fa__question {
    width: 580px;
  }
}
body.home .p-home__fa__item .p-home__fa__question .character-img {
  position: absolute;
  left: -90px;
  bottom: -10px;
  width: 110px;
}
@media (min-width: 768px) {
  body.home .p-home__fa__item .p-home__fa__question .character-img {
    left: -90px;
    width: 100px;
  }
}
body.home .p-home__fa__item .p-home__fa__answer {
  background: #e9f0e8;
  color: #588c3b;
  width: 90%;
  margin-right: auto;
  border: 1px solid #588c3b;
  border-radius: 30px 3px 30px 30px;
  width: 80%;
}
@media (min-width: 768px) {
  body.home .p-home__fa__item .p-home__fa__answer {
    width: 520px;
  }
}
body.home .p-home__fa__item .p-home__fa__answer .character-img {
  position: absolute;
  right: -90px;
  bottom: -10px;
  width: 110px;
}
@media (min-width: 768px) {
  body.home .p-home__fa__item .p-home__fa__answer .character-img {
    right: -90px;
    width: 100px;
  }
}
@media (min-width: 768px) {
  body.home .p-home__fa .btn-image {
    position: absolute;
    left: 20%;
    bottom: -50px;
    width: 120px;
    z-index: 2;
  }
}
@media (min-width: 1100px) {
  body.home .p-home__fa .btn-image {
    position: absolute;
    left: 27%;
    bottom: -50px;
    width: 150px;
  }
}
body.home .p-home__fa .btn-image img {
  width: 100%;
}
body.home .p-home__area {
  background-color: #f0e5d1;
  background-image: url(../images/common/deco01_sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__area {
    background-image: url(../images/common/deco01.svg);
  }
}
body.home .p-home__area__image {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1000px) {
  body.home .p-home__area__image {
    -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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    position: relative;
    width: 73%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1040px;
  }
}
body.home .p-home__area__image .map {
  width: 90%;
  max-width: 660px;
}
@media (min-width: 1000px) {
  body.home .p-home__area__image .map {
    width: 60%;
  }
}
body.home .p-home__area__image .map img {
  width: 100%;
  height: auto;
}
body.home .p-home__area__image .detail-image {
  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;
  position: relative;
  max-width: 360px;
}
@media (min-width: 1000px) {
  body.home .p-home__area__image .detail-image {
    padding-top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 110%;
    margin-bottom: 0;
    max-width: 400px;
  }
}
body.home .p-home__area__image .detail-image .image-label {
  position: absolute;
  width: 130px;
  top: -5px;
}
body.home .p-home__area__image .detail-image .image-label img {
  width: 100%;
}
body.home .p-home__area__image .detail .detail-text {
  background: #fff;
  border-radius: 9px;
  width: 90%;
  max-width: 400px;
  padding: 40px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1000px) {
  body.home .p-home__area__image .detail .detail-text {
    width: 100%;
    padding: 40px 30px;
  }
}
body.home .p-home__area__image .detail .detail-text .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 700;
  font-size: 18px;
}
body.home .p-home__area__image .detail .detail-text .heading:not(:first-child) {
  margin-top: 25px;
}
body.home .p-home__area__image .detail .detail-text .heading img {
  width: 18px;
}
body.home .p-home__area__image .detail .detail-text .area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}
body.home .p-home__area__image .detail .detail-text .area-list li {
  position: relative;
  font-weight: 700;
  position: relative;
}
body.home .p-home__area__image .detail .detail-text .area-list li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #30261a;
  opacity: 0.3;
}
body.home .p-home__area .note {
  text-align: center;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  font-size: 18px;
}
@media (min-width: 1000px) {
  body.home .p-home__area .note {
    margin-top: 60px;
    font-size: 24px;
  }
}
body.home .p-home__about {
  text-align: center;
  background-color: #f5f0e1;
}
@media screen and (min-width: 768px) {
  body.home .p-home__about {
    padding: 100px 0;
  }
}
body.home .p-home__about__section {
  background-color: #457b27;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 0;
  border-radius: 9px;
}
@media screen and (min-width: 768px) {
  body.home .p-home__about__section {
    padding: 80px;
  }
}
body.home .p-home__about__inner {
  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;
}
@media screen and (min-width: 768px) {
  body.home .p-home__about__inner {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
  }
}
body.home .p-home__about__heading h2 {
  font-size: 24px;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  body.home .p-home__about__heading h2 {
    width: 193px;
  }
}
body.home .p-home__about__heading h2::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
  display: block;
}
body.home .p-home__about__heading .about-image {
  width: 255px;
  height: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 58px;
}
@media screen and (min-width: 768px) {
  body.home .p-home__about__heading .about-image {
    width: 240px;
    height: 320px;
    margin-top: 38px;
  }
}
body.home .p-home__about__contents {
  margin-top: 50px;
  font-weight: 700;
  text-align: left;
  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;
}
@media screen and (min-width: 768px) {
  body.home .p-home__about__contents {
    width: 53%;
    max-width: 500px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  body.home .p-home__about__contents p {
    margin-top: 0;
  }
}
body.home .p-home__column {
  background-color: #f0e5d1;
  background-image: url(../images/common/deco02_sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__column {
    background-image: url(../images/common/deco02.svg);
  }
}
body.home .p-home__column .sub-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
}
body.home .p-home__column .column__list {
  margin-top: 48px;
  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;
  margin-left: auto;
  margin-right: auto;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  body.home .p-home__column .column__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 80%;
    gap: 3%;
  }
}
@media screen and (min-width: 1024px) {
  body.home .p-home__column .column__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    gap: 3%;
  }
}
body.home .p-home__column .column__list .item {
  width: 100%;
  max-width: 350px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  body.home .p-home__column .column__list .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
body.home .p-home__column .column__list .item .image {
  width: 100%;
  height: auto;
  -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;
  overflow: hidden;
}
body.home .p-home__column .column__list .item .image img {
  -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;
  display: block;
  border-radius: 9px;
  overflow: hidden;
}
body.home .p-home__column .column__list .item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
body.home .p-home__column .column__list .data {
  margin-top: 20px;
  font-size: 12px;
  color: #5b4a3f;
}
body.home .p-home__column .column__list .title {
  margin-top: 5px;
  font-weight: 700;
}
body.home .p-home__column .column__list .text {
  margin-top: 15px;
  font-size: 14px;
  color: #30261a;
  font-weight: 400;
}
body.home .p-home__access {
  background-color: #f5f0e1;
  background-image: url(../images/common/deco01_sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  body.home .p-home__access {
    background-image: url(../images/common/deco01.svg);
  }
}
body.home .p-home__access__contents {
  max-width: 640px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.home .p-home__access__contents iframe {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  body.home .p-home__access__contents iframe {
    width: 640px;
    height: 449px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}
body.home .p-home__access__contents h3 {
  margin-top: 29px;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  body.home .p-home__access__contents h3 {
    font-size: 20px;
  }
}
body.home .p-home__access__contents p {
  margin-top: 10px;
}
body.home .p-home .cta-section__image {
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  gap: 200px;
}
@media screen and (min-width: 1024px) {
  body.home .p-home .cta-section__image {
    gap: 350px;
  }
}
body.home .p-home .cta-section__image .images {
  margin-top: -100px;
  width: 134px;
}

.p-column-single {
  background-color: #fcfaf5;
  padding-bottom: 80px;
}
.p-column-single__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  .p-column-single__container {
    -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;
    gap: 50px;
  }
}
.p-column-single__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  border-radius: 12px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .p-column-single__main {
    padding: 40px;
    max-width: 720px;
  }
}
.p-column-single__main .single-image {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 800px;
  text-align: center;
}
.p-column-single__main .single-image img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.p-column-single__main .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.p-column-single__main .info .date {
  font-size: 14px;
  color: #888;
}
.p-column-single__main .item-category {
  margin-top: 15px;
}
.p-column-single__main .item-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-column-single__main .item-category li {
  margin: 0;
  padding: 0;
}
.p-column-single__main .item-category a {
  display: inline-block;
  padding: 4px 14px;
  border: 1px solid #5b4a3f;
  border-radius: 30px;
  font-size: 13px;
  text-decoration: none;
  color: #5b4a3f;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-column-single__main .item-category a:hover {
  background-color: #5b4a3f;
  color: #fff;
}
.p-column-single__main .title {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-column-single__main .title {
    font-size: 32px;
  }
}
.p-column-single__main .thumbnail {
  margin-bottom: 30px;
}
.p-column-single__main .thumbnail img {
  width: 100%;
  border-radius: 8px;
}
.p-column-single__main .p-column-single__content {
  line-height: 2;
  color: #333;
}
.p-column-single__main .p-column-single__content h2 {
  background: #f1ede4;
  padding: 15px 20px;
  border-left: 5px solid #588c3b;
  font-size: 20px;
  margin: 40px 0 20px;
}
.p-column-single__main .p-column-single__content p {
  margin-bottom: 25px;
}
.p-column-single__main .p-column-single__content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.p-column-single__post-nav {
  margin: 60px 0 0;
  width: 100%;
}
.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: 10px;
}
@media screen and (min-width: 1024px) {
  .p-column-single__post-nav .inner {
    gap: 30px;
  }
}
.p-column-single__post-nav .prev,
.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;
}
.p-column-single__post-nav .prev a,
.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) {
  .p-column-single__post-nav .prev a,
  .p-column-single__post-nav .next a {
    font-size: 16px;
  }
}
.p-column-single__post-nav .prev a:hover,
.p-column-single__post-nav .next a:hover {
  opacity: 0.6;
}
.p-column-single__post-nav .prev {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-column-single__post-nav .next {
  margin-right: 20px;
}
.p-column-single__post-nav .back {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.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;
  background-color: #fff;
  border: 1px solid #433522;
  color: #433522;
  border-radius: 50px;
  white-space: nowrap;
  padding: 10px 22px;
  padding-right: 40px;
  font-size: 16px;
  position: relative;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .p-column-single__post-nav .back a {
    padding: 15px 35px;
    padding-right: 60px;
    font-size: 16px;
  }
}
.p-column-single__post-nav .back a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #433522;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M10 17l5-5-5-5v10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
@media screen and (min-width: 1024px) {
  .p-column-single__post-nav .back a::after {
    right: 12px;
    width: 32px;
    height: 32px;
  }
}
.p-column-single__post-nav .back a:hover {
  background-color: #433522;
  color: #fff;
}
.p-column-single__post-nav .back a:hover::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M10 17l5-5-5-5v10z'/%3E%3C/svg%3E");
}

.p-privacy {
  line-height: 1.6;
  font-weight: 600;
}
.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) {
  .p-privacy__section {
    width: 80%;
    max-width: 720px;
  }
}
.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) {
  .p-privacy__section__content {
    margin-top: 50px;
    font-size: 20px;
  }
}
.p-privacy__section section {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-privacy__section section {
    margin-top: 60px;
  }
}
.p-privacy h2 {
  margin-bottom: 15px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-privacy h2 {
    margin-bottom: 30px;
  }
}
.p-privacy ul {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-privacy ul {
    margin-top: 20px;
  }
}
.p-privacy p {
  font-weight: 600;
}
.p-privacy .info {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-privacy .info {
    margin-top: 40px;
  }
}

.p-contact {
  background-color: #ccd9c5;
}
.p-contact .p-contact__banner {
  margin-top: 72px;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__banner {
    margin-top: 100px;
    max-width: 640px;
  }
}

.p-contact__thanks {
  background-color: rgba(255, 255, 255, 0.3215686275);
  backdrop-filter: blur(10px);
  font-weight: 500;
  color: #012408;
  border-radius: 8px;
}
.p-contact__thanks .title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-contact__thanks .title {
    font-size: 40px;
  }
}
.p-contact__thanks__contents {
  margin-inline: auto;
  max-width: 680px;
  text-align: left;
  margin-top: 72px;
}
@media screen and (min-width: 768px) {
  .p-contact__thanks__contents {
    margin-top: 100px;
  }
}
.p-contact__thanks__contents__text {
  max-width: 480px;
  margin-inline: auto;
}
.p-contact__thanks__contents__text p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 32px;
}

body.works .p-works {
  background-color: #f5f0e1;
}
body.works .p-works__archive__list {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  body.works .p-works__archive__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    gap: 40px;
    max-width: 640px;
  }
}
@media screen and (min-width: 1024px) {
  body.works .p-works__archive__list {
    gap: 60px 2%;
    -webkit-box-pack: flex-star;
        -ms-flex-pack: flex-star;
            justify-content: flex-star;
  }
}
body.works .p-works__archive__list .item {
  border-radius: 9px;
  display: block;
  width: 100%;
  overflow: hidden; /* これがないと中身の画像が角を突き破って表示されます */
}
@media (min-width: 600px) {
  body.works .p-works__archive__list .item {
    max-width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  body.works .p-works__archive__list .item {
    width: 48%;
    max-width: 540px;
  }
}
body.works .p-works__archive__list .item img {
  width: 100%;
  display: block; /* 画像の下にできる謎の隙間を消す */
}
body.works .p-works__archive__list .item p {
  text-align: center;
  color: #fff;
  padding: 10px 0;
  background-color: #588c3b;
  font-weight: 700;
}
body.works .p-works__review__contents {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  body.works .p-works__review__contents {
    width: 90%;
    display: block !important;
    position: relative;
    height: 450px;
    max-width: 1000px;
  }
}
body.works .p-works__review__contents .item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 15px;
}
body.works .p-works__review__contents .item:nth-child(even) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
@media (min-width: 768px) {
  body.works .p-works__review__contents .item {
    display: block !important;
    position: static;
  }
  body.works .p-works__review__contents .item:nth-child(odd) .review-image {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body.works .p-works__review__contents .item:nth-child(odd) [class^=text] {
    position: absolute;
    left: 50%;
    top: 25%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  body.works .p-works__review__contents .item:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  body.works .p-works__review__contents .item:nth-child(even) .review-image {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body.works .p-works__review__contents .item:nth-child(even) [class^=text] {
    position: absolute;
    left: 50%;
    bottom: 25%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}
body.works .p-works__review__contents .item .review-image {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.works .p-works__review__contents .item .review-image img {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  body.works .p-works__review__contents .item .review-image {
    width: 120px;
  }
}
@media (min-width: 900px) {
  body.works .p-works__review__contents .item .review-image {
    width: 200px;
  }
}
body.works .p-works__review__contents .item [class^=text] {
  background: #fff;
  padding: 20px 30px;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  body.works .p-works__review__contents .item [class^=text] {
    max-width: 450px !important;
    min-width: 400px !important;
  }
}
body.works .p-works__review__contents .item .text01 {
  border-radius: 3px 28px 28px 28px;
}
body.works .p-works__review__contents .item .text02 {
  border-radius: 28px 3px 28px 28px;
}
body.works .p-works__review .review-message {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-size: 18px;
  margin-top: 72px;
}
body.works .p-works__review__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  body.works .p-works__review__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1120px;
  }
}
body.works .p-works__review__list .review-card {
  border-radius: 9px;
  background-color: #fff;
  padding: 30px;
}
@media screen and (min-width: 1024px) {
  body.works .p-works__review__list .review-card {
    width: 30%;
    max-width: 346px;
  }
}
body.works .p-works__review__list .review-card .card-heading {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.works .p-works__review__list .review-card .card-heading .name {
  font-size: 14px;
}
body.works .p-works__review__list .review-card .card-heading .name .icon {
  width: 60px;
}
body.works .p-works__review__list .review-card .card-heading .image {
  width: 150px;
}
body.works .p-works__review__list .review-card .comment {
  line-height: 1.6;
  font-weight: 700;
  margin-top: 20px;
}

body.flow .p-flow {
  background-color: #f1e4d1;
  position: relative;
  overflow: hidden;
}
body.flow .p-flow__section {
  padding: 60px 0;
  position: relative;
}
body.flow .p-flow__section [class^=bg-image-] {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
body.flow .p-flow__section [class^=bg-image-] img {
  width: 100%;
  height: auto;
}
body.flow .p-flow__section .bg-image-upper {
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  body.flow .p-flow__section .bg-image-upper img {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  body.flow .p-flow__section .bg-image-upper img {
    max-width: 450px;
  }
}
body.flow .p-flow__section .bg-image-center {
  position: absolute;
  z-index: -1;
  top: 48%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 240px;
}
@media (min-width: 768px) {
  body.flow .p-flow__section .bg-image-center {
    top: 13%;
    left: 50%;
    width: 100%;
  }
}
body.flow .p-flow__section .bg-image-lower {
  bottom: 0;
  width: 100%;
}
body.flow .p-flow__section__inner {
  position: relative;
  z-index: 1;
}
body.flow .p-flow__section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  body.flow .p-flow__section__list {
    height: 900px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  body.flow .p-flow__section__list {
    height: 1200px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  body.flow .p-flow__section__list {
    display: block;
    height: 1400px;
  }
}
body.flow .p-flow .step03 {
  margin-top: 220px;
}
body.flow .p-flow .flow-step {
  text-align: center;
  max-width: 400px;
}
@media (min-width: 1200px) {
  body.flow .p-flow .flow-step {
    max-width: 480px;
  }
}
body.flow .p-flow .flow-step .flow-image {
  width: 280px;
  margin: 0 auto 15px;
}
@media (min-width: 1200px) {
  body.flow .p-flow .flow-step .flow-image {
    width: 418px;
  }
}
body.flow .p-flow .flow-step .flow-image img {
  width: 100%;
}
body.flow .p-flow .flow-step p {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  body.flow .p-flow .flow-step p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  body.flow .p-flow .flow-step {
    position: absolute;
    width: 350px;
  }
  body.flow .p-flow .flow-step:nth-child(1) {
    top: 0;
    left: 0;
  }
  body.flow .p-flow .flow-step:nth-child(2) {
    top: 250px;
    right: 70px;
  }
  body.flow .p-flow .flow-step:nth-child(2) .note {
    position: absolute;
    bottom: -50px;
    right: -60px;
    background: #4a8a2d;
    color: #fff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
    line-height: 1.4;
  }
  body.flow .p-flow .flow-step:nth-child(4) {
    top: 650px;
    left: 0;
  }
}
@media (min-width: 768px) and (min-width: 767px) {
  body.flow .p-flow .flow-step:nth-child(4) {
    top: 270px;
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  body.flow .p-flow .flow-step:nth-child(4) {
    top: 400px;
  }
}
@media (min-width: 768px) {
  body.flow .p-flow .flow-step:nth-child(5) {
    top: 950px;
    right: 0;
  }
}
@media (min-width: 768px) and (min-width: 767px) {
  body.flow .p-flow .flow-step:nth-child(5) {
    top: 650px;
    right: 40px;
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  body.flow .p-flow .flow-step:nth-child(5) {
    top: 900px;
  }
}
@media (max-width: 767px) {
  body.flow .p-flow .note {
    position: absolute;
    right: 0;
    top: 47%;
    background: #4a8a2d;
    color: #fff;
    padding: 15px;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin: 20px auto;
    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;
  }
}

body.recruit .p-recruit {
  background-color: #f1e4d1;
}
body.recruit .p-recruit__section .recruit-image {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  body.recruit .p-recruit__section .recruit-image {
    margin-top: 100px;
    border-radius: 12px;
    overflow: visible;
  }
}
body.recruit .p-recruit__section .recruit-image img {
  width: 100%;
  display: block;
  height: auto;
}
@media screen and (min-width: 1024px) {
  body.recruit .p-recruit__section .recruit-image img {
    border-radius: 12px;
  }
}
body.recruit .p-recruit__section .recruit-image__text {
  position: absolute;
  bottom: 20px;
  right: 10px;
  border-radius: 6px;
}
@media screen and (min-width: 1024px) {
  body.recruit .p-recruit__section .recruit-image__text {
    bottom: 80px;
    right: -40px;
  }
}
body.recruit .p-recruit__section .recruit-image__text .text {
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  body.recruit .p-recruit__section .recruit-image__text .text {
    margin-bottom: 10px;
  }
}
body.recruit .p-recruit__section .recruit-image__text p {
  border-radius: 6px;
  background: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  position: relative;
  display: block;
  padding: 0 9px;
  width: 100%;
  overflow: visible;
}
@media screen and (min-width: 1024px) {
  body.recruit .p-recruit__section .recruit-image__text p {
    font-size: 40px;
  }
}
body.recruit .p-recruit__section__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: 30px;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  body.recruit .p-recruit__section__list {
    -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;
    gap: 20px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.recruit .p-recruit__section__list .item {
  background: #fff;
  border: 10px solid #588c3b;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  body.recruit .p-recruit__section__list .item {
    max-width: 228px;
    margin: 0;
  }
}
body.recruit .p-recruit__section__list .item p {
  background-color: #588c3b;
  color: #fff;
  padding: 12px 5px;
  font-weight: 700;
  font-size: 14px;
  min-height: 3em;
  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;
}
@media screen and (min-width: 1024px) {
  body.recruit .p-recruit__section__list .item p {
    font-size: 16px;
  }
}
body.recruit .p-recruit__section__list .item .images {
  padding: 15px;
  background: #fff;
}
body.recruit .p-recruit__section__list .item .images img {
  width: 100%;
  height: auto;
  display: block;
}
body.recruit .p-recruit__info {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.recruit .p-recruit__info .title {
  font-weight: 700;
  display: block;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.recruit .p-recruit__info .title {
    font-size: 24px;
    padding-left: 0;
  }
}
body.recruit .p-recruit__info__graph {
  width: 100%;
  border-collapse: collapse;
  margin-top: 48px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 9px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.recruit .p-recruit__info__graph {
    max-width: 720px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.recruit .p-recruit__info__graph th {
  font-weight: 700;
  text-align: center;
  background-color: #588c3b;
  color: #fff;
  white-space: nowrap;
  padding: 15px 10px;
  border: 1px solid #f5f0e1;
  font-size: 12px;
  font-weight: 400;
  width: 30%;
}
@media screen and (min-width: 768px) {
  body.recruit .p-recruit__info__graph th {
    padding: 20px;
    font-size: 14px;
    width: 250px;
  }
}
body.recruit .p-recruit__info__graph td {
  font-weight: 700;
  text-align: left;
  border: 1px solid #f5f0e1;
  background-color: #fff;
  padding: 8px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  body.recruit .p-recruit__info__graph td {
    padding: 15px 30px;
    font-size: 14px;
  }
}
body.recruit .p-recruit__info__graph td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.recruit .c-contact--recruit {
  background-color: #ffffff;
}

.p-column {
  background-color: #f5f0e1;
}
.p-column__section {
  padding: 60px 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-column__section {
    width: 90%;
    max-width: 960px;
  }
}
.p-column .bg-inner {
  text-align: center;
  margin-bottom: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-column .bg-inner {
    width: 90%;
    max-width: 960px;
  }
}
.p-column .bg-inner h2 .main {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}
.p-column .bg-inner h2 p {
  font-size: 16px;
  line-height: 1.6;
}
.p-column__nav {
  margin-top: 32px;
}
.p-column__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  list-style: none;
}
.p-column__nav .item {
  display: inline-block;
  padding: 4px 14px;
  border: 1px solid #5b4a3f;
  border-radius: 30px;
  font-size: 12px;
  text-decoration: none;
}
.p-column__nav .item.is-current {
  background: #333;
  color: #fff;
}
.p-column__list {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .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;
  }
}
.p-column__list__item {
  width: 100%;
  background: transparent;
  text-align: left;
  max-width: 500px;
}
@media (min-width: 768px) {
  .p-column__list__item {
    width: calc((100% - 60px) / 3);
  }
}
.p-column__list__item a {
  text-decoration: none;
  color: inherit;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-column__list__item:hover .p-column__list__item__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-column__list__item__image {
  display: block;
  margin: 0 auto 15px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -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;
}
.p-column__list__item__image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/10;
  -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;
}
.p-column__list__item .data {
  margin-top: 20px;
  font-size: 12px;
  color: #5b4a3f;
}
.p-column__list__item .title {
  margin-top: 5px;
  font-weight: 700;
}
.p-column__list__item .text {
  margin-top: 15px;
  font-size: 14px;
  color: #30261a;
  font-weight: 400;
}
.p-column__list__item .item-category {
  display: inline-block;
  padding: 4px 14px;
  border: 1px solid #5b4a3f;
  border-radius: 30px;
  font-size: 10px;
  text-decoration: none;
  margin-top: 15px;
}

.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;
}
.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;
  min-width: 40px;
  height: 40px;
  padding: 0 5px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-pagenavi .page-numbers:hover:not(.dots) {
  background-color: #f0f0f0;
  border-color: #333;
}
.c-pagenavi .page-numbers.current {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.c-pagenavi .page-numbers.dots {
  border: none;
  background: transparent;
}
.c-pagenavi .page-numbers.prev, .c-pagenavi .page-numbers.next {
  border: none;
  border-radius: 0;
  width: auto;
  padding: 0 15px;
  font-weight: bold;
  background-color: transparent;
}
.c-pagenavi .page-numbers.prev:hover, .c-pagenavi .page-numbers.next:hover {
  background: transparent;
  text-decoration: underline;
}

body.partner {
  /* チェックボックスリストのスタイル調整 */
}
body.partner .p-partner {
  background-color: #f5f0e1;
}
body.partner .p-partner__heading {
  background-image: url(../images/common/deco02_sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  body.partner .p-partner__heading {
    background-image: url(../images/common/deco02.svg);
  }
}
body.partner .p-partner__heading .l-section {
  max-width: 640px;
}
body.partner .p-partner__heading .c-heading .jp,
body.partner .p-partner__heading .c-heading .en {
  font-weight: 700;
}
body.partner .p-partner__heading .sub-title {
  margin-top: 48px;
  font-weight: 700;
  line-height: 1.4;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  body.partner .p-partner__heading .sub-title {
    font-size: 24px;
  }
}
body.partner .p-partner__heading .link {
  color: #457b27;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.partner .p-partner__heading .link:hover {
  opacity: 0.7;
  font-weight: 700;
}
body.partner .p-partner__section {
  background-color: #f0e5d1;
  background-image: url(../images/common/deco01_sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  body.partner .p-partner__section {
    background-image: url(../images/common/deco01.svg);
  }
}
body.partner .p-partner .p-partner__info__graph {
  width: 100%;
  border-collapse: collapse;
  margin-top: 48px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 9px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.partner .p-partner .p-partner__info__graph {
    max-width: 640px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.partner .p-partner .p-partner__info__graph th {
  font-weight: 700;
  text-align: center;
  background-color: #588c3b;
  color: #fff;
  white-space: nowrap;
  padding: 8px;
  border: 1px solid #f0e5d1;
  font-size: 14px;
  width: 30%;
}
@media screen and (min-width: 768px) {
  body.partner .p-partner .p-partner__info__graph th {
    padding: 20px;
    font-size: 14px;
    width: 250px;
  }
}
body.partner .p-partner .p-partner__info__graph td {
  text-align: left;
  border: 1px solid #f0e5d1;
  background-color: #fff;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  body.partner .p-partner .p-partner__info__graph td {
    padding: 15px 30px;
    font-size: 14px;
  }
}
body.partner .p-partner .p-partner__info__graph td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.partner .p-partner .c-form__checkbox-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: 5px;
}
body.partner .p-partner .c-form__checkbox-list .c-form__label {
  font-weight: 700;
}
body.partner .p-partner .c-form__checkbox-list .c-form__label .note {
  font-size: 12px;
  font-weight: 400;
}
body.partner .c-form__checkbox-list .wpcf7-list-item {
  display: block;
  margin: 0 0 10px 0;
}
body.partner .c-form__checkbox-list .wpcf7-list-item label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.partner .c-form__checkbox-list .wpcf7-list-item input {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

body.law .p-law {
  background-color: #f5f0e1;
}
body.law .p-law__contents {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 9px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.law .p-law__contents {
    width: 90%;
  }
}
body.law .p-law__contents th {
  text-align: center;
  background-color: #588c3b;
  color: #fff;
  text-wrap: nowrap;
  padding: 8px 10px;
  border: 1px solid #f5f0e1;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  body.law .p-law__contents th {
    padding: 15px 30px;
    font-size: 14px;
  }
}
body.law .p-law__contents td {
  text-align: left;
  border: 1px solid #f5f0e1;
  background-color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 700 !important;
}
@media screen and (min-width: 768px) {
  body.law .p-law__contents td {
    padding: 15px 30px;
    font-size: 14px;
  }
}
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.price .p-price {
  background-color: #f5f0e1;
}
body.price .p-price__service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  body.price .p-price__service__list {
    width: 90%;
  }
}
body.price .p-price__service__list .list-item {
  width: calc(50% - 7.5px);
}
@media (min-width: 768px) {
  body.price .p-price__service__list .list-item {
    width: calc(33.333% - 10px);
  }
}
body.price .p-price__service__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px 10px 40px 10px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3019607843);
  position: relative;
  text-decoration: none;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  body.price .p-price__service__list .item {
    padding: 18px 20px;
  }
}
body.price .p-price__service__list .item:hover {
  opacity: 0.8;
}
body.price .p-price__service__list .item::after {
  content: "";
  background-image: url(../images/price/arrow-menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 12px;
  height: 10px;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  body.price .p-price__service__list .item::after {
    width: 15px;
    height: 12px;
    top: 50%;
    right: 15px;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  body.price .p-price__service__list .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 18px 20px;
  }
}
body.price .p-price__service__list .item .images {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.price .p-price__service__list .item .images {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
body.price .p-price__service__list .item .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.price .p-price__service__list .item .text {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  body.price .p-price__service__list .item .text {
    text-align: left;
    padding-right: 20px;
  }
}
body.price .p-price__service__list .item .text .menu {
  font-weight: 700;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  body.price .p-price__service__list .item .text .menu {
    font-size: 16px;
  }
}
body.price .p-price__service__list .item .text .menu span {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #666;
}
body.price .p-price__area {
  background-color: #f0e5d1;
  background-image: url(../images/common/deco01_sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  body.price .p-price__area {
    background-image: url(../images/common/deco01.svg);
  }
}
body.price .p-price__area__image {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1000px) {
  body.price .p-price__area__image {
    -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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    position: relative;
    width: 73%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1040px;
  }
}
body.price .p-price__area__image .map {
  width: 90%;
  max-width: 660px;
}
@media (min-width: 1000px) {
  body.price .p-price__area__image .map {
    width: 60%;
  }
}
body.price .p-price__area__image .map img {
  width: 100%;
  height: auto;
}
body.price .p-price__area__image .detail .detail-image {
  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;
  position: relative;
  max-width: 400px;
}
@media (min-width: 1000px) {
  body.price .p-price__area__image .detail .detail-image {
    padding-top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 110%;
    margin-bottom: 0;
    max-width: 400px;
  }
}
body.price .p-price__area__image .detail .detail-image .image-label {
  background-color: #457b27;
  position: absolute;
  width: 130px;
  top: -30px;
}
body.price .p-price__area__image .detail .detail-image .image-label img {
  width: 100%;
}
body.price .p-price__area__image .detail .detail-text {
  background: #fff;
  border-radius: 9px;
  width: 100%;
  max-width: 400px;
  padding: 40px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1000px) {
  body.price .p-price__area__image .detail .detail-text {
    width: 100%;
    padding: 40px 30px;
  }
}
body.price .p-price__area__image .detail .detail-text .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 700;
  font-size: 18px;
}
body.price .p-price__area__image .detail .detail-text .heading:not(:first-child) {
  margin-top: 25px;
}
body.price .p-price__area__image .detail .detail-text .heading img {
  width: 18px;
}
body.price .p-price__area__image .detail .detail-text .area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}
body.price .p-price__area__image .detail .detail-text .area-list li {
  position: relative;
  font-weight: 700;
  position: relative;
}
body.price .p-price__area__image .detail .detail-text .area-list li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #30261a;
  opacity: 0.3;
}
body.price .p-price__area .note {
  text-align: center;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  font-size: 18px;
}
@media (min-width: 1000px) {
  body.price .p-price__area .note {
    margin-top: 60px;
    font-size: 24px;
  }
}
body.price .p-price__menu {
  background-color: #f5f0e1;
}
body.price .p-price__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;
  gap: 15px;
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  body.price .p-price__menu__list {
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
body.price .p-price__menu__item {
  background-color: #fff;
  border-radius: 9px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  body.price .p-price__menu__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 50px 80px;
  }
}
body.price .p-price__menu__item__heading {
  color: #457b27;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
body.price .p-price__menu__item__heading::after {
  position: absolute;
  left: 0;
  bottom: -6px;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #457b27;
}
body.price .p-price__menu__item__contents {
  font-weight: 700;
  text-align: center;
  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.price .p-price__menu__item__contents {
    gap: 40px;
  }
}
body.price .p-price__menu__item__contents .image-height {
  color: #457b27;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  body.price .p-price__menu__item__contents .image-height {
    -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: 24px;
  }
}
body.price .p-price__menu__item__contents .image-height .image-section {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
body.price .p-price__menu__item__contents .image-height .image-section .image {
  width: 100px;
}
@media screen and (min-width: 1024px) {
  body.price .p-price__menu__item__contents .image-height .image-section .image {
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  body.price .p-price__menu__item__contents .list-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.price .p-price__menu__item__contents .contents__image {
  width: 210px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
body.price .p-price__menu__item__contents .contents__list {
  text-align: left;
  margin-top: 30px;
  margin-left: 15px;
}
@media screen and (min-width: 1024px) {
  body.price .p-price__menu__item__contents .contents__list {
    width: 77%;
  }
}
body.price .p-price__menu__item__contents .contents__list .title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
}
body.price .p-price__menu__item__contents .contents__list .graph {
  font-size: 14px;
}
body.price .p-price__menu__item__contents .contents__list .graph th {
  font-weight: 700;
  text-align: center;
  background-color: #588c3b;
  color: #fff;
  text-wrap: nowrap;
  padding: 15px;
  border: 1px solid #fff;
}
body.price .p-price__menu__item__contents .contents__list .graph th.is-empty {
  color: transparent;
}
body.price .p-price__menu__item__contents .contents__list .graph td {
  font-weight: 700;
  text-align: center;
  border: 1px solid #fff;
  background-color: #f3f6f0;
  padding: 15px;
  text-wrap: nowrap;
  color: #588c3b;
}
body.price .p-price__menu__item__contents .contents__list .graph .other {
  color: #8da083;
  font-weight: 400;
}
body.price .p-price__menu__item__contents .contents__list .scroll-hint-icon {
  top: 25%; /* default は 50% あたり */
}
body.price .p-price__menu__item__contents .contents__list .description {
  background-color: #e7ede3;
  padding: 20px 30px;
  line-height: 1.6;
  border-radius: 6px;
}
@media screen and (min-width: 1024px) {
  body.price .p-price__menu__item__contents .contents__list .description {
    margin-top: 20px;
  }
}
body.price .p-price__menu__item__contents .contents__list .description .heading {
  font-weight: 700;
  font-size: 17px;
}
body.price .p-price__menu__item__contents .contents__list .text02 {
  margin-top: 20px;
}
body.price .p-price__menu__item__contents .contents__list .note {
  color: #8da083;
  font-size: 12px;
  margin-top: 10px;
  text-align: left;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  body.price .p-price__menu__item .pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 40px;
  }
}
body.price .p-price__menu .js-scrollable {
  overflow-x: auto;
  width: 100%;
  overflow-x: auto;
  display: block;
  -webkit-overflow-scrolling: touch;
}
body.price .p-price__menu .js-scrollable table {
  width: 100%;
  min-width: 600px;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  overflow: hidden;
}
body.price .p-price__menu .js-scrollable table th,
body.price .p-price__menu .js-scrollable table td {
  padding: 15px 10px;
  border: none;
  text-align: center;
  vertical-align: middle;
}
body.price .p-price__menu .js-scrollable table th {
  background-color: #618e43;
  color: #fff;
  font-weight: bold;
}
body.price .p-price__menu .js-scrollable table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}
body.price .p-price__menu .js-scrollable table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}
body.price .p-price__menu .js-scrollable table td {
  background-color: #f9fbf7;
  border-bottom: 1px solid #fff;
}
body.price .p-price__manage {
  background-color: #f0e5d1;
  background-image: url(../images/common/deco01_sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  body.price .p-price__manage {
    background-image: url(../images/common/deco01.svg);
  }
}
body.price .p-price__manage__description {
  background-color: #fff;
  border-radius: 9px;
  padding: 20px;
  max-width: 640px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  body.price .p-price__manage__description {
    padding: 40px 80px;
  }
}
body.price .p-price__manage__description .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  body.price .p-price__manage__description .title {
    font-size: 24px;
  }
}
body.price .p-price__manage__description .detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 30px;
}
body.price .p-price__manage__description .c-link-btn {
  margin-top: 30px;
}

body.business .p-business__hero {
  position: relative;
}
body.business .p-business__hero .hero__image {
  position: relative;
}
body.business .p-business__hero .hero__image h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
body.business .p-business__hero .hero__image h1 .main-title {
  font-size: 18px;
  font-size: 40px;
  line-height: 1.4;
  display: block;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.66);
}
@media screen and (min-width: 1024px) {
  body.business .p-business__hero .hero__image h1 .main-title {
    font-size: 56px;
  }
}
body.business .p-business__hero .hero__image h1 .sub-title {
  font-size: 20px;
  display: block;
  margin-top: 10px;
  font-weight: 700;
  display: block;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.77);
}
@media screen and (min-width: 1024px) {
  body.business .p-business__hero .hero__image h1 .sub-title {
    font-size: 32px;
  }
}
body.business .p-business__hero .hero__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  body.business .p-business__hero .hero__image img {
    height: calc(100vh - 80px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body.business .p-business__trouble {
  background-color: #3e352b;
  color: #fff;
  padding-bottom: 0;
}
body.business .p-business__trouble__inner {
  text-align: center;
}
body.business .p-business__trouble .c-heading__jp {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  body.business .p-business__trouble .c-heading__jp {
    font-size: 32px;
  }
}
body.business .p-business__trouble .c-heading__jp .sub {
  font-size: 18px;
}
body.business .p-business__trouble .c-heading__jp .note {
  color: #c195be;
}
body.business .p-business__trouble .c-heading__en {
  color: #fff;
  font-weight: 700;
  margin-bottom: 40px;
}
body.business .p-business__trouble__list {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 75px;
}
@media screen and (min-width: 1024px) {
  body.business .p-business__trouble__list {
    -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;
    gap: 20px;
  }
}
body.business .p-business__trouble__list .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
}
body.business .p-business__trouble__list .item p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
body.business .p-business__trouble__list .item p span {
  color: #c195be;
}
body.business .p-business__trouble__list .item .image {
  margin-top: 20px;
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
body.business .p-business__trouble__list .item .image img {
  width: 100%;
  height: auto;
}
body.business .p-business__trouble__list .item .detail {
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 25px 30px;
  position: relative;
  margin-top: 20px;
  color: #fff;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
body.business .p-business__trouble__list .item .detail__heating {
  font-weight: bold;
  margin-bottom: 15px;
  font-weight: 700;
}
body.business .p-business__trouble__list .item .detail__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;
  text-align: left;
  font-size: 14px;
  margin-top: 30px;
}
body.business .p-business__trouble__list .item .detail__list__item {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
body.business .p-business__trouble__list .item .detail__list__item span:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 3px;
}
body.business .p-business__trouble__list .item .detail__list__item span img {
  width: 16px;
  height: 16px;
}
body.business .p-business__trouble__list .item::after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 30px;
  height: 15px;
  background-image: url(../images/home/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
body.business .p-business__solve {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}
@media screen and (min-width: 1024px) {
  body.business .p-business__solve {
    margin-top: 250px;
    padding-top: 250px;
    padding-bottom: 100px;
  }
}
body.business .p-business__solve .image-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  body.business .p-business__solve .image-bg {
    bottom: 0;
  }
}
body.business .p-business__solve .image-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.business .p-business__solve .heading {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 0px 0px 19px #fff;
  font-weight: 700;
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  body.business .p-business__solve .heading {
    position: absolute;
    top: -200px;
    left: 50%;
    font-size: 32px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
body.business .p-business__solve .heading span {
  font-size: 32px;
}
body.business .p-business__solve .image-flame {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  body.business .p-business__solve .image-flame {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
body.business .p-business__solve .image-flame img {
  width: 100%;
}
body.business .p-business__solution {
  background-color: #f5f0e1;
}
body.business .p-business__solution__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: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  body.business .p-business__solution__list {
    max-width: 960px;
  }
}
body.business .p-business__solution__list .solution-item {
  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: 1024px) {
  body.business .p-business__solution__list .solution-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
body.business .p-business__solution__list .solution-item .item-text {
  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;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body.business .p-business__solution__list .solution-item .item-text {
    width: 50%;
  }
}
body.business .p-business__solution__list .solution-item .item-text .item-title .en {
  font-size: 12px;
  color: #457b27;
}
body.business .p-business__solution__list .solution-item .item-text .item-title .en .main-title {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  body.business .p-business__solution__list .solution-item .item-text .item-title .en .main-title {
    font-size: 320px;
  }
}
body.business .p-business__solution__list .solution-item .item-text .item-title .en .sub-title {
  font-size: 16px;
  line-height: 1.6;
}
body.business .p-business__solution__list .solution-item .item-text .item-desc {
  margin-top: 20px;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  body.business .p-business__solution__list .solution-item .image {
    width: 45.8%;
    max-width: 440px;
  }
  body.business .p-business__solution__list .solution-item .image img {
    width: 100%;
  }
}
body.business .p-business .solution-message__inner {
  padding: 48px 40px;
  background-color: #457b27;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  body.business .p-business .solution-message__inner {
    font-size: 24px;
    padding: 50px auto;
  }
}
body.business .p-business .solution-message__inner p {
  margin-top: 32px;
}
body.business .p-business__facility {
  background-color: #f0e5d1;
  background-image: url(../images/common/deco01_sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  body.business .p-business__facility {
    background-image: url(../images/common/deco01.svg);
  }
}
body.business .p-business__facility__list {
  margin-top: 48px;
  width: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 20px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
body.business .p-business__facility__list .item {
  width: 48%;
  max-width: 165px;
}
@media screen and (min-width: 1024px) {
  body.business .p-business__facility__list .item {
    width: 15.6%;
    max-width: 150px;
  }
}
body.business .p-business__works {
  background-color: #f5f0e1;
  background-image: url(../images/common/deco02_sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  body.business .p-business__works {
    background-image: url(../images/common/deco02.svg);
  }
}
body.business .p-business__works__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  max-width: 600px;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  body.business .p-business__works__image {
    margin-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    min-width: 960px;
  }
}
body.business .p-business__works__image .image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.business .p-business__works__image .image {
    width: 49%;
  }
}
body.business .p-business__budge {
  background-color: #f0e5d1;
  background-image: url(../images/common/deco01_sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  body.business .p-business__budge {
    background-image: url(../images/common/deco01.svg);
  }
}
body.business .p-business__budge .image {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
body.business .p-business__budge .image img {
  width: 100%;
}
body.business .p-business__budge .item-text {
  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;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  body.business .p-business__budge .item-text {
    width: 50%;
  }
}
body.business .p-business__budge .item-text .item-title .en {
  font-size: 12px;
  color: #457b27;
}
body.business .p-business__budge .item-text .item-title .en .main-title {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  body.business .p-business__budge .item-text .item-title .en .main-title {
    font-size: 320px;
  }
}
body.business .p-business__budge .item-text .item-title .en .sub-title {
  font-size: 16px;
  line-height: 1.6;
}
body.business .p-business__budge .item-text .item-desc {
  margin-top: 20px;
  line-height: 1.6;
  font-weight: 400;
}
body.business .p-business .p-price__manage {
  background-color: #f5f0e1 !important;
  background-image: url(../images/common/deco02_sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  body.business .p-business .p-price__manage {
    background-image: url(../images/common/deco02.svg);
  }
}
body.business .p-business__flow {
  background-color: #f0e5d1;
  background-image: url(../images/common/deco01_sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  body.business .p-business__flow {
    background-image: url(../images/common/deco01.svg);
  }
}
body.business .p-business__flow__list {
  margin-top: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  body.business .p-business__flow__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1080px;
  }
}
body.business .p-business__flow__list .item {
  position: relative;
}
body.business .p-business__flow__list .item .en {
  font-size: 12px;
  color: #457b27;
}
body.business .p-business__flow__list .item .en span {
  font-size: 18px;
  font-weight: 700;
}
body.business .p-business__flow__list .item .image {
  width: 200px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
body.business .p-business__flow__list .item .image img {
  width: 100%;
}
body.business .p-business__flow__list .item p {
  margin-top: 10px;
  font-weight: 700;
}
body.business .p-business__flow__list .item::after {
  background-image: url(../images/home/arrow-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  position: absolute;
  left: 50%;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  body.business .p-business__flow__list .item::after {
    bottom: auto;
    left: auto;
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}
body.business .p-business__flow__list .item:last-child::after {
  display: none;
}
body.business .p-business .c-contact__title {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  body.business .p-business .c-contact__title {
    font-size: 32px;
  }
}
body.business .p-business .c-contact-cta {
  margin-top: 58px;
  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;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  body.business .p-business .c-contact-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
body.business .p-business .c-contact-cta .c-contact-cta__item {
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.business .p-business .c-contact-cta .c-contact-cta__item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
body.business .p-business .c-contact__form {
  margin-top: 60px;
}

body.fa .p-fa {
  background-color: #f5f0e1;
}
body.fa .p-fa__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: 48px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 84%;
}
@media (min-width: 768px) {
  body.fa .p-fa__list {
    width: 87.5%;
  }
}
body.fa .p-fa__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  margin-left: auto;
  margin-right: auto;
}
body.fa .p-fa__item:last-child {
  margin-bottom: 0;
}
body.fa .p-fa__item dt,
body.fa .p-fa__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 7px 20px;
  border-radius: 30px;
  font-weight: 700;
}
@media (min-width: 768px) {
  body.fa .p-fa__item dt,
  body.fa .p-fa__item dd {
    padding: 16px 20px;
  }
}
body.fa .p-fa__item dt .icon,
body.fa .p-fa__item dd .icon {
  font-size: 24px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.fa .p-fa__item dt .text,
body.fa .p-fa__item dd .text {
  font-size: 17px;
  line-height: 1.4;
}
body.fa .p-fa__item .p-fa__question {
  background: transparent;
  border: 1px solid #ed8a11;
  color: #ed8a11;
  width: 90%;
  margin-left: auto;
  background-color: #fcf8f2;
  border-radius: 3px 30px 30px 30px;
  width: 80%;
}
@media (min-width: 768px) {
  body.fa .p-fa__item .p-fa__question {
    width: 580px;
  }
}
body.fa .p-fa__item .p-fa__question .character-img {
  position: absolute;
  left: -90px;
  bottom: -10px;
  width: 110px;
}
@media (min-width: 768px) {
  body.fa .p-fa__item .p-fa__question .character-img {
    left: -90px;
    width: 100px;
  }
}
body.fa .p-fa__item .p-fa__answer {
  background: #e9f0e8;
  color: #588c3b;
  width: 90%;
  margin-right: auto;
  border: 1px solid #588c3b;
  border-radius: 30px 3px 30px 30px;
  width: 80%;
}
@media (min-width: 768px) {
  body.fa .p-fa__item .p-fa__answer {
    width: 520px;
  }
}
body.fa .p-fa__item .p-fa__answer .character-img {
  position: absolute;
  right: -90px;
  bottom: -10px;
  width: 110px;
}
@media (min-width: 768px) {
  body.fa .p-fa__item .p-fa__answer .character-img {
    right: -90px;
    width: 100px;
  }
}

.p-about__company {
  background-color: #f5f0e1;
}
.p-about__company .p-main__company__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: 30px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
@media screen and (min-width: 1024px) {
  .p-about__company .p-main__company__list {
    -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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    gap: 0;
  }
}
.p-about__company .p-main__company__list .p-main__company__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-about__company .p-main__company__list .p-main__company__info {
    width: 50%;
    max-width: 480%;
  }
}
.p-about__company .p-main__company__list .p-main__company__info dt,
.p-about__company .p-main__company__list .p-main__company__info dd {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-about__company .p-main__company__list .p-main__company__info dt,
  .p-about__company .p-main__company__list .p-main__company__info dd {
    font-size: 16px;
  }
}
.p-about__company .p-main__company__list .p-main__company__info dt {
  width: 15%;
  font-weight: bold;
}
.p-about__company .p-main__company__list .p-main__company__info dd {
  width: 85%;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.p-about__company .p-main__company__list .map {
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .p-about__company .p-main__company__list .map {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 440px;
    height: 306px;
  }
}
.p-about__message {
  background-color: #f0e5d1;
}
.p-about__message__contents {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .p-about__message__contents {
    -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;
    max-width: 900px;
    margin: 60px auto 0;
    gap: 50px;
  }
}
.p-about__message__contents .image {
  max-width: 300px;
  max-height: 400px;
  border-radius: 12px;
}
.p-about__message__contents .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about__message__contents .message {
  width: 100%;
  margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  .p-about__message__contents .message {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 32px;
  }
}
.p-about__message__contents .message p {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 24px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-about__message__contents .message p {
    font-size: 20px;
  }
}
.p-about__message__contents .message p:last-child {
  margin-bottom: 0;
}

body.error404 .p-error {
  background-color: #ecebe4;
}
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;
  }
}

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

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

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

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