:root {
  --color-brown: #40200f;
  --color-cream: #fdf6ed;
  --font-sans: "Noto Sans JP", sans-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;
}

.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-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;
}

.p-business-use {
  position: relative;
  padding-block: 86px 78px;
  background: var(--color-cream);
}
.p-business-usd-sub{
  position: absolute;
  right: 0;
  bottom: -4rem;
}
/*
.p-business-use::after {
  position: absolute;
  right: max(18px, calc((100vw - 1200px) / 2 + 22px));
  bottom: 18px;
  width: min(28vw, 250px);
  height: min(28vw, 210px);
  background: url("../images/img_39.webp") center / contain no-repeat;
  content: "";
  opacity: 0.8;
  pointer-events: none;
}
*/
.p-business-use__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin: 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-use__title::before {
  display: block;
  width: 100px;
  height: 100px;
  background: url("../images/img_33.webp") center / contain no-repeat;
  content: "";
}

.p-business-use__list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
  margin-top: 44px;
}

.p-business-use-card {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.p-business-use-card__image {
  width: min(100%, 219px);
  aspect-ratio: 1;
  overflow: hidden;
}

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

.p-business-use-card__title {
  margin: 0;
  color: #313131;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.16em;
  text-align: center;
}

.p-business-use__message {
  position: relative;
  z-index: 1;
  margin: 56px 0 0;
  color: #313131;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 350;
  line-height: 1.75;
  text-align: center;
}

@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-business-strength {
    padding-block: 86px 108px;
  }
/*
  .p-business-strength__grid {
    grid-template-columns: repeat(3, 33%);
    justify-content: center;
  }
*/
.p-business-strength__grid > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
  .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;
  }

  .p-business-use {
    padding-block: 96px 74px;
  }

  .p-business-use__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 27px;
    margin-top: 56px;
  }

  .p-business-use__message {
    margin-top: 66px;
  }

}
@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-business-use__title {
    grid-template-columns: 20% 78%;
    gap: 2%;
  }   
  .p-business-use__title::before {
      display: block;
      width: 65px;
      height: 65px;
  }  
  .p-business-usd-sub img{
    width: 62%;
    height: auto;
  }
}

/* ==================================================
   Gutenbergの自動ラッパーをレイアウト上だけ無効化
================================================== */

.p-business-strength__numbers
  > .wp-block-group__inner-container,

.p-business-number
  > .wp-block-group__inner-container,

.p-business-number .ttl
  > .wp-block-group__inner-container,

.p-business-number .tb
  > .wp-block-group__inner-container,

.p-business-number .tl
  > .wp-block-group__inner-container,

.p-business-number .tr
  > .wp-block-group__inner-container {
  display: contents;
}


/* ==================================================
   WordPress画像ブロックの初期余白を解除
================================================== */

.p-business-number .wp-block-image {
  margin: 0;
}

.p-business-number .wp-block-image img {
  display: inline;
  width: auto;
  height: auto;
  contain-intrinsic-size: revert;
}


/* ==================================================
   WordPress段落ブロックの初期余白を解除
================================================== */

.p-business-number p {
  margin-top: 0;
  margin-bottom: 0;
}