.l-content {
  background-color: #f0efed;
}

@media screen and (max-width: 768px) {
  .hide-at-sp {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .hide-at-pc {
    display: none !important;
  }
}

.section {
  padding-bottom: 97px;
}

.c-heading1 {
  padding-top: 50px;
  padding-bottom: 70px;
  width: 298px;
}
@media screen and (max-width: 768px) {
  .c-heading1 {
    width: 230px;
    padding-top: 10px;
    padding-left: 0px;
    margin-left: -20px;
    padding-bottom: 20px;
  }
}

.c-tab__item {
  color: #584c3b !important;
  background: #d3d0c6 !important;
  font-family: "Noto Serif JP", serif;
}
.c-tab__item.is-current {
  color: #fff !important;
  border-top: 1px solid #333333 !important;
  border-left: 1px solid #333333 !important;
  border-right: 1px solid #333333 !important;
  border-bottom: none !important;
  background: #584c3b !important;
}

.t-equipment__anchor__link {
  background: #584c3b !important;
  color: #fff !important;
  font-family: "Noto Serif JP", serif;
}

.bg-dark {
  position: relative;
  color: #fff;
  z-index: 0;
}
.bg-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #7e7469;
}

.bg-dark2 {
  position: relative;
  color: #fff;
  z-index: 0;
}
.bg-dark2::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #584c3b;
}

.bg-light {
  position: relative;
  z-index: 0;
}
.bg-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #d3d0c6;
}

.bg-light2 {
  position: relative;
  z-index: 0;
}
.bg-light2::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #c8bb9b;
}

@media screen and (min-width: 769px) {
  .t-equipment__anchor {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}

.t-equipment__anchor__link {
  line-height: 1.2;
}

.c-title--contents {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.06em;
  border-top: none;
}
.c-title--contents.-mt_0 {
  margin-top: 0;
}
.c-title--contents.-mt_large {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .c-title--contents.-mt_large {
    margin-top: 100px;
  }
}

.s-visual {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .s-visual {
    margin-bottom: 20px;
  }
}
.s-visual figcaption {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .s-visual figcaption {
    font-size: 10px;
  }
}

.s-row {
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  row-gap: 36px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .s-row {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 20px;
  }
}
.s-row.-half {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.s-row.-col3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .s-row.-col3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.s-eq__text {
  margin-top: 15px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .s-eq__text {
    font-size: 14px;
    -moz-font-feature-settings: "palt";
    margin-top: 5px;
  }
}
.s-eq__text span {
  font-size: 12px;
  display: block;
  line-height: 1.5;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .s-eq__text span {
    font-size: 10px;
  }
}
.s-eq__text a {
  color: #FFF;
}

.s-has-bg-cap {
  position: relative;
}
.s-has-bg-cap figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  padding: 2px 5px;
  color: #fff;
  background-color: #818181;
}
@media screen and (max-width: 768px) {
  .s-has-bg-cap figcaption {
    padding: 2px;
  }
}

.s-half {
  gap: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .s-half {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.s-has-cap {
  position: relative;
}
.s-has-cap figcaption {
  position: absolute;
  bottom: 2px;
  right: 2px;
}
@media screen and (max-width: 768px) {
  .s-has-cap figcaption {
    font-size: 10px;
  }
}

.s-eq__text2 {
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .s-eq__text2 {
    font-size: 12px;
  }
}
.s-eq__text2 a {
  color: #FFF;
}
.s-eq__text2 span {
  font-size: 12px;
  display: block;
  line-height: 1.5;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .s-eq__text2 span {
    font-size: 10px;
  }
}

.s-eq__cap {
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .s-eq__cap {
    font-size: 10px;
  }
}
.s-eq__cap a {
  color: #FFF;
}

.c-tab__panel__item {
  padding-bottom: 0;
}

.c-tab {
  margin-bottom: 0;
}

.s-space {
  height: 170px;
  background-color: #d3d0c6;
}

.c-tab__wrap.-bottom {
  margin-bottom: 0;
}
/*# sourceMappingURL=eq.css.map */