@charset "utf-8";
/*HACCP の基礎知識
 ----------------------------------------------------*/
#haccpKnoledge .pagelink {
  margin-top: 70px;
}
#haccpKnoledge .pagelink ul li {
  width: 23.5%;
  padding: 5px;
  background: #fcf4ed;
  display: flex;
  flex-direction: column;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .pagelink ul li {
    width: 48%;
    margin-bottom: 4%;
  }
}
#haccpKnoledge .pagelink ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 97px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #e1934d;
  text-align: center;
  background: url(../img/haccp/knowledge/pagenavi-arrow.svg) #fff no-repeat 99% 98% / 10px;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .pagelink ul li a {
    height: 121px;
    padding: 15px 5px;
    font-size: 1.6rem;
  }
}
#haccpKnoledge .pagelink ul li a:hover {
  color: #fff;
  background: #e1934d;
}
#haccpKnoledge .starimg {
  text-align: center;
  width: auto;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
}
#haccpKnoledge .haccpH3 {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .haccpH3 {
    font-size: 2rem;
  }
}
#haccpKnoledge .sec01 {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec01 {
    padding-top: 50px;
  }
}
#haccpKnoledge .sec01 .flex .l-box {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec01 .flex .l-box {
    width: 100%;
  }
}
#haccpKnoledge .sec01 .flex .r-box {
  width: 50%;
  padding-top: 70px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec01 .flex .r-box {
    width: 100%;
    padding-top: 30px;
  }
}
#haccpKnoledge .sec01 .flex .r-box h3 {
  font-size: 4.5rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec01 .flex .r-box h3 {
    font-size: 2.2rem;
  }
}
#haccpKnoledge .sec01 .flex .r-box h3 small {
  font-weight: bold;
  font-size: 2.9rem;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec01 .flex .r-box h3 small {
    font-size: 1.8rem;
  }
}
#haccpKnoledge .sec01 .flex .r-box h3 span {
  font-weight: bold;
}
#haccpKnoledge .sec01 .flex .r-box h3 .bg {
  background: #fff6aa;
}
#haccpKnoledge .sec02 {
  padding: 100px 0;
  background: #f7f7f7;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec02 {
    padding: 50px 0;
  }
}
#haccpKnoledge .sec02 .inner {
  max-width: 1000px;
}
#haccpKnoledge .sec02 ul li {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec02 ul li {
    margin-bottom: 50px;
  }
}
#haccpKnoledge .sec02 ul li .l-box {
  width: 46%;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec02 ul li .l-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
#haccpKnoledge .sec02 ul li .r-box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec02 ul li .r-box {
    width: 100%;
  }
}
#haccpKnoledge .sec02 ul li .r-box h3 {
  position: relative;
  color: #e1934d;
  font-size: 2.7rem;
  border-top: 3px solid #fff;
  padding: 20px 0 0 100px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec02 ul li .r-box h3 {
    padding: 5px 0 0 70px;
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
#haccpKnoledge .sec02 ul li .r-box h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 78px;
  height: 84.4px;
  background: url(../img/haccp/top/sec07-merit01.svg) no-repeat center center / cover;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec02 ul li .r-box h3:before {
    width: 50px;
    height: 57.4px;
  }
}
#haccpKnoledge .sec02 ul li .r-box p {
  font-size: 1.5rem;
  line-height: 2;
}
#haccpKnoledge .sec02 ul li:nth-of-type(2n) .flex {
  flex-direction: row-reverse;
}
#haccpKnoledge .sec02 ul li:nth-of-type(2) h3:before {
  background: url(../img/haccp/top/sec07-merit02.svg) no-repeat center center / cover;
}
#haccpKnoledge .sec02 ul li:nth-of-type(3) h3:before {
  background: url(../img/haccp/top/sec07-merit03.svg) no-repeat center center / cover;
}
#haccpKnoledge .sec02 ul li:nth-of-type(4) h3:before {
  background: url(../img/haccp/top/sec07-merit04.svg) no-repeat center center / cover;
}
#haccpKnoledge .sec03 {
  padding: 100px 0 90px;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec03 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec03 {
    padding: 50px 0 45px;
  }
}
#haccpKnoledge .sec03 .inner {
  max-width: 1000px;
}
#haccpKnoledge .sec03 dl {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec03 dl {
    margin-bottom: 30px;
  }
}
#haccpKnoledge .sec03 dl dt {
  position: relative;
  margin-left: 30px;
  background: #fcf4ed;
  padding: 16px 25px;
  font-size: 2.1rem;
  font-weight: bold;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec03 dl dt {
    font-size: 1.8rem;
  }
}
#haccpKnoledge .sec03 dl dt:before {
  content: "";
  height: 100%;
  width: 10px;
  border-radius: 100vh;
  background: #e2944d;
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#haccpKnoledge .sec03 dl dd {
  padding: 42px 50px 0 50px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec03 dl dd {
    padding: 20px 10px 0 10px;
  }
}
#haccpKnoledge .sec04 {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec04 {
    padding-bottom: 50px;
  }
}
#haccpKnoledge .sec04 .triangle {
  width: 140px;
  margin: 0 auto;
  border-top: 90px solid #fff;
  border-right: 140px solid transparent;
  border-bottom: 140px solid transparent;
  border-left: 140px solid transparent;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec04 .triangle {
    width: 80px;
    margin: 0 auto;
    border-top: 30px solid #fff;
    border-right: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 80px solid transparent;
  }
}
#haccpKnoledge .sec04 .sec04-top {
  max-width: 1000px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec04 .sec04-top {
    padding: 0 30px;
  }
}
#haccpKnoledge .sec04 .sec04-top p {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec04 .sec04-top p {
    text-align: left;
  }
  #haccpKnoledge .sec04 .sec04-top p br {
    display: none;
  }
}
#haccpKnoledge .sec04 .sec04-image {
  margin-bottom: 40px;
}
#haccpKnoledge .sec04 .sec04-bottom {
  max-width: 70%;
  margin: 0 0 0 auto;
}
#haccpKnoledge .sec04 .sec04-bottom .flex {
  align-items: center;
}
#haccpKnoledge .sec04 .sec04-bottom .l-box {
  width: 30%;
  padding: 15px 30px;
  background: #406ab5;
}
#haccpKnoledge .sec04 .sec04-bottom .l-box h3 {
  font-size: 1.6rem;
  color: #fff;
}
#haccpKnoledge .sec04 .sec04-bottom .r-box {
  font-size: 1.6rem;
  width: 70%;
  padding: 15px 35px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec04 .sec04-bottom {
    max-width: 100%;
  }
  #haccpKnoledge .sec04 .sec04-bottom .l-box, #haccpKnoledge .sec04 .sec04-bottom .r-box {
    width: 100%;
  }
}
#haccpKnoledge .sec05 {
  padding: 100px 0 80px;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec05 {
    padding: 50px 0 50px;
  }
}
#haccpKnoledge .sec05 .sec05-number {
  max-width: 750px;
  margin: 80px auto 60px auto;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec05 .sec05-number {
    margin: 40px auto 30px;
  }
}
#haccpKnoledge .sec05 .sec05-number li {
  width: 48%;
  font-size: 2rem;
  text-align: center;
  padding: 50px 20px;
  background: url(../img/haccp/knowledge/sec05-number01.svg) no-repeat center center / 100% 100%;
}
#haccpKnoledge .sec05 .sec05-number li:nth-of-type(2) {
  background: url(../img/haccp/knowledge/sec05-number02.svg) no-repeat center center / 100% 100%;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec05 .sec05-number li {
    width: 100%;
    margin-bottom: 0px;
  }
  #haccpKnoledge .sec05 .sec05-number li:nth-of-type(1) {
    padding: 68px 20px;
  }
}
#haccpKnoledge .sec05 .haccp-check {
  margin-bottom: 100px;
}
#haccpKnoledge .sec05 .sec05-bottom-txt {
  max-width: 1000px;
  margin: 50px auto 0 auto;
}
#haccpKnoledge .sec06 {
  padding: 100px 0 130px;
  background: #f7f7f7;
}
@media screen and (max-width: 768px) {
  #haccpKnoledge .sec06 {
    padding: 50px 0 60px;
  }
}
#haccpKnoledge .sec06 .inner > * {
  font-size: 1.5rem;
}
#haccpKnoledge .sec06 p:nth-of-type(1) {
  margin-bottom: 40px;
}
#haccpKnoledge .sec06 ol {
  margin-bottom: 70px;
}
#haccpKnoledge .sec06 ol li {
  margin-bottom: 26px;
  line-height: 1.4;
}
#haccpKnoledge .sec06 ol li:last-child {
  margin-bottom: 0;
}
