@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-lg {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
#region {
  background: #FDEEED;
}

.c_region p {
  color: #E9261A;
}

.c_safety p {
  color: #2F9A27;
}

.c_ds p {
  color: #D4600B;
}

.c_env p {
  color: #3985BF;
}

.t_cen {
  text-align: center;
}

.bg_region {
  background: #E9261A;
}

article {
  padding-top: 80px;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: #000;
}

ul {
  list-style: none;
}

.attempt {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .attempt {
    padding-bottom: 120px;
  }
}
.attempt__link {
  margin-top: 1em;
}
.attempt__link-ttl {
  font-weight: 700;
}
.attempt__link-url {
  margin-left: 1.5em;
}
.attempt__link-url a {
  position: relative;
  color: #D4600B;
}
.attempt__link-url a::before {
  content: "→";
  position: absolute;
  left: -1.5em;
}

.fooddrive__wrap {
  width: 88%;
  margin: 0 auto;
}
.fooddrive__discription {
  background-color: #E3F2FE;
  border-radius: 8px;
  padding: 1em 2em;
  margin: 2em auto 1em;
}
@media screen and (max-width: 767px) {
  .fooddrive__discription {
    width: 96%;
    padding: 1em 1.5em;
  }
}
.fooddrive__discription--headline {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 0.5em;
}
.fooddrive__headline {
  font-weight: bold;
  margin: 2em 0 1em 0;
}
@media (max-width: 768px) {
  .fooddrive__flowarea__img {
    display: flex;
    justify-content: center;
  }
}
.fooddrive__flowarea__img .fooddrive-pc {
  display: block;
}
@media (max-width: 768px) {
  .fooddrive__flowarea__img .fooddrive-pc {
    display: none;
  }
}
.fooddrive__flowarea__img .fooddrive-sp {
  display: none;
}
@media (max-width: 768px) {
  .fooddrive__flowarea__img .fooddrive-sp {
    display: block;
  }
}
.fooddrive__flowarea__lists__title {
  display: inline-block;
  margin: 1em 0;
  font-weight: bold;
  border-bottom: 2px solid #3985BF;
}
.fooddrive__flowarea__lists__contents {
  list-style-type: disc;
  margin-left: 1.5em;
  padding-bottom: 1em;
}
.fooddrive__flowarea__lists__contents--notice {
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .fooddrive__flowarea__lists__contents--notice li {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}

.outreach-program_info {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  font-size: 0.9em;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 1em 0;
  border: 1px solid #FDEEED;
}
.outreach-program_info dt,
.outreach-program_info dd {
  padding: 8px 16px;
}
@media screen and (max-width: 767px) {
  .outreach-program_info dt,
  .outreach-program_info dd {
    padding: 16px 8px;
  }
}
.outreach-program_info dt {
  background-color: #FDEEED;
  width: 25%;
  display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .outreach-program_info dt {
    width: 32%;
  }
}
.outreach-program_info dt:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
.outreach-program_info dd {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .outreach-program_info dd {
    width: 68%;
  }
}
.outreach-program_info dd:not(:last-of-type) {
  border-bottom: 1px solid #FDEEED;
}
.outreach-program_info--notice {
  font-size: 0.9em;
  padding-top: 0.6em;
}
.outreach-program_info--notice li::before {
  content: "※";
}
.outreach-program_info--env {
  border: 1px solid #DCF0FF;
}
.outreach-program_info--env dt {
  background-color: #DCF0FF;
}
.outreach-program_info--env dd:not(:last-of-type) {
  border-bottom: 1px solid #DCF0FF;
}
.outreach-program_info-txt p {
  font-weight: 700;
  margin-top: 1em;
}

.item {
  position: relative;
  overflow: hidden;
}
.item__flx {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .item__flx--rev {
    flex-direction: column-reverse;
  }
}
.item__flx .item__img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .item__flx .item__img {
    width: 100%;
  }
}
.item__flx .item__img--discription {
  text-align: start;
  font-size: 0.9em;
  letter-spacing: 0;
}
.item__flx .item__txtarea {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .item__flx .item__txtarea {
    width: 100%;
  }
}
.item__flx .item__index {
  text-align: right;
  margin: 1rem 0 -1rem;
  font-weight: bold;
  color: #2F9A27;
}
.item__flx .item__indexSAFE {
  text-align: right;
  margin: 1rem 0 -1rem;
  font-weight: bold;
  color: #2F9A27;
}
.item__flx .item__indexENV {
  text-align: right;
  margin: 1rem 0 -1rem;
  font-weight: bold;
  color: #3985BF;
}
.item__region4flx {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 2rem;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item__region4flx {
    gap: 0.5rem;
  }
}
.item__flx02, .item__flx03 {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 32px;
  gap: 4.5%;
}
.item__flx02 .item__img02, .item__flx03 .item__img02 {
  display: block;
  width: 30.303030303%;
}
@media screen and (max-width: 767px) {
  .item__flx02 .item__img02, .item__flx03 .item__img02 {
    width: 100%;
  }
}
.item__flx02 {
  row-gap: 2rem;
}
.item__flx02--index {
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 1rem;
}
.item__flx02--discription {
  font-size: 0.9em;
  line-height: 1.8;
}
.item__flx03 {
  row-gap: 3rem;
}
.item__flx03--discription {
  font-size: 0.9em;
  padding-top: 0.8rem;
  line-height: 1.8;
}
.item__subtitle {
  font-size: 1em;
  font-weight: bold;
}
.item__workname {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 2px solid #FF9200;
  margin-bottom: 1rem;
}
.item__ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .item__ttl {
    text-align: center;
  }
}
.item__ttl .sub-title {
  margin-top: 40px;
}
.item__ttl .title-size {
  font-size: 1em;
}
.item__ttl--sports {
  margin-top: 60px;
}
.item__ttl--sports:nth-child(1) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .item__ttl--sports {
    text-align: left;
  }
}
.item__ttl--sports p {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.item__ttl--sports p::after {
  content: "";
  background: #FFF278;
  width: 120%;
  height: 10px;
  position: absolute;
  left: -2em;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .item__ttl--sports p::after {
    left: -1em;
  }
}
.item__ttl p {
  font-size: 1.2em;
  font-weight: 600;
}
.item__txtimg {
  text-align: center;
  margin: 1em auto;
}
.item__txt {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .item__txt {
    text-align: left;
  }
}
.item__txt-link {
  text-align: right;
  margin-top: 1em;
}
.item__txt-link a {
  position: relative;
  color: #E9261A;
  font-weight: 700;
}
.item__txt-link a::before {
  content: "→";
  position: absolute;
  left: -1.5em;
}
.item__txt-link--env a {
  color: #3985BF;
}
.item__txt-link--safety a {
  color: #2F9A27;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .item__txt-link--safety a {
    font-size: 0.8rem;
  }
}
.item__txt--notice {
  font-size: 0.75rem;
  padding-left: 7.6rem;
  text-indent: -7.6rem;
}
@media screen and (max-width: 767px) {
  .item__txt--notice {
    font-size: 0.65rem;
    padding-left: 6.6rem;
    text-indent: -6.6rem;
  }
}
.item__img {
  position: relative;
  z-index: 1;
  margin: 16px 0;
  text-align: center;
}
.item__img .img-logo {
  max-width: 60%;
}
.item__tenpo {
  margin-top: 40px;
  width: 100%;
}
.item__tenpo-ttl {
  text-align: center;
}
.item__tenpo-ttl p {
  display: inline-block;
  font-size: 1.2em;
  border-bottom: 5px solid #FFD7D4;
}
.item__tenpo-jiten {
  margin-top: 16px;
}
.item__tenpo-jiten p {
  font-size: 0.9em;
  text-align: right;
}
.item__tenpo-notice {
  margin-top: 24px;
}
.item__tenpo-notice p {
  font-size: 0.9em;
}
.item__tenpo-areattl {
  position: relative;
  margin-top: 12px;
  padding: 4px;
  border-bottom: 1px solid #E9261A;
}
.item__tenpo-areattl::before, .item__tenpo-areattl::after {
  content: "";
  background-color: #E9261A;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.item__tenpo-areattl::before {
  width: 1px;
  height: 16px;
  right: 28px;
}
.item__tenpo-areattl::after {
  width: 16px;
  height: 1px;
  right: 20px;
}
.item__tenpo-areattl p {
  font-size: 1.1em;
}
.item__tenpo-list {
  display: none;
  margin-top: 12px;
}
.item__tenpo-detail {
  display: flex;
  justify-content: space-between;
  background: #F7F7F7;
  padding: 8px 4em 8px 1.5em;
  margin-top: 4px;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .item__tenpo-detail {
    padding: 8px 1.8em 8px 1em;
    font-size: 0.9em;
  }
}
.item__tenpo-link a {
  color: #E9261A;
  position: relative;
}
.item__tenpo-link a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid #E9261A;
  border-right: 2px solid #E9261A;
  transform: rotate(45deg);
  right: -1.5em;
  top: 28%;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .item__tenpo-link a::before {
    right: -1em;
    width: 8px;
    height: 8px;
  }
}
.item__tenpo-link a:hover::before {
  right: -2em;
}
.item__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 1em auto;
}
.item__list-year {
  width: 5em;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .item__list-year {
    width: 100%;
    margin-top: 16px;
  }
}
.item__list-year span {
  border-bottom: 2px solid #FF9200;
}
.item__list-nest {
  width: calc(100% - 5em);
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .item__list-nest {
    width: 100%;
    margin-bottom: 12px;
    margin-top: 8px;
  }
}
.item__list-nest-txt {
  margin-left: 1.5em;
  text-indent: -1em;
}
.item__list-nest-txt p::before {
  content: "・";
}
.item__endicon {
  margin-top: 1em;
  text-align: right;
}
.item__endicon p {
  display: inline-block;
  position: relative;
  padding: 4px 12px 4px 2em;
  background: rgba(255, 215, 212, 0.4);
  color: #E9261A;
}
.item__endicon p::before {
  content: "";
  position: absolute;
  border-bottom: 16px solid #FFD7D4;
  border-left: 16px solid #fff;
  left: 0;
  top: 0;
}
.item .region__areatitle {
  font-weight: bold;
  color: #E9261A;
}
@media screen and (max-width: 767px) {
  .item .region__areatitle {
    padding-bottom: 1.5rem;
  }
}
.item .region__listarea {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .item .region__listarea {
    display: flex;
    justify-content: space-between;
  }
  .item .region__listarea > .content {
    width: 32%;
  }
  .item .region__listarea > .region__listwrap {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .item .region__listarea > .content {
    display: none;
    /*必須*/
  }
  .item .region__listarea > .content.show {
    display: block;
    /*必須*/
  }
}
@media screen and (max-width: 767px) {
  .item .region__listwrap > .content {
    display: none;
    /*必須*/
  }
  .item .region__listwrap > .content.show {
    display: block;
    /*必須*/
  }
}
.item .region__listtitle {
  font-weight: bold;
  border-bottom: 3px solid;
  padding: 1.5rem 0 0.5rem;
  margin-bottom: 16px;
  position: relative;
}
.item .region__listtitle:before {
  content: "";
  width: 64px;
  height: 3px;
  background-color: #E9261A;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.item .region__list {
  border: 1px solid #e9e9e9;
  background-color: #fff;
  border-collapse: collapse;
  width: 100%;
}
.item .region__list th,
.item .region__list td {
  border: 1px solid #e9e9e9;
  border-collapse: collapse;
  padding: 4px 8px;
}
.item .region__list th {
  text-align: center;
}
.item .region__list td {
  vertical-align: top;
}
.item .region__list--year {
  width: 32%;
  background-color: #FDEEED;
  font-size: 0.9rem;
}
.item .region__list--name {
  width: 68%;
  background-color: #FDEEED;
  font-size: 0.9rem;
}
.item .region__list--yearspace {
  text-align: center;
}
.item .region__list--namespace {
  padding-left: 0.5rem;
}
.item .region__notice {
  font-size: 0.75rem;
  text-align: end;
  padding-top: 1rem;
}
.item .tab-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: sticky;
  top: 0;
}
.item .tab-container .m_fixed {
  left: 0;
  position: fixed;
  top: 0;
}
@media screen and (max-width: 767px) {
  .item .tab-container {
    transform: 0.3s;
  }
}
.item .tab-container::after {
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.1);
}
.item .tab {
  font-size: 0.6rem;
  font-weight: 500;
  text-align: center;
  width: calc((100% - 30px) / 3);
  padding: 8px;
  background-color: #e1e1e1;
  cursor: pointer;
  margin: 5px;
  border-radius: 50px;
  border: 1px solid #fff;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 0.01rem;
}
.item .tab:nth-of-type(1), .item .tab:nth-of-type(3) {
  line-height: 3.2;
}
.item .tab:nth-of-type(4), .item .tab:nth-of-type(5) {
  width: calc((100% - 20px) / 2);
}
.item .tab.active {
  background-color: #FDEEED;
  color: #E9261A;
}
.item .meatsale .item__ttl {
  text-align: center;
}
.item .meatsale .item__ttl + p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .item .meatsale .item__ttl + p {
    text-align: start;
  }
}
.item .meatsale__photoarea {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .item .meatsale__photoarea {
    flex-direction: column;
  }
}
.item .meatsale__photo img {
  vertical-align: middle;
}
.item .meatsale__photo figcaption {
  font-size: 0.9em;
  line-height: 1.4;
}
.item .meatsale__schoolarea01, .item .meatsale__schoolarea02 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .item .meatsale__schoolarea01, .item .meatsale__schoolarea02 {
    flex-wrap: wrap;
  }
}
.item .meatsale__schoolcnt {
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
  padding: 1rem;
  margin: 1rem;
}
@media screen and (max-width: 767px) {
  .item .meatsale__schoolcnt {
    width: 100%;
    padding: 1rem 0;
    margin: 0;
  }
}
.item .meatsale__schoolcnt figure {
  text-align: center;
  padding-top: 1.5rem;
}
.item .meatsale__schoolcnt figure img {
  width: 160px;
  margin: 0 auto;
}
.item .meatsale__schoolcnt figure figcaption {
  text-align: start;
  font-size: 0.75rem;
  padding: 1rem 0;
}
.item .meatsale__schoolcnt--title {
  position: relative;
  font-weight: bold;
  margin-left: 22px;
  letter-spacing: 1px;
}
.item .meatsale__schoolcnt--title span::before {
  content: "■";
  position: absolute;
  margin-left: -22px;
  color: #2F9A27;
}
.item .meatsale__schoolarea01, .item .meatsale__schoolarea02 {
  border-bottom: 1px solid #E9E9E9;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .item .meatsale__schoolarea01, .item .meatsale__schoolarea02 {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.item .meatsale__schoolcnt:nth-child(2)::before, .item .meatsale__schoolcnt:nth-child(3)::before, .item .meatsale__schoolcnt:nth-child(4)::before {
  content: "";
  display: block;
  height: 96%;
  width: 0;
  border-right: 1px solid #E9E9E9;
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item .meatsale__schoolcnt:nth-child(2)::before, .item .meatsale__schoolcnt:nth-child(3)::before, .item .meatsale__schoolcnt:nth-child(4)::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .item .fixactive {
    padding: 10px;
    z-index: 888;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 15px -5px #777777;
    background-color: rgba(255, 255, 255, 0.8);
  }
}