@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;600&display=swap");
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 62.5%;
}
html.fix {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

body, input, textarea, select, button {
  line-height: 1.5;
}

body,
a {
  color: #000;
  font-size: 3.7333333333vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  text-align: justify;
  line-height: 1.8;
}

@media screen and (min-width: 1024px) {
  body,
  a {
    font-size: min(0.9375vw, 18px);
  }
}
body {
  position: relative;
  overflow: hidden;
}

a {
  display: block;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
.header {
  width: 100%;
  height: min(17.0666666667vw, 64px);
  padding: min(2.9333333333vw, 11px) min(4.8vw, 18px);
  background-color: rgba(255, 255, 255, 0);
  transition-duration: 1s;
  transition-property: background-color;
  position: fixed;
  z-index: 10;
}
.header.scrolled {
  background-color: rgba(255, 255, 255, 0.7);
}
.header .header-logo {
  width: min(52.8vw, 198px);
}
.header .mail {
  width: min(17.0666666667vw, 64px);
  height: min(17.0666666667vw, 64px);
  position: absolute;
  top: 0;
  right: min(17.0666666667vw, 64px);
  z-index: 2;
}
.header .mail a {
  display: flex;
  width: min(17.0666666667vw, 64px);
  height: min(17.0666666667vw, 64px);
  padding: 0 min(3.7333333333vw, 14px);
  background-color: #db6704;
}
.header .nav-btn {
  display: table;
  width: min(17.0666666667vw, 64px);
  height: min(17.0666666667vw, 64px);
  padding: 0 min(3.2vw, 12px);
  line-height: 1;
  background: linear-gradient(90deg, #3b724c 0%, #1e3926 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.header .nav-btn .menu-trigger {
  display: inline-block;
  width: min(10.6666666667vw, 40px);
  height: min(4.2666666667vw, 16px);
  line-height: 1;
  vertical-align: middle;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  top: min(4.2666666667vw, 16px);
}
.header .nav-btn .line {
  display: inline-block;
  margin: auto;
  height: min(0.2666666667vw, 1px);
  background-color: #fff;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
}
.header .nav-btn .line:nth-of-type(1) {
  width: min(10.6666666667vw, 40px);
  top: max(-0.2666666667vw, -1px);
}
.header .nav-btn .line:nth-of-type(2) {
  width: min(10.6666666667vw, 40px);
  top: calc(50% - min(0.2666666667vw, 1px));
}
.header .nav-btn .line:nth-of-type(3) {
  width: min(10.6666666667vw, 40px);
  bottom: 0;
}
.header .nav-btn.on .line:nth-of-type(1) {
  width: min(6.9333333333vw, 26px);
  transform: translateY(min(2.1333333333vw, 8px)) rotate(45deg);
}
.header .nav-btn.on .line:nth-of-type(2) {
  transform: translateX(4px);
  opacity: 0;
}
.header .nav-btn.on .line:nth-of-type(3) {
  width: min(6.9333333333vw, 26px);
  transform: translateY(max(-1.8666666667vw, -7px)) rotate(-45deg);
}
.header .nav-btn .txt {
  display: inline-block;
  color: #fff;
  font-size: min(3.2vw, 12px);
  text-align: center;
  position: absolute;
  bottom: min(3.4666666667vw, 13px);
  left: 0;
  right: 0;
}
.header .nav {
  display: none;
  width: 100%;
  height: auto;
  padding: 0 min(4vw, 15px) min(11.2vw, 42px);
  background: linear-gradient(#3b724c 0%, #1e3926 100%);
  position: fixed;
  top: min(17.0666666667vw, 64px);
  left: 0;
  z-index: 1;
}
.header .nav .nav-list {
  margin: 0 auto min(8.5333333333vw, 32px);
}
.header .nav .nav-item {
  line-height: 1;
  border-bottom: 1px solid #fff;
}
.header .nav .nav-item a {
  display: block;
  padding: min(7.4666666667vw, 28px) min(4vw, 15px);
  color: #fff;
  font-size: min(5.0666666667vw, 19px);
  font-weight: 500;
}
.header .nav .sub {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
}
.header .nav .sub .sub-txt {
  font-size: min(3.7333333333vw, 14px);
}
.header .nav .sub .sub-unit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(3.2vw, 12px);
}
.header .nav .sub .tel {
  line-height: 1;
  position: relative;
}
.header .nav .sub .tel:before {
  content: "";
  width: min(4.2666666667vw, 16px);
  height: min(4.2666666667vw, 16px);
  margin: auto;
  background-image: url("/wp-content/themes/nakamura-stone/cmn/img/icon-tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: calc(100% + min(2.1333333333vw, 8px));
  top: 0;
  bottom: 0;
}
.header .nav .sub .tel a {
  display: inline-block;
  color: #fff;
  font-size: min(6.1333333333vw, 23px);
}
.header .nav .sub .time {
  font-size: min(3.2vw, 12px);
  line-height: 1.44;
}
.header .nav .sub .time .small {
  font-size: min(2.9333333333vw, 11px);
}

@media screen and (min-width: 1024px) {
  .header {
    height: min(6.5104166667vw, 125px);
    transition: color 0.3s, background-color 0.3s;
    padding: 0;
  }
  .header .header-unit {
    display: flex;
    justify-content: space-between;
    width: min(67.7083333333vw, 1300px);
    padding: 0 min(2.6041666667vw, 50px) 0 min(2.6041666667vw, 50px);
    margin: 0 auto 0;
    position: relative;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1500px) {
  .header .header-unit {
    padding: 0 0 0 min(2.6041666667vw, 50px);
  }
}
@media screen and (min-width: 1024px) {
  .header .header-logo {
    width: min(13.5416666667vw, 260px);
    padding: min(2.6041666667vw, 50px) 0 0 0;
  }
  .header .header-logo a {
    transition-duration: 0.3s;
    transition-property: opacity;
  }
  .header .header-logo a:hover {
    opacity: 0.7;
  }
  .header .mail {
    width: min(2.6041666667vw, 50px);
    height: min(2.6041666667vw, 50px);
    isolation: isolate;
    mix-blend-mode: normal;
    right: 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1500px) {
  .header .mail {
    right: max(-2.6041666667vw, -50px);
  }
}
@media screen and (min-width: 1024px) {
  .header .mail a {
    width: min(2.6041666667vw, 50px);
    height: min(2.6041666667vw, 50px);
    padding: 0 min(0.5729166667vw, 11px);
  }
  .header .mail a img {
    transition-duration: 0.3s;
    transition-property: transform;
  }
  .header .mail a:hover img {
    transform: rotate(10deg);
  }
  .header .nav-btn {
    display: none;
  }
  .header .nav {
    display: block;
    width: auto;
    padding: 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: auto;
    right: min(2.6041666667vw, 50px);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1500px) {
  .header .nav {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header .nav .nav-list {
    display: flex;
    width: min(34.375vw, 660px);
    margin: min(3.6458333333vw, 70px) 0 0;
    justify-content: space-between;
  }
  .header .nav .nav-item {
    border-bottom: none;
  }
  .header .nav .nav-item a {
    padding: 0;
    color: #0b2e00;
    font-size: min(0.9895833333vw, 19px);
    mix-blend-mode: difference;
    transition-duration: 0.3s;
    transition-property: color;
    position: relative;
  }
  .header .nav .nav-item a:before {
    content: "";
    width: min(0.2083333333vw, 4px);
    height: min(0.2083333333vw, 4px);
    margin: auto;
    background-color: #3b724c;
    border-radius: min(520.78125vw, 9999px);
    opacity: 0;
    transition-duration: 0.3s;
    transition-property: opacity;
    position: absolute;
    bottom: max(-0.2083333333vw, -4px);
    left: 0;
    right: 0;
  }
  .header .nav .nav-item a:hover {
    color: #3b724c;
  }
  .header .nav .nav-item a:hover:before {
    opacity: 1;
  }
  .header .nav .sub {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: justify;
    width: min(34.375vw, 660px);
    height: min(2.6041666667vw, 50px);
    padding: 0 min(1.6666666667vw, 32px);
    background: linear-gradient(90deg, #3b724c 0%, #1e3926 100%);
    position: absolute;
    top: 0;
    right: 0;
  }
  .header .nav .sub .sub-txt {
    padding: 0 min(1.0416666667vw, 20px) 0 0;
    font-size: min(0.9895833333vw, 19px);
    line-height: 1;
    position: relative;
  }
  .header .nav .sub .sub-txt:before {
    content: "";
    width: min(0.0520833333vw, 1px);
    height: min(1.4583333333vw, 28px);
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .header .nav .sub .sub-unit {
    gap: min(0.8333333333vw, 16px);
  }
  .header .nav .sub .tel {
    line-height: 1;
    position: relative;
  }
  .header .nav .sub .tel:before {
    width: min(0.8333333333vw, 16px);
    height: min(0.8333333333vw, 16px);
    right: calc(100% + min(0.4166666667vw, 8px));
    top: 0;
    bottom: 0;
  }
  .header .nav .sub .tel a {
    font-size: min(1.1979166667vw, 23px);
    position: relative;
    top: max(min(-0.0520833333vw, -1px));
  }
  .header .nav .sub .time {
    font-size: min(0.625vw, 12px);
    line-height: 1.24;
  }
  .header .nav .sub .time .small {
    font-size: min(0.5729166667vw, 11px);
  }
}
.footer {
  padding: min(12.8vw, 48px) min(8vw, 30px) min(8vw, 30px);
  margin: 0 auto 0;
  color: #fff;
  background-color: #081d11;
}
.footer .footer-unit {
  padding: 0 0 min(12.8vw, 48px);
  margin: 0 auto min(5.3333333333vw, 20px);
  border-bottom: 1px solid #fff;
}
.footer .footer-unit .footer-box .footer-logo {
  width: min(55.4666666667vw, 208px);
  margin: 0 auto min(4.2666666667vw, 16px);
}
.footer .footer-unit .footer-box .detail {
  margin: 0 auto min(8.5333333333vw, 32px);
  font-size: min(3.2vw, 12px);
}
.footer .footer-unit .footer-box .link .link-item {
  line-height: 1;
}
.footer .footer-unit .footer-box .link .link-item:not(:last-child) {
  margin: 0 auto 3.2vw;
}
.footer .footer-unit .footer-box .link .link-item a {
  color: #fff;
  font-size: min(5.0666666667vw, 19px);
}
.footer .footer-bottom .page-top {
  margin: 0 auto min(8.5333333333vw, 32px);
  text-align: right;
}
.footer .footer-bottom .page-top a {
  display: inline-block;
  padding: 0 9.0666666667vw 0 0;
  color: #fff;
  font-size: min(4.2666666667vw, 16px);
  background-image: url("/wp-content/themes/nakamura-stone/cmn/img/link-arrow-03.svg");
  background-repeat: no-repeat;
  background-size: min(6.4vw, 24px) auto;
  background-position: 100% center;
}
.footer .footer-bottom .bottom-box {
  display: flex;
  font-size: min(2.9333333333vw, 11px);
  gap: min(8.5333333333vw, 32px);
}
.footer .footer-bottom .bottom-box .link {
  order: 2;
  position: relative;
}
.footer .footer-bottom .bottom-box .link:before {
  position: absolute;
  content: "";
  width: min(0.2666666667vw, 1px);
  height: min(4.2666666667vw, 16px);
  margin: auto;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: calc(100% + min(4.2666666667vw, 16px));
}
.footer .footer-bottom .bottom-box .link a {
  color: #fff;
  font-size: min(2.9333333333vw, 11px);
}
.footer .footer-bottom .bottom-box .copy {
  order: 1;
}

@media screen and (min-width: 1024px) {
  .footer {
    padding: min(4.1666666667vw, 48px) min(2.6041666667vw, 50px) min(1.25vw, 24px);
  }
  .footer .footer-unit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(72.9166666667vw, 1400px);
    padding: 0 min(2.6041666667vw, 50px) min(5.3125vw, 102px);
    margin: 0 auto 0;
  }
  .footer .footer-unit .footer-box .footer-logo {
    width: min(13.5416666667vw, 260px);
    margin: 0 0 min(1.0416666667vw, 20px);
  }
  .footer .footer-unit .footer-box .detail {
    margin: 0;
    font-size: min(0.625vw, 12px);
  }
  .footer .footer-unit .footer-box .link {
    display: flex;
    gap: min(1.6666666667vw, 32px);
  }
  .footer .footer-unit .footer-box .link .link-item:not(:last-child) {
    margin: 0 auto 0.625vw;
  }
  .footer .footer-unit .footer-box .link .link-item a {
    color: #fff;
    font-size: min(0.8333333333vw, 16px);
    position: relative;
  }
  .footer .footer-unit .footer-box .link .link-item a:before {
    content: "";
    width: min(0.2083333333vw, 4px);
    height: min(0.2083333333vw, 4px);
    margin: auto;
    background-color: #fff;
    border-radius: min(520.78125vw, 9999px);
    opacity: 0;
    transition-duration: 0.3s;
    transition-property: opacity;
    position: absolute;
    bottom: max(-0.2083333333vw, -4px);
    left: 0;
    right: 0;
  }
  .footer .footer-unit .footer-box .link .link-item a:hover:before {
    opacity: 1;
  }
  .footer .footer-bottom {
    width: min(72.9166666667vw, 1400px);
    padding: min(1.25vw, 24px) min(2.6041666667vw, 50px) 0;
    margin: 0 auto 0;
    position: relative;
  }
  .footer .footer-bottom .page-top {
    margin: 0;
    text-align: justify;
    position: absolute;
    top: min(0.625vw, 12px);
    right: min(2.6041666667vw, 50px);
  }
  .footer .footer-bottom .page-top a {
    padding: 0 1.7708333333vw 0 0;
    font-size: min(0.8333333333vw, 16px);
    background-size: min(1.25vw, 24px) auto;
  }
  .footer .footer-bottom .bottom-box {
    font-size: min(0.625vw, 12px);
    gap: min(1.6666666667vw, 32px);
  }
  .footer .footer-bottom .bottom-box .link {
    order: 2;
    position: relative;
  }
  .footer .footer-bottom .bottom-box .link:before {
    position: absolute;
    content: "";
    width: min(0.0520833333vw, 1px);
    height: min(0.8333333333vw, 16px);
    margin: auto;
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: calc(100% + min(0.8333333333vw, 16px));
  }
  .footer .footer-bottom .bottom-box .link a {
    color: #fff;
    font-size: min(0.5729166667vw, 11px);
  }
  .footer .footer-bottom .bottom-box .copy {
    order: 1;
  }
}
.wrap {
  padding: min(17.0666666667vw, 64px) 0 0;
  font-size: 3.7333333333vw;
}

@media screen and (min-width: 1024px) {
  .wrap {
    padding: min(6.5104166667vw, 125px) 0 0;
    font-size: min(0.9375vw, 18px);
  }
}
.topic_path {
  display: flex;
  padding: 2.6666666667vw 4vw;
}
.topic_path .topic_path-item {
  color: #0b2e00;
  font-family: "noto sans jp", sans-serif;
  font-size: 3.4666666667vw;
  position: relative;
}
.topic_path .topic_path-item:not(:last-child) {
  padding: 0 4.2666666667vw 0 0;
  margin: 0 2.6666666667vw 0 0;
}
.topic_path .topic_path-item:not(:last-child):before {
  content: "";
  width: 1.6vw;
  height: 1.6vw;
  margin: auto;
  border-top: 0.2666666667vw solid #3b724c;
  border-right: 0.2666666667vw solid #3b724c;
  -webkit-transform: rotate(45deg);
  vertical-align: middle;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.topic_path .topic_path-item a {
  color: #88938a;
  font-family: "noto sans jp", sans-serif;
  font-size: 3.4666666667vw;
}

@media screen and (min-width: 1024px) {
  .topic_path {
    width: min(57.2916666667vw, 1100px);
    padding: min(1.25vw, 24px) 0;
    margin: 0 auto 0;
  }
  .topic_path .topic_path-item {
    font-size: min(0.6770833333vw, 13px);
  }
  .topic_path .topic_path-item:not(:last-child) {
    padding: 0 min(0.8333333333vw, 16px) 0 0;
    margin: 0 min(0.5208333333vw, 10px) 0 0;
  }
  .topic_path .topic_path-item:not(:last-child):before {
    width: min(0.3125vw, 6px);
    height: min(0.3125vw, 6px);
    border-top: min(0.0520833333vw, 1px) solid #3b724c;
    border-right: min(0.0520833333vw, 1px) solid #3b724c;
  }
  .topic_path .topic_path-item a {
    font-size: min(0.6770833333vw, 13px);
  }
}
.contact .contact-head {
  padding: 17.0666666667vw 8vw;
  color: #fff;
  text-align: center;
  background-image: url("/wp-content/themes/nakamura-stone/cmn/img/contact_bg-sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}
.contact .contact-head .unit .ttl {
  margin: 0 auto 12.8vw;
  font-size: 10.6666666667vw;
  line-height: 1;
  letter-spacing: 0.1em;
}
.contact .contact-head .unit .ttl .small {
  display: block;
  padding: 4.8vw 0 0;
  font-size: 3.7333333333vw;
  letter-spacing: 0.08em;
}
.contact .contact-head .unit .box .tel {
  margin: 0 auto 2.6666666667vw;
  line-height: 1;
}
.contact .contact-head .unit .box .tel a {
  display: inline-block;
  padding: 0 0 0 min(9.6vw, 36px);
  color: #fff;
  font-size: 9.0666666667vw;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
}
.contact .contact-head .unit .box .tel a:before {
  content: "";
  width: min(7.4666666667vw, 28px);
  height: min(7.4666666667vw, 28px);
  margin: auto;
  background-image: url("/wp-content/themes/nakamura-stone/cmn/img/icon-tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 1.0666666667vw;
  bottom: 0;
}
.contact .contact-head .unit .box .time {
  margin: 0 auto 8.5333333333vw;
}
.contact .contact-head .unit .box .link {
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw;
}
.contact .contact-head .unit .box .link .link-item a {
  padding: 4.8vw 8.5333333333vw;
  color: #fff;
  font-size: 5.0666666667vw;
  position: relative;
}
.contact .contact-head .unit .box .link .link-item a:before {
  content: "";
  width: 10.6666666667vw;
  height: 2.1333333333vw;
  margin: auto;
  background-image: url("/wp-content/themes/nakamura-stone/cmn/img/link-arrow-01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8.5333333333vw;
}
.contact .contact-head .unit .box .link .link-item.line a {
  background-color: #12ba57;
}
.contact .contact-head .unit .box .link .link-item.mail a {
  background-color: #db6704;
}
.contact .contact-body {
  padding: 17.0666666667vw 8vw 0;
}
.contact .contact-body .form {
  font-family: "Noto Sans JP", sans-serif;
}
.contact .contact-body .form .line-unit {
  display: flex;
  flex-direction: column;
  gap: 8.5333333333vw;
  margin: 0 auto 6.4vw;
}
.contact .contact-body .form .line.is-error {
  position: relative;
}
.contact .contact-body .form .line.is-error:before {
  content: "入力必須です";
  padding: 1.3333333333vw 1.6vw 1.3333333333vw 6.6666666667vw;
  color: #db6704;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1;
  border: 0.2666666667vw solid #db6704;
  background-image: url("/wp-content/themes/nakamura-stone/cmn/img/icon-null.svg");
  background-repeat: no-repeat;
  background-size: 4.5333333333vw auto;
  background-position: 1.6vw center;
  border-radius: 0.8vw;
  position: absolute;
  top: 0.5333333333vw;
  right: 0;
}
.contact .contact-body .form .line.is-error .line-body input[type=text],
.contact .contact-body .form .line.is-error .line-body textarea {
  border: 0.2666666667vw solid #db6704;
}
.contact .contact-body .form .line .line-head {
  display: flex;
  align-items: center;
  gap: 1.6vw;
  margin: 0 auto 1.6vw;
  letter-spacing: 0.08em;
}
.contact .contact-body .form .line .line-head .req,
.contact .contact-body .form .line .line-head .no_req {
  display: inline-block;
  padding: 1.3333333333vw 2.1333333333vw 1.6vw;
  color: #fff;
  font-size: 3.4666666667vw;
  line-height: 1;
  border-radius: 0.8vw;
}
.contact .contact-body .form .line .line-head .req {
  background-color: #db6704;
}
.contact .contact-body .form .line .line-head .no_req {
  background-color: #aab2aa;
}
.contact .contact-body .form .line .line-head label {
  font-size: 4.2666666667vw;
}
.contact .contact-body .form .line .line-body {
  position: relative;
}
.contact .contact-body .form .line .line-body input[type=text],
.contact .contact-body .form .line .line-body textarea {
  width: 100%;
  font-size: 4.2666666667vw;
  background-color: rgba(136, 147, 138, 0.08);
  border: 0.2666666667vw solid #3b724c;
  border-radius: 0;
}
.contact .contact-body .form .line .line-body input[type=text]::-moz-placeholder, .contact .contact-body .form .line .line-body textarea::-moz-placeholder {
  color: #c3c3c3;
}
.contact .contact-body .form .line .line-body input[type=text]::placeholder,
.contact .contact-body .form .line .line-body textarea::placeholder {
  color: #c3c3c3;
}
.contact .contact-body .form .line .line-body input[type=text]:focus,
.contact .contact-body .form .line .line-body textarea:focus {
  border: 0.5333333333vw solid #3b724c;
  outline: none;
}
.contact .contact-body .form .line .line-body input[type=text] {
  padding: 2.6666666667vw 4.2666666667vw;
}
.contact .contact-body .form .line .line-body input[type=text]:focus {
  padding: 2.4vw 4vw;
}
.contact .contact-body .form .line .line-body textarea {
  padding: 3.7333333333vw 4.2666666667vw;
}
.contact .contact-body .form .line .line-body textarea:focus {
  padding: 3.4666666667vw 4vw;
}
.contact .contact-body .form .line .line-body .check-list {
  display: flex;
  gap: 8.5333333333vw;
}
.contact .contact-body .form .line .line-body .check-list .check-item .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 0.2666666667vw;
  width: 0.2666666667vw;
  margin: -0.2666666667vw;
  padding: 0;
}
.contact .contact-body .form .line .line-body .check-list .check-item label {
  padding-left: 9.6vw;
  position: relative;
  cursor: pointer;
}
.contact .contact-body .form .line .line-body .check-list .check-item label::before, .contact .contact-body .form .line .line-body .check-list .check-item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.contact .contact-body .form .line .line-body .check-list .check-item label:before {
  background-color: #fff;
  border: 0.2666666667vw solid #3b724c;
  border-radius: 50%;
  width: 6.4vw;
  height: 6.4vw;
  left: 1.3333333333vw;
}
.contact .contact-body .form .line .line-body .check-list .check-item label:after {
  background-color: #3b724c;
  border-radius: 50%;
  opacity: 0;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  left: 2.6666666667vw;
}
.contact .contact-body .form .line .line-body .check-list .check-item input:checked + label::after {
  opacity: 1;
}
.contact .contact-body .form .line .line-body .note {
  margin: -1.0666666667vw 0 2.1333333333vw;
  color: #0b2e00;
  font-size: 3.4666666667vw;
  line-height: 1.4;
}
.contact .contact-body .form .policy_check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1333333333vw;
  margin: 0 auto 8.5333333333vw;
  line-height: 1;
  cursor: pointer;
}
.contact .contact-body .form .policy_check.is-error .checkbox {
  border: 0.2666666667vw solid #db6704;
}
.contact .contact-body .form .policy_check .checkbox {
  width: 6.4vw;
  height: 6.4vw;
  border: 0.2666666667vw solid #3b724c;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.contact .contact-body .form .policy_check .checkbox:checked::after {
  content: "";
  width: 6.9333333333vw;
  height: 3.7333333333vw;
  border-bottom: 1.0666666667vw solid #3b724c;
  border-left: 1.0666666667vw solid #3b724c;
  transform: rotate(-45deg);
  position: absolute;
  top: -1.6vw;
  left: -0.5333333333vw;
}
.contact .contact-body .form .policy_check .txt {
  font-size: 4.2666666667vw;
  letter-spacing: 0.06em;
}
.contact .contact-body .form .policy_check .txt a {
  display: inline-block;
  color: #3b724c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2666666667vw;
  position: relative;
}
.contact .contact-body .form .policy_check .txt a:before {
  content: "";
  width: 100%;
  height: 0.2666666667vw;
  background-color: #3b724c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.contact .contact-body .form .policy_check .txt .agree {
  padding: 0 0 0 2.1333333333vw;
}
.contact .contact-body .form .submit-wrap {
  text-align: center;
  position: relative;
}
.contact .contact-body .form .submit-wrap:before {
  content: "";
  width: 10.6666666667vw;
  height: 2.1333333333vw;
  margin: auto;
  background-image: url("/wp-content/themes/nakamura-stone/cmn/img/link-arrow-01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8.5333333333vw;
}
.contact .contact-body .form .submit-wrap .submit {
  width: 84.2666666667vw;
  padding: 4.2666666667vw 8.5333333333vw;
  margin: 0 auto 0;
  color: #fff;
  font-size: 5.0666666667vw;
  text-align: justify;
  background: linear-gradient(90deg, #3b724c 0%, #1e3926 100%);
  border: none;
  border-radius: 0;
}
.contact .contact-body .form .submit-wrap .submit:hover {
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .contact .contact-head {
    padding: min(2.9166666667vw, 56px) 0 min(2.9166666667vw, 56px);
    background-image: url("/wp-content/themes/nakamura-stone/cmn/img/contact_bg-pc.jpg");
  }
  .contact .contact-head .unit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(65.1041666667vw, 1250px);
    margin: 0 auto 0;
  }
  .contact .contact-head .unit .ttl {
    margin: 0;
    font-size: min(2.8125vw, 54px);
    letter-spacing: 0.12em;
    text-align: left;
  }
  .contact .contact-head .unit .ttl .small {
    padding: min(0.8333333333vw, 16px) 0 0;
    font-size: min(0.78125vw, 15px);
  }
  .contact .contact-head .unit .box .tel {
    margin: 0 auto min(0.8333333333vw, 16px);
  }
  .contact .contact-head .unit .box .tel a {
    padding: 0 0 0 min(2.7083333333vw, 52px);
    font-size: min(2.8125vw, 54px);
  }
  .contact .contact-head .unit .box .tel a:before {
    width: min(2.0833333333vw, 40px);
    height: min(2.0833333333vw, 40px);
    top: min(0.5208333333vw, 10px);
  }
  .contact .contact-head .unit .box .time {
    font-size: min(0.7291666667vw, 14px);
    margin: 0 auto min(1.6666666667vw, 32px);
    text-align: left;
  }
  .contact .contact-head .unit .box .link {
    width: min(22.1875vw, 426px);
    gap: min(1.25vw, 24px);
  }
  .contact .contact-head .unit .box .link .link-item a {
    padding: min(1.1458333333vw, 22px) min(1.6666666667vw, 32px);
    font-size: min(0.9895833333vw, 19px);
  }
  .contact .contact-head .unit .box .link .link-item a:hover:before {
    right: min(0.8333333333vw, 16px);
  }
  .contact .contact-head .unit .box .link .link-item a:before {
    width: min(2.0833333333vw, 40px);
    height: min(0.4166666667vw, 8px);
    letter-spacing: 0.08em;
    right: min(1.6666666667vw, 32px);
    transition-duration: 0.3s;
    transition-property: right;
  }
  .contact .contact-body {
    padding: min(6.25vw, 120px) 0;
    background-color: #f5f7f3;
  }
  .contact .contact-body .form-wrap {
    width: min(38.5416666667vw, 740px);
    padding: min(3.3333333333vw, 64px) min(2.9166666667vw, 56px) min(3.75vw, 72px);
    margin: 0 auto 0;
    background-color: #fff;
  }
  .contact .contact-body .form {
    margin: 0 auto 0;
  }
  .contact .contact-body .form .line-unit {
    gap: min(1.6666666667vw, 32px);
    margin: 0 auto min(1.6666666667vw, 32px);
  }
  .contact .contact-body .form .line.is-error:before {
    padding: min(0.2604166667vw, 5px) min(0.3125vw, 6px) min(0.2604166667vw, 5px) min(1.3020833333vw, 25px);
    font-size: min(0.6770833333vw, 13px);
    border: min(0.0520833333vw, 1px) solid #db6704;
    background-size: min(0.8854166667vw, 17px) auto;
    background-position: min(0.3125vw, 6px) center;
    border-radius: min(0.15625vw, 3px);
    top: min(0.1041666667vw, 2px);
    right: 0;
  }
  .contact .contact-body .form .line.is-error .line-body input[type=text],
  .contact .contact-body .form .line.is-error .line-body textarea {
    border: min(0.0520833333vw, 1px) solid #db6704;
  }
  .contact .contact-body .form .line .line-head {
    gap: min(0.4166666667vw, 8px);
    margin: 0 auto min(0.5208333333vw, 10px);
    letter-spacing: 0.05em;
  }
  .contact .contact-body .form .line .line-head .req,
  .contact .contact-body .form .line .line-head .no_req {
    padding: min(0.2604166667vw, 5px) min(0.4166666667vw, 8px) min(0.3645833333vw, 7px);
    font-size: min(0.78125vw, 15px);
    border-radius: min(0.15625vw, 3px);
  }
  .contact .contact-body .form .line .line-head label {
    font-size: min(0.9375vw, 18px);
  }
  .contact .contact-body .form .line .line-body input[type=text],
  .contact .contact-body .form .line .line-body textarea {
    font-size: min(0.9375vw, 18px);
    border: min(0.0520833333vw, 1px) solid #3b724c;
  }
  .contact .contact-body .form .line .line-body input[type=text]:focus,
  .contact .contact-body .form .line .line-body textarea:focus {
    border: min(0.1041666667vw, 2px) solid #3b724c;
  }
  .contact .contact-body .form .line .line-body input[type=text] {
    padding: min(0.5208333333vw, 10px) min(1.25vw, 24px);
  }
  .contact .contact-body .form .line .line-body input[type=text]:focus {
    padding: min(0.46875vw, 9px) min(1.1979166667vw, 23px);
  }
  .contact .contact-body .form .line .line-body textarea {
    padding: min(0.7291666667vw, 14px) min(1.25vw, 24px);
  }
  .contact .contact-body .form .line .line-body textarea:focus {
    padding: min(0.6770833333vw, 13px) min(1.1979166667vw, 23px);
  }
  .contact .contact-body .form .line .line-body .check-list {
    gap: min(1.6666666667vw, 32px);
  }
  .contact .contact-body .form .line .line-body .check-list .check-item .visually-hidden {
    height: min(0.0520833333vw, 1px);
    width: min(0.0520833333vw, 1px);
    margin: min(-0.0520833333vw, -1px);
  }
  .contact .contact-body .form .line .line-body .check-list .check-item label {
    padding-left: min(1.875vw, 36px);
  }
  .contact .contact-body .form .line .line-body .check-list .check-item label:before {
    border: min(0.0520833333vw, 1px) solid #3b724c;
    width: min(1.25vw, 24px);
    height: min(1.25vw, 24px);
    left: min(0.2604166667vw, 5px);
  }
  .contact .contact-body .form .line .line-body .check-list .check-item label:after {
    width: min(0.8333333333vw, 16px);
    height: min(0.8333333333vw, 16px);
    left: min(0.5208333333vw, 10px);
  }
  .contact .contact-body .form .line .line-body .note {
    margin: 0;
    font-size: min(0.7291666667vw, 14px);
    line-height: 1;
    position: absolute;
    top: min(-1.6666666667vw, -32px);
    right: 0;
  }
  .contact .contact-body .form .policy_check {
    gap: min(0.8333333333vw, 16px);
    margin: 0 auto min(1.875vw, 36px);
  }
  .contact .contact-body .form .policy_check.is-error .checkbox {
    border: min(0.0520833333vw, 1px) solid #db6704;
  }
  .contact .contact-body .form .policy_check .checkbox {
    width: min(1.3541666667vw, 26px);
    height: min(1.3541666667vw, 26px);
    border: min(0.0520833333vw, 1px) solid #3b724c;
  }
  .contact .contact-body .form .policy_check .checkbox:checked::after {
    width: min(1.3541666667vw, 26px);
    height: min(0.7291666667vw, 14px);
    border-bottom: min(0.2083333333vw, 4px) solid #3b724c;
    border-left: min(0.2083333333vw, 4px) solid #3b724c;
    top: max(-0.15625vw, -3px);
    left: min(-0.1041666667vw, -2px);
  }
  .contact .contact-body .form .policy_check .txt {
    font-size: min(0.9375vw, 18px);
  }
  .contact .contact-body .form .policy_check .txt a {
    font-size: min(0.9375vw, 18px);
  }
  .contact .contact-body .form .policy_check .txt a:before {
    height: min(0.0520833333vw, 1px);
  }
  .contact .contact-body .form .policy_check .txt .agree {
    padding: 0 0 0 min(0.4166666667vw, 8px);
  }
  .contact .contact-body .form .submit-wrap {
    width: min(14.0625vw, 270px);
    margin: 0 auto 0;
  }
  .contact .contact-body .form .submit-wrap:before {
    width: min(2.0833333333vw, 40px);
    height: min(0.4166666667vw, 8px);
    right: min(1.6666666667vw, 32px);
    transition-duration: 0.3s;
    transition-property: right;
  }
  .contact .contact-body .form .submit-wrap:hover:before {
    right: min(0.8333333333vw, 16px);
  }
  .contact .contact-body .form .submit-wrap .submit {
    width: min(14.0625vw, 270px);
    padding: min(1.0416666667vw, 20px) min(1.6666666667vw, 32px);
    margin: 0 auto 0;
    font-size: min(0.9895833333vw, 19px);
    background: linear-gradient(90deg, #3b724c 0%, #1e3926 100%);
  }
}/*# sourceMappingURL=style.css.map */