.mainContents.mainContentsPLR5rem {
  padding-left: 5rem;
  padding-right: 5rem;
}

.farmerContainer01 {
  display: flex;
  gap: 5.5rem;
  flex-flow: row;
}

@scope (.farmerContainer01) {

.photo {
  flex-shrink: 0;
}

.text {
  flex-grow: 1;
}

.location {
  font-size: 2.0rem;
  line-height: 3.2rem;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0;
}

.location::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  height: 2rem;
  width: 1.4rem;
  background: url("/lp/farmer/images/pict_location.png") center center no-repeat;
  background-size: contain;
}

}

.farmerContainer02 {
  display: flex;
  gap: 6.5rem;
  flex-flow: row;
  position: relative;
}

.farmerContainer02.rowReverse {
  flex-flow: row-reverse;
}

@scope (.farmerContainer02) {

.photo {
  flex-shrink: 0;
}

.text {
  flex-grow: 1;
}

}

.farmerContainer03 {
  display: flex;
  gap: 3rem;
  flex-flow: row;
  justify-content: center;
}

.farmerContainer04 {
  display: flex;
  gap: 5.0rem;
  flex-flow: row;
  max-width: 104rem;
  margin-left: auto;
  margin-right: auto;
}

@scope (.farmerContainer04) {

.map {
  flex-shrink: 0;
}

.text {
  flex-grow: 1;
}

.location {
  font-size: 2.0rem;
  line-height: 3.2rem;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0;
}

.location::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  height: 2rem;
  width: 1.4rem;
  background: url("/lp/farmer/images/pict_location.png") center center no-repeat;
  background-size: contain;
}

}

.farmerBg {
  background-size: contain;
  padding-bottom: 10rem;
}

.farmerBg section {
  max-width: 120rem;
  margin: 0 auto;
  background-color: #ffffff;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
}

.farmerContentsBtnContainer {
}

.farmerContentsBtnContainer ul {
  list-style: none;
  display: flex;
  gap: 3.0rem 5.0rem;
  flex-flow: row;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 959px) {
.mainContents.mainContentsPLR5rem {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.farmerContainer01 {
  flex-flow: column;
  gap: 3rem;
}

@scope (.farmerContainer01) {

.photo {
  flex-shrink: 1;
}

}

.farmerContainer02, .farmerContainer02.rowReverse {
  flex-flow: column;
  gap: 3rem;
}

@scope (.farmerContainer02) {

.text .headerTopLeft, .text .headerTopRight, .text .headerBottomLeft, .text .headerBottomRight {
  position: absolute;
  margin: 0;
}

.text .headerTopLeft {
  top: -1rem;
  left: calc(50% - 20rem);
}

.text .headerBottomLeft {
  top: 42rem;
  left: calc(50% - 20rem);
  transform: translateY(-100%);
}

.text .headerTopRight {
  top: -1rem;
  right: calc(50% - 20rem);
}

.text .headerBottomRight {
  top: 42rem;
  right: calc(50% - 20rem);
  transform: translateY(-100%);
}

.text .headerTopLeft .wdPh, .text .headerTopRight .wdPh, .text .headerBottomLeft .wdPh, .text .headerBottomRight .wdPh {
  background-color: #ffffff;
  padding: 0 0.5rem 0.2rem;
  margin-bottom: 1.0rem;
}

.photo {
  flex-shrink: 1;
}

}

.farmerContainer04 {
  flex-flow: column;
  gap: 1.5rem;
}

@scope (.farmerContainer04) {

.map {
  flex-shrink: 1;
}

.map iframe {
  width: 100%;
  height: 50vw
}

}

.farmerBg {
  background-size: 150%;
  padding-bottom: 5rem;
}

.farmerBg section {
  margin: 0 2.5rem;
  padding: 0 2.5rem;
}

.farmerContentsBtnContainer ul {
  gap: 2.0rem;
  flex-flow: column;
}

}

@media (max-width: 559px) {

.farmerContainer01 {
  gap: 2rem;
}

@scope (.farmerContainer01) {

.location {
  font-size: 1.7rem;
  line-height: 2.7rem;
}

}

.farmerContainer03 {
  gap: 2rem;
  flex-flow: column;
}

@scope (.farmerContainer04) {

.map iframe {
  height: 50vh
}

}

}

@media (max-width: 450px) {

@scope (.farmerContainer02) {

.text .headerTopLeft {
  left: 0;
}

.text .headerTopRight {
  right: 0;
}

.text .headerBottomLeft {
  top: calc(100vw - 3rem);
  left: 0;
}

.text .headerBottomRight {
  top: calc(100vw - 3rem);
  right: 0;
}

}

}


