/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.section {
  padding-block: clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 767px) {
  .section {
    padding-block: 50px;
  }
}

/*--------------------------------------------------------------------------
  #sec-standard
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-standard .l-flex-grid {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec-standard .l-flex-grid {
    gap: 30px;
  }
}
.sec-standard__item {
  position: relative;
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .sec-standard__item {
    width: auto;
  }
}
.sec-standard__item-img {
  aspect-ratio: 387/430;
}
@media only screen and (max-width: 767px) {
  .sec-standard__item-img {
    aspect-ratio: 39/36;
  }
}
.sec-standard__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-standard__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  padding: clamp(7.5px, 1.0416666667vw, 15px) clamp(10px, 1.3888888889vw, 20px) 0;
}
@media only screen and (max-width: 767px) {
  .sec-standard__item-body {
    padding: 15px 20px 0;
  }
}
.sec-standard__item-num {
  position: absolute;
  left: 50%;
  top: -0.9em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(15px, 2.0833333333vw, 30px);
  color: #F7F7F7;
  letter-spacing: 4.8px;
  line-height: 1;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .sec-standard__item-num {
    font-size: 30px;
  }
}
.sec-standard__item-hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-standard__item-hdg .ja {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1.9px;
}
.sec-standard__item-hdg .en {
  color: #7B7A78;
  font-size: 12px;
  letter-spacing: 1.68px;
}
.sec-standard__item-txt {
  margin-top: clamp(5px, 0.6944444444vw, 10px);
  font-size: 13px;
  letter-spacing: 0.91px;
  line-height: 2;
}
.sec-standard__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(35px, 4.8611111111vw, 70px);
}

/*--------------------------------------------------------------------------
  #sec-process
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-process {
  overflow: hidden;
  position: relative;
}
.sec-process .m-item-panel:not(:first-of-type) {
  margin-top: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .sec-process .m-item-panel:not(:first-of-type) {
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------------------
  #sec-test
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-test .l-flex-grid {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec-test .l-flex-grid {
    gap: 20px;
  }
}
.sec-test .m-ico-panel {
  width: 47.65%;
}
@media only screen and (max-width: 767px) {
  .sec-test .m-ico-panel {
    width: auto;
  }
}

/*--------------------------------------------------------------------------
  #sec-why
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-why .m-item-board:not(:first-of-type) {
  margin-top: clamp(20px, 2.7777777778vw, 40px);
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*# sourceMappingURL=about-quality.css.map */