.blog {
    margin: 0;
    padding: 0;
    padding-bottom: 102px;
  }
  
  @media screen and (max-width: 999px) {
    .blog {
      padding-bottom: 60px;
    }
  }
  
  .blog__heading {
    padding: 77px 0 73px;
    border-bottom: none;
  }
  
  @media screen and (max-width: 999px) {
    .blog__heading {
      padding: 41px 0 40px;
    }
  }
  
  .blog__heading h1 {
    font-family: garamond-premier-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 42px;
    line-height: 58px;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 2.2px;
  }
  
  @media screen and (max-width: 999px) {
    .blog__heading h1 {
      font-size: 26px;
      line-height: 36px;
      color: #222222;
      letter-spacing: 0;
    }
  }
  
  .blog__heading .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .blog__article {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    width: 100%;
    padding: 0 15px 47px;
    border-right: none;
  }
  
  @media screen and (max-width: 999px) {
    .blog__article {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding: 0;
      padding-bottom: 33px;
    }
  }
  
  .blog__article-excerpt,
  .blog__article .bttn {
    display: none;
  }
  
  .blog__article-heading {
    margin: 0 !important;
    padding: 0;
    max-width: 100%;
    font-family: /*noto-sans-cjk-jp,*/ sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    color: #222222;
    letter-spacing: 1.5px;
  }
  
  @media screen and (max-width: 999px) {
    .blog__article-heading {
      font-size: 12px;
      line-height: 22px;
    }
  }
  
  .blog__article-content {
    padding-top: 22px;
  }
  
  @media screen and (max-width: 999px) {
    .blog__article-content {
      padding-top: 16px;
    }
  }
  
  .blog__article-content .meta {
    margin-top: 0;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 17px;
    color: #333333;
    opacity: 0.5;
    letter-spacing: 0.5px;
    text-transform: none;
    margin-bottom: 5px;
  }
  
  @media screen and (max-width: 999px) {
    .blog__article-content .meta {
      font-size: 11px;
      line-height: 16px;
      margin-bottom: 2px;
    }
  }
  
  .blog__article-image {
    padding-top: 71.742%;
  }
  
  @media screen and (max-width: 999px) {
    .blog__article-image {
      padding-top: 71.642%;
    }
  }
  
  .blog__articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -15px -47px;
    -ms-grid-columns: none;
    grid-template-columns: none;
  }
  
  @media screen and (max-width: 999px) {
    .blog__articles {
      margin: 0;
      margin-bottom: -33px;
    }
  }
  
  .blog__articles-container {
    margin-top: 0;
  }
  
  .blog__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 44px;
  }
  
  @media screen and (max-width: 999px) {
    .blog__tag {
      margin-bottom: 37px;
    }
  }
  
  .blog__tag-link {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    color: #a0a0a0;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    letter-spacing: 0;
  }
  
  @media screen and (max-width: 999px) {
    .blog__tag-link {
      font-size: 12px;
      line-height: 17px;
    }
  }
  
  .blog__tag-link:hover {
    color: #333333;
  }
  
  .blog__tag-item {
    padding-top: 20px;
    position: relative;
  }
  
  @media screen and (max-width: 999px) {
    .blog__tag-item {
      padding-top: 9px;
    }
  }
  
  .blog__tag-item:before {
    content: "";
    background: #222222;
    width: 100%;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 5;
    opacity: 0;
  }
  
  .blog__tag-item:not(:last-child) {
    margin-right: 22px;
  }
  
  @media screen and (max-width: 999px) {
    .blog__tag-item:not(:last-child) {
      margin-right: 20px;
    }
  }
  
  .blog__tag-item.is-active:before {
    opacity: 1;
  }
  
  .blog__tag-item.is-active .blog__tag-link {
    color: #333333;
  }
  
  .blog__tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e2e2e2;
  }
  
  .blog__pagination .pagination {
    margin-top: 55px;
  }
  
  @media screen and (max-width: 999px) {
    .blog__pagination .pagination {
      margin-top: 40px;
    }
  }
  
  .article__container {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
  }
  
  @media screen and (max-width: 999px) {
    .article__container {
      max-width: 100%;
      padding: 0 20px;
    }
  }
  
  .article__comments,
  .article__content,
  .article__heading,
  .article__pagination,
  .article__published-date,
  .article__tags {
    max-width: 100%;
  }
  
  .article__header {
    margin-top: 78px;
    margin-bottom: 53px;
    border-left: 1px solid #c3c3c3;
    position: relative;
    padding-left: 70px;
    padding-right: 60px;
  }
  
  @media screen and (max-width: 999px) {
    .article__header {
      margin-top: 35px;
      margin-bottom: 30px;
      padding-left: 23px;
      padding-right: 0;
      padding-bottom: 19px;
    }
  }
  
  .article__header:before {
    content: "";
    background: #222222;
    width: 1px;
    height: 25px;
    position: absolute;
    top: 0;
    left: -1px;
  }
  
  @media screen and (max-width: 999px) {
    .article__header:before {
      height: 19px;
    }
  }
  
  .article__header .article__published-date {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 17px;
    color: #333333;
    opacity: 0.5;
    letter-spacing: 0.5px;
    margin-bottom: 7px;
  }
  
  @media screen and (max-width: 999px) {
    .article__header .article__published-date {
      font-size: 11px;
      line-height: 16px;
      margin-bottom: 4px;
    }
  }
  
  .article__header .article__heading {
    font-family: /*noto-sans-cjk-jp,*/ sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 35px;
    color: #222222;
    letter-spacing: 2.3px;
  }
  
  @media screen and (max-width: 999px) {
    .article__header .article__heading {
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0;
    }
  }
  
  .article__image .image {
    padding-top: 47.89%;
  }
  
  .article__image .image img {
    -o-object-position: top;
    object-position: top;
  }
  
  .article__content {
    padding: 46px 70px 29px 70px;
  }
  
  @media screen and (max-width: 999px) {
    .article__content {
      padding: 20px 0 36px;
    }
  }
  
  .article__content h1 {
    font-family: /*noto-sans-cjk-jp,*/ sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 36px;
    color: #222222;
    margin-bottom: 18px;
    letter-spacing: 1.3px;
  }
  
  @media screen and (max-width: 999px) {
    .article__content h1 {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 12px;
    }
  }
  
  .article__content h2 {
    font-family: /*noto-sans-cjk-jp,*/ sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    color: #222222;
    position: relative;
  /*   padding-left: 20px; */
    margin-top: 40px;
    margin-bottom: 22px;
    letter-spacing: 1.2px;
  /*   border-left: 1px solid #222222; */
  }
  
  @media screen and (max-width: 999px) {
    .article__content h2 {
      font-size: 14px;
      line-height: 22px;
      margin-top: 26px;
      margin-bottom: 14px;
      padding-left: 14px;
    }
  }
  
  .article__content h3 {
    font-family: garamond-premier-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 44px;
    color: #333333;
    margin-top: 36px;
    margin-bottom: 18px;
    letter-spacing: 0.6px;
  }
  
  @media screen and (max-width: 999px) {
    .article__content h3 {
      font-size: 24px;
      line-height: 32px;
      margin-top: 32px;
      margin-bottom: 14px;
    }
  }
  
  .article__content figcaption {
    font-family: /*noto-sans-cjk-jp,*/ sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 26px;
    color: #222222;
    margin-top: 13px;
    letter-spacing: 1px;
  }
  
  @media screen and (max-width: 999px) {
    .article__content figcaption {
      font-size: 11px;
      line-height: 26px;
      margin-top: 3px;
    }
  }
  
  .article__content p {
    font-family: /*noto-sans-cjk-jp,*/ sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 26px;
    color: #333333;
    letter-spacing: 1.4px;
  }
  
  @media screen and (max-width: 999px) {
    .article__content p {
      font-size: 12px;
      line-height: 24px;
      letter-spacing: 1.3px;
    }
  }
  
  .article__content img {
    width: 100%;
    display: block;
  }
  
  .article__content figure {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 100%;
    padding-left: 30px;
  }
  
  @media screen and (max-width: 999px) {
    .article__content figure {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding-left: 0;
      padding-bottom: 21px;
    }
  }
  
  .article__content fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -30px;
    margin-top: 29px;
  }
  
  @media screen and (max-width: 999px) {
    .article__content fieldset {
      display: block;
      margin-left: 0;
      margin-top: 27px;
      margin-bottom: -21px;
    }
  }
  
  .article__content table {
    display: block;
    width: 100%;
    margin-top: 35px;
  }
  
  @media screen and (max-width: 999px) {
    .article__content table {
      margin-top: 27px;
    }
  }
  
  .article__content table th,
  .article__content table td {
    font-family: /*noto-sans-cjk-jp,*/ sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 26px;
    color: #333333;
    width: 100%;
    text-align: left;
    display: block;
    padding-right: 20px;
    letter-spacing: 1px;
  }
  
  @media screen and (max-width: 999px) {
    .article__content table th,
    .article__content table td {
      font-size: 12px;
      line-height: 24px;
      padding-right: 0;
    }
  }
  
  .article__content table th {
    max-width: 238px;
    -ms-flex-preferred-size: 238px;
    flex-basis: 238px;
    padding-left: 4px;
  }
  
  @media screen and (max-width: 999px) {
    .article__content table th {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding-left: 0;
      font-weight: 500;
      color: #222222;
    }
  }
  
  .article__content table td {
    max-width: calc(100% - 238px);
    -ms-flex-preferred-size: calc(100% - 238px);
    flex-basis: calc(100% - 238px);
  }
  
  @media screen and (max-width: 999px) {
    .article__content table td {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-top: 4px;
    }
  }
  
  .article__content table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e2e2e2;
    padding-top: 22px;
    padding-bottom: 23px;
  }
  
  @media screen and (max-width: 999px) {
    .article__content table tr {
      display: block;
      padding-top: 15px;
      padding-bottom: 21px;
    }
  }
  
  .article__content table tr:last-child {
    border-bottom: 1px solid #e2e2e2;
  }
  
  .article__content a {
    font-family: /*noto-sans-cjk-jp,*/ sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 26px;
    color: #222222;
    text-decoration: underline;
    letter-spacing: 1.5px;
  }
  
  @media screen and (max-width: 999px) {
    .article__content a {
      font-size: 12px;
      line-height: 26px;
    }
  }
  
  .article__content blockquote {
    font-family: /*noto-sans-cjk-jp,*/ sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 26px;
    color: #333333;
    background: #fff;
    border: 4px solid #f1f0f0;
    padding: 31px 36px 30px 36px;
    margin-top: 34px;
    margin-bottom: 32px;
    letter-spacing: 1.3px;
  }
  
  @media screen and (max-width: 999px) {
    .article__content blockquote {
      font-size: 12px;
      line-height: 24px;
      padding: 15px 18px 21px;
      border-width: 2px;
      margin-top: 25px;
      margin-bottom: 26px;
    }
  }
  
  .article__content ul li {
    font-family: /*noto-sans-cjk-jp,*/ sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 30px;
    color: #222222;
    position: relative;
    padding-left: 19px;
    letter-spacing: 1.3px;
  }
  
  @media screen and (max-width: 999px) {
    .article__content ul li {
      font-size: 12px;
      line-height: 26px;
    }
  }
  
  .article__content ul li:before {
    content: "";
    background: #838383;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 5;
  }
  
  .article__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 70px;
    margin-bottom: 33px;
  }
  
  @media screen and (max-width: 999px) {
    .article__share {
      padding: 0;
      margin-bottom: 26px;
    }
  }
  
  .article__share--label {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    color: #222222;
    text-transform: uppercase;
    margin-right: 25px;
  }
  
  @media screen and (max-width: 999px) {
    .article__share--label {
      font-size: 13px;
      line-height: 20px;
      margin-right: 23px;
    }
  }
  
  .article__share--item:not(:last-child) {
    margin-right: 20px;
  }
  
  .article__share--item{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .article__share--button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .article__pagination {
    padding: 28px 70px 30px;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e2e2e2;
  }
  
  @media screen and (max-width: 999px) {
    .article__pagination {
      padding: 21px 0;
    }
  }
  
  .article__pagination a {
    font-family: /*noto-sans-cjk-jp,*/ sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 26px;
    color: #222222;
    position: relative;
    letter-spacing: 0;
  }
  
  @media screen and (max-width: 999px) {
    .article__pagination a {
      font-size: 12px;
    }
  }
  
  .article__pagination-prev {
    padding-left: 16px;
  }
  
  .article__pagination-prev:before {
    content: "";
    background: url(/cdn/shop/files/ic-pagination-arrow.svg?v=1635919641) no-repeat center;
    background-size: contain;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 20;
  }
  
  .article__pagination-next {
    padding-right: 12px;
  }
  
  @media screen and (max-width: 999px) {
    .article__pagination-next {
      padding-right: 15px;
    }
  }
  
  .article__pagination-next:after {
    content: "";
    background: url(/cdn/shop/files/ic-pagination-arrow.svg?v=1635919641) no-repeat center;
    background-size: contain;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 7px;
    right: 0;
    z-index: 20;
  }
  
  .article__inner {
    background: #f5f5f5;
    padding-bottom: 90px;
  }
  
  @media screen and (max-width: 999px) {
    .article__inner {
      background: #fff;
      padding-bottom: 0;
    }
  }
  .u-table-has-img tr {
    padding: 0 !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none !important;
  }
  
  .u-table-has-img td {
    -ms-flex-preferred-size: calc(50% - 10px) !important;
        flex-basis: calc(50% - 10px) !important;
    padding: 0 !important;
  }
  
  @media screen and (max-width: 999px) {
    .u-table-has-img td {
      width: 100% !important;
      margin: 0;
    }
  }

/* -- 2024/04/15 -- */
.template-blog.recruit .blog__article-content .meta{
  display: none;
}
.template-article .article.recruit .article__published-date{
  display: none;
}

  /*# sourceMappingURL=custom-blog.css.map */