#single-page {
  margin: 80px 0 100px 0;
  position: relative;
}
@media (max-width: 600px) {
  #single-page {
    margin: 55px 0 40px 0;
  }
}

.voice {
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .voice {
    padding-top: 40px;
  }
}
.voice::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(238, 236, 231)), to(rgba(238, 236, 231, 0)));
  background: linear-gradient(to bottom, rgb(238, 236, 231) 0%, rgba(238, 236, 231, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.voice .top-line {
  margin-bottom: 80px;
}
.voice .section01 {
  margin-bottom: 90px;
}
@media (max-width: 600px) {
  .voice .section01 {
    margin-bottom: 40px;
  }
}
.voice .section01 .inner .voice-content {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.voice .section01 .inner .voice-content .voice-header {
  margin-bottom: 50px;
}
.voice .section01 .inner .voice-content .voice-header .voice-title {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .voice .section01 .inner .voice-content .voice-header .voice-title {
    font-size: 18px;
  }
}
.voice .section01 .inner .voice-content .voice-header .customer-name {
  font-size: 13px;
}
.voice .section01 .inner .voice-content .answer-list {
  counter-reset: qa;
}
.voice .section01 .inner .voice-content .answer-list .qa-item {
  margin-bottom: 50px;
  counter-increment: qa;
}
.voice .section01 .inner .voice-content .answer-list .qa-item:last-child {
  margin-bottom: 0;
}
.voice .section01 .inner .voice-content .answer-list .qa-item .question {
  padding: 5px 0 5px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 3px solid #9d8064;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #9d8064;
  line-height: calc(24 / 20);
}
@media (max-width: 600px) {
  .voice .section01 .inner .voice-content .answer-list .qa-item .question {
    line-height: calc(22 / 16);
    font-size: 16px;
  }
}
.voice .section01 .inner .voice-content .answer-list .qa-item .question:before {
  content: "Q" counter(qa) ".";
  display: contents;
  font-size: 20px;
  font-weight: 600;
  color: #9d8064;
  line-height: calc(24 / 20);
}
.voice .section01 .inner .voice-content .answer-list .qa-item .answer {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f6f5f3;
  line-height: calc(25 / 14);
  font-size: 14px;
}
@media (max-width: 600px) {
  .voice .section01 .inner .voice-content .answer-list .qa-item .answer {
    line-height: calc(19 / 13);
    font-size: 13px;
  }
}
.voice .section01 .inner .voice-content .answer-list .qa-item .answer:before {
  content: "A.";
  display: contents;
  font-size: 14px;
  font-weight: 600;
  line-height: calc(25 / 14);
}
.voice .section02 {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .voice .section02 {
    margin-bottom: 120px;
  }
}
.voice .section02 .inner .box {
  width: 100%;
  padding: 60px 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 5px rgb(216, 216, 216);
          box-shadow: 1px 1px 5px rgb(216, 216, 216);
}
@media (max-width: 600px) {
  .voice .section02 .inner .box {
    padding: 40px 30px;
  }
}
.voice .section02 .inner .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 30px solid #a98c6e;
  border-right: 30px solid transparent;
}
.voice .section02 .inner .box .left {
  font-size: 24px;
  line-height: calc(34 / 24);
  letter-spacing: 0.08em;
  margin-right: 60px;
}
@media (max-width: 600px) {
  .voice .section02 .inner .box .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: calc(28 / 20);
  }
}
.voice .section02 .inner .box .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 600px) {
  .voice .section02 .inner .box .right {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.voice .section02 .inner .box .right .headline {
  margin-bottom: 20px;
}
.voice .section02 .inner .box .right .headline span {
  display: block;
  margin-bottom: 20px;
}
.voice .section02 .inner .box .right .headline a {
  font-size: 19px;
  color: #a98c6e;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #a98c6e;
}
.voice .section02 .inner .box .right .text {
  line-height: calc(25 / 15);
}
.voice .section03 {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .voice .section03 {
    margin-bottom: 35px;
  }
}

.navigation-buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navigation-buttons .arrow {
  width: 50px;
  height: 10px;
}
@media (max-width: 600px) {
  .navigation-buttons .arrow {
    position: absolute;
    top: -40px;
    left: 0;
  }
  .navigation-buttons .arrow.next {
    left: auto;
    right: 0;
  }
}
.navigation-buttons .arrow a {
  display: block;
}
.navigation-buttons .arrow a::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-image: url(/wp-content/uploads/2025/06/icon-a-b.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.navigation-buttons .arrow.prev a {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.navigation-buttons .nav-button {
  width: 50%;
  max-width: 400px;
  margin: 0 50px;
}
@media (max-width: 600px) {
  .navigation-buttons .nav-button {
    width: 100%;
    margin: 0;
  }
}
.navigation-buttons .nav-button a {
  display: block;
  text-align: center;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #9d8064;
  color: #fff;
  border-radius: 30px;
}
@media (max-width: 600px) {
  .navigation-buttons .nav-button a {
    width: 100%;
  }
}

.works {
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .works {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.works::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(238, 236, 231)), to(rgba(238, 236, 231, 0)));
  background: linear-gradient(to bottom, rgb(238, 236, 231) 0%, rgba(238, 236, 231, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.works .section01 .inner .works-title {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .works .section01 .inner .works-title {
    font-size: 18px;
    line-height: calc(20 / 18);
  }
}
.works .section01 .inner .works-category {
  margin-bottom: 30px;
}
.works .section01 .inner .works-category div {
  margin-right: 10px;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
}
.works .section01 .inner .works-category .construction {
  background-color: #a4805f;
}
.works .section01 .inner .works-category .renovation {
  background-color: #a4945f;
}
.works .section01 .inner .works-category .old {
  background-color: #9ca45f;
}
.works .section01 .inner .works-category .shrines_temples {
  background-color: #7ba45f;
}
.works .section01 .inner .works-category .materials {
  background-color: #8f8f8f;
}
.works .section01 .inner .gallery-main {
  height: 500px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .works .section01 .inner .gallery-main {
    height: 300px;
  }
}
.works .section01 .inner .gallery-main .arrow {
  width: 15px;
  height: 50px;
  bottom: 20px;
  background-image: url(/wp-content/uploads/2025/08/arrow-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.works .section01 .inner .gallery-main .arrow.prev {
  left: 30px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.works .section01 .inner .gallery-main .arrow.next {
  right: 30px;
}
.works .section01 .inner .gallery-main .slick-list {
  height: 100%;
}
.works .section01 .inner .gallery-main .slick-list .slick-track {
  height: 100%;
}
.works .section01 .inner .gallery-main .slick-list .slick-track img {
  height: 100%;
}
.works .section01 .inner .gallery-sub {
  margin-bottom: 90px;
}
.works .section01 .inner .gallery-sub .gallery-thumb {
  width: calc(100% / 8 - 56px / 8);
  margin-right: 8px;
  margin-bottom: 8px;
  height: 60px;
}
.works .section01 .inner .gallery-sub .gallery-thumb:nth-child(8n) {
  margin-right: 0;
}
@media (max-width: 600px) {
  .works .section01 .inner .gallery-sub .gallery-thumb {
    width: calc(100% / 5 - 32px / 5);
    margin-right: 8px;
    margin-bottom: 8px;
    height: 40px;
  }
  .works .section01 .inner .gallery-sub .gallery-thumb:nth-child(8n) {
    margin-right: 8px;
  }
  .works .section01 .inner .gallery-sub .gallery-thumb:nth-child(5n) {
    margin-right: 0;
  }
}
.works .section01 .inner .gallery-sub .gallery-thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works .section01 .inner .list {
  margin-bottom: 10px;
}
.works .section01 .inner .list .item {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ababab;
}
.works .section01 .inner .list .item:first-child {
  border-top: 1px solid #ababab;
}
.works .section01 .inner .list .item .label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #a4805f;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.1;
}
@media (max-width: 600px) {
  .works .section01 .inner .list .item .label {
    padding-left: 20px;
    margin-right: 20px;
  }
}
.works .section01 .inner .list .item .value {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  line-height: 1.1;
}
.works .section01 .inner .comment {
  width: 100%;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: calc(26 / 15);
  letter-spacing: 0.03em;
  margin-bottom: 90px;
}

.post {
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .post {
    padding-top: 40px;
  }
}
.post::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(238, 236, 231)), to(rgba(238, 236, 231, 0)));
  background: linear-gradient(to bottom, rgb(238, 236, 231) 0%, rgba(238, 236, 231, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.post .section01 {
  margin-bottom: 80px;
}
.post .section01 .inner .post-content .post-header {
  margin-bottom: 30px;
}
.post .section01 .inner .post-content .post-header .title {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .post .section01 .inner .post-content .post-header .title {
    font-size: 18px;
    line-height: calc(20 / 18);
  }
}
.post .section01 .inner .post-content .post-header .meta .date {
  font-size: 13px;
  color: #a4805f;
}
.post .section01 .inner .post-content .thumbnail {
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .post .section01 .inner .post-content .thumbnail {
    height: 300px;
  }
}
.post .section01 .inner .post-content .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post .section01 .inner .post-content .content {
  line-height: calc(25 / 14);
  font-size: 14px;
}
.post .section01 .inner .post-content .content h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: calc(24 / 20);
  margin-bottom: 20px;
  color: #a4805f;
  padding: 5px 0 5px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 3px solid #9d8064;
}
@media (max-width: 600px) {
  .post .section01 .inner .post-content .content h1 {
    font-size: 18px;
    line-height: calc(23 / 18);
  }
}
.post .section01 .inner .post-content .content h2 {
  font-size: 18px;
  line-height: calc(24 / 20);
  margin-bottom: 20px;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f7f6f4;
}
@media (max-width: 600px) {
  .post .section01 .inner .post-content .content h2 {
    padding: 10px;
    font-size: 16px;
    line-height: calc(18 / 15);
  }
}
.post .section01 .inner .post-content .content p {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: calc(25 / 14);
}
.post .section01 .inner .post-content .content p:last-child {
  margin-bottom: 0;
}

.staff {
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}
@media (max-width: 600px) {
  .staff {
    padding-top: 40px;
  }
}
.staff::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(238, 236, 231)), to(rgba(238, 236, 231, 0)));
  background: linear-gradient(to bottom, rgb(238, 236, 231) 0%, rgba(238, 236, 231, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.staff .top-line {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .staff .top-line {
    margin-bottom: 40px;
  }
}
.staff .section01 .inner .staff-content .staff-photo {
  width: 430px;
  aspect-ratio: 1/1;
  margin: 0 auto 40px auto;
}
.staff .section01 .inner .staff-content .staff-photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .staff .section01 .inner .staff-content .staff-photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.staff .section01 .inner .staff-content .staff-info {
  margin-bottom: 70px;
}
@media (max-width: 600px) {
  .staff .section01 .inner .staff-content .staff-info {
    margin-bottom: 40px;
  }
}
.staff .section01 .inner .staff-content .staff-info .staff-post {
  font-size: 13px;
  text-align: center;
  margin-bottom: 20px;
}
.staff .section01 .inner .staff-content .staff-info .staff-name {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.staff .section01 .inner .staff-content .staff-info .staff-qualification {
  font-size: 13px;
  text-align: center;
  margin-bottom: 30px;
  line-height: calc(22 / 13);
}
.staff .section01 .inner .staff-content .list {
  width: 90%;
  margin: 0 auto 110px auto;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}
@media (max-width: 600px) {
  .staff .section01 .inner .staff-content .list {
    width: 100%;
  }
}
.staff .section01 .inner .staff-content .list .item {
  display: contents;
}
.staff .section01 .inner .staff-content .list .item:first-child .question,
.staff .section01 .inner .staff-content .list .item:first-child .answer {
  border-top: 1px solid #ababab;
}
.staff .section01 .inner .staff-content .list .item .question {
  color: #a4805f;
  line-height: calc(26 / 15);
  letter-spacing: 0.03em;
  padding: 10px 0 10px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ababab;
}
@media (max-width: 600px) {
  .staff .section01 .inner .staff-content .list .item .question {
    width: 120px;
    padding: 10px 0 10px 20px;
  }
}
.staff .section01 .inner .staff-content .list .item .answer {
  line-height: calc(26 / 15);
  letter-spacing: 0.03em;
  padding: 10px 0 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ababab;
}
@media (max-width: 600px) {
  .staff .section01 .inner .staff-content .list .item .answer {
    padding: 10px 0 10px 20px;
  }
}
.staff .section02 {
  margin-bottom: 110px;
}
.staff .section03 .staff-list .staff-slide a {
  margin: 0 5px;
}
.staff .section03 .staff-list .staff-slide a .staff-photo {
  margin-bottom: 20px;
  aspect-ratio: 1/1;
}
.staff .section03 .staff-list .staff-slide a .staff-photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff .section03 .staff-list .staff-slide a .staff-qualification {
  font-size: 12px;
  line-height: calc(15 / 12);
  margin-bottom: 10px;
}
.staff .section03 .staff-list .staff-slide a .staff-name {
  font-size: 18px;
}