@charset "UTF-8";
.fv {
  padding-top: 58px;
}
.fv .fv__inner {
  position: relative;
}
.fv .fv__inner .fv__h1 {
  position: absolute;
  top: 130px;
  left: 100px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.8rem;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 600;
  z-index: 2;
  transition: color 1.5s ease;
}
@media only screen and (min-width: 1040px) {
  .fv .fv__inner .fv__h1 {
    left: 80px;
  }
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .fv .fv__inner .fv__h1 {
    font-size: 4rem;
    top: 160px;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .fv__h1 {
    top: 30px;
    left: 20px;
    font-size: 2.4rem;
  }
}
.fv .fv__inner.text--dark .fv__h1 {
  color: #45830E;
  transition: border-color 1.5s ease;
}
.fv .fv__inner .fv__h2 {
  position: absolute;
  bottom: 90px;
  left: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4rem;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 400;
  z-index: 2;
}
@media only screen and (min-width: 1040px) {
  .fv .fv__inner .fv__h2 {
    left: 80px;
  }
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .fv .fv__inner .fv__h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .fv__h2 {
    bottom: 60px;
    left: 20px;
    font-size: 2.4rem;
  }
}
.fv .fv__inner .fv__p {
  position: absolute;
  bottom: 40px;
  left: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 400;
  z-index: 2;
}
@media only screen and (min-width: 1040px) {
  .fv .fv__inner .fv__p {
    left: 80px;
  }
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .fv .fv__inner .fv__p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .fv__p {
    bottom: 20px;
    left: 20px;
    font-size: 1.6rem;
  }
}
.fv .fv__inner .fv__p--circle {
  position: absolute;
  bottom: 40px;
  right: 68px;
  width: 195px;
  height: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.8rem;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 400;
  z-index: 2;
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .fv .fv__inner .fv__p--circle {
    width: 150px;
    height: 150px;
    bottom: 40px;
    right: 20px;
    font-size: 2rem;
    right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .fv__p--circle {
    width: 100px;
    height: 100px;
    bottom: 50px;
    right: 20px;
    font-size: 1.6rem;
  }
}
.fv .fv__inner .fv__p--circle::before {
  position: absolute;
  bottom: 4px;
  border-radius: 50%;
  background-color: #4F960E;
  content: "";
  box-sizing: border-box;
  width: 195px;
  height: 195px;
  display: block;
  border: 3px solid #ffffff;
  transition: 0.3s all;
  z-index: -1;
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .fv .fv__inner .fv__p--circle::before {
    width: 150px;
    height: 150px;
    border: 2px solid #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .fv__p--circle::before {
    width: 100px;
    height: 100px;
    border: 1px solid #ffffff;
  }
}
.fv .fv__inner .swiper {
  height: calc(100vh - 58px);
}
.fv .fv__inner .swiper-slide {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .swiper-slide {
    width: 100%;
    margin: 0 auto;
    height: calc(100vh - 44px);
  }
}
.fv .fv__inner .swiper-slide > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.fv .fv__inner::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 0 0;
  margin: auto;
  height: 300px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner::after {
    height: 180px;
  }
}

.content__box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .content__box {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .flex__box.bg--white .sec__subttl {
    padding-block: 0;
  }
}
.content__box .flex__box.bg--white.grow01::after {
  background: url(/assets/images/info_entry/info_entry01.avif) center center/cover no-repeat;
}
.content__box .flex__box.bg--white.grow02::after {
  background: url(/assets/images/info_entry/info_entry02.avif) center center/cover no-repeat;
}
.content__box .flex__box.bg--white.grow03::after {
  background: url(/assets/images/info_entry/info_entry03.avif) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .content__box .flex__box.bg--white:has(.flex__inner) + .bg--white:has(.flex__inner) {
    margin-top: 32px;
  }
}
.content__box .sec__flex.backup {
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .content__box .sec__flex.backup {
    margin-bottom: 0;
  }
}
.content__box .sec__flex.backup::after {
  background: url(/assets/images/info_entry/info_entry04.avif) center center/cover no-repeat;
}
.content__box .sec__flex.step {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .content__box .sec__flex.step {
    margin-bottom: 0;
  }
}
.content__box .sec__flex.step::after {
  background: url(/assets/images/info_entry/info_entry05.avif) center center/cover no-repeat;
  width: 29%;
  height: 508px;
  margin-left: 72px;
}
.content__box .section__box.sec__flex .section__inner .text__box {
  margin-bottom: 0;
}
.content__box .area--list {
  display: none;
}
@media only screen and (max-width: 767px) {
  .content__box .area--list {
    display: block;
  }
}
.content__box .area--map {
  display: block;
}
@media only screen and (max-width: 767px) {
  .content__box .area--map {
    display: none;
  }
}
.content__box .map__box {
  position: relative;
  background: #fff;
  border-radius: 20px 0px 20px 20px;
  padding: 56px;
  overflow: visible;
  margin-top: 10px;
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .content__box .map__box {
    padding: 40px;
    margin-top: 0vw;
  }
}
.content__box .map__box::before {
  content: "";
  position: absolute;
  /* 本体の上に配置 */
  bottom: 100%;
  right: 0;
  /* デザインに合わせて右側のせり上がり幅を調整 */
  width: 30%;
  height: 300px;
  background-color: #fff;
  /* 右上の角だけ丸くする */
  border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .content__box .map__box::before {
    padding: 40px;
    width: 20%;
    height: 22vw;
  }
}
.content__box .map__box::after {
  content: "";
  position: absolute;
  bottom: 100%;
  /* --- PCサイズ --- */
  right: 30%;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 20px 20px 0 0 #fff;
  pointer-events: none;
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .content__box .map__box::after {
    right: 20%;
    width: 4vw;
    height: 4vw;
    margin-right: -2vw;
    box-shadow: 2vw 2vw 0 0 #fff;
  }
}
.content__box .map__box svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  /* 地図を少し上に浮かせてレイアウトを合わせる */
  margin-top: -300px;
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .content__box .map__box svg {
    margin-top: -28vw;
  }
}
.content__box .cow__area {
  position: relative;
  margin-top: -30px;
}
.content__box a .map__area {
  fill: #45830E;
  stroke: #45830E;
  fill-rule: evenodd;
  stroke-width: 3;
  box-sizing: border-box;
  transition: 0.3s all;
}
.content__box a .map__name {
  fill: #ffffff;
  transition: 0.3s all;
}
.content__box a .map__gray {
  fill: #999999;
}
.content__box a:hover .map__area {
  fill: #ffffff;
}
.content__box a:hover .map__name {
  fill: #45830E;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__area .area__box {
    border-radius: 10px;
    padding: 18px 20px;
  }
}
.content__box .section__box.sec__area .area__box .area__list {
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__area .area__box .area__list {
    gap: 10px;
  }
}
.content__box .section__box.sec__area .area__box .area__list li a {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__area .area__box .area__list li a {
    padding-block: 4px;
    border-radius: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__area .area__box .sec__subttl {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .sec__bg.bg--key03 .section__box .sec__ttl {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .sec__bg.bg--gray02 .section__box.sec__area .sec__ttl {
    margin-bottom: 24px;
  }
}

.section__box.sec__flex .section__inner.step {
  width: 100%;
  max-width: 680px;
}
.section__box.sec__flex .section__inner.step .text__box .bef__number {
  padding: 0 16px;
}
@media only screen and (max-width: 767px) {
  .section__box.sec__flex .section__inner.step .text__box .bef__number {
    padding: 0 14px;
    margin-bottom: 16px;
  }
}

.modal__box {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.modal__inner {
  width: 90%;
  max-width: 500px;
  box-sizing: border-box;
  background: #ffffff;
  border: 3px solid #a5cb85;
  border-radius: 12px;
  padding: 32px 32px 120px;
  padding-right: 0;
  position: relative;
}
.modal__inner:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 120px;
  bottom: 10px;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  pointer-events: none;
  z-index: 10;
}
.modal__inner {
  /* パターンA：乳牛 */
}
.modal__inner.type-milch::before {
  background-image: url("/assets/images/common/cow01.avif");
}
.modal__inner {
  /* パターンB：和牛 */
}
.modal__inner.type-wagyu::before {
  background-image: url("/assets/images/common/cow03.avif");
}

.modal__content {
  overflow-y: auto;
  height: auto;
  padding-right: 32px;
}
.modal__content .sec__subttl {
  font-size: 2.8rem;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  color: #212121;
  background: #DCEACF;
  padding-left: 8px;
}

.grid__box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 20px 0;
}
.grid__box + .grid__box {
  border-top: 1px solid #a5cb85;
}
.grid__box .img__box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 24px 16px;
  box-sizing: border-box;
  background: #ffffff;
  flex-shrink: 0;
  border-radius: 10px;
}
.grid__box .img__box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100px;
  border-radius: 0;
}

.text__box {
  margin-top: 16px;
  counter-reset: step;
}
.text__box .name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #212121;
  margin-bottom: 16px;
}
.text__box dl {
  display: flex;
}
.text__box dl + dl {
  margin-top: 16px;
}
.text__box dl dt,
.text__box dl dd {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #212121;
}
.text__box dl dt {
  width: 70px;
  flex-shrink: 0;
}
.text__box .btn__box {
  margin-top: 16px;
}
.text__box .btn__box .aft__blank {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #212121;
  padding-bottom: 0;
  padding-right: 27px;
}
.text__box .btn__box .aft__blank:after {
  inset: 0 0 0 auto;
  content: "";
  width: 18px;
  height: 18px;
  background: #212121;
}
.text__box .flex__box.justify--end {
  display: flex;
  justify-content: flex-end;
}
.text__box .bef__number {
  counter-increment: step;
  margin: 32px 0 16px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .text__box .bef__number {
    font-size: 2rem;
  }
}
.text__box .bef__number::before {
  content: counter(step) ". ";
  font-size: 32px;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .text__box .bef__number::before {
    font-size: 2rem;
    margin-left: 0;
  }
}
.text__box .bef__number.is-first {
  margin-top: 0;
}

.breadcrumb {
  padding-top: 24px;
  margin-bottom: 0;
}/*# sourceMappingURL=info_entry.css.map */