.equipments {
  font-family: "Shippori Mincho", serif;
}

.equipments .breadcrumb li p {
  color: #242424;
}

.equipments__box {
  padding: 105px 0 185px;
}

@media screen and (max-width: 767px) {
  .equipments__box {
    padding: 25px 20px 65px;
  }
}

.equipments__block {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .equipments__block {
    max-width: 100%;
  }
}

.equipments__note {
  padding: 0 15px 100px;
}

@media screen and (max-width: 767px) {
  .equipments__note {
    padding: 0 20px 40px;
  }
}

.equipments__note-text {
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-weight: 400;
  line-height: 1.8461538462;
  color: #3C3C3C;
}

.equipments__title {
  font-size: 60px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  margin-bottom: 100px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 992px) {
  .equipments__title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 60px;
    word-break: break-word;
  }
}

@media screen and (max-width: 767px) {
  .equipments__title {
    font-size: 32px;
    line-height: 1.170212766;
    margin-bottom: 40px;
  }
}

.equipments__subtitle {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #C2C2C2;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .equipments__subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .equipments__subtitle {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

.equipments__subtitle-sub {
  font-size: 17px;
}

@media screen and (max-width: 992px) {
  .equipments__subtitle-sub {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .equipments__subtitle-sub {
    font-size: 18px;
  }
}

.equipments__desc:has(.equipments__tips) .equipments__tips {
  margin-top: 10px;
}

.equipments__desc-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  color: #000000;
}

@media screen and (max-width: 992px) {
  .equipments__desc-text {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .equipments__desc-text {
    font-size: 15px;
    line-height: 1.7777777778;
  }
}

.equipments__tips {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  color: #000000;
}

.equipments__row {
  display: flex;
  gap: 40px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .equipments__row {
    gap: 40px;
    margin-bottom: 40px;
    flex-direction: column;
  }
}

.equipments__img {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .equipments__img {
    gap: 5px;
  }
}

.equipments__col--1-2 {
  flex: 0 1 calc(50% - 20px);
}

.equipments__col--1-3 {
  flex: 0 1 calc(33.333% - 26.67px);
}

.equipments__col--720 {
  flex: 0 1 65.454%;
}

.equipments__col--340 {
  flex: 0 1 30.909%;
}

.equipments__col--full {
  flex: 0 1 100%;
}

.equipments__col-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.equipments__col-inner .equipments__subtitle {
  margin-bottom: 10px;
}

.equipments__col.equipments__col--reverse .equipments__col-inner {
  flex-direction: column-reverse;
}

@media screen and (max-width: 767px) {
  .equipments__col {
    flex: 0 0 100% !important;
  }
}

.equipments__border {
  border: 1px solid #000000;
  padding: 15px;
}

.equipments__inner:not(:last-child) {
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .equipments__inner:not(:last-child) {
    margin-bottom: 80px;
  }
}

.equipments .mb-0 {
  margin-bottom: 0;
}

.equipments .mb-10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .equipments .mb-10 {
    margin-bottom: 5px;
  }
}

.equipments .mb-30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .equipments .mb-30 {
    margin-bottom: 20px;
  }
}

.equipments sup {
  vertical-align: super;
  font-size: smaller;
}

@media screen and (max-width: 767px) {
  .equipments__subtitle+.equipments__row {
    gap: 20px;
  }
}

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