/*! Writen  by SCSS */
.inner_main {
  background-image: url("../images/equipment/main.jpg"); }
  @media screen and (max-width: 480px) {
    .inner_main {
      background-image: url("../images/equipment/main_sp.jpg"); } }
  .inner_main .main_txts .main_ttl img {
    width: 44.67%; }
    @media screen and (max-width: 480px) {
      .inner_main .main_txts .main_ttl img {
        width: 55.84%; } }

.eq_btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(40px, 5.84%, 70px); }
  @media screen and (max-width: 900px) {
    .eq_btn {
      flex-wrap: wrap;
      grid-gap: 15px 0; } }
  @media screen and (max-width: 480px) {
    .eq_btn {
      margin-bottom: 40px; } }
  .eq_btn li {
    width: calc(220%/12); }
    @media screen and (max-width: 900px) {
      .eq_btn li {
        width: calc(50% - 7.5px); }
        .eq_btn li:last-child {
          width: 100%; } }
    .eq_btn li.coming {
      pointer-events: none;
      background: #ccc; }
      .eq_btn li.coming a {
        opacity: 0.7;
        color: #999;
        border-color: #999; }
    .eq_btn li a {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: clamp(12px, 1.334vw, 16px);
      line-height: 1;
      padding: 1.12em 10px;
      border: 1px solid;
      border-color: #114b2e;
      color: #23b8bc;
      background: rgba(35, 184, 188, 0);
      transition: all 0.3s ease-in-out;
      letter-spacing: 0.05em; }
      .eq_btn li a.on, .eq_btn li a:hover {
        color: #fff;
        border-color: #23b8bc;
        background: #23b8bc; }

@media screen and (max-width: 600px) {
  .vpc600 {
    display: none; } }

.vsp600 {
  display: none; }
  @media screen and (max-width: 600px) {
    .vsp600 {
      display: block; } }

.bg_ttl {
  background: #23b8bc;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 13px 10px;
  margin-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .bg_ttl {
      margin-bottom: 25px; } }

.cv_sec {
  padding-top: clamp(50px, 6.67%, 80px); }

.list_item .item .text_box .item_ttl {
  font-feature-settings: "palt";
  color: #23b8bc;
  font-size: clamp(12px, 1.5vw, 18px);
  text-align: center;
  line-height: 1.2;
  margin: 0.3em 0; }
  @media screen and (max-width: 480px) {
    .list_item .item .text_box .item_ttl {
      font-size: calc(12vw / 3.9);
      margin: 0.8em 0 0.5em; } }
.list_item .item .text_box .item_copy {
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: clamp(10px, 1.167vw, 14px); }
  @media screen and (max-width: 480px) {
    .list_item .item .text_box .item_copy {
      font-size: calc(10.5vw / 3.9);
      text-align: justify;
      letter-spacing: 0.02em; } }
  .list_item .item .text_box .item_copy.ls0 {
    letter-spacing: 0; }
@media screen and (max-width: 480px) {
  .list_item .item .text_box .cap_l {
    font-size: calc(9.5vw / 3.9); } }
.list_item.col4 {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px calc(26%/12); }
  @media screen and (max-width: 768px) {
    .list_item.col4 {
      grid-gap: 30px calc(29%/12); } }
  @media screen and (max-width: 480px) {
    .list_item.col4 {
      grid-gap: 30px calc(29%/7.1); } }
  .list_item.col4 .item {
    width: calc(280%/12); }
    @media screen and (max-width: 768px) {
      .list_item.col4 .item {
        width: calc(380%/12); } }
    @media screen and (max-width: 480px) {
      .list_item.col4 .item {
        width: calc(340%/7.1); } }
    .list_item.col4 .item.wide {
      width: calc(587%/12); }
      @media screen and (max-width: 768px) {
        .list_item.col4 .item.wide {
          width: calc(587%/12); } }
      @media screen and (max-width: 480px) {
        .list_item.col4 .item.wide {
          width: 100%; } }

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