@charset "UTF-8";
/*! Writen  by SCSS */
.tab_area {
  overflow: hidden;
  position: relative;
  padding-bottom: clamp(50px, 10vw, 130px); }
  @media screen and (max-width: 480px) {
    .tab_area .tab_group {
      flex-wrap: wrap;
      gap: 12px 0; } }
  .tab_area .tab_group a {
    position: relative;
    width: 23.34%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #9a8071;
    padding: 20px 10px;
    font-size: clamp(16px, 1.584vw, 19px);
    color: #FFF;
    line-height: 1;
    row-gap: 10px;
    letter-spacing: 0.05em;
    transition: 0.3s all ease-in-out 0s; }
    @media screen and (max-width: 480px) {
      .tab_area .tab_group a {
        width: 48%;
        padding: 15px 5px;
        font-size: 4vw;
        row-gap: 5px; } }
    .tab_area .tab_group a.cr, body:not(.mobile) .tab_area .tab_group a:hover {
      color: #9a8071;
      background: #FFF; }
      .tab_area .tab_group a.cr:before, .tab_area .tab_group a.cr:after, body:not(.mobile) .tab_area .tab_group a:hover:before, body:not(.mobile) .tab_area .tab_group a:hover:after {
        background: #9a8071; }
    .tab_area .tab_group a.cr {
      pointer-events: none; }
    .tab_area .tab_group a:before, .tab_area .tab_group a:after {
      content: "";
      position: absolute;
      background: #FFF;
      width: calc(100% - 10px);
      margin: auto;
      height: 1px;
      pointer-events: none;
      transition: 0.3s all ease-in-out 0s; }
    .tab_area .tab_group a:before {
      top: 5px; }
    .tab_area .tab_group a:after {
      bottom: 5px; }
    .tab_area .tab_group a .jp {
      font-size: 84%; }
  .tab_area .sub_tab_group {
    max-width: 1010px;
    margin: clamp(50px, 7.693vw, 100px) auto 0;
    justify-content: center;
    gap: 0 5.94%; }
    @media screen and (max-width: 480px) {
      .tab_area .sub_tab_group {
        flex-wrap: wrap;
        gap: 50px 2%; } }
    .tab_area .sub_tab_group a {
      position: relative;
      font-size: clamp(14px, 1.334vw, 16px);
      color: #FFF;
      white-space: nowrap;
      text-align: center;
      display: block;
      padding: 0 20px;
      padding-bottom: 12px;
      border-bottom: 1px solid #FFF;
      line-height: 1; }
      @media screen and (max-width: 480px) {
        .tab_area .sub_tab_group a {
          width: 32%;
          padding: 0 5px 5px;
          font-size: 3.1vw; } }
      body:not(.mobile) .tab_area .sub_tab_group a:hover:after {
        transform: translateY(3px); }
      .tab_area .sub_tab_group a:after {
        content: "";
        position: absolute;
        inset: 0;
        bottom: auto;
        top: calc(100% + 15px);
        width: 17px;
        aspect-ratio: 17/10;
        margin: auto;
        background: #FFF;
        clip-path: polygon(50% 100%, 0 0, 100% 0);
        transition: 0.3s transform ease-in-out 0s; }

.quality_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
  font-size: clamp(15px, 1.751vw, 21px);
  line-height: 1.4;
  text-align: center;
  margin-bottom: clamp(30px, 4.167vw, 50px); }
  @media screen and (max-width: 820px) {
    .quality_title {
      font-size: 2.4vw;
      row-gap: 25px; } }
  @media screen and (max-width: 480px) {
    .quality_title {
      font-size: 4vw;
      row-gap: 20px; } }
  .quality_title .cinzel {
    line-height: 1;
    color: #062e5d; }
  .quality_title .jp {
    font-size: 138%;
    position: relative; }
    .quality_title .jp.plus_logo {
      width: 100%; }
      .quality_title .jp.plus_logo .logo_img {
        position: absolute;
        right: 0;
        bottom: 0; }
        @media screen and (max-width: 820px) {
          .quality_title .jp.plus_logo .logo_img {
            display: block;
            margin-top: 10px;
            position: static;
            text-align: center; } }

.col2,
.col3,
.col4 {
  flex-wrap: wrap;
  row-gap: 30px; }
  .col2 .item .photo + .text_group,
  .col3 .item .photo + .text_group,
  .col4 .item .photo + .text_group {
    margin-top: 10px; }
  .col2 .item.full,
  .col3 .item.full,
  .col4 .item.full {
    width: 100%; }

.fit {
  width: fit-content;
  margin: 0 auto; }

.col2 {
  row-gap: clamp(40px, 4.616vw, 60px); }
  .col2 .item {
    width: 46.67%;
    /*SP時の落とす際は各cssで対応して下さい。ここに記載は不可*/ }

.col3 .item {
  width: 30.84%;
  /*SP時の落とす際は各cssで対応して下さい。ここに記載は不可*/ }

.col4 .item {
  width: 22.5%;
  /*SP時の落とす際は各cssで対応して下さい。ここに記載は不可*/ }

.item_name {
  font-size: clamp(13px, 1.385vw, 18px);
  text-align: center;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  letter-spacing: -0.05em; }
  @media screen and (max-width: 820px) {
    .item_name {
      font-size: 2vw;
      line-height: 1.2; } }
  @media screen and (max-width: 480px) {
    .item_name {
      font-size: 3.7vw;
      line-height: 1.2;
      letter-spacing: -0.05em; } }
  .item_name.big {
    font-size: clamp(15px, 1.77vw, 23px); }
    @media screen and (max-width: 820px) {
      .item_name.big {
        font-size: 2.3vw; } }
    @media screen and (max-width: 480px) {
      .item_name.big {
        font-size: 4.2vw; } }
  .item_name.ta_l {
    text-align: left; }
  .item_name.no_border {
    border: none;
    padding: 0; }
  .item_name.lt {
    letter-spacing: -0.15em; }

.item_read {
  font-size: clamp(11px, 1.154vw, 15px);
  line-height: 1.33; }
  @media screen and (max-width: 820px) {
    .item_read {
      font-size: 1.8vw; } }
  @media screen and (max-width: 480px) {
    .item_read {
      font-size: 13px;
      line-height: 1.6; } }
  .item_read .sub {
    font-size: 79%; }
  .item_read .cap_l {
    display: block; }
  .item_read .red {
    color: #bf1920; }

.bg_grad {
  position: relative; }
  @media screen and (max-width: 480px) {
    .bg_grad {
      clip-path: inset(0 0 0 0); } }
  .bg_grad:before {
    content: "";
    position: absolute;
    inset: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/quality/bg_grad.jpg"); }
    @media screen and (max-width: 480px) {
      .bg_grad:before {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background-image: url("../images/quality/bg_grad_sp.jpg"); } }

/*# sourceMappingURL=quality_common.css.map */
