@charset "UTF-8";
/*-------------------------------------
influencer
-------------------------------------*/
/*
  1. 基本モジュール レスポンシブ
  ----------------------------------------*/
@media all and (min-width: 769px) {
  .spItem {
    display: none;
  }
  .pcItem {
    display: inline-block;
  }
}
@media all and (max-width : 768px) {
  .pcItem {
    display: none;
  }
  .spItem {
    display: inline-block;
  }
  .spCenter {
    text-align: center !important;
  }
  .spLeft {
    text-align: left !important;
  }
}
@media screen and (max-width: 960px) {
  .pcItem_ {
    display: none !important;
  }
}
@media screen and (min-width: 1300px) {
  .sp_tb {
    display: none !important;
  }
}
.mt1em {
  margin-top: 1em;
}

#halmek_certification {
  /****/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /***************
  *common**/
  /* 文字の上に点 */
}
@media all and (max-width : 768px) {
  #halmek_certification p {
    font-size: 14px;
  }
}
#halmek_certification .lower .breadcrumbs {
  top: 100px;
  color: #192332;
}
#halmek_certification .influencer__hero {
  /****/
}
#halmek_certification .influencer__hero .hero__ {
  text-align: center;
  background: url(../../img/halmek_certification/kv_pc.jpg), #fff;
  padding-top: 170px;
  padding-bottom: 30px;
  background-size: cover;
  padding-left: 10px;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: top center !important;
  background-position: center top;
  text-align: center;
}
@media screen and (min-width: 1700px) {
  #halmek_certification .influencer__hero .hero__ {
    background: url(../../img/halmek_certification/kv_pc.jpg), #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1280px) {
  #halmek_certification .influencer__hero .hero__ {
    background: url(../../img/halmek_certification/kv_pc.jpg), #fff;
    padding-top: 150px;
    padding-bottom: 30px;
    background-size: cover;
    padding-left: 10px;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: top center !important;
  }
}
@media all and (min-width: 769px) and (max-width: 1150px) {
  #halmek_certification .influencer__hero .hero__ {
    background: url(../../img/halmek_certification/kv_tb.jpg), #fff;
    padding-top: 60px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
@media all and (max-width : 768px) {
  #halmek_certification .influencer__hero .hero__ {
    background: url(../../img/halmek_certification/kv_sp.jpg), #fff;
    padding-top: 60px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #halmek_certification .influencer__hero .hero__ {
    background: url(../../img/halmek_certification/kv_tb.jpg), #fff !important;
    padding-top: 60px;
    padding-bottom: 30px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
  }
}
#halmek_certification .influencer__hero .hero__ .hero__flex {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #halmek_certification .influencer__hero .hero__ .hero__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#halmek_certification .influencer__hero .hero__ .hero__textWrap {
  width: auto;
  margin: 0 auto;
}
@media all and (min-width: 769px) and (max-width: 1150px) {
  #halmek_certification .influencer__hero .hero__ .hero__textWrap {
    padding: 20px;
  }
}
@media all and (max-width : 768px) {
  #halmek_certification .influencer__hero .hero__ .hero__textWrap {
    padding: 10px;
  }
}
@media screen and (max-width: 400px) {
  #halmek_certification .influencer__hero .hero__ .hero__textWrap {
    padding: 10px;
  }
}
#halmek_certification .influencer__hero .hero__ .hero__textWrap .text1 {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
@media all and (min-width: 769px) and (max-width: 1150px) {
  #halmek_certification .influencer__hero .hero__ .hero__textWrap .text1 {
    font-size: 20px;
  }
}
@media all and (max-width : 768px) {
  #halmek_certification .influencer__hero .hero__ .hero__textWrap .text1 {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  #halmek_certification .influencer__hero .hero__ .hero__textWrap .text1 {
    font-size: 11px;
  }
}
@media screen and (max-width: 430px) {
  #halmek_certification .influencer__hero .hero__ .hero__textWrap .text1 {
    font-size: 10px;
  }
}
#halmek_certification .influencer__hero .hero__ .hero__textWrap h1 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  margin-top: 10px;
}
#halmek_certification .influencer__hero .hero__ .hero__textWrap h1 span {
  font-size: 54px;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFB4AF));
  background-image: linear-gradient(transparent 70%, #FFB4AF 70%);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1280px) {
  #halmek_certification .influencer__hero .hero__ .hero__textWrap h1 span {
    font-size: 48px;
  }
}
@media all and (min-width: 769px) and (max-width: 1150px) {
  #halmek_certification .influencer__hero .hero__ .hero__textWrap h1 span {
    font-size: 40px;
  }
}
@media screen and (max-width: 1280px) {
  #halmek_certification .influencer__hero .hero__ .hero__textWrap h1 span {
    font-size: 44px;
    display: inline;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFB4AF));
    background-image: linear-gradient(transparent 70%, #FFB4AF 70%);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media all and (max-width : 768px) {
  #halmek_certification .influencer__hero .hero__ .hero__textWrap h1 span {
    font-size: 28px;
    display: inline;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFB4AF));
    background-image: linear-gradient(transparent 70%, #FFB4AF 70%);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media all and (min-width: 769px) and (max-width: 1150px) {
  #halmek_certification .influencer__hero .hero__ .hero__textWrap h1 {
    font-size: 28px;
  }
}
@media all and (max-width : 768px) {
  #halmek_certification .influencer__hero .hero__ .hero__textWrap h1 {
    margin-top: 5px;
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #halmek_certification .influencer__hero .hero__ .hero__textWrap h1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 580px) {
  #halmek_certification .influencer__hero .hero__ .hero__textWrap h1 .sp___ {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #halmek_certification .influencer__hero .hero__ .hero__mark {
    top: 30px;
    position: absolute;
    right: 0px;
  }
}
@media all and (min-width: 769px) {
  #halmek_certification .influencer__hero .hero__ .hero__mark {
    position: absolute;
    right: 0px;
    top: -40px;
  }
}
@media screen and (max-width: 1200px) {
  #halmek_certification .influencer__hero .hero__ .hero__mark {
    top: 10px;
  }
}
@media screen and (max-width: 600px) {
  #halmek_certification .influencer__hero .hero__ .hero__mark {
    margin-top: 30px;
  }
}
#halmek_certification .influencer__hero .hero__ .hero__mark img {
  max-width: 246px;
}
@media all and (min-width: 769px) and (max-width: 1150px) {
  #halmek_certification .influencer__hero .hero__ .hero__mark img {
    max-width: 180px;
  }
}
@media all and (max-width : 768px) {
  #halmek_certification .influencer__hero .hero__ .hero__mark img {
    max-width: 100px;
  }
}
#halmek_certification .influencer__hero .hero_btn__wrap {
  width: 100%;
  margin-top: 70px;
  text-align: center;
}
#halmek_certification .influencer__hero .hero_btn__wrap p {
  margin-top: 15px;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  #halmek_certification .influencer__hero .hero_btn__wrap {
    margin-top: 40px;
  }
}
@media all and (max-width : 768px) {
  #halmek_certification .influencer__hero .hero_btn__wrap {
    margin-top: 30px;
  }
  #halmek_certification .influencer__hero .hero_btn__wrap p a {
    font-size: 14px;
  }
}
#halmek_certification .block1 {
  padding: 80px 10px 70px 10px;
  background: #F0F9D0;
  text-align: center;
  /******/
}
@media all and (max-width : 768px) {
  #halmek_certification .block1 {
    padding: 30px 10px 40px 10px;
  }
}
#halmek_certification .block1 .block1__bubble_flex {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1285px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* ← これ */
}
@media all and (max-width : 768px) {
  #halmek_certification .block1 .block1__bubble_flex {
    margin-top: 30px;
  }
}
#halmek_certification .block1 .block1__bubble_flex .bubble__item {
  width: 243px;
  width: 243px;
  height: 353px;
  margin-right: 7px;
  margin-left: 7px;
  margin-bottom: 20px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block1 .block1__bubble_flex .bubble__item {
    width: 160px;
    height: 240px;
  }
}
#halmek_certification .block1 .block1__bubble_flex .bubble__item p {
  padding: 20px;
  font-size: 22px;
}
#halmek_certification .block1 .block1__bubble_flex .bubble__item p span {
  font-weight: bold;
}
@media all and (max-width : 768px) {
  #halmek_certification .block1 .block1__bubble_flex .bubble__item p {
    font-size: 14px;
  }
}
#halmek_certification .block1 .block1__bubble_flex .bubble__item:last-child {
  margin-right: 0px;
}
#halmek_certification .block1 .block1__bubble_flex .bubble__item:first-child {
  background-image: url(../../img/halmek_certification/block1_bubble01.png);
  background-repeat: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
#halmek_certification .block1 .block1__bubble_flex .bubble__item:nth-child(2) {
  background-image: url(../../img/halmek_certification/block1_bubble02.png);
  background-repeat: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
#halmek_certification .block1 .block1__bubble_flex .bubble__item:nth-child(3) {
  background-image: url(../../img/halmek_certification/block1_bubble03.png);
  background-repeat: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
#halmek_certification .block1 .block1__bubble_flex .bubble__item:nth-child(4) {
  background-image: url(../../img/halmek_certification/block1_bubble04.png);
  background-repeat: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
#halmek_certification .block1 .block1__bubble_flex .bubble__item:nth-child(5) {
  background-image: url(../../img/halmek_certification/block1_bubble05.png);
  background-repeat: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
#halmek_certification .block1 .block1__text {
  max-width: 1188px;
  margin: 0 auto;
  padding: 0 15px;
}
#halmek_certification .block1 .block1__text p {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.7;
}
@media all and (max-width : 768px) {
  #halmek_certification .block1 .block1__text p {
    font-size: 18px;
    text-align: left;
  }
}
#halmek_certification .block1 .comment__img {
  margin-top: 20px;
}
#halmek_certification .block1 .comment__img img {
  width: 185px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block1 .comment__img img {
    width: 100px;
  }
}
#halmek_certification .block2 {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block2 {
    padding-bottom: 60px;
  }
}
#halmek_certification .block2 .hedline-fukidashi__wrap {
  margin-top: -70px;
  position: relative;
  display: inline-block;
  margin-bottom: 45px;
  padding: 25px;
  border: 2px solid #f9d085;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
@media all and (max-width : 768px) {
  #halmek_certification .block2 .hedline-fukidashi__wrap {
    padding: 15px;
    margin-top: -50px;
  }
}
#halmek_certification .block2 .hedline-fukidashi__wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 45px 22.5px 0 22.5px;
  border-color: #f9d085 transparent transparent;
  translate: -50% 100%;
}
#halmek_certification .block2 .hedline-fukidashi__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 40.5px 20.3px 0 20.3px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
#halmek_certification .block2 h2.h2_1 {
  text-align: center !important;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.7;
}
@media all and (min-width: 769px) and (max-width: 1150px) {
  #halmek_certification .block2 h2.h2_1 {
    font-size: 28px;
  }
}
#halmek_certification .block2 h2.h2_1 span {
  font-size: 28px;
  font-weight: normal;
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
  /* 文字と記号の間の余白 */
}
@media all and (min-width: 769px) and (max-width: 1150px) {
  #halmek_certification .block2 h2.h2_1 span {
    font-size: 24px;
  }
}
#halmek_certification .block2 h2.h2_1 span::before {
  content: "＼";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#halmek_certification .block2 h2.h2_1 span::after {
  content: "／";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width : 768px) {
  #halmek_certification .block2 h2.h2_1 {
    font-size: 20px;
    text-align: left;
  }
  #halmek_certification .block2 h2.h2_1 span {
    font-size: 16px;
  }
}
#halmek_certification .block2 h2.h2_2 {
  font-size: 24px;
  margin-top: 60px;
  font-weight: bold;
  line-height: 1.7;
}
@media all and (max-width : 768px) {
  #halmek_certification .block2 h2.h2_2 {
    font-size: 16px;
    margin-top: 40px;
  }
}
#halmek_certification .block2 h2.h2_2 p {
  font-size: 36px;
  position: relative;
  display: inline-block;
  padding: 0 1.75em;
  /* 文字と記号の間の余白 */
}
@media all and (min-width: 769px) and (max-width: 1150px) {
  #halmek_certification .block2 h2.h2_2 p {
    font-size: 28px;
  }
}
@media all and (max-width : 768px) {
  #halmek_certification .block2 h2.h2_2 p {
    font-size: 18px;
  }
}
#halmek_certification .block2 h2.h2_2 p::before {
  content: "──";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#halmek_certification .block2 h2.h2_2 p::after {
  content: "──";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#halmek_certification .block2 .text1 {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block2 .text1 {
    margin-top: 30px;
  }
}
#halmek_certification .block2 .block2__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#halmek_certification .block2 .block2__flex .block2__flex_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 横中央 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 縦中央 */
  width: 200px;
  height: 200px;
  border-radius: 100px;
  margin: 50px 30px 0 30px;
  background: #FF664B;
}
@media all and (min-width: 769px) and (max-width: 1150px) {
  #halmek_certification .block2 .block2__flex .block2__flex_item {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    margin: 40px 20px 0 20px;
  }
}
@media all and (max-width : 768px) {
  #halmek_certification .block2 .block2__flex .block2__flex_item {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin: 30px 10px 0 10px;
  }
}
#halmek_certification .block2 .block2__flex .block2__flex_item p {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
@media all and (min-width: 769px) and (max-width: 1150px) {
  #halmek_certification .block2 .block2__flex .block2__flex_item p {
    font-size: 30px;
  }
}
@media all and (max-width : 768px) {
  #halmek_certification .block2 .block2__flex .block2__flex_item p {
    font-size: 20px;
  }
}
#halmek_certification .block2 .block2__box1 {
  margin-top: 50px;
  padding: 30px 80px 50px 80px;
  border-radius: 20px;
  border: 1px solid #ADADAD;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
@media all and (max-width : 768px) {
  #halmek_certification .block2 .block2__box1 {
    padding: 20px 30px 40px 30px;
  }
}
#halmek_certification .block2 .block2__box1 h3.block2__h3 {
  font-weight: bold;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  /* ← 下揃え */
}
@media all and (max-width : 768px) {
  #halmek_certification .block2 .block2__box1 h3.block2__h3 {
    font-size: 20px;
  }
}
#halmek_certification .block2 .block2__box1 h3.block2__h3 .sono {
  font-size: 20px;
  padding-bottom: 0.25em;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
@media all and (max-width : 768px) {
  #halmek_certification .block2 .block2__box1 h3.block2__h3 .sono {
    font-size: 16px;
    padding-bottom: 0em;
  }
}
#halmek_certification .block2 .block2__box1 h3.block2__h3 .num {
  font-size: 42px;
  background: #FF664B;
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 横中央 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 縦中央 */
}
@media all and (max-width : 768px) {
  #halmek_certification .block2 .block2__box1 h3.block2__h3 .num {
    font-size: 26px;
    width: 34px;
    height: 34px;
  }
}
#halmek_certification .block2 .block2__box1 h4.block2__h4 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 10px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block2 .block2__box1 h4.block2__h4 {
    font-size: 26px;
  }
}
#halmek_certification .block2 .block2__box1 .block2__box1__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* ← 両端 */
  text-align: left;
  margin: 40px auto 0 auto;
}
@media all and (max-width : 768px) {
  #halmek_certification .block2 .block2__box1 .block2__box1__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10px auto 0 auto;
  }
}
@media all and (min-width: 769px) {
  #halmek_certification .block2 .block2__box1 .block2__box1__flex .leftItem {
    max-width: 396px;
  }
}
@media all and (min-width: 769px) {
  #halmek_certification .block2 .block2__box1 .block2__box1__flex .rightItem {
    max-width: 557px;
    margin-left: 30px;
  }
}
@media all and (max-width : 768px) {
  #halmek_certification .block2 .block2__box1 .block2__box1__flex .rightItem {
    margin-top: 20px;
  }
}
#halmek_certification .block2 .block2__box1 .block2__box1__flex .rightItem p {
  font-size: 20px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block2 .block2__box1 .block2__box1__flex .rightItem p {
    font-size: 14px;
  }
}
#halmek_certification .block2 .block2__box1_2 {
  border: 4px solid #F9D085;
  padding: 20px;
  text-align: left;
  margin-top: 40px;
}
#halmek_certification .block2 .block2__box1_2 h5 {
  font-size: 24px;
  font-weight: bold;
}
@media all and (max-width : 768px) {
  #halmek_certification .block2 .block2__box1_2 h5 {
    font-size: 16px;
  }
}
#halmek_certification .block2 .block2__box1_2 ul {
  margin-top: 10px;
}
#halmek_certification .block2 .block2__box1_2 ul li {
  padding-left: 1em;
  text-indent: -1em;
}
@media all and (max-width : 768px) {
  #halmek_certification .block2 .block2__box1_2 ul li {
    font-size: 14px;
  }
}
#halmek_certification .block3 {
  background: #F6F6F6;
  padding: 70px 10px 70px 10px;
  text-align: center;
}
@media all and (max-width : 768px) {
  #halmek_certification .block3 {
    padding: 10px 10px 40px 10px;
  }
}
#halmek_certification .block3 .block3__whitebox {
  background: #fff;
  max-width: 1158px;
  margin: 0 auto;
  padding: 50px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block3 .block3__whitebox {
    padding: 20px 10px;
  }
}
#halmek_certification .block3 h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}
#halmek_certification .block3 h2 .block3__num {
  font-size: 40px;
  margin-top: 30px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block3 h2 .block3__num {
    margin-top: 10px;
    font-size: 20px;
  }
}
#halmek_certification .block3 .block3__flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#halmek_certification .block3 .block3__flex1 .item {
  width: 30%;
}
@media all and (min-width: 769px) and (max-width: 1150px) {
  #halmek_certification .block3 .block3__flex1 .item {
    width: 220px;
    margin: 0 15px;
  }
}
@media all and (max-width : 768px) {
  #halmek_certification .block3 .block3__flex1 .item {
    width: 130px;
    margin: 0 15px 15px 15px;
  }
}
#halmek_certification .block3 .block3__flex1 .item h3 {
  font-size: 34px;
  font-weight: bolder;
  display: inline-block;
  background: url(../../img/halmek_certification/block3_arrow.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 304px;
  padding-bottom: 1em;
  margin-bottom: 20px;
}
@media all and (min-width: 769px) and (max-width: 1150px) {
  #halmek_certification .block3 .block3__flex1 .item h3 {
    font-size: 20px;
  }
}
@media all and (max-width : 768px) {
  #halmek_certification .block3 .block3__flex1 .item h3 {
    font-size: 14px;
  }
}
@media all and (min-width: 769px) and (max-width: 1150px) {
  #halmek_certification .block3 .block3__flex1 .item h3 {
    padding-bottom: 1.9em;
  }
}
@media all and (max-width : 768px) {
  #halmek_certification .block3 .block3__flex1 .item h3 {
    padding-bottom: 1.75em;
    margin-bottom: 10px;
  }
}
#halmek_certification .block3 .block3__flex1 .item h3 span {
  display: inline-block;
}
#halmek_certification .block3 .block3__flex1 .item h3 span.short {
  padding-top: 1.5em;
}
#halmek_certification .block3 .block3__flex1 .item img {
  width: 268px;
}
#halmek_certification .block3 .text1_wrap {
  text-align: right;
  margin-top: 40px;
}
#halmek_certification .block3 .text1_wrap ul {
  max-width: 580px;
  display: inline-block;
  text-align: left;
  font-size: 12px;
}
#halmek_certification .block3 .text1_wrap ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#halmek_certification .block4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff5f5), to(#ffffff));
  background-image: linear-gradient(#fff5f5, #ffffff);
  padding: 110px 0 80px 0;
}
@media all and (max-width : 768px) {
  #halmek_certification .block4 {
    padding: 60px 0;
  }
}
#halmek_certification .block4 .inner h2 {
  text-align: center;
  margin-bottom: 40px;
}
#halmek_certification .block4 .inner h2 p {
  font-size: 32px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block4 .inner h2 p {
    font-size: 18px;
  }
}
#halmek_certification .block4 .inner h2 p span.font_L {
  font-size: 36px;
  width: bold;
}
@media all and (max-width : 768px) {
  #halmek_certification .block4 .inner h2 p span.font_L {
    font-size: 20px;
  }
}
#halmek_certification .block4 .inner .block4__tit_wrap {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}
@media all and (max-width : 768px) {
  #halmek_certification .block4 .inner .block4__tit_wrap {
    max-width: 360px;
  }
}
#halmek_certification .block4 .inner .block4__tit_wrap .block4__tit {
  width: 198px;
  position: absolute;
  top: -90px;
}
@media all and (min-width: 769px) and (max-width: 1150px) {
  #halmek_certification .block4 .inner .block4__tit_wrap .block4__tit {
    width: 150px;
    top: -50px;
  }
}
@media all and (max-width : 768px) {
  #halmek_certification .block4 .inner .block4__tit_wrap .block4__tit {
    width: 100px;
    top: -30px;
  }
}
#halmek_certification .block4 .inner .block4__tit_wrap .text1 {
  max-width: 660px;
  margin: 60px auto 0 auto;
  font-size: 16px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block4 .inner .block4__tit_wrap .text1 {
    margin: 0px auto 0 auto;
    font-size: 14px;
  }
}
#halmek_certification .block4 .feature__box {
  padding-top: 30px;
  margin-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block4 .feature__box {
    margin-top: 30px;
  }
}
#halmek_certification .block4 .feature__box3 {
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  border: 4px solid #FFBFBA;
}
#halmek_certification .block4 .feature__box3 h3 {
  font-size: 28px;
  font-weight: bold;
}
@media all and (max-width : 768px) {
  #halmek_certification .block4 .feature__box3 h3 {
    font-size: 20px;
  }
}
#halmek_certification .block4 .feature__box3 img {
  margin: 30px auto 0 auto;
}
@media all and (max-width : 768px) {
  #halmek_certification .block4 .feature__box3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#halmek_certification .block4 .feature__box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width : 768px) {
  #halmek_certification .block4 .feature__box__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 769px) {
  #halmek_certification .block4 .feature__box__flex .item {
    width: 48%;
  }
}
#halmek_certification .contact-info .hedline-fukidashi__wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 45px;
  padding: 25px;
  border: 2px solid #f9d085;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
@media all and (max-width : 768px) {
  #halmek_certification .contact-info .hedline-fukidashi__wrap {
    padding: 15px;
  }
}
#halmek_certification .contact-info .hedline-fukidashi__wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 45px 22.5px 0 22.5px;
  border-color: #f9d085 transparent transparent;
  translate: -50% 100%;
}
#halmek_certification .contact-info .hedline-fukidashi__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 40.5px 20.3px 0 20.3px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
#halmek_certification .contact-info h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media all and (max-width : 768px) {
  #halmek_certification .contact-info h2 {
    font-size: 16px;
    text-align: left;
  }
}
#halmek_certification .contact-info .contact-info__desc {
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 30px;
}
#halmek_certification .contact-info .text1 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
}
@media all and (max-width : 768px) {
  #halmek_certification .contact-info .text1 {
    font-size: 16px;
  }
}
#halmek_certification .block5 {
  padding: 80px 10px 100px 10px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block5 {
    padding: 30px 10px;
  }
}
#halmek_certification .block5 .img1 {
  margin: 60px auto 0 auto;
  max-width: 574px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block5 .img1 {
    margin: 30px auto 0 auto;
  }
}
#halmek_certification .block5 .text1 {
  font-size: 24px;
  text-align: center;
  margin-top: 30px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block5 .text1 {
    font-size: 16px;
    text-align: left;
  }
}
#halmek_certification .block5 .text1 .font_size_m {
  font-size: 12px;
}
#halmek_certification .block5 .text2_wrap {
  text-align: right;
  margin-top: 30px;
}
#halmek_certification .block5 .text2_wrap ul {
  font-size: 12px;
  max-width: 540px;
  display: inline-block;
}
#halmek_certification .block5 .text2_wrap ul li {
  text-align: left;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#halmek_certification .block5 .block5_1 {
  text-align: center;
  margin-top: 50px;
}
#halmek_certification .block5 .block5_1 img {
  width: 80%;
  max-width: 574px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block5 .block5_1 {
    margin-top: 30px;
  }
}
#halmek_certification .block5 .blok5__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 970px;
  margin: 80px auto 0 auto;
}
@media all and (max-width : 768px) {
  #halmek_certification .block5 .blok5__flex {
    margin: 60px auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#halmek_certification .block5 .blok5__flex .img__ {
  text-align: center;
}
#halmek_certification .block5 .blok5__flex img {
  width: 100%;
  max-width: 350px;
}
#halmek_certification .block5 .blok5__flex .blok5__flex_item {
  width: 48%;
  margin-bottom: 40px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block5 .blok5__flex .blok5__flex_item {
    width: 100%;
  }
}
#halmek_certification .block5 .blok5__flex .blok5__flex_item h3 {
  font-weight: bold;
  font-size: 24px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block5 .blok5__flex .blok5__flex_item h3 {
    font-size: 18px;
  }
}
#halmek_certification .block5 .blok5__flex .blok5__flex_item .font_small {
  font-size: 14px;
}
#halmek_certification .block6 {
  padding: 40px 10px 100px 10px;
}
#halmek_certification .block6 .headline-2nd {
  margin-bottom: 45px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block6 .headline-2nd {
    margin-bottom: 30px;
  }
}
#halmek_certification .block6 .headline-2nd span {
  font-weight: normal;
  display: block;
}
#halmek_certification .block6 .block6__inner {
  max-width: 780px;
  margin: 0 auto;
}
#halmek_certification .block6 .block6_1 {
  max-width: 939px;
  margin: 40px auto 0 auto;
}
#halmek_certification .block7 {
  padding: 80px 10px 60px 10px;
}
#halmek_certification .block7 .headline-2nd {
  margin-bottom: 45px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block7 .headline-2nd {
    margin-bottom: 30px;
  }
}
#halmek_certification .block7 .headline-2nd span {
  font-weight: normal;
  display: block;
}
#halmek_certification .block7 .block7__inner {
  max-width: 780px;
  margin: 0 auto;
}
#halmek_certification .block7 .block7__inner img {
  margin-top: 50px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block7 .block7__inner img {
    margin-top: 30px;
  }
}
#halmek_certification .block7 .block7__flex__wrap {
  text-align: center;
  margin: 40px auto 0 auto;
  width: 100%;
  max-width: 900px;
}
#halmek_certification .block7 .block7__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto 30px auto;
  text-align: left;
}
#halmek_certification .block7 .block7__flex .num {
  margin-right: 20px;
}
#halmek_certification .block7 .block7__flex .num img {
  width: 56px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block7 .block7__flex .num {
    width: 60px;
  }
  #halmek_certification .block7 .block7__flex .num img {
    width: 40px;
  }
}
#halmek_certification .block8 {
  padding: 40px 0 100px 0;
}
@media all and (max-width : 768px) {
  #halmek_certification .block8 {
    padding: 30px 10px;
  }
}
#halmek_certification .block8 .headline-2nd {
  margin-bottom: 45px;
}
@media all and (max-width : 768px) {
  #halmek_certification .block8 .headline-2nd {
    margin-bottom: 30px;
  }
}
#halmek_certification .block8 .qa_wrap {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
#halmek_certification .block8 .qa_wrap a {
  display: inline;
  text-decoration: underline;
}
#halmek_certification .block8 .qa_wrap ul li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media all and (max-width : 768px) {
  #halmek_certification .block8 .qa_wrap ul li {
    font-size: 16px;
  }
}
#halmek_certification .block8 .qa_wrap ul li.q {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
#halmek_certification .block8 .qa_wrap ul li.q span {
  font-size: 30px;
  font-weight: bold;
}
@media all and (max-width : 768px) {
  #halmek_certification .block8 .qa_wrap ul li.q span {
    font-size: 16px;
  }
}
#halmek_certification .block8 .qa_wrap ul li.a {
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
}
#halmek_certification .block8 .qa_wrap ul li.a span {
  font-size: 30px;
  font-weight: bold;
  color: #FC4424;
}
@media all and (max-width : 768px) {
  #halmek_certification .block8 .qa_wrap ul li.a span {
    font-size: 16px;
  }
}
#halmek_certification .fixed-block__btn-black {
  text-indent: 0 !important;
}
#halmek_certification .dots {
  position: relative;
  /* 基準値とする */
}
#halmek_certification .dots::before {
  content: "・";
  /* 文字の上に置くものを指定 */
  position: absolute;
  /* 相対位置とする */
  top: -1em;
  /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
  left: 0;
  /* 横方向の表示位置を調整 */
}
@media all and (max-width : 768px) {
  #halmek_certification .dots::before {
    top: -0.8em;
  }
}
#halmek_certification .number__ {
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media all and (max-width : 768px) {
  #halmek_certification .number__ {
    font-size: 20px;
  }
}
#halmek_certification .number__ .text1 {
  font-size: 20px;
  padding: 0.75em 0.5em 0.5em 0.5em;
}
@media all and (max-width : 768px) {
  #halmek_certification .number__ .text1 {
    padding: 0.5em 0.25em 0.25em 0.25em;
    font-size: 15px;
  }
}
#halmek_certification .number__ .circle {
  background: #FF664B;
  width: 66px;
  height: 66px;
  border-radius: 33px;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 50px;
}
#halmek_certification .number__ .circle.green__ {
  background: #94BB17;
}
@media all and (max-width : 768px) {
  #halmek_certification .number__ .circle {
    width: 35px;
    height: 35px;
    font-size: 24px;
  }
}
#halmek_certification .headline-marker-orange {
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(245, 179, 36, 0.5490196078)));
  background-image: linear-gradient(transparent 70%, rgba(245, 179, 36, 0.5490196078) 70%);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
#halmek_certification .font_size_m {
  font-size: 24px;
}
@media all and (max-width : 768px) {
  #halmek_certification .font_size_m {
    font-size: 18px;
  }
}
#halmek_certification .font_size_s {
  font-size: 14px;
}
@media all and (max-width : 768px) {
  #halmek_certification .font_size_s {
    font-size: 13px;
  }
}
#halmek_certification .font_size_L {
  font-size: 32px;
}
@media all and (max-width : 768px) {
  #halmek_certification .font_size_L {
    font-size: 22px;
  }
}
#halmek_certification .font_size_m2 {
  font-size: 20px;
}
@media all and (max-width : 768px) {
  #halmek_certification .font_size_m2 {
    font-size: 16px;
  }
}
#halmek_certification .font_weight_normal {
  font-weight: normal;
}
#halmek_certification .font_weight_bold {
  font-weight: 600;
}
@media all and (max-width : 768px) {
  #halmek_certification .text__basic1 {
    font-size: 14px;
  }
}
#halmek_certification .mb_ {
  margin-bottom: 30px;
}
#halmek_certification .color_green {
  color: #07B53B;
}
#halmek_certification .color_red {
  color: #FC4424;
}
#halmek_certification .text_link {
  margin-top: 10px;
}
#halmek_certification .text_link a {
  text-decoration: underline;
}
@media all and (max-width : 768px) {
  #halmek_certification .text_link a {
    font-size: 12px;
  }
}
#halmek_certification .arrow-green {
  display: block;
  width: 0px;
  border-top: 56px solid #9ec317;
  border-left: 51px solid transparent;
  border-right: 51px solid transparent;
  margin: 40px auto 60px;
}
@media all and (max-width : 768px) {
  #halmek_certification .arrow-green {
    border-top: 28px solid #9ec317;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    margin: 20px auto 25px;
  }
}
#halmek_certification a.text_link_ {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  text-decoration: underline;
}
#halmek_certification a.text_link_:hover {
  opacity: 0.5;
  text-decoration: none;
}
#halmek_certification .txC {
  text-align: center !important;
}
#halmek_certification .txL {
  text-align: left !important;
}
#halmek_certification .mt10 {
  margin-top: 10px !important;
}
@media all and (max-width : 768px) {
  #halmek_certification .mt10 {
    margin-top: 10px !important;
  }
}
#halmek_certification .mt20 {
  margin-top: 20px !important;
}
@media all and (max-width : 768px) {
  #halmek_certification .mt20 {
    margin-top: 15px !important;
  }
}
#halmek_certification .mt30 {
  margin-top: 30px !important;
}
@media all and (max-width : 768px) {
  #halmek_certification .mt30 {
    margin-top: 20px !important;
  }
}
#halmek_certification .mt60 {
  margin-top: 60px !important;
}
@media all and (max-width : 768px) {
  #halmek_certification .mt60 {
    margin-top: 40px !important;
  }
}
#halmek_certification .feature__box2,
#halmek_certification .feature__box3 {
  padding-top: 60px;
}
@media all and (max-width : 768px) {
  #halmek_certification .feature__box2,
  #halmek_certification .feature__box3 {
    padding-top: 20px;
  }
}
#halmek_certification .feature__box2.feature__box2__1,
#halmek_certification .feature__box3.feature__box2__1 {
  margin-top: 60px;
}
@media all and (max-width : 768px) {
  #halmek_certification .feature__box2.feature__box2__1,
  #halmek_certification .feature__box3.feature__box2__1 {
    margin-top: 10px !important;
  }
}
@media all and (min-width: 769px) {
  #halmek_certification .feature__box2,
  #halmek_certification .feature__box3 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#halmek_certification .feature__box2 h3,
#halmek_certification .feature__box3 h3 {
  font-size: 30px;
}
@media all and (max-width : 768px) {
  #halmek_certification .feature__box2 h3,
  #halmek_certification .feature__box3 h3 {
    font-size: 22px;
  }
}
#halmek_certification .feature__img2 {
  max-width: 1056px !important;
  margin-top: 10px;
}
#halmek_certification .feature__img4 {
  max-width: 865px !important;
}
#halmek_certification .sales__message2 {
  background: #fff !important;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  border: 2px dotted #BCBCBC;
  padding-top: 20px;
  max-width: 860px;
}
#halmek_certification .sales__message2 .media-sale__contents__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#halmek_certification .sales__message2 .media-sale__contents__ .media-sales__img {
  margin-left: 30px;
}
@media all and (max-width : 768px) {
  #halmek_certification .sales__message2 .media-sale__contents__ .media-sales__img {
    margin-left: 10px;
  }
}
#halmek_certification .sales__message2 .media-sale__contents__ .media-sales__text {
  margin-left: 30px;
}
@media all and (max-width : 768px) {
  #halmek_certification .sales__message2 .media-sale__contents__ .media-sales__text {
    margin-left: 10px;
  }
}
#halmek_certification .marketing-menu {
  padding-top: 60px;
}
@media all and (max-width : 768px) {
  #halmek_certification .marketing-menu {
    padding-top: 60px;
  }
}
#halmek_certification .marketing-menu__item-haline {
  background: url(../../img/halmek_certification/marketing_menu__1.jpg) no-repeat center/cover;
}
#halmek_certification .marketing-menu__item-inful {
  background: url(../../img/halmek_certification/marketing_menu__2.jpg) no-repeat center/cover;
}
#halmek_certification .marketing-menu__item a {
  font-size: clamp(18px, 2.3vw, 28px);
}
@media all and (max-width : 768px) {
  #halmek_certification .marketing-menu__item a {
    font-size: clamp(14px, 2vw, 20px);
  }
}
#halmek_certification .problem {
  padding: 0px;
}