@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }

  body {
    min-height: 100vh;
    height: -webkit-fill-available;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0 !important;
  padding: 0;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  background-color: #ffffff;
  color: #0a0a0a !important;
}

@media screen and (max-width:991px) {
  body {
    padding-top: 60px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

a,
a:visited {
  text-decoration: none;
}

a:not([class]),
a:visited:not([class]) {
  color: #0a0a0a;
}

a:hover,
a:visited:hover {
  color: #8D6A41;
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

hr {
  border: none !important;
  margin: 4rem 0 !important;
}

.c-container {
  width: min(100vw - 2rem, 1280px);
  margin: 0 auto;
  position: relative;
}

.c-container-narrow {
  width: min(100vw - 2rem, 1024px);
  margin: 0 auto;
  position: relative;
}

.c-entitle {
  color: #6a3906;
  font-family: "PT Sans", serif;
  font-style: normal;
  font-size: 1.25rem;
  margin: 0 0 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.c-entitle:before {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  background-color: #c6b76e;
  transform: skewX(-45deg);
}

.c-sectitle {
  font-size: 2.25rem;
  margin-top: 0;
}

.c-section {
  margin-bottom: 4rem;
}

@media screen and (min-width:992px) {
  .c-section {
    display: flex;
    align-items: flex-start;
    margin-top: -174px;
    padding-top: 174px;
  }
}

@media screen and (max-width:991px) {
  .c-section {
    margin-top: -84px;
    padding-top: 84px;
  }
}

@media screen and (min-width:992px) {
  .c-section__side {
    position: sticky;
    width: 25%;
    top: calc(150px + 2rem);
  }
}

@media screen and (min-width:992px) {
  .c-section__main {
    width: 75%;
  }
}

.c-table th,
.c-table td {
  vertical-align: top;
  text-align: left;
  padding: 2rem;
  border-bottom: 1px solid rgba(10, 10, 10, 0.2);
}

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

  .c-table th,
  .c-table td {
    display: block;
    padding: 1rem 0;
  }
}

@media screen and (min-width:992px) {
  .c-table th {
    border-right: 1px solid rgba(10, 10, 10, 0.2);
  }
}

.c-table tr:first-child th {
  border-top: 1px solid rgba(10, 10, 10, 0.2);
}

.c-table tr:first-child td {
  border-top: 1px solid rgba(10, 10, 10, 0.2);
}

@media screen and (max-width:991px) {
  .c-table tr:first-child td {
    border-top: none;
  }
}

.c-table ul {
  padding-left: 1rem;
  margin: 0;
}

.c-table-price th,
.c-table-price td {
  vertical-align: top;
  text-align: left;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(10, 10, 10, 0.2);
}

.c-table-price th:not(:last-child),
.c-table-price td:not(:last-child) {
  border-right: 1px solid rgba(10, 10, 10, 0.2);
}

.c-table-price th {
  background-color: rgba(10, 10, 10, 0.05);
}

.c-table-price thead th,
.c-table-price thead td {
  border-top: 1px solid rgba(10, 10, 10, 0.2);
}

.c-flex {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width:576px) {
  .c-flex {
    display: flex;
    flex-wrap: wrap;
  }

  .c-flex>* {
    width: 50%;
  }
}

.c-map {
  width: 100%;
  aspect-ratio: 16/9;
}

.c-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-map+p {
  margin-top: 2rem;
}

.c-btn,
.c-btn:visited {
  cursor: pointer;
  position: relative !important;
  line-height: inherit;
  background-color: #ffffff;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #8D6A41;
  border-radius: 5px;
  padding: 0.75rem 4rem;
  transition: background-color 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  color: #8D6A41;
}

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

  .c-btn,
  .c-btn:visited {
    margin: 0 auto;
  }
}

.c-btn:hover,
.c-btn:visited:hover {
  color: #8D6A41 !important;
  text-decoration: none !important;
  background-color: rgba(141, 106, 65, 0.1);
  border-color: #c6b76e !important;
}

.c-btn:hover:after,
.c-btn:visited:hover:after {
  right: -1.5rem;
}

/*
.c-btn:after,
.c-btn:visited:after {
  content: "";
  background-color: #c6b76e;
  width: 2rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: -1rem;
  transition: right 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
*/

.c-btn-submit,
.c-btn:visited-submit {
  cursor: pointer;
  display: block;
  padding: 1rem 4rem !important;
  margin: 2rem auto 0 !important;
  border: 1px solid #8D6A41 !important;
  background-color: rgba(162, 132, 94, 0.25) !important;
  transition: background-color 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.c-btn-submit:hover,
.c-btn:visited-submit:hover {
  background-color: rgba(162, 132, 94, 0.5) !important;
}

.p-header {
  top: 0;
  left: 0;
  z-index: 400;
  position: sticky;
  width: 100%;
  border-bottom: 1px solid rgba(106, 57, 6, 0.1);
  background-color: #ffffff;
}

@media screen and (max-width:991px) {
  .p-header {
    position: fixed;
  }
}

.p-header-bar {
  background-color: #B89A72;
  height: 44px;
  padding: 0.75rem;
}

.p-header-bar p {
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.p-header-bar p:before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../images/icon_phone.svg");
}

@media screen and (max-width:991px) {
  .p-header-bar {
    display: none;
  }
}

.p-header>.c-container {
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width:991px) {
  .p-header>.c-container {
    height: 60px;
  }
}

.p-header-logo {
  width: 165px;
}

@media screen and (max-width:991px) {
  .p-header-logo {
    width: 110px;
  }
}

.p-header-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-header-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.6rem;
}

@media screen and (max-width:991px) {
  .p-header-nav {
    display: none;
  }
}

.p-header-nav>li {
  position: relative;
}

.p-header-nav>li ul {
  position: absolute;
  list-style: none;
  padding: 1rem 1.5rem;
  margin: 0;
  top: 100%;
  left: -20px;
  background-color: #ffffff;
  white-space: nowrap;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: opacity 0.3s ease;
  transform: none;
  opacity: 0;
  pointer-events: none;
}

.p-header-nav>li ul:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 40px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}

.p-header-nav>li ul a {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
}

.p-header-nav>li:hover ul {
  opacity: 1;
  transform: none;
  pointer-events: inherit;
}

.p-header-nav>li:focus-within ul {
  opacity: 1;
  transform: none;
  pointer-events: inherit;
}

/* 親liとドロップダウンulの間の隙間を埋めるブリッジ */
.p-header-nav>li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 16px;
}

.p-header-nav a,
.p-header-nav a:visited {
  color: #0a0a0a;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 1.25rem 0;
}

.p-header-nav a:hover,
.p-header-nav a:visited:hover {
  color: #8D6A41;
  text-decoration: underline;
}

.p-header-nav>li>span {
  color: #0a0a0a;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 10px 0;
  display: inline-block;
  cursor: default;
}

.p-header-nav>li:hover>span,
.p-header-nav>li:focus-within>span {
  color: #8D6A41;
}

.p-header-nav>li>span:hover {
  text-decoration: none;
}

.p-header-nav-recruit,
.p-header-nav-price,
.p-header-nav-download,
.p-header-nav-contact {
  display: flex !important;
  align-items: center;
  gap: 0.25rem;
}

.p-header-nav-recruit:after,
.p-header-nav-price:after,
.p-header-nav-download:after,
.p-header-nav-contact:after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*
.p-header-nav-recruit:after {
  background-image: url("../images/icon_exlink.svg");
}

.p-header-nav-price:after {
  background-image: url("../images/icon_price.svg");
}

.p-header-nav-download:after {
  background-image: url("../images/icon_download.svg");
}
*/

.p-header-nav-contact:after {
  background-image: url("../images/mail-icon-before.svg");
}

.p-header-nav-contact:hover:after {
  background-image: url("../images/mail-icon-after.svg");
}

.p-header-nav-contact {
  color: #ffffff;
  background-color: #8D6A41;
  border: 1px solid #8D6A41;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 44px 10px 20px;
  /* 右側にアイコン分の余白を確保 */
  transition: background-color 0.3s, color 0.3s;
  position: relative;
}

.p-header-nav-contact:before,
.p-header-nav-contact:after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}

.p-header-nav-contact:before {
  background-image: url("../images/mail-icon-before.svg");
  opacity: 1;
}

.p-header-nav-contact:after {
  background-image: url("../images/mail-icon-after.svg");
  opacity: 0;
}

.p-header-nav-contact:hover:before {
  opacity: 0;
}

.p-header-nav-contact:hover:after {
  opacity: 1;
}

.p-header-nav-contact:hover {
  color: #8D6A41;
  background-color: #ffffff;
  text-decoration: none;
}

.p-header-nav>li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
  /* ulのtranslateY(16px)分 + 余裕 */
}

.p-header-nav>li ul a {
  display: block;
  padding: 0;
}

.p-header-sp {
  display: flex;
  align-items: center;
  gap: 1rem;
  transform: translateX(1rem);
}

@media screen and (min-width:992px) {
  .p-header-sp {
    display: none;
  }
}

.p-header-tel {
  margin: 0;
  padding: 0;
}

.p-header-tel a,
.p-header-tel a:visited,
.p-header-tel a:hover {
  font-family: "PT Sans", serif;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 600;
  color: #8D6A41;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-header-tel a:before,
.p-header-tel a:visited:before,
.p-header-tel a:hover:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/phone-icon-brown.svg");
}

.p-header-toggle {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 300;
  width: 60px;
  height: 60px;
  background-color: #8D6A41;
  display: block;
  cursor: pointer;
}

@media screen and (min-width:992px) {
  .p-header-toggle {
    display: none;
  }
}

.p-header-toggle span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  width: 32px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
}

.p-header-toggle span:nth-of-type(1) {
  top: 18px;
  animation: menu-open01 0.5s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-header-toggle span:nth-of-type(2) {
  top: 28px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.p-header-toggle span:nth-of-type(3) {
  top: 38px;
  width: 24px;
  animation: menu-open02 0.5s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-header-spnav {
  width: 100%;
  background-color: #F7F6F2;
  position: fixed;
  display: block;
  top: 60px;
  left: 0;
  z-index: 400;
  overflow: scroll;
  height: 0;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.p-header-spnav ul {
  margin: 4rem 2rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.p-header-spnav ul li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(162, 132, 94, 0.5);
}

.p-header-spnav ul li:first-child {
  border-top: 1px solid rgba(162, 132, 94, 0.5);
}

.p-header-spnav ul li ul {
  margin: 0;
  padding: 0;
}

.p-header-spnav ul li ul li {
  border-bottom: none;
  padding: 0.5rem 0;
  font-size: 0.875rem;
}

.p-header-spnav ul li ul li:first-child {
  margin-top: 1rem;
  padding-top: 1.5rem;
}

.p-header-spnav ul a,
.p-header-spnav ul a:visited {
  color: #0a0a0a;
  font-weight: 700;
  display: block;
}

@media screen and (min-width:992px) {
  .p-header-spnav {
    display: none;
  }
}

.p-header-spnav-opener {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-header-spnav-opener p {
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: rotate(180deg);
}

.p-header-spnav-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-header-spnav-tel dl {
  margin: 2rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-header-spnav-tel dt {
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.p-header-spnav-tel dd {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-header-spnav-tel dd a,
.p-header-spnav-tel dd a:visited {
  font-size: 1.4rem;
  color: #8D6A41;
}

.p-header-spnav-tel dd:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/phone-icon-brown.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.p-header:has(input[type=checkbox]:checked)+.p-header-spnav {
  height: calc(100dvh - 60px);
}

.p-header input[type=checkbox] {
  display: none !important;
}

.p-header input[type=checkbox]:checked+label .p-header-toggle {
  background-color: #8D6A41;
}

.p-header input[type=checkbox]:checked+label span:nth-of-type(1) {
  animation: menu-close01 0.5s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-header input[type=checkbox]:checked+label span:nth-of-type(2) {
  opacity: 0;
}

.p-header input[type=checkbox]:checked+label span:nth-of-type(3) {
  width: 32px;
  animation: menu-close02 0.5s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes menu-open01 {
  0% {
    transform: translateY(10px) rotate(45deg);
  }

  50% {
    transform: translateY(10px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-open02 {
  0% {
    transform: translateY(-10px) rotate(-45deg);
  }

  50% {
    transform: translateY(-10px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-close01 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(10px) rotate(0);
  }

  100% {
    transform: translateY(10px) rotate(45deg);
  }
}

@keyframes menu-close02 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-10px) rotate(0);
  }

  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}

@keyframes slide-down {
  0% {
    transform: translateY(-200px);
  }

  100% {
    transform: translateY(0);
  }
}

.p-footer {
  width: 100%;
  background-color: #F7F6F2;
  padding: 5rem 0 7.5rem;
}

.footer-address p {
  margin: 0;
}

@media screen and (max-width:991px) {
  .p-footer {
    padding: 4rem 2rem;
  }
}

.p-footer .c-container {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
  justify-content: space-between;
}

.p-footer .c-container> :nth-child(1),
.p-footer .c-container> :nth-child(2),
.p-footer .c-container> :nth-child(3) {
  flex: 1;
}

.p-footer .c-container> :nth-child(2) {
  max-width: 260px;
}

.p-footer .c-container> :nth-child(2) p {
  margin-top: 0 !important;
}

.footer-hour {
  line-height: 1.4rem;
  padding-top: 14px !important;
  margin-bottom: 0 !important;
}

.footer-license a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-license a:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/memo2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-address p {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-address p:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/pin.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width:991px) {
  .p-footer .c-container {
    flex-direction: column;
    gap: 3rem;
  }
}

.p-footer-logo {
  width: 210px;
}

.p-footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-footer-copyright {
  background: #8D6A41;
  width: 100%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  padding: 20px 0;
}

.p-footer-nav {
  display: flex;
  gap: 2rem;
}

.sp-only,
.tb-only {
  display: none;
}

@media screen and (max-width:991px) {
  .p-footer-nav {
    flex-direction: column;
    width: calc(100% - 2rem);
  }

  .footer-number {
    flex-direction: column;
    max-width: 100% !important;
    width: 100% !important;
  }

  .number-wrapper {
    width: 100% !important;
  }

  .number-wrapper div {
    padding: 0;
  }

  .number-wrapper div:first-child {
    border-bottom: none;
  }

  .number-wrapper div p {
    text-align: left;
  }

  .p-footer-tel {
    justify-content: flex-start;
  }

  .tb-only {
    display: block;
  }

  .footer-hour {
    width: 100%;
    padding: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.p-footer-nav h5 {
  border-bottom: 1px solid rgba(106, 57, 6, 0.2);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  white-space: nowrap;
  margin-top: 0;
}

@media screen and (max-width:991px) {
  .p-footer-nav h5 {
    width: 100%;
  }
}

.p-footer-nav h5 a,
.p-footer-nav h5 a:visited {
  font-size: 0.9rem;
  color: #6a3906;
  font-weight: 700;
}

.p-footer-nav h5 img {
  width: 109px;
}

.p-footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-footer-nav ul a,
.p-footer-nav ul a:visited {
  color: #0a0a0a;
  font-size: 0.8rem;
  font-weight: 500;
}

.p-footer-nav ul a:hover,
.p-footer-nav ul a:visited:hover {
  color: #8D6A41;
  text-decoration: underline;
}

.p-footer-info {
  padding: 4rem 0;
  font-size: 14px;
  line-height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-logo {
  height: 40px;
  margin-bottom: 30px;
}

/*
.p-footer-info h3 {
  font-size: 2rem;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1;
}

.p-footer-info h3 small {
  font-size: 1.25rem;
}

.p-footer-info h3+p {
  font-size: 0.875rem;
}
*/

.p-footer-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-footer-info a,
.p-footer-info a:visited {
  color: #0a0a0a;
  text-decoration: underline;
}

.p-footer-info a:hover,
.p-footer-info a:visited:hover {
  color: #8D6A41;
  text-decoration: underline;
}

.p-footer-info a.p-footer-tel,
.p-footer-info a:visited.p-footer-tel {
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  gap: 1rem;
  align-items: center;
  text-decoration: none;
}

.p-footer-info a.p-footer-tel:before,
.p-footer-info a:visited.p-footer-tel:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/phone-icon-brown.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.p-footer-info a.p-footer-tel:hover,
.p-footer-info a:visited.p-footer-tel:hover {
  text-decoration: none;
}

@media screen and (min-width:992px) {
  .p-footer-info .c-container {
    display: flex;
    /*
    align-items: center;
    */
  }

  .p-footer-info .c-container>div {
    width: 50%;
  }
}

.e-con-inner {
  display: none !important;
}

.p-breadcrumb {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 1rem;
  margin: 0;
  position: relative;
  z-index: 200;
  background-color: #eeebe4;
}

.p-breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
}

.p-breadcrumb ul li {
  white-space: nowrap;
}

.p-breadcrumb ul li:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}

.p-breadcrumb ul li:not(:last-child):after {
  content: "/";
  margin-left: 1rem;
}

.p-breadcrumb a,
.p-breadcrumb a:visited {
  color: #0a0a0a;
}

.p-breadcrumb a:hover,
.p-breadcrumb a:visited:hover {
  color: #8D6A41;
  text-decoration: underline;
}

.p-breadcrumb span {
  margin: 0 0.25rem;
}

.p-pagetitle {
  background-color: #eeebe4;
  padding: 0 0 3rem 0;
  text-align: center;
  margin-bottom: 6rem;
}

@media screen and (max-width:991px) {
  .p-pagetitle {
    margin-bottom: 3rem;
  }
}

.p-pagetitle h1 {
  margin: 0;
  padding: 0;
  color: #6a3906;
  font-size: 3rem;
  font-weight: 500;
}

@media screen and (max-width:951px) {
  .p-pagetitle {
    padding: 3rem 0 3rem 0;
  }
}


@media screen and (max-width:575px) {
  .p-pagetitle h1 {
    font-size: 6.5vw;
  }
}

.p-download-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(106, 57, 6, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width:991px) {
  .p-download-item {
    align-items: flex-start;
  }
}

.p-download-item a,
.p-download-item a:visited {
  color: #0a0a0a;
}

.p-download-item a:hover,
.p-download-item a:visited:hover {
  color: #8D6A41;
  text-decoration: underline;
}

@media screen and (max-width:991px) {
  .p-download-item {
    flex-direction: column;
  }
}

.p-download-title {
  font-size: 1.5rem;
  margin: 0;
}

.p-download-title small {
  font-size: 1.125rem;
}

.p-download-date {
  font-size: 0.875rem;
  margin-top: 0;
}

.p-contact-item {
  width: 100%;
  margin-bottom: 2rem;
}

.p-contact-item p {
  width: 100%;
  display: flex;
  gap: 2rem;
  margin-bottom: 0;
}

@media screen and (max-width:991px) {
  .p-contact-item p {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.p-contact-item span {
  width: 100%;
}

.p-contact-item input,
.p-contact-item select,
.p-contact-item textarea {
  width: 100%;
  padding: 1rem !important;
}

.p-contact-item input:focus,
.p-contact-item select:focus,
.p-contact-item textarea:focus {
  outline: 1px solid #8D6A41;
  background-color: rgba(141, 106, 65, 0.1);
}

.p-contact-item label {
  font-size: 1.25rem;
}

@media screen and (min-width:992px) {
  .p-contact-item label {
    line-height: 3.5rem;
    width: 20%;
  }
}

input[type=submit] {
  cursor: pointer;
  position: relative !important;
  line-height: inherit;
  background-color: #ffffff !important;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #8D6A41 !important;
  padding: 0.75rem 4rem !important;
  margin: 0 !important;
  transition: background-color 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  color: #0a0a0a;
}

input[type=submit]:hover {
  text-decoration: none !important;
  background-color: rgba(141, 106, 65, 0.1) !important;
  border-color: #c6b76e !important;
}

p:has(.c-btn-submit) {
  text-align: center;
  position: relative;
  display: block;
  padding: 0;
  width: min(70%, 300px);
  margin: 0 auto;
}

p:has(.c-btn-submit):hover:after {
  right: -0.5rem;
}

.p-product-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(106, 57, 6, 0.2);
}

@media screen and (max-width:991px) {
  .p-product-item {
    flex-direction: column;
  }
}

.p-product-item>* {
  flex: 1;
}

.p-product-desc h3 {
  font-size: 1rem;
  margin: 0;
}

.p-product-desc h2 {
  font-size: 2rem;
  margin: 0;
  color: #6a3906;
}

.p-product-download {
  margin-top: 4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.p-product-download:after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icon_download.svg");
}

.p-product .c-container {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}

.p-product-nav {
  position: sticky;
  flex-shrink: 0;
  top: calc(150px + 2rem);
}

.p-product-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-product-nav ul li {
  padding: 1rem 0.5rem;
  border-bottom: 1px solid rgba(10, 10, 10, 0.2);
}

.p-product-nav ul li:last-child {
  border-bottom: none;
}

@media screen and (max-width:991px) {
  .p-product-nav {
    display: none;
  }
}

.p-product p:has(+ h2) {
  margin-bottom: 0;
}

.p-product h2 {
  font-size: 2rem;
  margin-top: 0;
  padding-top: 0;
}

.p-product table {
  margin-bottom: 0;
}

.p-product table th,
.p-product table td {
  border: none;
  vertical-align: top;
  text-align: left;
  padding: 1rem;
  border-bottom: 1px solid rgba(10, 10, 10, 0.2);
}

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

  .p-product table th,
  .p-product table td {
    display: block;
    padding: 1rem 0;
  }
}

@media screen and (min-width:992px) {

  .p-product table th,
  .p-product table td:first-child {
    border-right: 1px solid rgba(10, 10, 10, 0.2);
  }
}

.p-product table tr:first-child th {
  border-top: 1px solid rgba(10, 10, 10, 0.2);
}

.p-product table tr:first-child td {
  border-top: 1px solid rgba(10, 10, 10, 0.2);
}

@media screen and (max-width:991px) {
  .p-product table tr:first-child td {
    border-top: none;
  }
}

.p-product figure img {
  width: 100%;
}

.p-product figure:has(table)+p,
.p-product figure:has(table)+h2 {
  margin-top: 4rem;
}

.p-product-flex>.wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
}

.p-product-flex>.wp-block-group__inner-container>* {
  width: calc((100% - 4rem) / 3);
}

@media screen and (max-width:991px) {
  .p-product-flex>.wp-block-group__inner-container>* {
    width: calc((100% - 2rem) / 2);
  }
}

@media screen and (max-width:575px) {
  .p-product-flex>.wp-block-group__inner-container>* {
    width: 100%;
  }
}

.p-news {
  margin-top: 6rem;
}

@media screen and (max-width:991px) {
  .p-news {
    margin-top: 3rem;
  }
}

.p-news .c-container {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}

.p-news-nav {
  position: sticky;
  flex-shrink: 0;
  width: 20%;
  top: calc(150px + 2rem);
}

.p-news-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-news-nav ul li {
  padding: 1rem 0.5rem;
  border-bottom: 1px solid rgba(10, 10, 10, 0.2);
}

.p-news-nav ul li:last-child {
  border-bottom: none;
}

@media screen and (max-width:991px) {
  .p-news-nav {
    display: none;
  }
}

.p-news-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
  margin-bottom: 0;
  gap: 1rem;
  padding: 1rem 0;
}

.p-news-item-thumb {
  flex-shrink: 0;
  width: 160px;
  display: block;
  aspect-ratio: 16/10;
  background-image: url("../images/thumbnail_news.png");
  background-size: cover;
  background-color: #aeaeae;
  border: 1px solid rgba(10, 10, 10, 0.1);
  transition: opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: hidden;
}

.p-news-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-news-item-thumb:hover {
  opacity: 0.5;
}

.p-news-item-date {
  font-size: 0.75rem;
  margin-bottom: 0;
  float: left;
  color: #0a0a0a;
}

.p-news-item-tag {
  background-color: rgba(162, 132, 94, 0.5);
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  padding: 0 0.75rem;
  border-radius: 4px;
  margin-left: 0.5rem;
  display: inline-block;
}

.p-news-item-text {
  margin-top: 0;
  clear: both;
  line-height: 1.5;
  font-size: 1.125rem;
}

.p-news-item-customer {
  font-size: 0.85rem;
  margin-top: -0.5rem;
  display: flex;
  align-items: center;
}

.p-news-item-customer:before {
  content: "";
  background-color: black;
  width: 20px;
  height: 1px;
  display: inline-block;
  margin-right: 0.25rem;
}

.p-news .pagination {
  margin-top: 2rem;
}

.p-news .pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.p-news .pagination .nav-links .page-numbers:not(.next):not(.prev) {
  color: #ffffff;
  text-decoration: none;
  width: 32px;
  height: 32px;
  background-color: rgba(162, 132, 94, 0.25);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-news .pagination .nav-links .page-numbers:not(.next):not(.prev).current {
  background-color: #8D6A41;
}

.p-news .pagination .nav-links .next,
.p-news .pagination .nav-links .prev {
  color: #0a0a0a;
}

.p-news .pagination .nav-links .next:hover,
.p-news .pagination .nav-links .prev:hover {
  color: #8D6A41;
  text-decoration: underline;
}

.p-news h2 {
  font-size: 2rem;
}

.p-news h3 {
  font-size: 1.5rem;
}

.p-news ul {
  margin-left: 0;
}

.p-news a,
.p-news a:visited {
  /*  color: #0a0a0a; */
  color: #8D6A41;
}

.p-news-related ul,
.p-news-related li {
  margin-left: 0;
}

.p-news a:hover,
.p-news a:visited:hover,
.p-news-related a:hover,
.p-news-related a:visited:hover {
  color: #0a0a0a !important;
}

/* .p-news a:not([class])[target=_blank],
.p-news a:visited:not([class])[target=_blank], */
.p-news-related a:not([class])[target=_blank],
.p-news-related a:visited:not([class])[target=_blank] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* .p-news a:not([class])[target=_blank]:after,
.p-news a:visited:not([class])[target=_blank]:after, */
.p-news-related a:not([class])[target=_blank]:after,
.p-news-related a:visited:not([class])[target=_blank]:after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icon_exlink.svg");
}

.p-news table {
  table-layout: fixed;
}

.p-news table th,
.p-news table td {
  vertical-align: top;
  text-align: left;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(10, 10, 10, 0.2);
}

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

  .p-news table th,
  .p-news table td {
    display: block;
    padding: 1rem 0;
  }
}

@media screen and (min-width:992px) {
  .p-news table th {
    border-right: 1px solid rgba(10, 10, 10, 0.2);
  }
}

.p-news table tr:first-child th {
  border-top: 1px solid rgba(10, 10, 10, 0.2);
}

.p-news table tr:first-child td {
  border-top: 1px solid rgba(10, 10, 10, 0.2);
}

@media screen and (max-width:991px) {
  .p-news table tr:first-child td {
    border-top: none;
  }
}

.p-news-date {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.p-news__column {
  border: 1px solid #8D6A41;
  padding: 2rem;
  background-color: rgba(162, 132, 94, 0.1);
  border-radius: 5px;
  margin-bottom: 4rem;
}

@media screen and (max-width:991px) {
  .p-news__column {
    padding: 1rem;
  }
}

.p-news__column>*:last-child {
  margin-bottom: 0;
}

.p-news__column>*:first-child {
  margin-top: 0;
}

.p-news__column h4 {
  font-size: 1.125rem !important;
}

.p-news__column h4:before {
  content: none !important;
}

.p-news__column p {
  font-size: 0.875rem;
}

.p-news__customer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

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

.p-news__customer p:last-child {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}

.p-news__customer p:last-child:before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: black;
  display: inline-block;
  margin-right: 0.5rem;
}

@media screen and (max-width:991px) {
  .p-news__customer p:last-child:before {
    display: none;
  }
}

.p-news__photo {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
}

.p-news__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-news .c-btn {
  margin: 4rem 0;
}

.p-news-related li {
  list-style: none;
}

.p-top-news {
  background: linear-gradient(to bottom right, #5a3e21, #2d1900);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.p-top-news-img {
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url("../images/bg_top_news.jpg");
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.75;
  z-index: 100;
}

.p-top-news .c-container {
  position: relative;
  z-index: 200;
}

@media screen and (min-width:992px) {
  .p-top-news .c-container {
    display: flex;
  }
}

@media screen and (min-width:992px) {
  .p-top-news-title {
    width: 30%;
  }
}

.p-top-news-title .c-entitle {
  color: #c6b76e;
}

.p-top-news-title h3 {
  color: #ffffff;
  font-size: 2rem;
  margin: 0;
  line-height: 1;
}

@media screen and (max-width:991px) {
  .p-top-news-title h3 {
    margin-bottom: 2rem;
  }
}

.p-top-news-title .c-btn {
  margin-top: 5rem;
  background-color: transparent;
  color: #ffffff;
}

@media screen and (max-width:991px) {
  .p-top-news-title .c-btn {
    display: none;
  }
}

.p-top-news-title .c-btn:hover {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.25);
}

.p-top-news-list {
  flex: 1;
}

.p-top-news-list .c-btn {
  margin: 4rem auto 0;
  width: 70%;
  background-color: transparent;
  color: #ffffff;
  display: flex;
  text-align: center;
}

@media screen and (min-width:992px) {
  .p-top-news-list .c-btn {
    display: none;
  }
}

.p-top-news-list .c-btn:hover {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.1);
}

.p-top-news-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #8D6A41;
  display: block;
}

.p-top-news-item:first-child {
  border-top: 1px solid #8D6A41;
}

.p-top-news-item a,
.p-top-news-item a:visited {
  color: #ffffff;
}

.p-top-news-date {
  color: #8D6A41;
  margin: 0 0 0.5rem;
}

.p-top-news-text {
  color: #ffffff;
  margin: 0;
}

.p-top-voice {
  padding: 5rem 0;
}

.p-top-voice-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.p-top-voice-title h3 {
  font-size: 2rem;
  margin: 0;
  line-height: 1;
}

@media screen and (max-width:991px) {
  .p-top-voice-title .c-btn {
    display: none;
  }
}

.p-top-voice .swiper+.c-btn {
  margin: 4rem auto 0;
  width: 70%;
  display: flex;
  text-align: center;
}

@media screen and (min-width:992px) {
  .p-top-voice .swiper+.c-btn {
    display: none;
  }
}

.p-top-voice .swiper-wrapper {
  gap: 2rem;
}

.p-top-voice .swiper-button-prev,
.p-top-voice .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #0a0a0a;
  transition: background-color 0.5s;
}

.p-top-voice .swiper-button-prev:hover,
.p-top-voice .swiper-button-next:hover {
  background-color: #666666;
}

.p-top-voice .swiper-button-prev:after,
.p-top-voice .swiper-button-next:after {
  display: none;
}

.p-top-voice .swiper-button-prev:before,
.p-top-voice .swiper-button-next:before {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  content: "";
}

.p-top-voice .swiper-button-prev:before {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.p-top-voice .swiper-button-next:before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.p-top-voice a:not([class]) {
  transition: opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.p-top-voice a:not([class]):hover {
  text-decoration: none;
  opacity: 0.5;
}

.p-top-voice-img {
  width: 100%;
  aspect-ratio: 16/9;
}

.p-top-voice-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-voice-date {
  color: #8D6A41;
  margin: 0 0 0.5rem;
}

.p-top-voice-text {
  font-size: 1.125rem;
  color: #0a0a0a;
  font-weight: 600;
  margin: 0;
}

.p-top-product {
  padding: 5rem 0;
}

.p-top-product a:not([class]) {
  transition: opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.p-top-product a:not([class]):hover {
  text-decoration: none;
  color: #0a0a0a !important;
  opacity: 0.5;
}

.p-top-product .c-container {
  position: relative;
}

@media screen and (min-width:992px) {
  .p-top-product .c-container {
    display: flex;
    align-items: flex-start;
  }
}

@media screen and (min-width:992px) {
  .p-top-product-title {
    position: sticky;
    top: calc(150px + 2rem);
    width: 30%;
  }
}

.p-top-product-title .c-entitle {
  color: #6a3906;
}

.p-top-product-title h3 {
  font-size: 2rem;
  margin: 0 0 2rem;
  line-height: 1;
}

@media screen and (max-width:991px) {
  .p-top-product-title h3 {
    margin-bottom: 2rem;
  }
}

.p-top-product-title h3+p {
  font-size: 1.125rem;
}

@media screen and (max-width:991px) {
  .p-top-product-title h3+p br {
    display: none;
  }
}

.p-top-product-title .c-btn {
  margin-top: 4rem;
}

@media screen and (max-width:991px) {
  .p-top-product-title .c-btn {
    display: none;
  }
}

.p-top-product-list {
  flex: 1;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.p-top-product-list+.c-btn {
  margin: 4rem auto 0;
  width: 70%;
  display: flex;
  text-align: center;
}

@media screen and (min-width:992px) {
  .p-top-product-list+.c-btn {
    display: none;
  }
}

.p-top-product-item {
  width: calc(50% - 1rem);
}

@media screen and (max-width:991px) {
  .p-top-product-item {
    width: 100%;
  }
}

.p-top-product-item h3 {
  font-size: 1.35rem;
}

.p-top-product-item h3 small {
  display: block;
  font-size: 1rem;
}

.p-top-product-item P {
  margin-bottom: 0;
}

.p-top-product-img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.p-top-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-product-img a {
  transition: filter 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.p-top-product-img a:hover {
  filter: brightness(120%);
}

.p-top-contact {
  background: linear-gradient(to bottom right, #5a3e21, #2d1900);
  padding: 4rem 0;
  position: relative;
  color: #ffffff;
}

.p-top-contact .c-container {
  padding: 4rem 0;
  background-image: url("../images/bg_contact.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.p-top-contact p {
  font-weight: 600;
  font-size: 1.375rem;
}

@media screen and (min-width:992px) {
  .p-top-contact p {
    text-align: center;
  }
}

.p-top-contact p strong {
  font-size: 1.875rem;
}

.p-top-contact .c-btn {
  margin: 0 auto;
  background-color: transparent;
  color: #ffffff;
  width: min(360px, 80%);
  display: flex;
  border-color: #ffffff;
}

.p-top-contact .c-btn:after {
  background-color: #ffffff;
}

.p-top-contact .c-btn:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.25);
}

.p-cover .swiper-slide {
  position: relative;
  background-color: black;
  height: calc(100vh - 150px);
  color: #ffffff;
}

@media screen and (max-width:991px) {
  .p-cover .swiper-slide {
    height: calc(100dvh - 60px);
  }
}

.p-cover .swiper-slide .c-container {
  height: 100%;
  padding-top: 15dvh;
  z-index: 200;
}

@media screen and (max-width:575px) {
  .p-cover .swiper-slide .c-container {
    padding-top: 8.5dvh;
  }
}

.p-cover .swiper-slide .c-entitle {
  transition: transform 0.75s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  transform: translateX(-50px);
  color: #ffffff;
}

@media screen and (min-width:992px) {
  .p-cover .swiper-slide .c-entitle {
    font-size: 2rem;
    gap: 1.5rem;
  }

  .p-cover .swiper-slide .c-entitle:before {
    width: 40px;
    height: 20px;
  }
}

.p-cover .swiper-slide h2 {
  transition: transform 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  opacity: 0;
  transform: translateX(-50px);
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

@media screen and (max-width:991px) {
  .p-cover .swiper-slide h2 {
    font-size: 6.5vw;
  }

  .p-cover .swiper-slide h2 br {
    display: none;
  }
}

.p-cover .swiper-slide .p-cover-text {
  font-size: 1rem;
  transition: transform 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  opacity: 0;
  transform: translateX(-50px);
}

@media screen and (max-width:991px) {
  .p-cover .swiper-slide .p-cover-text {
    font-size: 3.5vw;
  }

  .p-cover .swiper-slide .p-cover-text br {
    display: none;
  }
}

.p-cover .swiper-slide .c-btn {
  opacity: 0;
  transform: translateX(-50px);
  transition: transform 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
  margin-top: 1em;
}

@media screen and (min-width:992px) {
  .p-cover .swiper-slide .c-btn {
    font-size: 1.25rem;
  }
}

.p-cover .swiper-slide .c-btn:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.5);
}

.p-cover .swiper-slide .c-btn:after {
  background-color: #ffffff;
}

.p-cover .swiper-slide-active .c-entitle,
.p-cover .swiper-slide-active h2,
.p-cover .swiper-slide-active .p-cover-text,
.p-cover .swiper-slide-active .c-btn {
  opacity: 1;
  transform: translateX(0);
}

.p-cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.p-cover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-cover-en {
  position: absolute;
  bottom: 10vh;
  right: 100px;
  font-size: 0.75rem;
  font-family: "PT Sans", serif;
  font-style: normal;
  color: #8D6A41;
  width: 370px;
}

@media screen and (max-width:991px) {
  .p-cover-en {
    display: none;
  }
}

.p-cover .swiper-pagination {
  margin-bottom: 2rem;
}

.p-cover .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0.5rem !important;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.2);
}

.p-cover .swiper-pagination-bullet-active {
  background-color: white;
}

.p-cover .swiper-button-prev,
.p-cover .swiper-button-next {
  color: white;
  opacity: 0.25;
  transition: opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

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

  .p-cover .swiper-button-prev,
  .p-cover .swiper-button-next {
    display: none;
  }
}

.p-cover .swiper-button-prev:hover,
.p-cover .swiper-button-next:hover {
  opacity: 1;
}

.p-cover .slider-thumbnail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.p-cover .slider-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.p-cover .slider-thumbnail .swiper-wrapper {
  width: inherit;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  z-index: 200;
}

@media screen and (max-width:575px) {
  .p-cover .slider-thumbnail .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 0.25rem;
  }
}

.p-cover .slider-thumbnail .swiper-slide {
  background-color: #0a0a0a;
  width: calc((100% - 3.5rem) / 6) !important;
  max-width: 160px;
  height: inherit;
  aspect-ratio: 16/8;
  filter: brightness(0.6);
  transition: filter 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border: 1px solid #0a0a0a;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}

.p-cover .slider-thumbnail .swiper-slide:hover {
  filter: brightness(1);
}

.p-cover .slider-thumbnail .swiper-slide img {
  opacity: 0.75;
}

.p-cover .slider-thumbnail .swiper-slide p {
  position: relative;
  z-index: 200;
  text-align: center;
  padding: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  filter: drop-shadow(0px 0px 8px black);
}

@media screen and (max-width:991px) {
  .p-cover .slider-thumbnail .swiper-slide p {
    font-size: 1.5vw;
  }
}

@media screen and (max-width:575px) {
  .p-cover .slider-thumbnail .swiper-slide p {
    font-size: 3vw;
  }
}

@media screen and (max-width:575px) {
  .p-cover .slider-thumbnail .swiper-slide {
    max-width: inherit;
    width: calc((100% - 2rem) / 3) !important;
  }
}

.p-cover .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  filter: brightness(1);
  border: 1px solid #ffffff;
}

.u-align-center {
  text-align: center !important;
}

/* CIRCULAR FARM セクション：特設サイトへボタンのhover */
.green-btn {
  border: 1px solid #90c341;
  transition: background-color 0.3s, color 0.3s;
}

.green-btn:hover {
  background-color: #fff !important;
  color: #90c341 !important;
}

.black-btn,
.white-btn {
  border: 1px solid #333333;
  transition: background-color 0.3s, color 0.3s;
}

.black-btn:hover {
  background-color: #F1F1F1 !important;
  color: #333333 !important;
}

.white-btn:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
}

.brown-btn {
  border: 1px solid #8D6A41;
  transition: background-color 0.3s, color 0.3s;
}

.brown-btn:hover {
  background-color: #F7F6F2 !important;
  color: #8D6A41 !important;
}

.news-btn:hover {
  background-color: rgba(141, 106, 65, 0.1);
}

/* =====================================================
   トップページ スマホ対応（PC版のデザインは変更しない）
   ===================================================== */
/* ヘッダー */
@media screen and (max-width:991px) {
  .p-header .p-header-nav-contact {
    display: none !important;
  }

  .p-top-two-columns-card {
    padding: 30px 20px !important;
  }

  .p-top-two-columns-head {
    flex-direction: column !important;
  }

  .p-top-two-columns-head {
    text-align: center;
  }

  .btn-wrapper {
    flex-direction: column;
  }
}

/* メインビジュアル */
@media screen and (max-width:991px) {
  .p-top-mainvisual-inner {
    height: calc(70vh - 60px) !important;
  }

  .p-main-visual-text {
    padding: 0 !important;
  }
}

@media screen and (max-width:575px) {
  .p-top-mainvisual {
    margin-bottom: 30px !important;
  }

  .p-top-mainvisual-inner {
    height: auto !important;
    min-height: 70vh;
    padding: 60px 0;
  }

  .sp-only {
    display: block;
  }

  .p-main-visual-text {
    width: 96% !important;
  }
}

/* CIRCULAR FARM */
@media screen and (max-width:991px) {


  .p-top-circular-farm-bg {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    transform-origin: right center;
    object-position: right center !important;
    z-index: 0 !important;

  }

  .p-top-circular-farm-gradient {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    width: 35% !important;
    height: 100% !important;
    background: linear-gradient(to left, rgba(239, 247, 236, 0) 0%, rgba(239, 247, 236, 0.2) 3%, rgba(239, 247, 236, 0.5) 7%, rgba(239, 247, 236, 0.75) 9%, rgba(239, 247, 236, 1) 13%, rgba(239, 247, 236, 1) 100%) !important;
  }

  .p-top-circular-farm-content {
    padding: 40px !important;
    gap: 20px !important;
  }
}

@media screen and (max-width:767px) {
  .p-top-circular-farm-box {
    min-height: auto !important;
  }

  .p-top-circular-farm-bg {
    position: relative !important;
    object-fit: cover !important;
    height: 220px !important;
  }

  .p-top-circular-farm-gradient {
    display: none !important;
  }

  .p-top-circular-farm-content {
    position: relative !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    height: auto !important;
    padding: 30px 20px !important;
    gap: 20px !important;
  }

  .p-top-circular-farm-content>div:first-child {
    flex: 1 1 100% !important;
    min-width: 0 !important;
  }

  .p-top-circular-farm-content>div:last-child {
    flex: 1 1 100% !important;
    width: 100%;
    text-align: left !important;
  }
}

@media screen and (max-width:575px) {
  .p-top-circular-farm {
    margin-bottom: 30px !important;
  }

  .page-id-2380 h3 {
    font-size: 1.4rem !important;
  }

  .p-top-circular-farm-box {
    padding: 20px !important;
  }

  .p-top-circular-farm-content {
    padding: 0 !important;
  }

  .green-btn {
    width: 100% !important;
    text-align: center;
  }

  .p-top-circular-farm-bg {
    object-position: left center !important;
  }
}

/* 法人のお客様へ / 衣類を資源へ */
@media screen and (max-width:575px) {
  .p-top-two-columns-card {
    padding: 40px 24px !important;
  }

  .p-top-two-columns-head {
    flex-direction: column !important;
    text-align: center;
  }
}

/* WE ARE Landeo / NEWS */
@media screen and (max-width:1180px) {
  .p-top-strength-news-row {
    flex-direction: column !important;
  }
}

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

  .p-top-strength,
  .p-top-news-box {
    flex: 1 1 100% !important;
    width: 100%;
  }

  .p-top-two-columns {
    margin-bottom: 30px !important;
  }

  .p-top-strength-news {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width:767px) {
  .p-top-strength-list {
    flex-direction: column !important;
  }

  .p-top-strength-item {
    flex: 1 1 100% !important;
    min-height: 220px !important;
  }
}

/* フッター */
@media screen and (max-width:575px) {
  .p-footer {
    margin-top: 40px !important;
    padding: 20px 0 !important;
  }

  .p-footer-info {
    line-height: 1.5rem !important;
  }

  .footer-address p {
    margin-bottom: 10px;
  }

  .p-footer-info .c-container {
    gap: 20px !important;
  }

  .footer-number {
    flex-direction: column;
  }
}

.p-top-two-columns-card {
  flex: 1;
}

/* =====================================================
   衣類回収ページ（page-fukuno_tabi.php）スマホ対応
   PC版（992px以上）のデザインは変更しない
   ===================================================== */



@media screen and (max-width:575px) {
  .page-id-2177 h2 {
    font-size: 1.4rem !important;
  }
}

/* メインビジュアル */
@media screen and (max-width:991px) {
  .p-fukuno-mainvisual-inner {
    min-height: auto !important;
    padding: 40px 0 !important;
  }
}

@media screen and (max-width:575px) {
  .fukuno-tabi-sub {
    font-size: 1.4rem !important;
  }
}

/* 不要になった衣類を「捨てる」のではなく、土に還る資源へ */
@media screen and (max-width:951px) {
  .p-fukuno-intro-divider-pc {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .p-fukuno-intro-list {
    flex-direction: column !important;
    align-items: center !important;
  }

  .p-fukuno-intro-item {
    max-width: 100% !important;
  }

  .p-fukuno-intro-divider {
    display: none !important;
  }
}

@media screen and (max-width:575px) {
  .p-fukuno-intro {
    margin: 30px 0 !important;
  }

  .p-fukuno-intro-item {
    flex: auto !important;
  }
}

/* 衣類が資源になるまで（画像直置き部分は画像自体が可変なので追加調整は不要） */
@media screen and (max-width:575px) {
  .p-fukuno-process p {
    margin-bottom: 20px !important;
  }
}

/* 地域イベントでの衣類回収 */
@media screen and (max-width:951px) {
  .p-fukuno-event-cta {
    flex: 0 1 460px !important;
  }
}

@media screen and (max-width:767px) {
  .p-fukuno-event-row {
    flex-direction: column !important;
  }

  .p-fukuno-event-img,
  .p-fukuno-event-cta {
    flex: 1 1 100% !important;
    width: 100%;
  }
}

@media screen and (max-width:575px) {
  .p-fukuno-event-cta p {
    font-size: 1rem !important;
  }
}

/* 回収できるもの / 回収できないもの */
@media screen and (max-width:951px) {
  .p-fukuno-items>div {
    width: 90%;
  }
}

@media screen and (max-width:767px) {
  .p-fukuno-items-row {
    flex-direction: column !important;
  }

  .p-fukuno-items-card {
    flex: 1 1 100% !important;
    width: 100%;
  }
}

@media screen and (max-width:575px) {
  .p-fukuno-items-icons {
    gap: 8px !important;
  }
}

/* 事業母体：CIRCULAR CARBON株式会社 */
@media screen and (max-width:951px) {
  .p-fukuno-business {
    padding: 40px !important;
  }

  .p-fukuno-business-row>div {
    flex: auto !important;
    text-align: center;
  }
}

@media screen and (max-width:767px) {
  .p-fukuno-business-row {
    flex-direction: column !important;
    text-align: center;
  }
}

@media screen and (max-width:575px) {
  .p-fukuno-business {
    padding: 20px !important;
    margin-bottom: 30px !important;
  }

  .p-fukuno-business-row>div {
    flex: auto !important;
  }

  .p-fukuno-business-row img {
    width: 250px !important;
  }
}


.p-fukuno-event-cta {
  padding: 40px;
  background-color: #F7F6F2;
  border-radius: 5px;
}

.p-fukuno-business-row a:hover {
  background-color: rgba(141, 106, 65, 0.1);
}

.p-product-download {
  margin-top: 4rem !important;
}

.p-news-item-text a {
  font-size: 16px !important;
}

.category-info .p-news-item-text {
  margin-top: 10px;
}

@media screen and (max-width:951px) {
  .p-pagetitle h1 {
    font-size: 2.2rem;
  }

  .p-product .c-container,
  .p-news .c-container {
    width: 90%;
  }

  .page-id-31 .c-container,
  .page-id-140 .c-container-narrow,
  .page-id-588 .c-container-narrow {
    width: 90%;
  }
}

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

  .p-pagetitle h1 {
    font-size: 1.6rem;
  }

  .p-product h2 {
    font-size: 1.4rem;
  }

  .p-product .wp-block-list {
    margin-left: 0;
    padding-inline-start: 16px;
  }

  .page-id-588 h2,
  .c-sectitle,
  .p-news h2 {
    font-size: 1.4rem;
  }

  .c-table-price {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .c-table-price thead,
  .c-table-price tbody,
  .c-table-price tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .c-table-price th,
  .c-table-price td {
    padding: 12px;
  }

  .c-table-price tbody th,
  .c-table-price thead th,
  .c-table-price tbody td {
    width: 120px;
  }

  .c-table-price thead tr th:last-child,
  .c-table-price tbody tr td:last-child {
    width: 300px !important;
  }

  .scroll-intro {
    margin-bottom: 0;
  }

  .p-news-item {
    flex-direction: column;
  }

  .p-news-item a {
    width: 100%;
  }

  .p-product-download {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
  }

  .p-download-title {
    font-size: 1.2rem !important;
  }

  .wpcf7-form input {
    padding: 0.8rem !important;
  }

  .wpcf7-form label {
    font-size: 1rem;
  }
}

.footer-sns {
  margin-top: 20px;
}

.footer-sns a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0a0a0a;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
}

.footer-sns a:hover {
  color: #a2845e;
  text-decoration: underline;
}

.footer-sns img {
  width: 16px;
  height: 16px;
}


.fukuno-mainpic-sp {
  display: none;
}

/* 衣類回収FV：スマホ時はグラデーションを縦方向に変更 */
@media screen and (max-width: 575px) {
  .p-fukuno-mainvisual .p-fukuno-mainvisual-inner>div:first-of-type {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.75) 60%, rgba(255, 255, 255, 0) 100%) !important;
  }

  .fukuno-mainpic-pc {
    display: none;
  }

  .fukuno-mainpic-sp {
    display: block;
  }

  .fukuno-main-gr {
    background: none !important;
  }
}

.black-btn:hover {
  background-color: #F1F1F1 !important;
  color: #333333 !important;
}

.white-btn:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
}