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

@media print, screen and (min-width: 736px) {
  .sp {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .equipmentSect {
    margin: 0 auto;
    width: 992px;
  }
}

@media print, screen and (min-width: 736px) {
  .equipmentSect + .equipmentSect {
    margin-top: 140px;
  }
}

@media screen and (max-width: 736px) {
  .equipmentSect + .equipmentSect {
    margin-top: calc(100 / 390 * 100vw);
  }
}

.equipmentSect__head {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .equipmentSect__head + .equipmentSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .equipmentSect__head + .equipmentSect__cont {
    margin-top: calc(100 / 390 * 100vw);
  }
}

.equipmentSect__visual {
  width: calc(100vw - var(--scrollbar));
}

@media print, screen and (min-width: 736px) {
  .equipmentSect__visual {
    margin-left: calc(((100vw - var(--scrollbar)) - 992px) / -2);
  }
}

@media only screen and (min-width: 736px) and (max-width: 992px) {
  .equipmentSect__visual {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

@media screen and (max-width: 736px) {
  .equipmentSect__visual {
    margin-left: calc(-32 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .equipmentSect__visual {
    aspect-ratio: 390 / 200;
  }
}

.equipmentSect__ttl {
  border-bottom: 2px solid currentColor;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  left: 0;
  line-height: .7;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .equipmentSect__ttl {
    font-size: 40px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 736px) {
  .equipmentSect__ttl {
    font-size: calc(30 / 390 * 100vw);
    padding-bottom: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .equipmentSect__guide {
    border-bottom: 2px solid #8b8051;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 736px) {
  .equipmentSect__guide + .equipmentSect__list {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .equipmentSect__guide + .equipmentSect__list {
    margin-top: calc(60 / 390 * 100vw);
  }
}

.equipmentSect__guideList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 736px) {
  .equipmentSect__guideList {
    gap: 10px;
  }
}

@media screen and (max-width: 736px) {
  .equipmentSect__guideList {
    border-bottom: 2px solid #8b8051;
    gap: calc(16 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .equipmentSect__guideList + .equipmentSect__guideList {
    padding-left: 10px;
  }
}

@media screen and (max-width: 736px) {
  .equipmentSect__guideList + .equipmentSect__guideList {
    margin-top: calc(16 / 390 * 100vw);
  }
}

.equipmentSect__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  color: #8b8051;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  text-align: center;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  -webkit-transition-property: color,background-color;
  transition-property: color,background-color;
}

@media print, screen and (min-width: 736px) {
  .equipmentSect__link {
    gap: 8px;
    height: 48px;
    width: 157px;
  }
}

@media screen and (max-width: 736px) {
  .equipmentSect__link {
    gap: calc(8 / 390 * 100vw);
    height: calc(66 / 390 * 100vw);
    min-width: calc(102 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) 0;
  }
}

.equipmentSect__link .en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

@media print, screen and (min-width: 736px) {
  .equipmentSect__link .en {
    font-size: 16px;
    line-height: .7;
  }
}

@media screen and (max-width: 736px) {
  .equipmentSect__link .en {
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.1;
  }
}

.equipmentSect__link .ja {
  display: inline-block;
  letter-spacing: 0;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .equipmentSect__link .ja {
    font-size: 13px;
  }
}

@media screen and (max-width: 736px) {
  .equipmentSect__link .ja {
    font-size: calc(11 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .equipmentSect__link:hover {
    background-color: #8b8051;
    color: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .equipmentSect__link:hover {
    background-color: #8b8051;
    color: #ffffff;
  }
}

.equipmentSect__link.is-active {
  background-color: #8b8051;
  color: #ffffff;
  pointer-events: none;
}

.equipmentSect__list {
  display: grid;
}

@media print, screen and (min-width: 736px) {
  .equipmentSect__list {
    gap: 40px 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 736px) {
  .equipmentSect__list {
    gap: calc(40 / 390 * 100vw) calc(22 / 390 * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
}

.equipmentSect--structure .equipmentCard:last-child {
  grid-column: auto / span 2;
}

@media print, screen and (min-width: 736px) {
  .equipmentSect--security .equipmentCard:nth-child(1) {
    display: grid;
    gap: 32px;
    grid-column: auto / span 3;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 736px) {
  .equipmentSect--security .equipmentCard:nth-child(1) {
    grid-column: auto / span 2;
  }
}

.equipmentSect--security .equipmentCard:nth-child(1) .equipmentCard__desc {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .equipmentSect--security .equipmentCard:nth-child(1) .equipmentCard__desc {
    margin-top: 0;
  }
}

.equipmentSect--security .equipmentCard:nth-child(1) .equipmentCard__desc:after {
  aspect-ratio: 150 / 32;
  background: url("../imgs/img-security-icon-01.svg") no-repeat center/cover;
  content: '';
  display: block;
}

@media print, screen and (min-width: 736px) {
  .equipmentSect--security .equipmentCard:nth-child(1) .equipmentCard__desc:after {
    margin-top: 16px;
    width: 150px;
  }
}

@media screen and (max-width: 736px) {
  .equipmentSect--security .equipmentCard:nth-child(1) .equipmentCard__desc:after {
    margin-top: calc(16 / 390 * 100vw);
    width: calc(150 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .equipmentCard__visual + .equipmentCard__desc {
    margin-top: 26px;
  }
}

@media screen and (max-width: 736px) {
  .equipmentCard__visual + .equipmentCard__desc {
    margin-top: calc(26 / 390 * 100vw);
  }
}

.equipmentCard__desc .heading {
  color: #8b8051;
}

@media print, screen and (min-width: 736px) {
  .equipmentCard__desc .heading + .txt {
    margin-top: 18px;
  }
}

@media screen and (max-width: 736px) {
  .equipmentCard__desc .heading + .txt {
    margin-top: calc(18 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .equipmentCard__desc .heading .small {
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  .equipmentCard__desc .heading .small {
    font-size: calc(14 / 390 * 100vw);
  }
}

.equipmentCard__desc .caption {
  color: #251e1c;
}

@media print, screen and (min-width: 736px) {
  .equipment-contents {
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 736px) {
  .equipment-contents {
    padding-bottom: calc(100 / 390 * 100vw);
  }
}
