@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- base
- iso_sec
- gn_sec
-------------------------*/
/*=======================================
　base
=======================================*/
.jp {
  line-height: 1.333;
}

/*=======================================
　iso_sec
=======================================*/
.iso_attestation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .iso_attestation {
    gap: 10%;
    margin-bottom: 48px;
  }
}
.iso_attestation figure {
  max-width: 347px;
  text-align: center;
}
.iso_attestation figure figcaption {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .iso_attestation figure figcaption {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

/*=======================================
　gn_sec
=======================================*//*# sourceMappingURL=company-info.css.map */