/*! Writen  by SCSS */
.head_outer {
  background: #fff; }

.inner_head {
  padding-bottom: clamp(30px, 4.17%, 50px); }

.wrap {
  position: relative; }
  .wrap::before {
    content: "";
    display: block;
    position: fixed;
    z-index: -3;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100lvh;
    background: url("../img/equipment/bg.png") top center/cover no-repeat; }

footer {
  background: none; }
  footer::before, footer::after {
    content: none; }

.sec_lead {
  line-height: 1.79;
  margin-bottom: clamp(40px, 5%, 60px); }
  @media screen and (max-width: 480px) {
    .sec_lead {
      letter-spacing: 0.05em; } }

.sec {
  margin-bottom: clamp(80px, 10%, 120px); }
  .sec.inner_ttl_sec {
    margin-bottom: clamp(30px, 4.17%, 50px); }

.equipment_tab_wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  line-height: 1;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: clamp(13px, 1.75vw, 20px);
  line-height: 1;
  gap: 20px 1.81%; }
  @media screen and (max-width: 480px) {
    .equipment_tab_wrap {
      gap: 15px 4%;
      font-size: 13px; } }
  .equipment_tab_wrap .item {
    width: 30.91%; }
    @media screen and (max-width: 480px) {
      .equipment_tab_wrap .item {
        width: 48%; } }
    .equipment_tab_wrap .item a {
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 0.33em 0;
      padding: 1.11em 0.3em;
      width: 100%;
      height: 100%;
      transition: color 0.3s ease-in-out;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      position: relative;
      border: 1px solid #0a5639;
      color: #333; }
      @media screen and (max-width: 480px) {
        .equipment_tab_wrap .item a {
          height: 3.6em; } }
      .equipment_tab_wrap .item a::before, .equipment_tab_wrap .item a::after {
        content: "";
        display: block;
        position: absolute;
        inset: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
      .equipment_tab_wrap .item a::before {
        z-index: -1;
        transition: opacity 0.3s ease-in-out;
        background: #fff; }
      .equipment_tab_wrap .item a::after {
        z-index: -2;
        background: linear-gradient(90deg, #0a5639 0%, #12855c 50%, #0a5639 100%); }
      .equipment_tab_wrap .item a.cr {
        color: #fff; }
        .equipment_tab_wrap .item a.cr::before {
          opacity: 0; }
      @media (hover: hover) {
        .equipment_tab_wrap .item a:hover {
          color: #fff; }
          .equipment_tab_wrap .item a:hover::before {
            opacity: 0; } }
  .equipment_tab_wrap.equipment_tab_wrap_bottom {
    margin-top: clamp(30px, 4.17%, 50px);
    margin-bottom: clamp(50px, 6.67%, 80px); }

.tab_wrap_quality {
  font-size: clamp(12px, 1.83vw, 16px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 20px;
  line-height: 1;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 1.11%; }
  @media screen and (max-width: 480px) {
    .tab_wrap_quality {
      gap: 10px 4%;
      font-size: 12px;
      margin-top: 15px; } }
  .tab_wrap_quality.col3 {
    gap: 20px 2.77%; }
    @media screen and (max-width: 480px) {
      .tab_wrap_quality.col3 {
        gap: 10px 2%; } }
    .tab_wrap_quality.col3 .item {
      width: 25%; }
      @media screen and (max-width: 480px) {
        .tab_wrap_quality.col3 .item {
          width: 32%; } }
  .tab_wrap_quality .item {
    width: 24.08%; }
    @media screen and (max-width: 480px) {
      .tab_wrap_quality .item {
        width: 48%; } }
    .tab_wrap_quality .item a {
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 0.33em 0;
      padding: 1em 0.3em;
      width: 100%;
      height: 100%;
      transition: background 0.3s ease-in-out;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      color: #fff;
      background: #9a875e; }
      @media screen and (max-width: 480px) {
        .tab_wrap_quality .item a {
          height: 3.6em; } }
      @media (hover: hover) {
        .tab_wrap_quality .item a:hover {
          background: #685327; } }
      .tab_wrap_quality .item a.cr {
        background: #685327; }
      .tab_wrap_quality .item a .text_min {
        font-size: 0.8em; }

.equipment_content_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(18px, 2.25vw, 28px);
  line-height: 1;
  gap: 0.8em 0;
  letter-spacing: 0.2em;
  padding-top: clamp(50px, 7.5%, 90px);
  padding-bottom: clamp(50px, 6.67%, 80px);
  text-align: center; }
  .equipment_content_head .text_jp {
    font-size: 0.71em;
    letter-spacing: 0.2em; }
    @media screen and (max-width: 480px) {
      .equipment_content_head .text_jp {
        left: 0.1em; } }

.item_text {
  font-size: clamp(11px, 1.13vw, 15px);
  line-height: 2; }
  @media screen and (max-width: 768px) {
    .item_text {
      line-height: 1.8; } }

/*# sourceMappingURL=equipment_common.css.map */
