@charset "utf-8";
/*HACCP コーディネート
 ----------------------------------------------------*/
#haccpCoordinator .sec01 {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 64px;
  position: relative;
}
#haccpCoordinator .sec01:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 100%;
  height: 107px;
  z-index: 700;
  background: url(../img/haccp/coordinator/sec02-bg-top.svg) no-repeat center top / cover;
}
@media screen and (max-width: 768px) {
  #haccpCoordinator .sec01:before {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  #haccpCoordinator .sec01 {
    padding-top: 50px;
  }
}
#haccpCoordinator .sec01 h2 {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #haccpCoordinator .sec01 h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
#haccpCoordinator .sec01 h2 span {
  font-weight: bold;
}
#haccpCoordinator .sec01 h2 .marker-line {
  background: linear-gradient(transparent 60%, #fff6aa 60%);
}
#haccpCoordinator .sec01 .sec01-tit {
  margin-bottom: 20px;
}
#haccpCoordinator .sec01 .flex {
  position: relative;
}
#haccpCoordinator .sec01 .flex:before {
  content: '';
  width: 561px;
  height: 619px;
  display: block;
  position: absolute;
  z-index: -1;
  left: -120px;
  top: -197px;
  bottom: 0;
  background: url(../img/haccp/coordinator/earth.svg) no-repeat center left / cover;
}
#haccpCoordinator .sec01 .flex .l-box {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #haccpCoordinator .sec01 .flex .l-box {
    width: 100%;
  }
}
#haccpCoordinator .sec01 .flex .r-box {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #haccpCoordinator .sec01 .flex .r-box {
    width: 100%;
  }
}
#haccpCoordinator .sec01 .flex .r-box ul {
  padding-top: 27px;
}
@media screen and (max-width: 768px) {
  #haccpCoordinator .sec01 .flex .r-box ul {
    padding-bottom: 50px;
  }
}
#haccpCoordinator .sec01 .flex .r-box ul li {
  font-size: 2rem;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-left: 40px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #haccpCoordinator .sec01 .flex .r-box ul li {
    font-size: 1.6rem;
    padding-left: 30px;
  }
}
#haccpCoordinator .sec01 .flex .r-box ul li:before {
  content: '';
  width: 29px;
  height: 22px;
  position: absolute;
  left: 0;
  margin: auto;
  top: -9px;
  bottom: 0;
  background: url(../img/haccp/coordinator/check.svg) no-repeat center center / cover;
}
@media screen and (max-width: 768px) {
  #haccpCoordinator .sec01 .flex .r-box ul li:before {
    width: 18px;
    height: 17px;
  }
}
#haccpCoordinator .sec02 {
  padding: 60px 0 113px;
  background: #e59f5f;
}
@media screen and (max-width: 768px) {
  #haccpCoordinator .sec02 {
    padding: 70px 0 50px;
  }
}
#haccpCoordinator .sec02 .inner {
  max-width: 1000px;
}
#haccpCoordinator .sec02 .inner dl dt {
  position: relative;
  background: #fff;
  padding: 20px 0 20px 60px;
  font-size: 2.1rem;
  border-radius: 6px;
  line-height: 1.4;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  #haccpCoordinator .sec02 .inner dl dt {
    font-size: 1.8rem;
    padding: 20px 0 20px 45px;
    margin-bottom: 20px;
  }
}
#haccpCoordinator .sec02 .inner dl dt:before {
  content: '';
  width: 29px;
  height: 22px;
  position: absolute;
  left: 20px;
  margin: auto;
  top: 0;
  bottom: 0;
  background: url(../img/haccp/coordinator/check.svg) no-repeat center center / cover;
}
@media screen and (max-width: 768px) {
  #haccpCoordinator .sec02 .inner dl dt:before {
    left: 10px;
  }
}
#haccpCoordinator .sec02 .inner dl dd {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 90px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #haccpCoordinator .sec02 .inner dl dd {
    margin-bottom: 40px;
  }
}
#haccpCoordinator .sec02 .inner dl dd p {
  color: #fff;
  font-size: 1.5rem;
}
#haccpCoordinator .sec02 .inner dl dd p:nth-of-type(1n) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #haccpCoordinator .sec02 .inner dl dd p:nth-of-type(1n) {
    margin-bottom: 25px;
  }
}
#haccpCoordinator .sec02 .inner .sec02-btn a {
  color: #fff;
  font-size: 2.9rem;
  text-align: center;
  padding: 20px 4%;
  border-radius: 100vh;
  background: #d13737;
  max-width: 697px;
  width: 100%;
  display: block;
  margin: 0 auto;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #haccpCoordinator .sec02 .inner .sec02-btn a {
    font-size: 1.6rem;
  }
}
#haccpCoordinator .sec02 .inner .sec02-btn a:hover {
  background: #c74646;
}
