:root {
  --color-brown: #40200f;
  --color-cream: #fdf6ed;
  --color-orange: #f4a222;
  --color-text: #313131;
  --font-sans: "Noto Sans JP", sans-serif;
  --font-serif: "Noto Serif JP", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--color-brown);
  font-family: var(--font-sans);
  background: var(--color-cream);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
.l-business-container {
    width: min(100% - 40px, 1200px);
    margin-inline: auto;
}
.l-producer-container {
  width: min(100% - 40px, 1200px);
  margin-inline: auto;
}
.p-business-hero {
  position: relative;
  display: grid;
  min-height: 509px;
  overflow: hidden;
  background: var(--color-cream);
}

.p-business-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  min-height: 300px;
  padding: 88px 24px 48px;
}

.p-business-hero__title {
  margin: 0;
  font-size: clamp(28px, 7vw, 36px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.055em;
}

.p-business-hero__ornament {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: min(64vw, 290px);
  opacity: 0.78;
}

.p-business-hero__image {
  display: block;
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-bottom-left-radius: 42px;
}

.p-business-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% 32%;
}

.p-producer-hero {
  position: relative;
  display: grid;
  min-height: 509px;
  overflow: hidden;
  background: var(--color-cream);
}

.p-producer-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  min-height: 300px;
  padding: 88px 24px 48px;
}

.p-producer-hero__title {
    margin: 0;
    font-size: clamp(28px, 7vw, 36px);
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.055em;
}

.p-producer-hero__ornament {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: min(64vw, 290px);
  opacity: 0.78;
  transform: scaleX(-1);
}

.p-producer-hero__image {
  display: block;
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-bottom-left-radius: 42px;
}

.p-producer-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 48%;
}
@media (min-width: 768px) {
  .p-business-hero {
    min-height: 509px;
  }

  .p-business-hero__content {
    width: 32%;
    min-height: 509px;
    padding: 0 32px 189px clamp(10px, 7.5vw, 2%);
  }

  .p-business-hero__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 71.46%;
    height: 450px;
    border-bottom-left-radius: 58px;
  }

  .p-business-hero__image img {
    object-position: 50% 0;
  }

  .p-business-hero__ornament {
    bottom: 0px;
    left: -2px;
    width: 80%;
    max-width: 392px;
  }
  .p-producer-hero {
    min-height: 509px;
  }

  .p-producer-hero__content {
    width: 36%;
    min-height: 509px;
    padding: 0 32px 189px clamp(40px, 7.5vw, 110px);
  }

  .p-producer-hero__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 71.46%;
    height: 450px;
    border-bottom-left-radius: 58px;
  }

  .p-producer-hero__image img {
    object-position: 50% 50%;
  }

  .p-producer-hero__ornament {
    bottom: 112px;
    left: -3px;
    width: 27.2vw;
    max-width: 392px;
  }
}

.p-producer-problems {
  padding-block: 82px 88px;
  background: #fff;
}

.p-producer-problems__lead {
  position: relative;
  margin: 0;
  padding-bottom: 34px;
  color: var(--color-text);
  font-family: var(--font-serif);
  font-size: clamp(30px, 8vw, 40px);
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.12em;
  text-align: center;
}

.p-producer-problems__lead::after {
  display: block;
  width: min(100%, 679px);
  height: 44px;
  margin: 24px auto 0;
 	background: url(../images/img_21.png) center center / 679px auto no-repeat;
  content: "";
}

.p-producer-problems__intro {
  display: grid;
  gap: 8px;
  margin: 42px auto 0;
  color: var(--color-text);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.055em;
  text-align: center;
}

.p-producer-problems__intro p {
  margin: 0;
}

.p-producer-problems__title {
  position: relative;
  margin: 70px 0 0;
  padding-bottom: 16px;
  color: var(--color-brown);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.18em;
  text-align: center;
}

.p-producer-problems__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 54px;
  height: 4px;
  border-radius: 999px;
  background: var(--color-orange);
  content: "";
  transform: translateX(-50%);
}

.p-producer-problems__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(136px, 1fr));
  gap: 34px 18px;
  justify-items: center;
  max-width: 900px;
  margin: 46px auto 0;
  padding: 0;
  list-style: none;
}

.p-producer-problem {
  display: grid;
  justify-items: center;
  gap: 21px;
  width: 100%;
  max-width: 210px;
}

.p-producer-problem__icon {
  display: grid;
  place-items: center;
  width: clamp(136px, 40vw, 179px);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: var(--color-cream);
}

.p-producer-problem__icon img {
  width: 74%;
  height: 74%;
  object-fit: contain;
}

.p-producer-problem:nth-child(2) .p-producer-problem__icon img {
  width: 80%;
  height: 80%;
}

.p-producer-problem__text {
  margin: 0;
  color: var(--color-brown);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.055em;
  text-align: center;
}

@media (min-width: 768px) {
  .p-producer-problems {
    padding-block: 98px 112px;
  }

  .p-producer-problems__intro {
    margin-top: 0px;
    font-size: 20px;
    line-height: 1.75;
  }

  .p-producer-problems__title {
    margin-top: 83px;
    font-size: 24px;
    letter-spacing: 0.2em;
  }

  .p-producer-problems__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 34px;
    max-width: 1200px;
    margin-top: 52px;
  }

  .p-producer-problem__icon {
    width: 100%;
  }

  .p-producer-problem__text {
    font-size: 18px;
  }
}

.p-producer-features {
  position: relative;
  padding-block: 76px 90px;
	background: url(../images/img_48.webp) left bottom / 175px auto no-repeat var(--color-cream);
}

.p-producer-features::before,
.p-producer-features::after {
  position: absolute;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  pointer-events: none;
}

.p-producer-features::before {
  top: -65px;
  left: -34px;
  width: clamp(172px, 30vw, 336px);
  aspect-ratio: 336 / 309;
  background-image: url("../images/img_47.webp");
}

.p-producer-features::after {
  right: 0px;
  bottom: 8px;
  width: clamp(94px, 14vw, 199px);
  height: clamp(188px, 28vw, 395px);
  aspect-ratio: 1;
  background-image: url("../images/img_49.webp");
}

.p-producer-features .l-producer-container {
  position: relative;
  z-index: 1;
}

.p-producer-features__title {
  margin: 0;
  color: var(--color-brown);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.2em;
  text-align: center;
}

.p-producer-features__list {
  display: grid;
  gap: 28px;
  max-width: 1000px;
  margin: 44px auto 0;
  padding: 0;
  list-style: none;
}

.p-producer-feature {
  display: grid;
  overflow: hidden;
  border-radius: 34px;
  background: #fff;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
/*
.p-producer-feature:hover {
  box-shadow: 0 18px 34px rgba(64, 32, 15, 0.08);
  transform: translateY(-2px);
}
*/
.p-producer-feature__image {
  display: block;
  width: 100%;
  height: 170px;
  overflow: hidden;
}

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

.p-producer-feature__body {
  display: grid;
  gap: 16px;
  padding: 28px 24px 32px;
}

.p-producer-feature__number {
  color: #ecad6a;
  font-family: var(--font-serif);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

.p-producer-feature:nth-child(even) .p-producer-feature__number {
  color: #a3af6d;
}

.p-producer-feature__content {
  padding-top: 18px;
  border-top: 1px dotted rgba(236, 173, 106, 0.75);
}

.p-producer-feature:nth-child(even) .p-producer-feature__content {
  border-top-color: rgba(163, 175, 109, 0.75);
}

.p-producer-feature__heading {
  margin: 0;
  color: var(--color-brown);
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.p-producer-feature__text {
  margin: 12px 0 0;
  color: var(--color-brown);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.055em;
}

@media (min-width: 768px) {
  .p-producer-features {
    padding-block: 90px 70px;
  }

  .p-producer-features__title {
    font-size: 24px;
  }

  .p-producer-features__list {
    gap: 29px;
    margin-top: 48px;
  }

  .p-producer-feature {
    grid-template-columns: 236px 1fr;
    min-height: 180px;
    border-radius: 90px;
  }

  .p-producer-feature--reverse {
    grid-template-columns: 1fr 236px;
  }

  .p-producer-feature--reverse .p-producer-feature__image {
    grid-column: 2;
    grid-row: 1;
  }

  .p-producer-feature--reverse .p-producer-feature__body {
    grid-column: 1;
    grid-row: 1;
  }

  .p-producer-feature__image {
    height: 100%;
    min-height: 180px;
  }

  .p-producer-feature:not(.p-producer-feature--reverse) .p-producer-feature__image {
    border-radius: 90px 0 0 90px;
  }

  .p-producer-feature--reverse .p-producer-feature__image {
    border-radius: 0 150px 150px 0;
  }

  .p-producer-feature__body {
    grid-template-columns: 100px 1fr;
    align-items: center;
    gap: 30px;
    padding: 20px 48px 20px 34px;
  }

  .p-producer-feature--reverse .p-producer-feature__body {
    padding-inline: 52px 34px;
  }

  .p-producer-feature__number {
    font-size: 64px;
    text-align: center;
  }

  .p-producer-feature__content {
    min-height: 130px;
    padding: 12px 0 8px 34px;
    border-top: 0;
    border-left: 1px dotted rgba(236, 173, 106, 0.75);
  }

  .p-producer-feature:nth-child(even) .p-producer-feature__content {
    border-top: 0;
    border-left-color: rgba(163, 175, 109, 0.75);
  }

  .p-producer-feature__heading {
    font-size: 24px;
  }

  .p-producer-feature__text {
    max-width: 522px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.75;
  }
}

.p-producer-items {
  padding-block: 70px 0px;
  background: #fff;
}

.p-producer-items__title {
  margin: 0;
  color: var(--color-brown);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.2em;
  text-align: center;
}

.p-producer-items__panel {
  margin-top: 32px;
  padding: 34px 20px 28px;
  border-radius: 20px;
  background: #fff0e2;
}

.p-producer-items__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  gap: 28px 18px;
  justify-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-producer-item {
  display: grid;
  justify-items: center;
  gap: 16px;
  width: 100%;
  max-width: 180px;
}

.p-producer-item__image {
  display: block;
  width: clamp(130px, 38vw, 100%);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}

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

.p-producer-item__name {
  margin: 0;
  color: var(--color-brown);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.055em;
  text-align: center;
}

.p-producer-item__name span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.055em;
}

.p-producer-items__note {
  margin: 30px 0 0;
  color: var(--color-brown);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.055em;
  text-align: center;
}

@media (min-width: 768px) {
  .p-producer-items {
    padding-block: 72px 0px;
  }

  .p-producer-items__title {
    font-size: 24px;
  }

  .p-producer-items__panel {
    margin-top: 36px;
    padding: 38px 72px 26px;
  }

  .p-producer-items__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
  }

  .p-producer-item {
    gap: 15px;
  }

  .p-producer-item__image {
    max-width: 180px;
  }

  .p-producer-item__name {
    font-size: 18px;
  }

  .p-producer-items__note {
    margin-top: 18px;
    font-size: 18px;
  }
}

.p-business-strength {
  position: relative;
  overflow: hidden;
  padding-block: 88px 82px;
  background: url("../images/img_32.webp") center bottom / 100% auto no-repeat #fff;

}

.p-business-strength::before {
  position: absolute;
  top: 295px;
  left: -18px;
  width: 264px;
  height: 286px;
  background: url("../images/img_22.webp") center / contain no-repeat;
  content: "";
}

.p-business-strength__lead {
  margin: 0;
  color: #313131;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(28px, 6.4vw, 40px);
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.12em;
  text-align: center;
}

.p-business-strength__lead::after {
  display: block;
  width: min(100%, 679px);
  height: 44px;
  margin: 24px auto 0;
 	background: url(../images/img_21.png) center center / 679px auto no-repeat;
  content: "";
}

.p-business-strength__intro {
  width: min(100%, 973px);
  margin: 46px auto 0;
  color: #313131;
  font-size: clamp(15px, 3vw, 20px);
  font-weight: 350;
  line-height: 1.75;
  text-align: center;
}

.p-business-strength__intro p {
  margin: 0;
}

.p-business-strength__title {
  margin: 96px 0 0;
  color: var(--color-brown);
  font-size: clamp(20px, 4vw, 24px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.2em;
  text-align: center;
}

.p-business-strength__grid {
  display: grid;
  gap: 42px 54px;
  margin-top: 48px;
}

.p-business-strength-card {
  display: block;
  gap: 22px;
}
/*
.p-business-strength-card__image {
  display: block;
  height: 200px;
  overflow: hidden;
}

.p-business-strength-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
*/
.p-business-strength-card__title {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 2.5lh;

    margin: 0 0 1rem;
    color: #313131;
    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.75;
    text-align: center;
    border-bottom: 1px solid #999;
}

.p-business-strength-card__text {
  margin: 0;
  color: #313131;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.75;
}

.p-business-strength__numbers {
  display: grid;
  gap: 24px;
  margin-top: 72px;
}
.p-business-number {
  position: relative;
  min-height: 190px;
  padding: 44px 28px 0px 5px;
  border-radius: 20px;
  background: #faf6ea;
}
.p-business-number .ttl{
  margin-top: -77px;
  text-align: center;
}
.p-business-number .ttl img{
  display: inline;
}
.p-business-number .tb{
	display: grid;
	grid-template-columns: 35% 60%;
	align-items: center; 
	column-gap: 5%; 
}
.p-business-number .tb .tl{
}
.p-business-number .tb .tl img{
}
.p-business-number--farmers {
  background: #fdf6e6;
}

.p-business-number__label {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 210px;
  margin: 0;
  padding: 6px 24px 10px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  background: #9ba452;
  border-radius: 0 0 14px 14px;
  transform: translateX(-50%);
}

.p-business-number--farmers .p-business-number__label {
  background: #f18a11;
}

.p-business-number__year {
  margin: 0 0 4px;
  color: #9ba452;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.p-business-number__value {
  margin: 0;
  color: #9ba452;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(24px, 7vw, 36px);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.p-business-number--farmers .p-business-number__value {
  color: #f18a11;
  padding-top: 30px;
}

.p-business-number__value span {
  font-family: var(--font-sans);
  font-size: 0.65em;
}

.p-business-number__value strong {
  font-size: clamp(64px, 16vw, 96px);
  line-height: 1;
}


@media (min-width: 768px) {

  .p-business-strength {
    padding-block: 0px 108px;
  }

  .p-business-strength__grid {
    grid-template-columns: repeat(3, 33%);
    justify-content: center;
  }

  .p-business-strength-card:nth-child(4) {
    grid-column: 1;
    transform: translateX(192px);
  }

  .p-business-strength-card:nth-child(5) {
    grid-column: 2;
    transform: translateX(192px);
  }

  .p-business-strength__numbers {
    grid-template-columns: repeat(2, minmax(0, 580px));
    justify-content: center;
    gap: 40px;
    margin-top: 96px;
  }
}
@media (max-width: 1130px) {
  .p-business-strength::before {
     background:transparent;
  }
}


@media (max-width: 750px) {
  .p-business-hero {
        margin-top: 12vw;
  }
  .p-business-hero__content {
      min-height: auto;
      padding: 2rem 2%;
  }
  .p-business-hero__ornament{
    display: none;;
  }
  .p-business-hero {
    min-height: auto;
  }
  .p-business-hero__image {
    height: 140px;
    border-bottom-right-radius: 42px;
  }
  .p-business-strength {
      padding-block: 3rem 82px;
  }  
  .p-business-strength__numbers {
    gap: 3rem;
  }
  .p-business-number .tb {
    grid-template-columns: 35% 65%;
    column-gap: 0%;
  }
  .p-business-number {
      min-height: auto;
      padding: 44px 5px 0px 5px;
  } 
  .p-producer-problems__title {
      font-size: 21px;
  }


}

.p-business-hero > .wp-block-group__inner-container,
.p-business-hero__content > .wp-block-group__inner-container,
.p-producer-problems > .wp-block-group__inner-container,
.l-producer-container > .wp-block-group__inner-container,
.p-producer-problems__intro > .wp-block-group__inner-container,
.p-producer-problems__list > .wp-block-group__inner-container,
.p-producer-problem > .wp-block-group__inner-container,
.p-producer-features > .wp-block-group__inner-container,
.p-producer-features__list > .wp-block-group__inner-container,
.p-producer-feature > .wp-block-group__inner-container,
.p-producer-feature__body > .wp-block-group__inner-container,
.p-producer-feature__content > .wp-block-group__inner-container,
.p-producer-items > .wp-block-group__inner-container,
.p-producer-items__panel > .wp-block-group__inner-container,
.p-producer-items__list > .wp-block-group__inner-container,
.p-producer-item > .wp-block-group__inner-container {
  display: contents;
}

.p-producer-problem .wp-block-image,
.p-producer-feature .wp-block-image,
.p-producer-item .wp-block-image,
.p-business-hero .wp-block-image {
  margin: 0;
}

.p-producer-items__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    gap: 28px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.p-producer-item {
    flex: 0 0 180px;
    display: grid;
    justify-items: center;
    gap: 16px;
}

@media (min-width: 768px) {
    .p-producer-items__list {
        gap: 14px;
    }

    .p-producer-item {
        gap: 15px;
    }
}

@media (max-width: 750px) {
  .p-producer-problem__text {
    font-size: 13px;
  }
  .p-producer-item {
    max-width: 133px;
  }
  .p-producer-problems__list {
  display: block;
}
.p-producer-problems__list > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px 18px;
  max-width: 900px;
  margin: 46px auto 0;
  padding: 0;
  list-style: none;
}

.p-producer-problems__list .p-producer-problem {
  flex: 0 1 calc(50% - 9px);
  margin: 0;
}

}