<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
main .wrapper section {
  margin-bottom: 4rem;
}
main .wrapper section:last-child {
  margin-bottom: 0;
}

main .wrapper section .style_or {
  color: #e47d22;
  font-weight: bold;
  position: relative;

  margin-bottom: 1rem;
  font-size: 1.6rem;
}

main .wrapper section .box02 .img02 {
  width: 80%;
  margin: 0 auto;
}
main .wrapper .wid_100 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 4rem 2rem;
  background: #fffaf0;
}
main .wrapper .wid_100 .box {
  margin-bottom: 5rem;
}
main .wrapper .wid_100 .box h3 {
  border-left: 2px solid #5a5b5b;
  font-weight: bold;
  font-size: 1.5rem;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
main .wrapper .wid_100 .box h3 span {
  display: block;
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
}
main .wrapper .wid_100 .box h4 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
main .wrapper .wid_100 .box table {
  border-top: #c8c8c8 1px solid;
  margin-bottom: 1rem;
}
main .wrapper .wid_100 .box table tr {
  border-bottom: #c8c8c8 1px solid;
  display: block;
  padding-bottom: 1rem;
}
main .wrapper .wid_100 .box table th,
main .wrapper .wid_100 .box table td {
  display: block;
}
main .wrapper .wid_100 .box table th {
  border-bottom: #c8c8c8 1px solid;
  font-weight: bold;
  padding: 0.5rem 0;
}
main .wrapper .wid_100 .box table td {
  font-size: 1.4rem;
  padding: 0.5rem 0;
}
main .wrapper .wid_100 .box table td div {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
main .wrapper .wid_100 .box table td div span:nth-child(1) {
  width: 40%;
}
main .wrapper .wid_100 .box table td div span:nth-child(2) {
  width: 57%;
}

p.bold {
  font-weight: bold;
  font-size: 1.6rem;
}
p.m-bottom {
  margin-bottom: 30px;
}
.goal {
  margin-top: 10px;
  margin-bottom: 30px;
}
ul.sdgs-important {
  margin-top: 10px;
}
ul.sdgs-important li {
  color: #e47d22;
  font-weight: bold;
  font-size: 2rem;
}
.hstyle-secondary-sdgs {
  color: #e47d22;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.logo-sdgs {
  margin-bottom: 20px;
}
ul.sdgs {
  display: grid;
  gap: 5px;
}
ul.sdgs li {
  font-weight: bold;
  font-size: 1.3rem;
  padding-left: 1em;
  position: relative;
}
ul.sdgs li::before {
  content: '●';
  color: #e47d22;
  position: absolute;
  left: 0;
  top: 0;
}

.area-message {
  margin-top: 40px;
  padding: 25px;
  position: relative;
}
.area-message::before {
  content: '';
  width: 20px;
  height: 20px;
  border-left: 2px solid #e47d22;
  border-top: 2px solid #e47d22;
  position: absolute;
  left: 0;
  top: 0;
}
.area-message::after {
  content: '';
  width: 20px;
  height: 20px;
  border-right: 2px solid #e47d22;
  border-bottom: 2px solid #e47d22;
  position: absolute;
  right: 0;
  bottom: 0;
}
.area-message p {
  font-weight: bold;
}
.area-message b {
  color: #e47d22;
}
main .wrapper section .box01 {
  margin-top: 50px;
}
main .wrapper section .box01 .img01 {
  text-align: center;
  margin-top: 20px;
}
main .wrapper section .box01 .img01 img {
  width: 50%;
  margin: 0 auto;
}
main .wrapper section .box01 p {
  margin-bottom: 30px;
}
a.link-arrow {
  font-size: 1.2rem;
  text-decoration: underline;
  padding-left: 1em;
  position: relative;
  display: inline-block;
}
a.link-arrow::before {
  content: '&gt;';
  position: absolute;
  left: 0;
  top: 0;
  color: #e47d22;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 767px) {
  main .wrapper section {
    margin-bottom: 60px;
  }
  main .wrapper section:last-child {
    margin-bottom: 0;
  }

  main .wrapper section .right {
    max-width: 1051px;
    margin-right: calc(50% - 50vw);
  }
  main .wrapper section .style_or {
    margin-bottom: 10px;
    font-size: 22px;
  }
  main .wrapper section .youtube iframe {
    margin-top: 20px;
  }
  main .wrapper section .box01 {
    display: flex;
    justify-content: space-between;
  }
  main .wrapper section .box01 .img01 {
    width: 270px;
    margin: 0;
  }
  main .wrapper section .box01 div:first-child {
    width: 433px;
  }
  main .wrapper section .box02 {
    display: flex;
    justify-content: space-between;
  }
  main .wrapper section .box02 .img02 {
    width: 387px;
    margin: 0;
  }
  main .wrapper section .box02 div:first-child {
    width: 500px;
  }
  main .wrapper section .img03 {
    width: 630px;
    margin: 0 auto;
  }
  main .wrapper .wid_100 {
    padding: 100px 0 40px 0;
    margin-bottom: 80px;
    margin-top: 100px;
  }
  main .wrapper .wid_100 .box {
    width: 940px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  main .wrapper .wid_100 .box:not(:last-child) {
    margin-bottom: 120px;
  }
  main .wrapper .wid_100 .box .inner {
    width: 820px;
  }
  main .wrapper .wid_100 .box h3 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border-left: none;
    width: 80px;
    border-top: 2px solid #5a5b5b;
    font-size: 25px;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 15px;
  }
  main .wrapper .wid_100 .box h3 span {
    font-size: 35px;
  }
  main .wrapper .wid_100 .box h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  main .wrapper .wid_100 .box table {
    margin-bottom: 15px;
    width: 100%;
    margin-top: 15px;
  }
  main .wrapper .wid_100 .box table tr {
    display: block;
    padding-bottom: 0;
  }
  main .wrapper .wid_100 .box table th,
  main .wrapper .wid_100 .box table td {
    display: table-cell;
  }
  main .wrapper .wid_100 .box table th {
    border-right: #c8c8c8 1px solid;
    border-bottom: none;
    padding: 10px 20px;
    width: 190px;
    font-size: 18px;
    text-align: left;
  }
  main .wrapper .wid_100 .box table td {
    font-size: 18px;
    padding: 10px 0 10px 20px;
    width: 600px;
  }
  main .wrapper .wid_100 .box table td div span:nth-child(1) {
    width: 28%;
  }
  main .wrapper .wid_100 .box table td div span:nth-child(2) {
    width: 72%;
  }
  main .wrapper .wid_100 .box_haccp {
    display: flex;
  }
  main .wrapper .wid_100 .box_haccp .desc {
    flex: 1;
    margin-right: 50px;
  }
  main .wrapper .wid_100 .box_haccp .image {
    width: 241px;
  }
  main .wrapper #a01,
  main .wrapper #a02,
  main .wrapper #a03,
  main .wrapper #a05 {
    margin-top: -120px;
    padding-top: 120px;
  }
  .wrap-fssc {
    display: flex;
  }
  .wrap-fssc p {
    flex: 1;
    margin-right: 30px;
  }

  .logo-fssc {
    width: 330px;
    margin: 15px 0 0;
  }
  .box-m-top {
    margin-top: 30px;
  }
  .box-m-top div {
    margin-top: 20px;
  }

  .wrap-goal p.bold {
    text-align: center;
  }

  p.bold {
    font-size: 20px;
  }
  p.bold.title2 {
    font-size: 22px;
  }
  p.m-bottom {
    margin-bottom: 30px;
  }
  .goal {
    max-width: 620px;
    margin: 20px auto 100px;
  }
  section.inn {
    max-width: 820px;
    margin: 0 auto;
  }
  ul.sdgs-important {
    margin-top: 10px;
  }
  ul.sdgs-important li {
    font-size: 41px;
    line-height: 1.5;
  }
  .sdgs-inner {
    max-width: 820px;
    margin: 0 auto 100px !important;
  }
  .hstyle-secondary-sdgs {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .logo-sdgs {
    margin-bottom: 40px;
    max-width: 654px;
  }
  ul.sdgs {
    display: grid;
    gap: 5px;
  }
  ul.sdgs li {
    font-size: 16px;
  }

  .area-message {
    margin-top: 65px;
    padding: 25px 40px;
    position: relative;
  }
  .area-message::before {
    content: '';
    width: 40px;
    height: 40px;
    border-left: 2px solid #e47d22;
    border-top: 2px solid #e47d22;
    position: absolute;
    left: 0;
    top: 0;
  }
  .area-message::after {
    content: '';
    width: 40px;
    height: 40px;
    border-right: 2px solid #e47d22;
    border-bottom: 2px solid #e47d22;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .area-message p {
    font-weight: bold;
  }
  .area-message b {
    color: #e47d22;
  }
  main .wrapper section .box01 {
    max-width: 820px;
    margin: 50px auto 140px;
  }
  main .wrapper section .box01 .img01 {
    text-align: left;
    margin-top: 20px;
  }
  main .wrapper section .box01 .img01 img {
    width: 200px;
    margin: 0;
    display: block;
  }
  main .wrapper section .box01 p {
    font-size: 16px;
    margin-bottom: 50px;
  }
  a.link-arrow {
    font-size: 12px;
    text-decoration: underline;
    padding-left: 1em;
    position: relative;
    display: block;
    line-height: 1;
    margin-top: 15px;
  }
  a.link-arrow::before {
    content: '&gt;';
    position: absolute;
    left: 0;
    top: 0;
    color: #e47d22;
  }
  a.link-arrow:hover {
    text-decoration: none;
  }
}
</pre></body></html>