@charset "utf-8";
.bk-ttl {
  padding: 100px 0 24px;
}
.bk-ttl__logo {
  width: 35%;
  max-width: 204px;
  margin: 0 auto 122px;
}
.bk-ttl__intro p {
  line-height: 1.56;
}
.bk-ttl__intro p:not(:last-child) {
  margin-bottom: 22px;
}
.bnr-type1 .bnr-btn1 {
  border-bottom: 3px solid #e6e6e6;
  background: #fabdc3;
}
.bnr-type1 .bnr-btn2 {
  background: #f3ddd7;
}
.sttl {
  font-size: clamp(18px, 3.28vw, 21px);
  font-weight: 600;
  text-align: center;
  color: #fff;
  max-width: 479px;
  /* min-width: 262px; */
  margin: 0 auto;
  padding: 4px 15px;
  background: #00baa6;
  border-radius: 22px;
}
.sttl span {
  display: inline-block;
}
/* -----------------
	purpose 制度の目的
	----------------- */
#purpose {
  padding: 100px 0 110px;
}
#purpose .sttl {
  margin-bottom: 65px;
}
#purpose .purpose__list {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

#purpose .purpose__list li {
  width: 44.84vw;
  max-width: 287px;
  height: 44.84vw;
  max-height: 287px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #d6f0eb;
  border-radius: 50%;
}
#purpose .purpose__list li .inner {
  text-align: center;
  width: 82%;
  height: 71%;
}
#purpose .purpose__list li .inner p {
  font-size: 12px;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.75;
}
#purpose .purpose__list li img {
  width: 5.16vw;
  max-width: 33px;
  min-width: 27px;
  margin: 0 auto;
}
#purpose .purpose__list li .purpose__ttl {
  font-size: clamp(17px, 3.59vw, 23px);
  line-height: 1.31;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.62em;
  margin: 5% 0 4%;
}
/* -----------------
	criteria 認証基準
	----------------- */
#criteria {
  padding: 84px 0 16px;
}
#criteria .sttl {
  margin-bottom: 84px;
}
#criteria .criteria__ttl {
  font-size: clamp(17px, 2.97vw, 19px);
  font-weight: 600;
  line-height: 1.49;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 11px 37px;
  background: #ff6366;
  border-radius: 25px;
}
#criteria .criteria__ttl span {
  display: inline-block;
}
#criteria .criteria__item dl {
  counter-reset: number 0;
  padding: 25px 0 45px;
}

#criteria .criteria__item dl dt {
  font-size: clamp(15px, 2.97vw, 19px);
  line-height: 1.49;
  margin-bottom: 5px;
}
#criteria .criteria__item dl dt::before {
  content: "（" counter(number) "）";
  counter-increment: number;
  font-feature-settings: "palt";
}
#criteria .criteria__item dl dd {
  font-size: clamp(14px, 2.66vw, 17px);
  line-height: 1.66;
  margin-bottom: 20px;
}
#criteria .criteria__item dl dd ol {
  list-style-type: none;
  counter-reset: number;
}
/* -----------------
	process
	----------------- */
#process {
  padding: 84px 0 55px;
}
#process .sttl {
  margin-bottom: 70px;
}

#process .process__list > div {
  display: flex;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
#process .process__list > div:not(:last-child) {
  margin-bottom: 27px;
}
#process .process__list dt {
  font-size: clamp(17px, 2.99vw, 23px);
  line-height: 1.14;
  color: #fff;
  display: flex;
  align-items: center;
  width: 269px;
  padding: 15px 10px 15px 2.2%;
  background: #00baa6;
}
#process .process__list dt img {
  width: 5.34vw;
  max-width: 47px;
  margin-right: 10px;
}
#process .process__list dt .txt span {
  display: inline-block;
}
#process .process__list dd {
  font-weight: 400;
  line-height: 1.56;
  display: flex;
  align-items: center;
  width: calc(100% - 269px);
  min-height: 113px;
  padding: 15px 4%;
  background: #e2f4f0;
}
#process .process__list dd li {
  text-indent: -1em;
  padding-left: 1em;
}
#process .process__list dd li:before {
  content: "●";
  color: #00baa6;
}
@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 768px) {
  #process .process__list dt {
    width: 38%;
  }
  #process .process__list dd {
    width: 62%;
    min-height: 113px;
  }
}
@media screen and (max-width: 650px) {
  #purpose .purpose__list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .bk-ttl {
    padding: 17% 0 24px;
  }
  .bk-ttl__logo {
    margin-bottom: 20%;
  }
  /* -----------------
	purpose
	----------------- */
  #purpose {
    padding: 16% 0 17%;
  }
  #purpose .sttl {
    margin-bottom: 11%;
  }
  /* -----------------
	criteria
	----------------- */
  #criteria {
    padding: 13% 0 3%;
  }
  #criteria .sttl {
    margin-bottom: 14%;
  }
  #criteria .criteria__ttl {
    padding: 9px 5.78vw;
  }
  /* -----------------
	process
	----------------- */
  #process {
    padding: 13% 0 55px;
  }
  #process .sttl {
    margin-bottom: 12%;
  }
}

@media screen and (max-width: 540px) {
  /* -----------------
	purpose
	----------------- */
  #purpose .purpose__list {
    flex-direction: column;
    align-items: center;
  }
  #purpose .purpose__list li {
    width: 240px;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #d6f0eb;
    border-radius: 50%;
  }
  #purpose .purpose__list li:first-child {
    margin-bottom: 20px;
  }
  /* -----------------
	process
	----------------- */
  #process .process__list > div {
    flex-direction: column;
  }
  #process .process__list dt,
  #process .process__list dd {
    width: 100%;
    min-height: auto;
  }
}
@media screen and (max-width: 420px) {
  #criteria .criteria__ttl {
    display: block;
  }
  .bk-ttl__intro p {
    text-align: left;
  }
  .bk-ttl__intro p span {
    display: inline;
  }
}
@media screen and (max-width: 375px) {
}
