.business__name {
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (max-width: 519px) {
  .business__name {
    font-size: 15.5px;
  }
}

.product__inner iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  margin: 48px auto 0;
}
@media screen and (max-width: 959px) {
  .product__inner iframe {
    margin: 24px auto 0;
  }
}


.ag-innov__title {
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (max-width: 519px) {
  .ag-innov__title {
    font-size: 1.25rem;
  }
}
.map {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  padding-bottom: 2.5rem;
  border-radius: 0.5rem;
  background-color: #f5f8f8;
}
@media screen and (max-width: 519px) {
  .map {
    padding-bottom: 1.5rem;
  }
}
.map::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.5rem;
  height: 4.5rem;
  background-image: url("https://sagri.tokyo/wp-content/uploads/2025/07/badge-new.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 519px) {
  .map::before {
    right: 0;
    left: auto;
    transform: rotate(90deg);
  }
}
.map__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 1.5rem 0 2.5rem;
  gap: 8px;
}
@media screen and (max-width: 519px) {
  .map__head {
    display: block;
    padding: 1.5rem 1rem 0;
  }
}
.map__head-content {
  flex: 1;
}
.map__head-content h3 {
  font-weight: bold;
  font-size: 1.25rem;
}
.map__head-content p {
  margin-top: 1rem;
  line-height: 1.8;
  font-size: 0.875rem;
}
@media screen and (max-width: 519px) {
  .map__head-btn {
    text-align: center;
  }
}
.map__head-btn .common-btn, .map__head-btn .common-btn--white, .map__head-btn .common-btn--jp {
  margin-top: 1rem;
}
.map__head-img {
  width: 500px;
  height: auto;
}
@media screen and (max-width: 959px) {
  .map__head-img {
    width: 300px;
  }
}
@media screen and (max-width: 519px) {
  .map__head-img {
    width: 100%;
    margin-top: 1rem;
  }
}
.map__head-img img {
  width: 100%;
}
.map__content {
  margin-top: 2rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 519px) {
  .map__content {
    padding: 0 1rem;
  }
}
.map__content h4 {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.125rem;
}
.map__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.25rem;
  background-color: #fff;
  gap: 1rem;
}
@media screen and (max-width: 959px) {
  .map__item {
    justify-content: flex-start;
    padding: 1.5rem 2.5rem;
  }
}
@media screen and (max-width: 519px) {
  .map__item {
    flex-direction: column;
    padding: 1.5rem;
  }
}
.map__item li {
  position: relative;
  width: 15rem;
  padding-left: 18px;
  font-weight: 500;
  line-height: 1;
}
.map__item li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background-color: #4BA74F;
  content: "";
}
.map__use-case {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.5rem 2rem;
  border-radius: 0.25rem;
  background-color: #fff;
  gap: 2rem;
}
@media screen and (max-width: 519px) {
  .map__use-case {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1rem;
  }
}
.map__use-case li {
  width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 519px) {
  .map__use-case li {
    width: 100%;
  }
}
.map__use-case-head {
  position: relative;
  padding-left: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 519px) {
  .map__use-case-head {
    padding-left: 1.5rem;
  }
}
.map__use-case-head::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("https://sagri.tokyo/wp-content/uploads/2025/07/icon-check.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 519px) {
  .map__use-case-head::before {
    top: 0;
    transform: translateY(0);
    width: 1rem;
    margin-top: 0.4rem;
  }
}
.map__use-case-head span {
  font-size: 0.75rem;
}
.map__use-case-desc {
  margin-top: 0.5rem;
  color: rgba(60, 68, 68, 0.6);
  font-size: 0.875rem;
}
.map__flow {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 959px) {
  .map__flow {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.map__flow-item {
  position: relative;
  width: calc((100% - 7.5rem) / 4);
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .map__flow-item {
    width: 100%;
  }
}
.map__flow-item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -1.8rem;
  transform: translateY(-50%);
  margin-top: 2px;
  content: "";
  border-bottom: 12px solid transparent;
  border-left: 12px solid #C3D1D5;
  border-top: 12px solid transparent;
}
@media screen and (max-width: 959px) {
  .map__flow-item:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -1.1rem;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    border-bottom: none;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #C3D1D5;
  }
}
.map__flow-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.map__flow-head span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid #4BA74F;
  border-radius: 1rem;
  color: #4BA74F;
  font-family: Jost, sans-serif;
  font-style: normal;
  font-size: 1.25rem;
}
.map__flow-head p {
  flex: 1;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .map__flow-head p br {
    display: none;
  }
}
@media screen and (max-width: 519px) {
  .map__flow-head p br {
    display: block;
  }
}
.map__flow-txt {
  margin-top: 1rem;
  color: rgba(60, 68, 68, 0.6);
  font-size: 0.875rem;
}
@media screen and (max-width: 959px) {
  .map__flow-txt {
    margin-top: 0.5rem;
  }
}