@import url("variables.css");
/*===================
    MAIN STYLE
====================*/

.pc-only-1000 {
  display: block;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.lnh2 {
  line-height: 2rem;
}
.sh-tab-2 {
  display: none;
}
.sh-tab {
  display: block;
}
.sec-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.is-no-scroll {
  overflow: hidden;
}
pre {
    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: break-word;
}
.post-content {
	overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}
@media (max-width: 800px) {
	.post-content iframe {
	    width: 100%;
	    aspect-ratio: 16 / 9;
	    border: 0;
	}
}
/*===================
    TOP PAGE
====================*/

.top-container {
  display: flex;
  margin: 0 auto;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(181, 186, 130, 0.09849877450980393) 90%,
    rgba(104, 115, 0, 0.19653799019607843) 100%
  );
}

.middle-container {
  display: flex;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(95, 99, 42, 0.2357536764705882) 16%,
    rgba(95, 99, 42, 0.2217480742296919) 50%,
    rgba(95, 99, 42, 0.19373686974789917) 83%,
    rgba(255, 255, 255, 0) 99%
  );
  margin: 100px auto 0;
}

.bottom-container {
  display: flex;
  margin: 0 auto;
}

.top-container__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hero-container {
  position: absolute;
  max-width: 960px;
  width: 100%;
  height: auto;
  aspect-ratio: 96 / 64;
}

.hero-container.is-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  max-width: unset;
  background: linear-gradient(
      0deg,
      rgba(104, 115, 0, 0.2) 0%,
      rgba(104, 115, 0, 0.2) 100%
    ),
    url(../img/SiteBkgd1Layer.png);
  background-size: 500px;
}

/* .hero-container--side {
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
  animation-delay: 3s;
} */

.hero-container .arrow-container {
  position: absolute;
  left: 100%;
  top: 65%;
  flex-direction: column;
  gap: 0;
  font-size: 0.972rem;
  transform: rotate(90deg);
  transform-origin: bottom left;
  width: 137px;
  padding-bottom: 30px;
  transition: all 0.5s ease;
}

.hero-container .language-switcher {
  position: absolute;
  left: calc(100% + 30px);
  top: 10px;
  width: max-content;
  display: inline-block;
  transform: rotate(90deg);
  transform-origin: left bottom;
}

.hero-container .language-switcher a {
  color: #4c4224;
}

.hero-container .arrow {
  width: 100%;
  max-width: 137px;
}

.hero-image {
  height: 100%;
  text-align: center;
}

.hero-image img {
  width: 100%;
  max-width: 366px;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.hero-image p {
  /* position: absolute; */
  opacity: 0;
  transition: opacity 3s ease-in-out;
  /* z-index: 3; */
}

.hero-swiper-container {
  max-width: 100%;
  width: 960px;
  aspect-ratio: 96 / 64;
  transition: opacity 2s ease-in-out;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.swiper-slide:active {
  opacity: 1;
}

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

.t-container-1200 {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(181, 186, 130, 0.09849877450980393) 90%,
    rgba(104, 115, 0, 0.19653799019607843) 100%
  );
  padding-top: 90px;
}

.m-container-1200,
.b-container-1200 {
  margin: 0 auto;
  width: 100%;
}

.oval-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 100px 0px;
  background: rgb(190, 196, 175);
  background: radial-gradient(
    ellipse,
    rgba(190, 196, 175, 1) 0%,
    rgba(190, 196, 175, 1) 27%,
    rgba(255, 255, 255, 0) 70%
  );
}

.overlay-text-box .overlay-text {
  white-space: nowrap;
  color: #4c4224;
  font-size: 2.1rem;
  text-align: center;
  font-family: "Yuji Syuku";
  line-height: calc(76.75 / 21);
}

.center-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 100px;
}

.three-values-header {
  text-align: center;
  color: #dadfdb;
  font-family: "Yuji Syuku";
  font-size: 3rem;
  letter-spacing: 0.12em;
  width: calc(635% / 12);
  min-height: 60px;
  margin: 0 auto;
}

.three-values-header span {
  background-color: #4c4224;
  line-height: 2.2;
  padding: 4px 8px;
}

.block {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.three-values-container {
  max-width: 1500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  gap: 50px;
}

.block-one .three-values-image-block,
.block-two .three-values-image-block,
.block-three .three-values-image-block {
  display: flex;
  left: 0;
}

.three-values-text-block {
  display: flex;
  flex-direction: column;
}

.block-one {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-bottom: 50px;
  position: relative;
}
.block-two {
  display: flex;
  flex-direction: row-reverse;
  justify-content: right;
  margin-bottom: 50px;
  position: relative;
  justify-content: flex-end;
}
.block-three {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-bottom: 100px;
  position: relative;
}

.main-image {
  width: 100%;
  line-height: 0;
}

.main-image img {
  width: 100%;
  max-width: 575px;
  aspect-ratio: 575 / 729;
  object-fit: cover;
  object-position: top;
}

.kanji-image-container {
  overflow: hidden;
}

.explaination-text-overlay-container {
  overflow: hidden;
}

.block-one .kanji-image-container img {
  max-width: 100%;
  height: 288px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  object-fit: contain;
  display: block;
}

.block-two .kanji-image-container img {
  width: 270px;
  height: 288px;
  position: relative;
  z-index: 2;
}

.block-three .kanji-image-container img {
  width: 100%;
  max-width: 270px;
  aspect-ratio: 270 / 288;
  position: relative;
  z-index: 2;
  display: block;
  margin-left: auto;
}

.explaination-text-overlay-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 540px;
  background-color: rgba(73, 74, 26, 0.7);
  color: #dadfdb;
  padding: 20px;
  transform: translate(-80px, 0px);
  font-family: "Yuji Syuku";
}

.block-two .explaination-text-overlay-container {
  transform: translate(80px, 0px);
}

.exp-text-overlay-header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 20px;
}

.exp-text-overlay-header h3 {
  font-size: 3rem;
}

.exp-text-overlay-main {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  line-height: calc(26.75 / 21);
  font-family: "Yuji Syuku";
}

.learn-more-container {
  max-width: 1500px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding-bottom: 100px;
}

.learn-more-image {
  padding-left: 50px;
}

.learn-more-image img {
  max-width: 664px;
  width: 100%;
}

.learn-more-text-overlay-container {
  display: flex;
  flex-direction: column;
  width: calc(100% + 80px);
  transform: translate(-80px, 70px);
}
.learn-more-text-overlay h3 {
  font-size: 5rem;
  line-height: calc(72.33 / 50.15);
  color: #4c4224;
  padding-bottom: 40px;
}

.title-carousel-header {
  text-align: center;
  font-size: 3.9rem;
  line-height: calc(68.25 / 39);
  letter-spacing: -0.02em;
  color: #4c4224;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.title-carousel-header.bg {
  padding: 55px 0;
  line-height: 2.5;
  font-size: 1.8rem;
}

.title-carousel-header::after,
.title-carousel-header::before {
  position: absolute;
  content: "";
  background: url(../img/title-line.svg) no-repeat center / contain;
  width: 25px;
  aspect-ratio: 25 / 26;
}

.title-carousel-header::after {
  margin-top: auto;
  transform: rotate(180deg);
  bottom: 0;
  right: 0;
}
.title-carousel-header::before {
  top: 0;
  left: 0;
}

.title-carousel-header.bg::after,
.title-carousel-header.bg::before {
  width: 51px;
}

.title-carousel-header span > span {
  background: #394a1ab3;
  color: #dadfdb;
  letter-spacing: 0.12em;
  font-size: 2.4rem;
  padding: 7px 10px;
}
.title-carousel-header span > span:not(:first-child) {
  margin-top: 8px;
}
.title-carousel-header > span {
  display: block;
  margin: 0 30px;
}

.middle-container .slider {
  margin-top: 25px;
}

.image-carousel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  gap: 50px;
  margin: 0 auto;
}

.image-slider {
  width: 350px; /* Set width of the slider */
  height: 260px; /* Set height of the slider */
  overflow: hidden; /* Hide the overflow when sliding */
  position: relative;
}

.image-slider .slides {
  display: flex; /* Arrange images in a row */
  transition: transform 1s ease-in-out; /* Smooth sliding effect */
}

.image-slider .slides img {
  width: 350px;
  height: 260px;
  object-fit: cover; /* Make sure the images cover the entire area without distortion */
}

.slider,
.slider1 {
  width: 100%;
  height: var(--height);
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 2%,
    rgba(0, 0, 0, 0.852000175070028) 10%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0.8548012955182073) 90%,
    rgba(255, 255, 255, 0) 98%
  );
}

.slider .list,
.slider1 .list {
  display: flex;
  gap: 20px;
  position: absolute;
  will-change: transform;
  transition: transform 0.3s ease;
}

.slider1 .list {
  gap: 50px;
  max-width: 100%;
}

.slider .list .item,
.slider1 .list .item {
  width: var(--width);
  height: var(--height);
  max-width: 100%;
  flex-shrink: 0;
}

.slider .list .item img,
.slider1 .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-car1 img,
.img-car4 img {
  width: 236px;
  height: 260px;
}

.img-car2 img,
.img-car3 img {
  width: 350px;
  height: 260px;
}

.specific-pages-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}

.page-link img {
  width: 175px;
}

.arrow-container {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  padding-bottom: 75px;
}

.arrow {
  max-width: 162px;
  display: flex;
  align-items: center;
}

.arrow-container img {
  width: 100%;
}

.arrow-container .kuwashi-button-container {
  margin: unset;
}

.custom-button {
  max-width: 565px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 60px;
  background-color: #d29f30;
  color: #4c4224;
  font-family: "Yuji Syuku";
  font-size: 3.1rem;
  text-decoration: none;
  padding: 10px;
}

.custom-button::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #273315;
  opacity: 0.66;
  transition: transform 0.3s ease-in-out;
  transform: translate(10px, 10px);
  z-index: -1;
}

.custom-button:hover::after {
  transform: translate(0px, 0px);
}

.btn-slider {
  display: block;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #639600;
}

.btn-slider:hover {
  opacity: 0.7;
}

.green-hover-bttn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  max-width: 115px;
  width: 100%;
  min-height: 35px;
  color: #4c4224;
  border-color: #4c4224;
  border-width: 2px;
  border-style: solid;
  font-family: "Yuji Syuku";
  text-decoration: none;
  font-size: 1.5rem;
  margin: auto;
}

.green-hover-bttn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5f632a;
  opacity: 0.24;
  transition: transform 0.3s ease-in-out;
  transform: translate(5px, 5px);
  z-index: -1;
}

.green-hover-bttn.orange {
  background-color: #d29f30;
  font-size: 3rem;
  border: 0;
  max-width: 450px;
  min-height: 56px;
}

.green-hover-bttn.orange::after {
  background-color: #273315;
  opacity: 0.66;
  transform: translate(10px, 10px);
}

.green-hover-bttn:hover::after,
.green-hover-bttn.orange:hover::after {
  transform: translate(0px, 0px);
}

.green-hover-bttn:hover {
  opacity: 1;
}

.green-hover-bttn-lg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 100px;
  color: #4c4224;
  border-color: #4c4224;
  border-width: 2px;
  border-style: solid;
  font-family: "Yuji Syuku";
  text-decoration: none;
}

.sdg-info-buttons .green-hover-bttn-lg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5f632a;
  opacity: 0.24;
  transition: transform 0.3s ease-in-out;
  transform: translate(10px, 10px);
}

.sdg-info-buttons .green-hover-bttn-lg:hover::after {
  transform: translate(0px, 0px);
}

.info-button-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-button-text-s {
  font-size: 1.5rem;
}
.info-button-text-m {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
}

.kuwashi-button-container {
  width: 100%;
  max-width: 115px;
  margin: 0 auto;
}

.sarani-button-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.sarani-button-container .green-hover-bttn {
  min-height: 25px;
}

.page-link-subheader {
  padding-top: 20px;
  font-size: 1.5rem;
}
.page-link-header {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  padding-bottom: 20px;
}
.page-link-exercpt {
  font-size: 1.8rem;
  padding-bottom: 20px;
}

.three-pages-links-container {
  width: 100%;
  color: #4c4224;
  font-family: "Yuji Syuku";
  max-width: 435px;
  margin: 0 auto;
  padding-top: 30px;
}

.workshop-info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 100px;
}

.workshop-body {
  display: flex;
  justify-content: center;
  max-width: 790px;
  align-items: flex-start;
  gap: 20px;
  font-family: "Yuji Syuku";
  flex-wrap: wrap;
}

.workshop-body img {
  width: 100%;
  aspect-ratio: 344 / 229;
  object-fit: cover;
}

.workshop-header img {
  max-width: 600px;
}

.workshop-text-group {
  padding: 10px 0 40px 0;
}
.workshop-text {
  font-family: "Yuji Syuku";
  font-size: 1.8rem;
  line-height: calc(30.75 / 18);
  margin-top: 20px;
}

.two-page-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 150px;
}
.two-page-header {
  font-size: 50px;
  color: #4c4224;
  font-family: "Yuji Syuku";
}

.two-page-header img {
  max-width: 600px;
}

.two-page-text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  margin-top: 20px;
}
.two-page-text {
  font-size: 1.8rem;
  font-family: "Yuji Syuku";
  padding-bottom: 10px;
  line-height: calc(30.75 / 18);
}
.two-page-body {
  display: flex;
  max-width: 790px;
  font-family: "Yuji Syuku";
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.workshop-body > *,
.two-page-body > * {
  width: calc(50% - 10px);
}

.two-page-body img {
  width: 100%;
  aspect-ratio: 344 / 229;
  object-fit: cover;
}

.two-page-body a {
  width: 200px;
}

.two-pages-links-container {
  display: flex;
  justify-content: space-between;
  gap: 275px;
}

/* .three-pages-links-container .page-link a:hover {
    color: white; 
}

.workshop-body .page-link a:hover {
    color: white; 

}
.two-pages-container .page-link a:hover {
    color: white; 
} */

.sdg-info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
}
.sdg-info-buttons {
  display: flex;
  max-width: 460px;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding-top: 50px;
  width: 100%;
}

.blog-and-facebook-container {
  max-width: 940px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 200px auto 0;
  gap: 20px;
}

.sdg-info-text {
  font-size: 1.8rem;
  font-family: "Yuji Syuku";
  text-align: center;
  line-height: calc(30.75 / 18);
}

.blog-posts-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-style: dashed;
  border-color: #4c4224;
  width: calc(50% - 10px);
  padding: 20px 30px;
}
.blog-post-header {
  display: flex;
  justify-content: center;
  padding: 10px;
  max-width: 171px;
  background-color: #4c4224;
  color: #dadfdb;
  font-size: 2.1rem;
  letter-spacing: 0.12em;
  width: 100%;
}

.blog-post-header img {
  width: 50%;
}

.blog-posts {
  padding: 35px 0;
}

.recent-blog-posts-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.recent-blog-post {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  color: #4c4224;
  width: 100%;
}

.recent-blog-post .post-title {
  font-size: 2.09rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}

.recent-blog-post .post-date {
  font-size: 1.6rem;
  line-height: 1;
}

.recent-blog-post .post-content {
  margin: auto 0;
}

.recent-blog-post .post-thumbnail img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: all 0.5s ease;
}

.recent-blog-post:hover .post-thumbnail img {
  scale: 1.1;
  opacity: 0.7;
}

.recent-blog-post .post-thumbnail {
  width: 35.7%;
  flex-shrink: 0;
  overflow: hidden;
}

.recent-blog-post .post-text {
  font-size: 16px;
  color: #4c4224;
  font-family: "Yuji Syuku";
}

.sarani {
  padding: 20px;
  background-color: transparent;
  border: none;
}

.sarani img {
  width: 150px;
}

/* Styling for the blog-posts-container */
.facebook-container {
  width: calc(50% - 10px);
  overflow: hidden;
}

/* ----------------BLOG-------------------------------- */

.t-blog-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.l-header {
  max-width: 790px;
  width: 100%;
  text-align: center;
  line-height: 2;
}

.l-header-title {
  max-width: 790px;
  color: #4c4224;
  font-family: "Yuji Syuku";
  border-bottom: solid #4c4224;
  border-width: 3px;
  margin: 70px auto 0;
  line-height: 2;
}

.l-header-text {
  max-width: 750px;
  width: 100%;
  padding: 30px 0 50px 0;
  font-size: 1.8rem;
  text-align: left;
}

.l-blog-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  grid-gap: 50px;
  padding: 50px 0;
}

.img-area {
  max-height: 300px;
  overflow: hidden;
  aspect-ratio: 1;
  background-color: #ebe9e8ed;
}

.card .card-img-top {
  aspect-ratio: 1;
  object-fit: cover;
  transition: all 0.5s ease;
}

.card a:hover .card-img-top {
  scale: 1.1;
  opacity: 0.7;
}

.img-fluid {
  width: 100%;
}

.title-link {
  color: #4c4224;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 15px;
}

.p-weblog .pagination-container {
  margin-top: 50px;
}

.pagination-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.pagination-number.current-page::after {
  opacity: 0.6;
}

.page-numbers {
  text-decoration: none;
  color: inherit;
}

.pagination-number {
  text-align: center;
  position: relative;
  color: #4c4224;
  font-family: "Yuji Syuku";
  text-decoration: none;
  font-size: 24px;
}

.pagination-number .page-numbers {
  display: block;
  padding: 5px 15px;
  border-color: #4c4224;
  border-width: 3px;
  border-style: solid;
}

.pagination-number::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5f632a;
  opacity: 0.24;
  transition: transform 0.3s ease-in-out;
  transform: translate(-15%, 20%);
  pointer-events: none;
}

.pagination-number:hover::after {
  transform: unset;
}

span.next {
  display: flex;
  position: relative;
}

span.next img {
  max-width: 50px;
}

span.next::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5f632a;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transition: transform 0.3s ease-in-out;
  transform: translate(-10%, 20%);
  opacity: 0.24;
}

span.previous {
  display: flex;
  position: relative;
}

span.previous img {
  max-width: 50px;
}

span.previous::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5f632a;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  transition: transform 0.3s ease-in-out;
  transform: translate(10%, 20%);
  opacity: 0.24;
}

.page-numbers:hover span::after {
  transform: translate(0, 0);
}

.post-navigation {
  display: flex;
  align-items: center;
  max-width: 484px;
  width: 100%;
  justify-content: space-between;
  margin: 100px auto 0;
}

.post-navigation .page-numbers.next,
.post-navigation .page-numbers.prev {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.post-navigation .green-hover-bttn {
  font-size: 2.4rem;
  max-width: 177px;
  min-height: 44px;
  margin: unset;
}

.post-navigation span.previous img,
.post-navigation span.next img {
  max-width: 30px;
}

.post-navigation .pagination-next,
.post-navigation .pagination-prev {
  width: 20%;
  cursor: pointer;
}

/* ----------------SINGLE POST PAGE-------------------------------- */

.t-single-post-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.t-single-post-container .l-header-title {
  text-align: left;
}

.t-single-post-container .l-header-title > * {
  line-height: 1.5;
}

.t-single-post-container .post-date {
  text-align: left;
  font-size: 1.8rem;
  padding-left: 10px;
  margin-top: 10px;
}

.p-weblog-sec p {
  font-size: 1.8rem;
  line-height: calc(26.75 / 18);
}

.p-weblog-sec .post-content,
.p-weblog-sec .post-thumbnail {
  margin-top: 50px;
}
.p-weblog__numtxt {
  color: #006300;
}
.p-weblog__txtcolor {
  color: #639600;
}
.p-weblog__telcolor {
  color: #585839;
}

.p-weblog-sec .post-content p, 
.p-s-product .post-content p {
  margin: 0 0 20px;
  word-break: break-all;
}

.p-weblog-sec .post-content p strong {
	color: #526814;
    font-size: 2.1rem;
}

.p-weblog-sec .post-content img, 
.p-s-product .post-content img {
	margin-bottom: 20px;
}
.aligncenter {
	display: block;
    margin: 0 auto;
}
/* ----------------formality PAGE-------------------------------- */
.p-formality .oval-container {
  width: 52.2%;
}
.p-formality .overlay-text-box {
  max-width: 297px;
}
.p-formality .blog-posts {
  max-width: 650px;
  margin: 0 auto;
}
.p-formality .recent-blog-post,
.p-formality .recent-blog-posts-container {
  gap: 40px;
}
.p-formality__sec1content {
  display: flex;
  flex-direction: column;
  gap: 65px;
}

.p-formality__sec1 {
  margin-top: 70px;
}

.p-formality__sec1 p {
  line-height: calc(36.75 / 18);
  margin-top: 35px;
}

.p-formality__sec2c1swiper.swiper {
  margin-bottom: 80px;
}

.p-formality__sec1wrap {
  margin-top: 100px;
}

.p-formality__sec1title p {
  margin-top: 50px;
}

.p-formality__sec1contentitem {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-formality__sec1contentitem p {
  margin-top: 10px;
}

.p-formality__sec1contentitem:nth-child(2n) {
  flex-direction: row-reverse;
}

.p-formality__sec1contentimg {
  width: 47.8%;
}

.p-formality__sec1contentitem img {
  width: 100%;
  aspect-ratio: 478 / 342;
  object-fit: cover;
}

.p-formality__sec1-lead-box {
    text-align: center;
    margin-bottom: 95px;
}
.p-formality__sec1-lead {
	position: relative;	
}
.p-formality__sec1-lead:before {
    content: url(../img/formality/line-lead.svg);
    display: block;
    width: 450px;
	max-width: 100%;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}
.p-formality__sec1bfat {
  display: flex;
  flex-direction: column;
  gap: 112px;
  margin-top: 180px;
}

.p-formality__sec1bfatitem img {
  border-radius: 15px;
  border: 4px solid transparent;
  outline: 4px solid #52532f;
  outline-offset: -7px;
}

.p-formality__sec1bfatitemr img {
  outline-color: #953d30;
}

.p-formality__sec1bfatitem > * {
  position: relative;
  width: fit-content;
}

.p-formality__sec1bfatitem > *::after {
  content: "Before";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  color: #dadfdb;
  font-family: "Yuji Syuku", serif;
  background-color: #52532f;
  padding: 3px 16px;
}

.p-formality__sec1bfatitemr::after {
  content: "After";
  background-color: #953d30;
}

.p-formality__sec1bfatitemname {
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.4rem;
    color: #dadfdb;
    font-family: "Yuji Syuku", serif;
    background-color: #953d30;
    padding: 3px 16px;
}

.p-formality__sec1bfatiteml {
  width: 44.4%;
}
.p-formality__sec1bfatitemr {
  width: 68.7%;
  margin-left: auto;
  margin-top: -45px;
}

.p-formality__sec2 .three-values-header {
  width: fit-content;
  margin-top: 200px;
}

.p-formality__sec2content {
  position: relative;
  margin-top: 60px;
  line-height: calc(36.75 / 18);
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.p-formality__sec2content h4 {
  line-height: calc(42 / 24);
}

.p-formality__sec2content::before {
  content: "";
  position: absolute;
  background: url(../img/formality/bamboo.svg) repeat-y center / contain;
  width: 62px;
  height: 100%;
  right: 7.6%;
  opacity: 0.21;
}

.p-formality__sec2content1:nth-child(2n) {
  margin-left: 30px;
}

.p-formality__sec2 .title-carousel-header {
  margin-top: 100px;
}

.p-formality__sec2 .title-carousel-header > span {
  margin: 0;
}

.p-formality__sec2content1 p {
  margin-top: 20px;
}

.p-formality__sec2c1 .three-values-header {
  font-size: 2.4rem;
}

.p-formality__sec2c1wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  line-height: calc(30.75 / 18);
  margin-top: 30px;
}

.p-formality__sec2c1wrap img {
  width: 36.58%;
  max-width: 400px;
}

.p-formality__sec2c1swiper {
  width: 34.18%;
  text-align: center;
  position: relative;
  flex-shrink: 0;
  max-width: 270px;
}

.p-formality__sec2c1swiper.swiper {
  overflow: unset;
}

.p-formality__sec2c1swiper img {
  width: 100%;
  height: auto;
}

.p-formality__sec2c1swiper p {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.p-formality__sec2c1swiper .swiper-pagination {
  width: unset;
  left: 10px;
  top: unset;
  bottom: 0;
}

.p-formality__sec2c1swiper .swiper-pagination-bullet {
  background-color: #2a5a00;
  width: 12px;
  height: 12px;
  opacity: 0.33;
}

.p-formality__sec2c1swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.p-formality__sec3list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 35px;
}

.p-formality__sec3item {
  width: calc(50% - 35px / 2);
}

.p-formality__sec3item p {
  margin-top: 20px;
  text-align: center;
}

.p-formality__sec3wrap {
  margin-top: 200px;
}

.p-formality__sec3wrap > p {
  margin-top: 40px;
  letter-spacing: -0.05em;
}

.double-line-header {
  border-bottom: 0.5px solid #394a1ab3;
  padding-bottom: 10px;
}

.double-line-header::after {
  content: "";
  display: block;
  height: 0.5px;
  width: 100%;
  margin-top: 10px;
  background-color: #394a1ab3;
}

.p-formality__sec3list {
  margin-top: 50px;
}

.bg-header {
  font-size: 2.4rem;
  text-align: center;
  color: #dadfdb;
  font-weight: normal;
}

.bg-header span {
  background-color: #394a1ab3;
  line-height: 2;
  padding: 0 20px;
}

.p-formality__sec3imgs {
  display: flex;
  gap: 15px;
  margin-top: 50px;
}

.p-formality__sec3imgs img {
  width: calc(100% / 3 - 10px);
}

.p-formality__sec3content {
  margin-top: 60px;
}

.p-formality__sec3content p {
  margin-top: 40px;
}

.p-formality__sec5 .slider {
  margin-top: 20px;
}

.p-formality__sec5 .slider .list {
  gap: 15px;
}

.p-formality__sec5 .slider .list .item img {
  height: unset;
}

.p-formality__sec3wrap .green-hover-bttn {
  max-width: 351px;
}

.p-formality__sec4 {
  margin-top: 140px;
}

.p-formality__sec4wrap {
  border: 6px dashed #b4d22ab3;
  max-width: 892px;
  margin: 0 auto;
  padding: 50px 50px 60px;
}

.p-formality__sec4txt {
  background-color: #cfdd4c4d;
  margin-top: 10px;
  line-height: calc(36.75 / 18);
  padding: 5px 24px;
  font-family: var(--font-vdl);
  font-weight: bold;
}

.p-formality__sec4txtwrap p {
  padding: 5px 24px;
}

.p-formality__sec4content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 100px;
}

.p-formality__sec5 .btn-slider {
  margin-top: 50px;
  max-width: 185px;
}

.p-formality__sec4wrap > p {
  margin-top: 100px;
  margin-bottom: 20px;
}

.p-formality__sec4imgs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 65px;
}

.p-formality__sec4img {
  width: 50%;
  text-align: center;
}

.p-formality__sec4img:nth-child(2) img,
.p-formality__sec4img:nth-child(3) img {
  width: 68.5%;
}

.p-formality__sec4img:nth-child(3) {
  margin-top: -25px;
}

.p-formality__sec4img:nth-child(4) {
  margin-top: auto;
}

.p-formality__sec5 {
  margin-top: 200px;
}

.line-header {
  border-bottom: 1px solid #4c4a00;
  padding-bottom: 5px;
}

.p-formality__orderttl {
  background: url(../img/formality/bamboo-bg.svg) no-repeat center / contain;
  color: #dadfdb;
  aspect-ratio: 160 / 61;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  margin: 0 auto;
}

.p-formality__order {
  margin-top: 200px;
}

.p-formality__delivery {
  margin-top: 100px;
}

.p-formality__orderwrap {
  max-width: 860px;
  margin: 40px auto 0;
}

.p-formality__orderwrap {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.p-formality__orderitem {
  width: 20.93%;
}

.p-formality__orderitem p {
  margin-top: 20px;
  letter-spacing: -0.02em;
}

.triangle {
  width: 17px;
  height: 28px;
  flex-shrink: 0;
  background-color: #4c4224;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-top: 20px;
}

.p-formality__deliverytxt {
  max-width: 630px;
  margin: 30px auto 0;
  line-height: calc(26.75 / 18);
  letter-spacing: -0.02em;
}

.p-formality__contact {
  margin-top: 100px;
  border: 3px solid #61925f;
}

.p-formality__contactttl {
  background-color: #61925f;
  color: #dadfdb;
  font-size: 2.7rem;
  padding: 10px 20px;
  letter-spacing: 0.12em;
  line-height: calc(36.75 / 27);
}

.p-formality__contactwrap {
  padding: 30px 20px 20px;
}

.p-formality__contactwrap > a {
  color: #639600;
  margin-top: 50px;
  display: block;
}

.p-formality__contactwrap > a:hover {
  opacity: 0.7;
}

.p-formality__contact-note {
	font-size: 1.5rem!important;
	text-align: left;
	margin-top: 20px;
}

.btn-wrap {
  display: flex;
  gap: 8.1%;
  margin-top: 30px;
}

.btn-wrap .green-hover-bttn {
  max-width: 100%;
  font-size: 1.8rem;
  min-height: 73px;
}

@media (max-width: 500px) {
  .p-formality__contactttl {
    font-size: 2.4rem;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }

  .p-formality__contactwrap > p {
    text-align: left;
  }

  .bg-header span {
    padding: 0 10px;
  }
}

/* ----------------JREI ARCHIVE-------------------------------- */

.p-case__list {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 60px;
}

.p-case__list > * {
  width: calc(50% - 30px);
}

.p-case__list img {
  width: 100%;
  height: auto;
  aspect-ratio: 475 / 317;
  object-fit: cover;
}

.p-case__list h3 {
  margin: 20px 0;
  letter-spacing: -0.03em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-link-img img {
  transition: 0.5s all ease;
}
.c-link-img:hover img {
  scale: 1.1;
  opacity: 0.7;
}
.c-link-img {
  display: block;
  overflow: hidden;
}

.p-case-sec1 {
  margin-top: 100px;
}

.p-case__txt {
  margin-top: 100px;
}

.p-case section p {
  font-size: 1.8rem;
  line-height: calc(26.75 / 18);
}

.p-case p > a {
  color: #639600;
}

.p-case p > a:hover {
  opacity: 0.7;
}

.p-case-sec .post-thumbnail {
  margin-top: 40px;
}

.p-case-sec .post-content {
  margin-top: 80px;
}

.p-case-sec2 {
  margin-top: 90px;
}

.p-case-sec2__wrap {
  max-width: 693px;
  margin: auto;
}

.p-case-sec2__wrap > * {
  position: relative;
  padding-left: 23px;
  padding-top: 10px;
}

.p-case-sec2__wrap > *::after {
  content: "Before";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4rem;
  line-height: calc(42 / 24);
  color: #dadfdb;
  background-color: #52532f;
  padding: 4px 17px;
}

.p-case-sec2__wrap img {
  border: 3px solid #52532f;
  border-radius: 12px;
  aspect-ratio: 670 / 479;
  object-fit: cover;
}

.p-case-sec2__after {
  margin-top: 25px;
}

.p-case-sec2__after img {
  border-color: #953d30;
}

.p-case-sec2__after::after {
  content: "After";
  background-color: #953d30;
}

.p-case-sec2__before::before {
  content: "";
  position: absolute;
  width: calc(7900% / 693);
  aspect-ratio: 79 / 102;
  left: calc(50% - 7900% / 693 / 2);
  top: 92.5%;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #61925f;
}

.p-case-sec3 {
  margin-top: 60px;
}

.p-case-sec3 h3,
.customer_reviews {
  background-color: #d29f30;
  width: fit-content;
  margin: auto;
  padding: 3px 13px;
  font-size: 2.4rem;
}

.p-case-sec .l-header-title {
  margin-top: 10px;
}

.p-case-sec__wrap {
  margin-top: 70px;
}

.p-case-sec3cr {
  background-color: #cfdd4c4d;
  line-height: calc(36.75 / 18);
  letter-spacing: -0.022em;
  padding: 50px 25px;
  margin-top: 20px;
  font-family: var(--font-vdl);
  font-weight: bold;
}

.p-case-sec4__wrap {
  position: relative;
}

.p-case-sec4__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 100px;
}

.p-case-sec4__gallery > * {
  width: calc(100% / 5 - 16px);
  cursor: pointer;
}

.p-case-sec4__gallery img {
  aspect-ratio: 1;
  object-fit: cover;
}
.popup-navigation {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.c-popup span img {
  max-width: 27px;
}
.c-popup span.previous::after {
  transform: translate(-8px, 0);
}
.c-popup span.next::after {
  transform: translate(8px, 0);
}
.c-popup span:hover::after {
  transform: translate(0, 0);
}
.c-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ebe9e8ed;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64.44%;
  max-width: 750px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.c-popup.active {
  opacity: 1;
  visibility: visible;
}

.popup-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 60px 40px 30px;
  gap: 20px;
  width: 100%;
}

.popup-image-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  aspect-ratio: 506 / 337;
}

.popup-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-image img {
  width: 100%;
}

.c-popup__close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  padding: 30px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .c-popup__close {
    width: 20px;
    height: 20px;
    padding: 15px;
  }
}
.c-popup-close__line {
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #4c4224;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-popup-close__line:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-popup-close__line:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .c-popup-close__line {
    width: 20px;
  }
}

@media (max-width: 800px) {
  .l-header-title {
    margin-top: 35px;
  }
  .p-case-sec .post-content {
    margin-top: 40px;
  }
  .p-case .p-case-sec4__gallery > * {
    width: calc(100% / 2 - 10px);
  }
  .p-case .p-case-sec4__gallery {
    margin-top: 75px;
  }
  .post-navigation,
  .p-case-sec2 {
    margin-top: 50px;
  }
  .post-navigation * {
    font-size: 2rem;
  }
  .post-navigation .pagination-next,
  .post-navigation .pagination-prev {
    width: 50%;
  }
  .post-navigation .page-numbers.next,
  .post-navigation .page-numbers.prev {
    gap: 7px;
  }
  .post-navigation .green-hover-bttn {
    width: calc(60% - 10px);
  }
  .p-case-sec3cr {
    padding: 25px 20px;
  }
  .p-case-sec2__after {
    margin-top: 5px;
  }
  .p-case-sec2__wrap > *::after {
    padding: 0 5px;
    font-size: 2rem;
  }
  .c-popup {
    width: 90%;
  }
  .p-case-sec__wrap {
    margin-top: 35px;
  }
}
/* ----------------KOUTEI PAGE-------------------------------- */
.p-koutei section p {
  font-size: 1.8rem;
  line-height: calc(26.75 / 18);
}

.p-koutei .title-carousel-header {
  text-align: left;
  padding: 20px 30px;
  margin-top: 80px;
}

.p-koutei .l-header-title + p {
  margin-top: 40px;
}

.p-koutei .title-carousel-header span {
  background-color: #4c4224;
  color: #dadfdb;
  display: unset;
  margin: 0;
  padding: 0 10px;
}

.p-koutei .title-carousel-header::after,
.p-koutei .title-carousel-header::before {
  width: 45px;
}

.p-koutei-case {
  padding-bottom: 100px;
}

.p-koutei-case__list {
  display: flex;
  flex-wrap: wrap;
  gap: 75px 20px;
  margin-top: 50px;
}

.p-koutei-case__item {
  width: calc(100% / 3 - 40px / 3);
}

.p-koutei-case__item p {
  margin: 20px 12px 0;
}

p.p-koutei-case__reference {
  border: 2px dashed #4c4224;
  position: relative;
  padding: 10px 15px;
  font-size: 1.6rem !important;
  margin-top: 30px;
}
p.p-koutei-case__reference::after {
  content: "こだわりポイント";
  border-radius: 50%;
  position: absolute;
  background-color: #953d30;
  color: #dadfdb;
  width: 47px;
  height: 47px;
  top: calc(-57px / 2);
  right: calc(-57px / 2);
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1.1rem;
  padding: 5px;
}

.p-koutei-tool {
  max-width: 660px;
  margin: auto;
}

.p-koutei-tool:not(:last-child) {
  padding-bottom: 100px;
}

.p-koutei-tool__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 55px;
}

.p-koutei-tool__item {
  width: calc(50% - 25px);
  text-align: justify;
}

.p-koutei-tool__item img {
  display: block;
  width: 75.41%;
  margin: auto;
  aspect-ratio: 230 / 279;
  object-fit: cover;
}

.p-koutei-tool__item h5 {
  font-size: 2.1rem;
  margin: 23px 0 18px;
}

.p-koutei-tool .l-header-title {
  border-width: 1px;
}

@media (max-width: 800px) {
  .p-koutei-case__item,
  .p-koutei-tool__item {
    width: 100%;
  }
  .p-koutei-tool:not(:last-child),
  .p-koutei-case {
    padding-bottom: 50px;
  }
  p.p-koutei-case__reference {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* ----------------WS ARCHIVE-------------------------------- */

.p-ws-sec p {
  font-size: 1.8rem;
  line-height: calc(28.75 / 18);
}

.p-ws .sub-header__child {
  width: fit-content;
  margin: 0 auto;
}

.p-ws .sub-header__child-text {
  padding: 0 20px;
}

.p-ws .sub-header__child-image img {
  max-width: unset;
}

.p-ws-sec p a {
  color: #639600;
}

.p-ws-sec p a:hover {
  opacity: 0.7;
}

.p-ws-sec .container > * {
  margin-top: 50px;
}

.p-ws-sec__item {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 60px;
  align-items: flex-start;
}

.c-ws-content h4 {
  font-size: 2.1rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #494a1a;
}

.c-ws-content h4 + p {
  margin-top: 10px;
}

.c-ws-img {
  width: calc(42.75% - 15px);
  background-color: #ffffd2;
  aspect-ratio: 855 / 544;
}

.c-ws-img img {
  display: block;
  aspect-ratio: 855 / 544;
  object-fit: cover;
}

.c-ws-content {
  width: calc(57.25% - 15px);
}

.p-ws-sec__img {
  max-width: 567px;
  margin: auto;
}

.p-ws-sec__info {
  padding: 50px 0;
}

.p-ws-sec__info h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.p-ws-sec__item1 > * {
  padding: 10px;
}

.p-ws-sec__item1:not(:first-of-type) {
  margin-top: 30px;
}

.p-ws-sec__item1 h4 {
  border-bottom: 1px solid #585839;
}

.p-ws-sec__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4.4%;
  padding: 0 6%;
}

.p-ws-sec__row:not(:first-child) {
  margin-top: 50px;
}

.p-ws-sec__rowimg {
  width: 36.82%;
  /*background-color: #ffffd2;*/
  aspect-ratio: 346 / 231;
  flex-shrink: 0;
}

.p-ws-sec__rowimg img {
  aspect-ratio: 346 / 231;
  object-fit: cover;
}

.p-ws-sec__rowimg + p {
  width: 53%;
}

.p-ws-sec__guidance {
  margin-top: 100px !important;
}

@media (max-width: 800px) {
  .p-ws-sec__row > * {
    width: 100% !important;
  }
  .p-ws-sec__row {
    gap: 20px;
  }
  .p-ws-sec__item > * {
    width: 100%;
  }
  .p-ws-sec__guidance {
    margin-top: 50px !important;
  }
  .p-ws-sec p {
    text-align: left;
  }
  .p-ws .sub-header__child-text {
  	padding: 0 20px 10px;
  }
  .p-ws .sub-header__child-text-s {
    font-size: 1.5rem;
  }
}

/* ----------------GYOSHA PAGE-------------------------------- */
.p-trader section p {
  font-size: 1.8rem;
  line-height: calc(28.75 / 18);
}

.p-trader .title-carousel-header.bg {
  padding: 30px 5%;
}

.p-trader .triangle {
  rotate: 90deg;
  margin: 30px auto 0;
  width: 21px;
  height: 34px;
  background-color: #953d30;
}

.c-para-point {
  max-width: 330px;
  margin: 50px auto 0;
}

.c-para-point p {
  position: relative;
  display: flex;
  gap: 10px;
}

.c-para-point p::before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  background-color: #394a1a;
  flex-shrink: 0;
  border-radius: 50%;
  margin-top: 8px;
}

.p-trader-ttlwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  gap: 10px;
}

section .p-trader-ttlwrap p {
  font-size: 2.4rem;
}

section .p-trader-ttlwrap .font-hand {
  font-size: 4.2rem;
  color: #953d30;
}

.p-trader-sec {
  margin-top: 150px;
}

.p-trader .line-header {
  margin-bottom: 30px;
}

.p-trader .green-hover-bttn {
  max-width: 350px;
  margin-top: 40px;
  font-size: 1.8rem;
}

.p-trader .p-formality__sec4txtwrap p {
  margin-top: 30px;
}

.p-trader .p-formality__sec3list {
  padding: 25px;
}

.p-trader .p-formality__sec3item {
  text-align: center;
}

.p-trader .p-formality__sec3item img {
  aspect-ratio: 328 / 241;
  object-fit: cover;
}

.p-trader .p-formality__sec3item p {
  margin-top: 0;
}

.p-trader-sec3__wrap {
  padding: 0 20px;
  margin-top: 150px;
}

.p-trader .three-values-header {
  width: 100%;
  text-align: left;
  font-size: 2.1rem;
  min-height: unset;
}

.p-trader-sec3__content {
  margin-top: 25px;
}

.p-trader-sec3__img {
  width: 64.3%;
  display: block;
  margin: 60px auto 150px;
}

@media (max-width: 800px) {
  .p-trader-sec,
  .p-trader-sec3__wrap {
    margin-top: 75px;
  }
  .p-trader-sec3__img {
    margin-bottom: 75px;
    width: 100%;
  }
  .p-trader .p-formality__sec3list {
    padding: 0;
  }
}

/* ----------------CHIKKI PAGE-------------------------------- */
.c-slider-product {
  margin-top: 150px;
}

.p-chikki-sec {
  margin-top: 75px;
}

.p-chikki__msgwrap {
  position: relative;
  margin-top: -30px;
}

.p-chikki__msg {
  background-color: #d7e2a1;
  width: fit-content;
  border-radius: 20px;
  padding: 10px 22px;
  max-width: 530px;
  font-family: var(--font-vdl);
  font-weight: bold;
}

.p-chikki__msg:nth-child(2) {
  margin-left: auto;
}

.p-chikki__msg:not(:first-child) {
  margin-top: 40px;
}

.p-chikki-sec__img {
  width: 74.3%;
  max-width: 587px;
  display: block;
  margin: 0 auto;
}

.p-chikki-sec__txt {
  line-height: calc(48.75 / 24);
  margin-top: 40px;
}

.p-chikki-sec1,
.p-chikki-sec2,
.p-chikki-sec3,
.p-chikki-sec4 {
  margin-top: 200px;
}

.p-chikki-sec1__list {
  padding: 0 12%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.p-chikki-sec1__item .font-hand {
  font-size: 3.9rem;
  letter-spacing: -0.08;
}

.p-chikki-sec1__item .font-hand span {
  font-size: 1.5rem;
}

.p-chikki-sec1__item {
  display: flex;
  gap: 25px;
}

.p-chikki-sec1__itemtxt {
  margin-top: 10px;
}

.p-chikki-sec1__itemtxt > p {
  margin-top: 20px;
}

.p-chikki-sec1__box {
  border: 1px solid #494a1a;
  padding: 20px 35px;
  max-width: 580px;
  margin: 40px auto 0;
}

.p-chikki-sec1__box p {
  margin-top: 20px;
}

.p-chikki .c-para-point {
  max-width: 630px;
}

.p-chikki .c-para-point p::before {
  background-color: #953d30;
}

.p-chikki .p-formality__sec4wrap h4 {
  color: #953d30;
}

.p-chikki .p-formality__sec4wrap {
  border-color: #ce5d61;
  border-width: 3px;
  padding: 20px;
  padding-bottom: 50px;
  margin-top: 60px;
}

.p-chikki-sec2__wrap {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 55px;
}

.p-chikki-sec2__wrap img {
  aspect-ratio: 355 / 339;
  width: 45%;
  flex-shrink: 0;
}

.p-chikki-sec2__content p:not(:first-child) {
  margin-top: 50px;
}

.p-chikki-sec2__delivery {
  background-color: #394a1ab3;
  color: #dadfdb;
  font-size: 2.1rem;
  max-width: 467px;
  margin: auto;
  padding: 40px 20px;
  margin-top: 140px;
}

.p-chikki-sec2__delivery .line-header {
  border-color: #dadfdb;
  max-width: 296px;
  font-size: 2.1rem;
  margin: auto;
  padding-bottom: 15px;
}

.p-chikki .triangle {
  rotate: 90deg;
  margin: 20px auto;
  width: 12px;
  height: 20px;
  background-color: #d29f30;
}

.p-chikki-sec2__deliverycontent {
  margin-top: 35px;
}

.p-chikki-sec2__case-study-list {
    padding-left: 22px;
}
.p-chikki-sec2__case-study-list li {
    list-style: disc;
}

.p-chikki-sec4 .slider1 {
  margin-top: 80px;
}

.p-chikki-sec4 .slider1 .item {
  aspect-ratio: 500 / 332;
  height: auto;
}

.p-chikki-sec4 .post-navigation {
  max-width: 83px;
}

.slider1 + .post-navigation span.previous::after {
  transform: translate(-8px, 0);
}
.slider1 + .post-navigation span.next::after {
  transform: translate(8px, 0);
}

.slider1 + .post-navigation span:hover::after {
  transform: translate(0, 0);
}

.p-chikki-sec4 .line-header {
  max-width: 296px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .c-slider-product {
    margin-top: 75px;
  }
  .p-chikki-sec1,
  .p-chikki-sec2,
  .p-chikki-sec3,
  .p-chikki-sec4 {
    margin-top: 100px;
  }
  .p-chikki-sec2__wrap {
    flex-direction: column-reverse;
  }
  .p-chikki-sec2__wrap img {
    width: 100%;
  }
  .p-chikki-sec2__content p:not(:first-child) {
    margin-top: 25px;
  }
  .p-chikki-sec2__delivery {
    margin-top: 50px;
  }

  .p-chikki-sec__img {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .p-chikki-sec4 .slider1 {
    aspect-ratio: 500 / 332;
    height: auto;
  }
  .p-chikki__msgwrap {
    margin-top: 30px;
  }
  .p-chikki-sec1__list {
    padding: 0 20px;
  }
}

/* ----------------KAISHA PAGE-------------------------------- */
.p-kaisha-sec,
.p-kaisha-sec1 {
  margin-top: 100px;
}
.p-kaisha-sec__item:not(:first-child) {
  margin-top: 50px;
}
.p-kaisha-sec__item {
  display: flex;
  gap: 14px;
}
.p-kaisha-sec__ttl {
  width: 20.63%;
  flex-shrink: 0;
}
.p-kaisha-sec__txt {
  width: 100%;
}
.p-kaisha-sec__txt a {
  color: inherit;
}
.p-kaisha-sec__txt a:hover {
  opacity: 0.7;
}
.p-kaisha-sec__map {
  margin-top: 25px;
}
.p-kaisha-sec__address:not(:first-child) {
  margin-top: 40px;
}
.p-kaisha .p-formality__sec2content::before {
  opacity: 0.7;
  position: unset;
  display: block;
}
.p-kaisha .p-formality__sec2content {
  margin-top: 0;
}
.p-kaisha-sec1__wrap {
  display: flex;
  gap: 35px;
}
.p-kaisha-sec1__content {
  width: 100%;
  margin-top: 20px;
}
.p-kaisha-sec1__years {
  margin-top: 25px;
}
.p-kaisha-sec1__years .p-kaisha-sec__item p:first-child {
  flex-shrink: 0;
}
@media (max-width: 800px) {
  .p-kaisha-sec,
  .p-kaisha-sec1 {
    margin-top: 50px;
  }
  .p-kaisha-sec__txt + .p-kaisha-sec__txt {
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  .p-kaisha-sec__item {
    flex-direction: column;
    gap: 5px;
  }
  .p-kaisha-sec__ttl {
    width: 100%;
  }
  .p-kaisha-sec__item:not(:first-child) {
    margin-top: 25px;
  }
  .p-kaisha-sec1__wrap {
    display: flex;
    gap: 10px;
  }
  .p-kaisha .p-formality__sec2content::before {
    width: 40px;
  }
}

/* ----------------YOYAKU PAGE-------------------------------- */
.p-yoyaku section * {
  letter-spacing: 0.12em;
}
.p-yoyaku .c-yoyaku.is-inactive {
  pointer-events: none;
  cursor: default;
  background-color: #7b7a7b99;
}
.p-yoyaku .c-yoyaku.is-active {
  background-color: #c8daa7;
}
.p-yoyaku-sec .container > * {
  margin-top: 140px;
}
.p-yoyaku .green-hover-bttn {
  max-width: 160px;
  margin-top: 50px;
  font-size: 1.8rem;
  min-height: 40px;
}
.p-yoyaku-row,
.p-yoyaku-items {
  display: flex;
  gap: 8px;
  text-align: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-yoyaku-items {
  width: calc(100% - 125px);
}
.p-yoyaku-rowttl,
.p-yoyaku-items .c-yoyaku {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  min-height: 50px;
  flex-wrap: wrap;
}
.p-yoyaku-rowttl {
  color: #dadfdb;
  background-color: #4c4224;
  width: 117px;
}
.p-yoyaku-items .c-yoyaku {
  background-color: #fff;
  border: 0.5px solid #4c4224;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-yoyaku-people .p-yoyaku-items .c-yoyaku {
  width: calc(10% - 7.2px);
  min-width: 50px;
}
.p-yoyaku-time .p-yoyaku-items .c-yoyaku {
  width: calc(50% - 4px);
}
.p-yoyaku-items .c-yoyaku:hover {
  opacity: 0.7;
}
.p-yoyaku-row:not(:first-child) {
  margin-top: 15px;
}
.p-yoyaku-time .p-yoyaku-rowttl,
.p-yoyaku-time .p-yoyaku-items .c-yoyaku {
  min-height: 76px;
}
.p-yoyaku-wrap {
  margin-top: 25px;
}
.p-yoyaku-calendar img {
  max-width: 453px;
  width: 100%;
  margin: 45px auto 0;
  display: block;
}

.p-ws-form {
  margin-top: 100px;
}
.p-ws-form .green-hover-bttn {
  max-width: 185px;
}
.p-ws-form {
  font-size: 1.5rem;
}
.p-ws-form__checkboxes {
  max-width: 544px;
  margin: 100px auto 0;
}
.p-ws-form__confirm {
  max-width: 519px;
  margin: 35px auto 0;
}
.info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 35px;
}
.info-item {
  display: flex;
  border: 1px solid #585839;
}
.info-label {
  border-right: 1px solid #585839;
  width: 31.8%;
  flex-shrink: 0;
  text-align: center;
}
.info-item > * {
  padding: 15px 20px;
}
.p-form-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 40px;
}
.p-form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.p-form-checkbox > * {
  cursor: pointer;
}
.p-ws-form input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  outline: 1px solid #585839;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  flex-shrink: 0;
}
.p-ws-form input[type="checkbox"]:checked {
  background-color: #4c4224;
  border: 7px solid #61925f;
}
.p-ws-form__info {
  margin-top: 100px;
}
.p-ws-form__info h3 {
  padding: 50px 0;
}
.ws-form {
  max-width: 494px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ws-form .ws-form-label {
  color: #dadfdb;
  background-color: #4c4224;
  width: 33.4%;
  text-align: center;
  flex-shrink: 0;
  padding: 15px 5px;
  display: block;
}
.ws-form .ws-form-input {
  width: 100%;
  border: unset;
  border-radius: 0;
  font-family: var(--font-yuji-syuku);
  font-size: 1.5rem;
  background-color: #fff;
  padding: 15px;
  color: inherit;
}
.ws-form-row {
  border: 1px solid #585839;
  display: flex;
}
.p-ws-form.is-info .p-ws-form__confirm .ws-form {
  margin-top: 40px;
}
.p-ws-form.is-info .p-ws-form__info {
  max-width: 642px;
  margin-left: auto;
  margin-right: auto;
}
.p-ws-form.is-info .info-label {
  width: 25.7%;
}
.p-ws-form.is-info .info-value {
  background-color: #fff;
  width: 100%;
}
.p-ws-form.is-info .info-value {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.info-change {
  background-color: #5f632a3d;
  color: inherit;
  padding: 1px 6px;
  width: fit-content;
}

@media (max-width: 800px) {
  .p-ws-form,
  .p-ws-form__checkboxes,
  .p-ws-form__info {
    margin-top: 50px;
  }
  .p-yoyaku .green-hover-bttn {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .p-ws-form.is-info .info-value {
    flex-direction: column;
  }
  .p-yoyaku-items {
    width: 100%;
  }
  .p-yoyaku-row {
    justify-content: center;
  }
  .p-yoyaku-sec .container > *:not(.green-hover-bttn) {
    margin-top: 70px;
  }
  .p-yoyaku-people .p-yoyaku-items .c-yoyaku {
    width: calc(20% - 6.4px);
  }
  .p-yoyaku-time .p-yoyaku-rowttl {
    min-height: 50px;
  }
  .info-item > * {
    padding: 10px;
  }
  .p-yoyaku-row:not(:first-child) {
    margin-top: 30px;
  }
}

/* ----------------SDGS PAGE-------------------------------- */
.p-sdgs a {
  color: #639600;
}
.p-sdgs-banner {
  mix-blend-mode: multiply;
  margin-top: 80px;
  aspect-ratio: 790 / 306;
  width: 100%;
}
.p-sdgs-item {
  display: flex;
  align-items: flex-start;
  margin-top: 100px;
  gap: 40px;
  justify-content: center;
}
.p-sdgs-item a {
  display: block;
}
.p-sdgs-item a:hover {
  opacity: 0.7;
}
.p-sdgs-item__ttl {
  margin-top: 35px;
}
.p-sdgs-wrap .para {
  margin-top: 20px;
}
.p-sdgs-wrap {
  margin-top: 100px;
}
.p-sdgs-sec-para {
  line-height: calc(31 / 18);
  margin-top: 30px;
}
.p-sdgs-sec h3 {
  margin-top: 50px;
}
.p-sdgs-wrap h4 {
  font-size: 2.1rem;
}
.p-sdgs-sign.para {
  text-align: right;
  margin-top: 100px;
}

@media (max-width: 800px) {
  .p-sdgs-item {
    flex-direction: column;
  }
  .p-sdgs-item,
  .p-sdgs-sign,
  .p-sdgs-wrap,
  .p-sdgs-banner {
    margin-top: 50px;
  }
}
@media (max-width: 500px) {
  .p-sdgs-item img {
    width: 100%;
  }
  .p-sdgs-wrap .para {
    margin-top: 10px;
  }
  .p-sdgs-sign.para {
    margin-top: 50px;
  }
}

/* ----------------FAQ PAGE-------------------------------- */
.p-faq .para a {
  color: #639600;
}
.p-faq-sec a:hover {
  opacity: 0.7;
}
.p-faq-sec {
  margin-top: 85px;
}
.p-faq-nav {
  font-size: 2.1rem;
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
  gap: 10px;
}
.p-faq-nav a {
  color: inherit;
}
.p-faq-nav a > span {
  color: #c2d85f;
}
.p-faq-q,
.p-faq-a {
  display: block;
  text-align: center;
  line-height: 1;
  max-width: 36px;
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 1;
}
.p-faq-q {
  color: #006300;
  font-size: 3.2rem;
}
.p-faq-a {
  padding-top: 3px;
  font-size: 2.5rem;
  background-color: #61925f;
  color: #dadfdb;
  border-radius: 50%;
}
.p-faq-para {
  margin-top: 12px;
}
.p-faq-item > * {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.p-faq-item p + p {
  margin-top: 30px;
}
.p-faq-item img {
  margin: 25px auto 0;
}
.p-faq-item:not(:first-child) {
  margin-top: 60px;
}
.p-faq-item:first-child {
  margin-top: 20px;
}
.p-faq-sec1:not(:nth-of-type(2)) {
  margin-top: 180px;
}
.p-faq-sec1:nth-of-type(2) {
  margin-top: 130px;
}

@media (max-width: 800px) {
  .p-faq-nav {
    flex-direction: column;
    align-items: center;
  }
  .p-faq-item:not(:first-child) {
    margin-top: 40px;
  }
  .p-faq-sec1:not(:nth-of-type(2)) {
    margin-top: 90px;
  }
  .p-faq-sec1:nth-of-type(2) {
    margin-top: 65px;
  }
  .p-faq-item p + p {
    margin-top: 15px;
  }
  .p-faq-sec {
    margin-top: 40px;
  }
}
@media (max-width: 500px) {
  .p-faq-q,
  .p-faq-a {
    max-width: 32px;
  }
}

/* ----------------KOE PAGE-------------------------------- */
.p-koe .l-header-title {
  max-width: 100%;
  margin-top: 0;
}
.p-koe-paratop {
  padding: 70px 0;
  line-height: calc(36.75 / 18);
}
.p-koe__list li:not(:first-child) {
  margin-top: 100px;
}
.p-koe__content {
  display: flex;
  align-items: center;
  padding: 0 5%;
  margin-top: 25px;
  gap: 30px;
}
.p-koe__content img {
  width: 40%;
  flex-shrink: 0;
}
.p-koe__txt {
  width: 100%;
}
.p-koe__txt p {
  font-size: 1.8rem;
  line-height: calc(26.75 / 18);
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-koe__txt .green-hover-bttn {
  margin-left: 0;
  margin-top: 15px;
  min-height: 25px;
}

@media (max-width: 500px) {
  .p-koe__content {
    flex-direction: column;
  }
  .p-koe__content img {
    width: 100%;
  }
  .p-koe-paratop {
    padding: 35px 0;
  }
  .p-koe__list li:not(:first-child) {
    margin-top: 50px;
  }
  .p-koe .l-header-title {
    text-align: left;
  }
}

/* ----------------CONTACT PAGE-------------------------------- */
.p-contact__flex {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 20px;
}
.p-contact__flex img {
  width: 45.32%;
  flex-shrink: 0;
}
.p-contact__info {
  padding: 0 7.6%;
}
.p-contact__infoitem {
  margin-top: 60px;
}
.p-contact__infoitem > * {
  padding: 0 15px;
}
.p-contact__infoitem h4 {
  font-size: 2.1rem;
}
.p-contact__infoitem p {
  margin-top: 10px;
}
.p-contact-wrap .green-hover-bttn {
  max-width: 340px;
  min-height: 73px;
  font-size: 1.8rem;
  margin-top: 50px;
}
.p-contact-form {
  max-width: 690px;
  margin: 130px auto 0;
}
.p-contact-form form {
  font-size: 1.8rem;
}
.p-contact-form form > p {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.p-contact-form form > .p-contact-radio {
  margin-top: 30px;
}
.p-contact-form form > p > * {
  width: 100%;
}
.p-contact-form form > p label + span {
  width: 64.2%;
  flex-shrink: 0;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}
.p-contact-form form > p label {
  margin-top: 11px;
}
.p-contact-form form .wpcf7-not-valid-tip {
  font-size: 1.5rem;
}
.p-contact-form form input,
.p-contact-form form textarea {
  background-color: #faffeb;
  border-width: 1px;
  font-family: var(--font-yuji-syuku);
  font-size: 1.8rem;
  padding: 10px;
  width: 100%;
  color: inherit;
}
.p-contact-form form textarea {
  resize: vertical;
  margin-top: 10px;
}
.p-contact-form form .wpcf7-radio label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-contact-form form .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.p-contact-form form .wpcf7-radio .wpcf7-list-item:not(:first-child) {
  margin-left: 30px;
}
.p-contact-form__radio {
  margin-top: 10px;
  display: block;
}
.p-contact-form__radio .wpcf7-list-item {
  margin-left: 30px !important;
}
.p-contact-form form label input[type="radio"] {
  appearance: none;
  outline: 1px solid #4c4a00;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
  background-color: inherit;
  padding: 0;
}
.p-contact-form form label input[type="radio"]:checked {
  background-color: #4c4224;
  border: 7.5px solid #61925f;
}
.p-contact-form form input[type="submit"] {
  background-color: inherit;
  border: 0;
  width: 100%;
  cursor: pointer;
  padding: 0 10px;
  font-weight: normal;
}
.p-contact-form form input[type="submit"] + .wpcf7-spinner {
  position: absolute;
  top: calc(100% + 10px);
}
.p-contact-form .green-hover-bttn {
  max-width: 148px;
  min-height: 43px;
  margin-top: 65px;
}

@media (max-width: 500px) {
  .p-contact__flex {
    flex-direction: column;
  }
  .p-contact-form form > p {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
  .p-contact-form form > p label + span {
    width: 100%;
  }
  .p-contact-form {
    margin-top: 65px;
  }
  .p-contact-form form > p label {
    margin-top: 0;
  }
  .p-contact-form form > .p-contact-radio {
    margin-top: 20px;
  }
  .p-contact-form .green-hover-bttn,
  .p-contact__infoitem {
    margin-top: 40px;
  }
  .p-contact__info {
    padding: 0;
  }
  .p-contact__flex img {
    width: 100%;
  }
}

/* ----------------PRODUCT PAGE-------------------------------- */
.p-product .arrow-container {
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 0;
}
.p-product .para {
  margin-top: 15px;
}
.p-product .green-hover-bttn {
  max-width: 115px;
  min-height: 25px;
}
.p-product-sec h3 {
  padding: 60px 0 35px;
}
.p-product-sec__item h4 {
  margin: 45px auto 0;
  width: fit-content;
  padding: 0 20px;
}
.p-product-sec__item > img {
  margin-top: 55px;
}
.p-product-secbg {
  margin-top: 70px;
  background: linear-gradient(
      0deg,
      rgba(104, 115, 0, 0.2) 0%,
      rgba(104, 115, 0, 0.2) 100%
    ),
    url(../img/SiteBkgd1Layer.png);
  background-size: 500px;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #fff 5%,
    #fff 95%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #fff 5%,
    #fff 95%,
    transparent 100%
  );
  padding: 90px 0;
}
.p-product-flex {
  display: flex;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}
.p-product-flex .arrow-container {
  justify-content: flex-start;
}
.p-product-flex > img {
  border: 3px solid #953d30;
  border-radius: 12px;
  width: 57.16%;
}
.product-ttl {
  font-size: 2.1rem;
  padding-bottom: 5px;
  width: fit-content;
  padding-left: 5px;
  padding-right: 5px;
}
.product-ttl.double-line-header::after {
  width: calc(100% + 10px);
  margin-left: -5px;
}
.p-product-sec1 {
  margin-top: 100px;
}
.p-product-sec1 .p-product-flex {
  gap: 20px;
  align-items: baseline;
}
.p-product-item {
  width: calc(100% / 3 - 40px / 3);
}
.p-product-item .para {
  max-width: 282px;
  letter-spacing: -0.021em;
}
.p-product-item > a {
  overflow: hidden;
  display: block;
}
.p-product-item > a img {
  transition: 0.5s all ease;
}
.p-product-item > a:hover img {
  scale: 1.1;
  opacity: 0.7;
}
.p-product-sec1 .p-product-flex .line-header {
  min-width: 84%;
}
.p-product-sec1 .p-product-flex .product-ttl {
  margin-top: 25px;
}
.p-product-sec1.grid2 .p-product-flex {
  gap: 65px;
}
.p-product-sec1.grid2 .p-product-item {
  width: calc(50% - 65px / 2);
}
.p-product-sec1.grid3 .p-product-flex {
  gap: 90px 8.7%;
}
.p-product-sec1.grid3 .p-product-item {
  width: calc(82.6% / 3);
}
.p-product-item .post-navigation span.next img {
  max-width: 50px;
  height: 77px;
}
.p-product-item span.next::after {
  transform: translate(25%, 0);
}
.p-product-item .post-navigation span {
  rotate: -90deg;
}
.p-product-item .post-navigation {
  justify-content: center;
  font-size: 2.1rem;
}
.p-product-item .post-navigation .pagination-next {
  width: fit-content;
}
.p-product-item span.next:hover::after {
  transform: translate(0, 0);
}

/*single product*/
.p-s-product .post-thumbnail {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.p-s-product .slider1 .list {
  gap: 12.1%;
}
.p-s-product__slider .post-navigation {
  max-width: 83px;
}
.p-s-product__ttl {
  border-bottom: 3px dashed #394a1a;
  padding-bottom: 10px;
}
.p-s-product__date {
  font-size: 2.1rem;
}
.p-s-product__slider {
  margin-top: 100px;
}
.p-s-product__slider .slider1 {
  margin-top: 40px;
}

@media (max-width: 1000px) {
  .p-product-secbg .p-product-flex {
    flex-direction: column;
    gap: 30px;
    width: fit-content;
    align-items: flex-start;
    margin: auto;
  }
  .p-product-flex > img {
    width: 100%;
    max-width: 503px;
  }
  .p-product-flex__content {
    max-width: 324px;
  }
}

@media (max-width: 800px) {
  .p-product-item,
  .p-product-sec1.grid2 .p-product-item,
  .p-product-sec1.grid3 .p-product-item {
    width: 100%;
  }
  .p-product-flex > img {
    width: 100%;
  }
  .p-product-sec1,
  .p-s-product__slider {
    margin-top: 50px;
  }
  .p-product-sec1 .p-product-flex,
  .p-product-sec1.grid2 .p-product-flex,
  .p-product-sec1.grid3 .p-product-flex {
    gap: 50px;
  }
  .p-product-sec1 .p-product-flex .product-ttl,
  .p-product .arrow-container {
    margin-top: 10px;
  }
  .p-product-sec h3 {
    padding-top: 35px;
  }
  .p-product-item .post-navigation span.next img {
    max-width: 30px;
    height: 44px;
  }
  .p-s-product .slider1 .list {
    gap: 50px;
  }
  .p-product-flex__content,
  .p-product-flex > img {
    max-width: 100%;
  }
}

/* ----------------MEDIA RESPONSIVENESS SECTION-------------------------------- */
@media (max-width: 1200px) {
  .hero-container .arrow-container {
    top: 100%;
    left: unset;
    right: -5%;
    width: 100px;
  }
  .hero-container .language-switcher {
    /* transform: unset;
    top: calc(100% + 20px);
    left: 20px; */
    display: none;
  }
}
@media (max-width: 1000px) {
  .t-container-1200 {
    padding-top: 75px;
  }
  .hero-container {
    flex-direction: column;
  }
  .site-navigation-wrap .language-switcher {
    margin-top: 40px;
  }

  .hero-image img {
    max-width: 60%;
  }

  .learn-more-container {
    display: flex;
    flex-direction: column;
  }

  .learn-more-text-overlay-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transform: unset;
  }

  .learn-more-text-overlay h3 {
    font-size: 2.9rem;
    padding: 20px 0;
  }

  .block-one,
  .block-two,
  .block-three {
    align-items: center;
    margin-bottom: 30px;
    flex-direction: column-reverse;
  }

  .learn-more-image {
    padding-left: 0;
  }

  .workshop-info-container {
    display: flex;
    flex-direction: column;
  }

  .sdg-info-buttons {
    display: flex;
    flex-direction: column;
  }
  .explaination-text-overlay-container {
    max-width: 575px;
  }
  .blog-and-facebook-container > * {
    width: 100%;
  }
  .facebook-container {
    text-align: center;
  }
}

@media (max-width: 800px) {
  .l-blog-container {
    padding-top: 0;
    gap: 20px;
  }
  .overlay-text-box .overlay-text {
    white-space: pre-wrap;
    line-height: 2.3;
    font-size: 1.8rem;
    text-align: left;
  }
  .hero-container .arrow-container {
    top: calc(100% - 30px);
    right: -10px;
    width: 60px;
  }
  .oval-container {
    margin: 0;
    padding: 0;
  }
  .three-values-header {
    width: fit-content;
  }
  .explaination-text-overlay-container,
  .block-two .explaination-text-overlay-container,
  .learn-more-text-overlay-container {
    transform: unset;
    margin-top: -1px;
    z-index: 2;
    position: relative;
  }
  .title-carousel-header {
    font-size: 2.9rem;
  }
  .blog-and-facebook-container {
    margin-top: 100px;
  }
  .sdg-info-container,
  .two-page-container,
  .p-formality__sec5 {
    margin-top: 100px;
  }
  .workshop-info-container,
  .p-formality__sec4 {
    margin-top: 70px;
  }
  .arrow-container {
    padding-bottom: 30px;
  }
  .middle-container {
    margin-top: 0;
  }
  .center-div {
    margin: 0;
  }
  .custom-button {
    font-size: 1.8rem;
  }
  .title-carousel-header span > span {
    display: unset;
    padding: 4px;
    font-size: 2.1rem;
  }
  .title-carousel-header.bg {
    line-height: 2.1;
  }
  .p-formality__sec1contentitem > *,
  .p-formality__sec2c1wrap img,
  .p-formality__sec2c1swiper {
    width: 100%;
  }
  .p-formality .oval-container {
    width: 100%;
    margin-top: 20px;
  }
  .p-formality__sec2c1wrap {
    flex-direction: column;
    gap: 50px;
  }
  .p-formality__sec2c1:nth-child(2n) .p-formality__sec2c1wrap {
    flex-direction: column-reverse;
  }
  .p-formality__sec2 .three-values-header,
  .p-formality__sec3wrap,
  .p-formality__order {
    margin-top: 100px;
  }
  .p-formality__sec1bfat {
    gap: 56px;
  }
  .p-formality__sec1bfat {
    margin-top: 90px;
  }
  .p-formality__sec1title p {
    margin-top: 25px;
  }
  .p-formality__sec1 {
    margin-top: 35px;
  }
  .p-formality__sec1wrap,
  .p-formality__sec2 .title-carousel-header,
  .p-formality__sec4wrap > p,
  .p-formality__sec4content,
  .p-formality__delivery,
  .p-case__txt {
    margin-top: 50px;
  }
  .p-formality__sec4wrap > p {
    text-align: left;
  }
  .p-formality__sec2content {
    margin-top: 30px;
    gap: 50px;
  }
  .p-formality__sec2content1:nth-child(2n) {
    margin-left: 15px;
  }
  .p-formality__orderwrap {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
  .p-formality__orderitem {
    width: 100%;
  }
  .p-formality__order .triangle {
    height: 17px;
    width: 28px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin-top: 0;
    rotate: unset;
  }
  .triangle {
    height: 28px;
    width: 17px;
    margin-top: 0;
    rotate: 90deg;
  }
  .p-formality__contact {
    margin-top: 50px;
  }
  .btn-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .p-formality__contactwrap > a {
    margin-top: 25px;
  }
  .p-formality__sec3list {
    gap: 20px;
  }
  .p-formality__sec3item {
    width: calc(50% - 10px);
  }
  .p-formality__sec3imgs {
    gap: 5px;
  }
  .p-formality__sec3imgs img {
    width: calc(100% / 3 - 10px / 3);
  }
  .p-formality__sec4imgs {
    margin-top: 30px;
  }
  .p-case-sec1 {
    margin-top: 50px;
  }
  .p-case__list {
    gap: 50px;
  }
  .p-formality__sec5 .btn-slider {
    margin-top: 30px;
  }
}

@media (max-width: 500px) {
  .oval-container {
    margin: -70px 0 -35px;
  }
  .p-formality__sec1bfat p {
    text-align: left;
  }
  .p-formality__sec2 .three-values-header {
    font-size: 2.2rem;
  }
  .l-blog-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .workshop-body > *,
  .two-page-body > * {
    width: 100%;
  }
  .sdg-info-buttons {
    gap: 30px;
  }
  .title-carousel-header.bg::after,
  .title-carousel-header.bg::before {
    width: 35px;
  }
  .title-carousel-header.bg {
    padding: 35px 0;
  }
  .title-carousel-header > span {
    margin: 0 10px;
  }
  .p-formality__sec4wrap {
    padding: 20px 20px 30px;
  }
  .p-case__list > * {
    width: 100%;
  }
  .p-case__list h3 {
    margin: 10px 0;
    font-size: 2.2rem;
    text-align: left;
  }
  .p-formality .recent-blog-post,
  .p-formality .recent-blog-posts-container {
    gap: 20px;
  }
  .two-page-body {
    gap: 50px;
  }
  .page-link-subheader {
    padding-top: 10px;
  }
  .page-link-header {
    padding-bottom: 10px;
  }
  .block > * .kanji-image-container img {
    max-height: 188px;
    width: auto;
    object-fit: contain;
  }
  .workshop-body {
    gap: 50px;
  }
  .blog-posts-container {
    padding: 20px;
  }
  .p-formality__sec1bfatitem > *::after {
    font-size: 1.5rem;
    padding-right: 10px;
    padding-left: 10px;
  }
  .p-formality__sec1bfatitemname {
  	bottom: -22px;
  	font-size: 1.5rem;
  }
  .recent-blog-post .post-title {
    font-size: 1.6rem;
  }
  .workshop-text,
  .two-page-text {
    text-align: left;
  }
  .hero-swiper-container,
  .hero-container {
    aspect-ratio: unset;
    height: 60vh;
  }
}
