.quality__activity {
  margin-top: 80px; }
  @media screen and (max-width: 600px) {
    .quality__activity {
      margin-top: 8.53333vw; } }

.quality__manage {
  margin-top: 60px; }
  @media screen and (max-width: 600px) {
    .quality__manage {
      margin-top: 13.33333vw; } }

.certificate {
  margin-top: 80px; }
  @media screen and (max-width: 600px) {
    .certificate {
      margin-top: 10.66667vw; } }
  .certificate__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 50px; }
    @media screen and (max-width: 900px) {
      .certificate__ttl {
        margin-bottom: 3.5vw; } }
    @media screen and (max-width: 600px) {
      .certificate__ttl {
        margin-bottom: 5.6vw; } }
    .certificate__ttl:after {
      display: block;
      width: 100%;
      content: '';
      border-bottom: 2px solid #000; }
    .certificate__ttl__txt {
      font-size: 4.8rem;
      line-height: 1;
      display: block;
      margin-right: 40px;
      word-break: keep-all; }
      @media screen and (max-width: 900px) {
        .certificate__ttl__txt {
          font-size: 4vw;
          margin-right: 2.41667vw; } }
      @media screen and (max-width: 600px) {
        .certificate__ttl__txt {
          font-size: 6.4vw;
          margin-right: 3.86667vw; } }
  .certificate__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #A0A0A0; }
    @media screen and (max-width: 900px) {
      .certificate__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 4.5vw;
        border-bottom: 2px solid #000; } }
    @media screen and (max-width: 600px) {
      .certificate__item {
        padding-bottom: 7.2vw;
        padding-bottom: 28px; } }
    .certificate__item + .certificate__item {
      margin-top: 40px; }
      @media screen and (max-width: 900px) {
        .certificate__item + .certificate__item {
          margin-top: 4.66667vw; } }
      @media screen and (max-width: 600px) {
        .certificate__item + .certificate__item {
          margin-top: 7.46667vw; } }
    .certificate__item__imgInner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-width: 42.37288%;
      max-width: 500px;
      margin-right: 88px; }
      @media screen and (max-width: 1200px) {
        .certificate__item__imgInner {
          margin-right: 7.33333vw; } }
      @media screen and (max-width: 900px) {
        .certificate__item__imgInner {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: 100%;
          min-width: auto;
          max-width: none;
          margin: 0 0 3.33333vw;
          text-align: center; } }
      @media screen and (max-width: 600px) {
        .certificate__item__imgInner {
          margin: 0 0 5.33333vw; } }
    .certificate__item__img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-width: 48%; }
      @media screen and (max-width: 900px) {
        .certificate__item__img {
          max-width: 47.79661%; } }
      .certificate__item__img + .certificate__item__img {
        margin-left: 20px; }
        @media screen and (max-width: 900px) {
          .certificate__item__img + .certificate__item__img {
            margin-left: 2.66667vw; } }
      .certificate__item__img img {
        border: 1px solid #D7D7D7; }
    .certificate__item__ttl {
      font-size: 3rem;
      line-height: 1;
      margin-bottom: 30px; }
      @media screen and (max-width: 900px) {
        .certificate__item__ttl {
          font-size: 3vw; } }
      @media screen and (max-width: 600px) {
        .certificate__item__ttl {
          font-size: 4.8vw;
          margin-bottom: 15px; } }
    .certificate__item__txt {
      font-size: 1.6rem;
      line-height: 2.125; }
      @media screen and (max-width: 900px) {
        .certificate__item__txt {
          font-size: 2.33333vw; } }
      @media screen and (max-width: 600px) {
        .certificate__item__txt {
          font-size: 3.73333vw;
          line-height: 1.71429; } }
      .certificate__item__txt--wood {
        margin-bottom: 42px; }
        @media screen and (max-width: 900px) {
          .certificate__item__txt--wood {
            margin-bottom: 3.33333vw; } }
        @media screen and (max-width: 600px) {
          .certificate__item__txt--wood {
            margin-bottom: 5.33333vw; } }
      @media screen and (max-width: 600px) {
        .certificate__item__txt br {
          display: none; } }
    .certificate__item__content {
      width: 100%; }
  .certificate__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 12px 30px;
    border: 1px solid #A0A0A0; }
    @media screen and (max-width: 1100px) {
      .certificate__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (max-width: 900px) {
      .certificate__group {
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        padding: 25px 35px; } }
    @media screen and (max-width: 600px) {
      .certificate__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .certificate__group__img {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      padding-right: 20px; }
      @media screen and (max-width: 1100px) {
        .certificate__group__img {
          margin-bottom: 20px;
          padding-right: 0;
          text-align: center; } }
      @media screen and (max-width: 900px) {
        .certificate__group__img {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto;
          margin-bottom: 0;
          padding-right: 20px; } }
      @media screen and (max-width: 600px) {
        .certificate__group__img {
          margin-bottom: 20px;
          padding-right: 0;
          text-align: center; } }
    .certificate__group__content {
      font-size: 2rem;
      font-weight: bold;
      position: relative;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      padding-left: 20px;
      color: #221815; }
      @media screen and (max-width: 1100px) {
        .certificate__group__content {
          padding-top: 20px;
          padding-left: 0;
          border-top: 1px solid #C9C9C9; } }
      @media screen and (max-width: 900px) {
        .certificate__group__content {
          font-size: 2.33333vw;
          padding-top: 0;
          padding-left: 30px;
          border-top: none; } }
      @media screen and (max-width: 600px) {
        .certificate__group__content {
          font-size: 3.73333vw;
          padding-top: 20px;
          padding-left: 0;
          border-top: 1px solid #C9C9C9; } }
      .certificate__group__content:before {
        position: absolute;
        top: 8px;
        bottom: 8px;
        left: 0;
        display: block;
        width: 1px;
        content: '';
        background: #C9C9C9; }
        @media screen and (max-width: 1100px) {
          .certificate__group__content:before {
            display: none; } }
        @media screen and (max-width: 900px) {
          .certificate__group__content:before {
            display: block; } }
        @media screen and (max-width: 600px) {
          .certificate__group__content:before {
            display: none; } }
      .certificate__group__content span {
        font-size: 1.4rem;
        font-weight: normal;
        color: #000; }
        @media screen and (max-width: 900px) {
          .certificate__group__content span {
            font-size: 2vw; } }
        @media screen and (max-width: 600px) {
          .certificate__group__content span {
            font-size: 3.2vw; } }

.numList__item:before {
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -1px -2px 0 #fff; }
