@charset "UTF-8";

/* ========================================
   @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px), print {
  #wj_system main {
    background: #f2f2f2;
    padding-block: 100px 122px;
  }

  .p-wj_system .l-inner.l-wj_system {
    margin-inline: auto;
    width: min(95%, 1200px);
  }

  .p-wj_system .p-wj_system__txt {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.2;
    margin-bottom: 43px;
    text-align: center;
  }

  .p-wj_system .category-ttl {
    background: #cdced0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3666666667;
    margin-bottom: 5px;
    padding-block: 25px;
    text-align: center;
  }

  .p-wj_system .category-code {
    background: #ffffff;
    border: 1px solid #1d1f24;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.029em;
    line-height: 1.380952381;
    padding-block: 0px;
    padding-inline: 12px;
    position: relative;
    text-align: center;
    top: -2px;
  }

  .p-wj_system .system-lists {
    margin-bottom: 142px;
  }

  .p-wj_system .system-list {
    background: #fcfcfc;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 5px;
    padding-block: 40px;
    padding-inline: 74px;
  }

  .p-wj_system .system-list li a {
    background: #ffffff;
    border: 1px solid #c6c1c1;
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2;
    padding-block: 20px;
    padding-inline: 30px;
    position: relative;
  }

  .p-wj_system .system-list li a::after {
    background: url(../images/wj_system/system_list_arrow.svg) no-repeat
      center center/contain;
    content: "";
    height: 18px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
  }

  .p-wj_system .system-ttl {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 0;
  }

  .p-wj_system .system-detail {
    background: #ffffff;
    margin-bottom: 24px;
    padding-block: 80px 87px;
    width: min(95%,1200px);
    margin-inline: auto;
  }

  .p-wj_system .system-detail-ttl {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3666666667;
    margin-bottom: 7px;
    text-align: center;
  }

  .p-wj_system .bar-value {
    background: #f2f2f2;
    border: 1px solid #1d1f24;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.380952381;
    padding-inline: 13px;
    position: relative;
    text-align: center;
    top: -2px;
  }

  .p-wj_system .system-line {
    margin-bottom: 30px;
    margin-inline: auto;
    text-align: center;
    width: min(95%, 1100px);
  }

  .p-wj_system .system-link {
    margin-bottom: 60px;
    margin-inline: auto;
    width: min(95%, 1100px);
  }

  .p-wj_system .system-link a {
    align-items: center;
    display: grid;
    gap: 0 3.6%;
    grid-template-columns: 50% 41.5%;
  }

  .p-wj_system .system-pic img {
    height: 287px;
    width: 100%;
  }

  .p-wj_system .wysiwyg {
    margin-bottom: 29px;
  }

  .p-wj_system .wysiwyg p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.7333333333;
  }

  .p-wj_system .system-btn {
    align-items: center;
    border: 1px solid #2ca6e0;
    border-radius: 48px;
    display: flex;
    justify-content: space-between;
    padding-block: 19px;
    padding-inline: 46px 40px;
    transition: all 0.3s ease;
    width: min(95%, 300px);
  }

  .p-wj_system .system-btn p {
    color: #2ca6e0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
  }

  .p-wj_system .system-btn span {
    position: relative;
    top: -1px;
  }

  .p-wj_system .usage-area {
    background: #f2f2f2;
    margin-inline: auto;
    padding-block: 23px;
    width: min(95%, 1100px);
  }

  .p-wj_system .usage-ttl {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 10px;
    margin-inline: auto;
    width: min(95%, 991px);
  }

  .p-wj_system .usage-list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-inline: auto;
    width: min(95%, 991px);
  }

  .p-wj_system .usage-list li a {
    background: #ffffff;
    border: 1px solid #c6c1c1;
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2;
    padding-block: 19px;
    padding-inline: 30px;
    position: relative;
  }

  .p-wj_system .usage-list li a::after {
    background: url(../images/wj_system/usage_list_arrow.svg) no-repeat
      center center/contain;
    content: "";
    height: 18px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 18px;
  }

  #wj_system .system-contents {
    background: #ffffff;
    margin-bottom: 40px;
    margin-inline: auto;
    width: min(95%, 1280px);
    padding: 82px 0;
  }

  #wj_system .system-contents .system-detail-ttl {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3666666667;
    margin-bottom: 7px;
    text-align: center;
  }

  #wj_system .system-contents .bar-value {
    background: #f2f2f2;
    border: 1px solid #1d1f24;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.380952381;
    padding-inline: 13px;
    position: relative;
    text-align: center;
    top: -2px;
  }

  #wj_system .system-contents .system-line {
    margin-bottom: 42px;
    margin-inline: auto;
    text-align: center;
    width: min(95%, 1100px);
  }

  #wj_system .system-contents .system-detail-subttl {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.2;
    margin-inline: auto;
    padding-inline: 20px 0;
    position: relative;
    width: min(95%, 1024px);
    margin-bottom: 56px;
  }

  #wj_system .system-contents .system-detail-subttl:before {
    background: #2ca6e0;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
  }

  #wj_system .system-contents .system-i-pic {
    margin-inline: auto;
    width: min(95%, 1024px);
  }

  #wj_system .system-contents .system-link-box {
    background: #f2f2f2;
    margin-inline: auto;
    padding-block: 40px;
    width: min(95%, 1100px);
  }

  #wj_system .system-contents .system-pdf {
    margin-bottom: 25px;
    margin-inline: auto;
    width: min(95%, 670px);
  }

  #wj_system .system-contents .system-pdf a {
    align-items: center;
    background: #ffffff;
    border: 2px solid #2ca6e0;
    display: flex;
    justify-content: space-between;
    padding-block: 21px;
    padding-inline: 122px 40px;
    transition: all 0.3s ease;
  }

  #wj_system .system-contents .system-pdf a p {
    color: #2ca6e0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
  }

  #wj_system .system-contents .system-pdf a span svg {
    position: relative;
    top: -3px;
  }

  #wj_system .system-contents .system-btn-box {
    display: grid;
    gap: 0 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-inline: auto;
    width: min(95%, 670px);
  }

  #wj_system .system-contents .system-btn a {
    background: #ffffff;
    border: 1px solid #c6c1c1;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2.2142857143;
    padding-block: 15px;
    padding-inline: 16px;
    position: relative;
  }

  #wj_system .system-contents .system-btn a::after {
    background: url(../images/wj_system/system_list_arrow.svg) no-repeat
      center center/contain;
    content: "";
    height: 15px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 14px;
  }

  .system-back {
    text-align: center;
  }

  .system-back a {
    align-items: center;
    background: #ffffff;
    border: 1px solid #7e7e7e;
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    padding-block: 15px;
    padding-inline: 21px 46px;
    text-align: left;
    width: min(95%, 280px);
  }

  .system-back a p {
    color: #7e7e7e;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
  }

  .system-back a span svg {
    position: relative;
    top: -3px;
  }

  .system-back a span svg path {
    fill: #7e7e7e;
  }

  #wj_system .cate-list {
    width: min(95%,1200px);
    margin-inline: auto;
  }

  #wj_system .cate-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  #wj_system .cate-list a {
    background: #fff;
    border: 1px solid #C6C1C1;
    padding-inline: 8px;
  }

  @media (any-hover: hover) {
    .p-wj_system .system-link a:hover {
      text-decoration: none;
    }

    .p-wj_system .system-link a:hover .system-pic img {
      opacity: 1;
    }

    .p-wj_system .system-link a:hover .system-btn {
      background: #2ca6e0;
      color: #ffffff;
    }

    .p-wj_system .system-link a:hover .system-btn p {
      color: #ffffff;
    }

    .p-wj_system .system-link a:hover .system-btn span svg path {
      fill: #ffffff;
    }

    #wj_system .system-contents .system-pdf a:hover {
      background: #2ca6e0;
      text-decoration: none;
    }

    #wj_system .system-contents .system-pdf a:hover p {
      color: #ffffff;
    }

    #wj_system .system-contents .system-pdf a:hover span svg path {
      fill: #ffffff;
    }
  }
}

/* ========================================
   @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
  #wj_system main {
    background: #f2f2f2;
    padding-block: 7.729vw 19.324vw;
  }

  .p-main__ttl .en.wj_system img {
    height: auto;
    width: 54.589vw;
  }

  .p-wj_system .l-inner.l-wj_system {
    margin-inline: auto;
    width: min(95%, 91.7vw);
  }

  .p-wj_system .p-wj_system__txt {
    font-size: 3.865vw;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.5;
    margin-bottom: 5.797vw;
    margin-inline: auto;
    text-align: left;
    width: min(95%, 84.0579710145vw);
  }

  .p-wj_system .category-ttl {
    background: #cdced0;
    font-size: 5.314vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 2.932vw;
    padding-block: 3.039vw;
    text-align: center;
  }

  .p-wj_system .category-code {
    background: #ffffff;
    border: 1px solid #1d1f24;
    font-size: 3.14vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    padding-block: 0px;
    padding-inline: 2.899vw;
    position: relative;
    text-align: center;
    top: -0.966vw;
  }

  .p-wj_system .system-lists {
    margin-bottom: 19.324vw;
  }

  .p-wj_system .system-list {
    background: #fcfcfc;
    display: grid;
    gap: 1.932vw 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 2.932vw;
    padding-block: 5.797vw;
    padding-inline: 4.831vw;
  }

  .p-wj_system .system-list li a {
    background: #ffffff;
    border: 1px solid #c6c1c1;
    display: block;
    font-size: 4.348vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2.2222222222;
    padding-block: 3.314vw;
    padding-inline: 7.246vw;
    position: relative;
  }

  .p-wj_system .system-list li a::after {
    background: url(../images/wj_system/system_list_arrow.svg) no-repeat
      center center/contain;
    content: "";
    height: 4.348vw;
    position: absolute;
    right: 6.865vw;
    top: 50%;
    transform: translateY(-50%) rotate(360deg);
    width: 4.348vw;
  }

  .p-wj_system .system-ttl {
    font-size: 4.348vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2.2222222222;
    margin-bottom: 0;
  }

  .p-wj_system .system-detail {
    background: #ffffff;
    margin-bottom: 5.797vw;
    padding-block: 12.077vw;
    width: min(95%,91.7vw);
    margin-inline: auto;
  }

  .p-wj_system .system-detail-ttl {
    font-size: 4.831vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.65;
    margin-bottom: -1.169vw;
    text-align: center;
  }

  .p-wj_system .bar-value {
    background: #f2f2f2;
    border: 1px solid #1d1f24;
    font-size: 3.14vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3846153846;
    padding-inline: 3.14vw;
    position: relative;
    text-align: center;
    top: -0.483vw;
  }

  .p-wj_system .system-line {
    margin-bottom: 4.831vw;
    margin-inline: auto;
    text-align: center;
    width: min(95%, 83.5748792271vw);
  }

  .p-wj_system .system-link {
    margin-bottom: 9.662vw;
    margin-inline: auto;
    width: min(95%, 83.5748792271vw);
  }

  .p-wj_system .system-link a {
    display: grid;
    gap: 1.831vw 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .p-wj_system .system-pic img {
    height: 43.478vw;
    width: 100%;
  }

  .p-wj_system .wysiwyg {
    margin-bottom: 7vw;
  }

  .p-wj_system .wysiwyg p {
    font-size: 3.382vw;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.7142857143;
  }

  .p-wj_system .system-btn {
    align-items: center;
    border: 1px solid #2ca6e0;
    border-radius: 11.594vw;
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    padding-block: 3.6vw;
    padding-inline: 9.662vw 9.662vw;
    width: min(95%, 67.6328502415vw);
  }

  .p-wj_system .system-btn p {
    color: #2ca6e0;
    font-size: 3.623vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
  }

  .p-wj_system .system-btn span {
    position: relative;
    top: -0.242vw;
  }

  .p-wj_system .usage-area {
    background: #f2f2f2;
    margin-inline: auto;
    padding-block: 8.662vw 9.662vw;
    width: min(95%, 83.5748792271vw);
  }

  .p-wj_system .usage-ttl {
    font-size: 3.865vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2.5;
    margin-bottom: 2.831vw;
    text-align: center;
  }

  .p-wj_system .usage-list {
    display: grid;
    gap: 1.932vw 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-inline: auto;
    width: min(95%, 72.4637681159vw);
  }

  .p-wj_system .usage-list li a {
    background: #ffffff;
    border: 1px solid #c6c1c1;
    display: block;
    font-size: 4.348vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2.2222222222;
    padding-block: 3.314vw;
    padding-inline: 7.246vw;
    position: relative;
  }

  .p-wj_system .usage-list li a::after {
    background: url(../images/wj_system/usage_list_arrow.svg) no-repeat
      center center/contain;
    content: "";
    height: 4.348vw;
    position: absolute;
    right: 7.246vw;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 4.348vw;
  }

  #wj_system .system-contents {
    background: #ffffff;
    margin-bottom: 8.246vw;
    margin-inline: auto;
    width: min(95%, 91.7vw);
    padding: 11.323671vw 0;
  }

  #wj_system .system-contents .system-detail-ttl {
    font-size: 5.314vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: -1.169vw;
    text-align: center;
  }

  #wj_system .system-contents .bar-value {
    background: #f2f2f2;
    border: 1px solid #1d1f24;
    font-size: 3.14vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3846153846;
    padding-inline: 3.14vw;
    position: relative;
    text-align: center;
    top: -0.483vw;
  }

  #wj_system .system-contents .system-line {
    margin-bottom: 5.797vw;
    margin-inline: auto;
    text-align: center;
    width: min(95%, 83.5748792271vw);
  }

  #wj_system .system-contents .system-detail-subttl {
    font-size: 3.865vw;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.5;
    margin-inline: auto;
    padding-inline: 4.348vw 0;
    position: relative;
    width: min(95%, 72.4637681159vw);
    margin-bottom: 5vw;
  }

  #wj_system .system-contents .system-detail-subttl:before {
    height: 1.932vw;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.932vw;
  }

  #wj_system .system-contents .system-i-pic {
    margin-inline: auto;
    width: min(95%, 83.5748792271vw);
    margin-bottom: 7vw;
  }

  #wj_system .system-contents .system-link-box {
    background: #f2f2f2;
    margin-inline: auto;
    padding-block: 9.662vw;
    width: min(95%, 83.5748792271vw);
  }

  #wj_system .system-contents .system-pdf {
    margin-bottom: 3.865vw;
    margin-inline: auto;
    width: min(95%, 72.4637681159vw);
  }

  #wj_system .system-contents .system-pdf a {
    align-items: center;
    background: #ffffff;
    border: 2px solid #2ca6e0;
    display: flex;
    justify-content: space-between;
    padding-block: 3.797vw;
    padding-inline: 5.797vw;
  }

  #wj_system .system-contents .system-pdf a p {
    color: #2ca6e0;
    font-size: 3.382vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2857142857;
  }

  #wj_system .system-contents .system-pdf a span svg {
    top: -0.725vw;
  }

  #wj_system .system-contents .system-btn-box {
    display: grid;
    gap: 1.865vw 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-inline: auto;
    width: min(95%, 72.4637681159vw);
  }

  #wj_system .system-contents .system-btn a {
    background: #ffffff;
    border: 1px solid #c6c1c1;
    font-size: 3.382vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    padding-block: 3.5vw;
    padding-inline: 5.797vw;
    position: relative;
    display: block;
  }

  #wj_system .system-contents .system-btn.sale a {
    padding-block: 5.5vw;
  }

  #wj_system .system-contents .system-btn a::after {
    background: url(../images/wj_system/system_list_arrow.svg) no-repeat
      center center/contain;
    content: "";
    height: 4.348vw;
    position: absolute;
    right: 5.865vw;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 4.348vw;
  }

  .system-back {
    text-align: center;
  }

  .system-back a {
    align-items: center;
    background: #ffffff;
    border: 1px solid #7e7e7e;
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    padding-block: 4vw;
    padding-inline: 4.865vw 11.111vw;
    text-align: left;
    width: min(95%, 280px);
  }

  .system-back a p {
    color: #7e7e7e;
    font-size: 3.623vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
  }

  .system-back a span svg {
    position: relative;
    top: -0.725vw;
  }

  .system-back a span svg path {
    fill: #7e7e7e;
  }

  #wj_system .cate-list {
    width: min(95%,91.7vw);
    margin-inline: auto;
  }

  #wj_system .cate-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
  }

  #wj_system .cate-list a {
    background: #fff;
    border: 1px solid #C6C1C1;
    padding-inline: 4vw;
  }
}
