@media screen and (max-width: 768px) {
  .technology-category-block--energy {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .technology-category-block--energy .technology-category-block-text {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .technology-category-block--energy .technology-common-heading {
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  .technology-category-block--energy p {
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .technology-category-block--energy .technology-category-block-notes {
    order: 4;
  }
}

@media screen and (max-width: 768px) {
  .technology-category-block--energy .technology-category-block-image {
    margin-top: 20px;
    order: 3;
  }
}

.technology-category-date {
  position: relative;
  width: 100vw;
  margin: 40px calc(50% - 50vw) 0;
  padding: 120px 0 20px;
}

@media screen and (max-width: 768px) {
  .technology-category-date {
    margin: 60px 0 0 -20px;
    padding: 80px 0 20px;
    width: calc(100% + 40px);
  }
}

.technology-category-date.is-noon {
  background: #fff;
}

.technology-category-date.is-night {
  background: #A5A7D0;
}

.technology-category-date-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.technology-category-date-toggle {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 180px;
  height: 40px;
  background: #fff;
  border-radius: 9999px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 3;
}

.technology-category-date-toggle-bg {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(50% - 6px);
  height: calc(100% - 6px);
  background: #F26A02;
  border-radius: 9999px;
  transition: all 0.3s ease;
  z-index: 1;
}

.technology-category-date-toggle-btn {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  z-index: 2;
  transition: color 0.3s ease;
}

.technology-category-date-toggle-btn.active {
  color: #fff;
}

.technology-category-date-toggle-btn:not(.active) {
  color: #333;
}

.technology-category-date-toggle.is-night .technology-category-date-toggle-bg {
  left: calc(50% + 3px);
  background: #684A9E;
}

.technology-category-date-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  text-align: center;
  display: none;
}

@media screen and (max-width: 768px) {
  .technology-category-date-content {
    top: 80px;
    transform: translate(-50%, 0);
  }
}

.technology-category-date-content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  display: block;
}

.technology-category-date-image {
  display: block;
  margin: auto;
}

.technology-category-date-text {
  position: absolute;
  top: -81px;
  right: 8.5%;
  max-width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .technology-category-date-text {
    position: static;
    margin-top: 20px;
  }
}

.technology-category-date-text.--noon {
  width: 311px;
}

.technology-category-date-text.--night {
  right: 14.5%;
  width: 163px;
}

.technology-category-section-image {
  position: relative;
}

.technology-category-section-pins {
  display: none;
}

@media screen and (max-width: 768px) {
  .technology-category-section-pins {
    display: block;
  }
}

.technology-category-section-pins li {
  position: absolute;
}

.technology-category-section-pins li:nth-child(1) {
  top: 37.5%;
  right: 21.5%;
}

.technology-category-section-pins li:nth-child(2) {
  top: 48%;
  left: 50%;
}

.technology-category-section-pins li:nth-child(3) {
  top: 54%;
  left: 22%;
}

.technology-category-section-pins li:nth-child(4) {
  top: 31%;
  left: 33.5%;
}

.technology-category-section-pins li:nth-child(5) {
  top: 14%;
  left: 19%;
}

.technology-category-section-pins button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(59, 142, 72, 0.7);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.technology-category-section-pins button.is-active {
  background: rgba(242, 106, 2, 0.7);
}

.technology-category-section-slider {
  display: none;
}

@media screen and (max-width: 768px) {
  .technology-category-section-slider {
    position: relative;
    margin-top: 24px;
    display: block;
  }
}

.technology-category-section-slide {
  background: #F5F5F5;
  border-radius: 16px;
  padding: 20px;
}

.technology-category-section-slide-text {
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
}

.technology-category-section-slide-title {
  margin-top: 5px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.01em;
}

.technology-category-section-slider-button-prev,
.technology-category-section-slider-button-next {
  top: 38%;
  width: 38px;
  height: 38px;
}

.technology-category-section-slider-button-prev {
  background: url(/technology/img/common/slider_icon_prev.png) no-repeat center center/cover;
  left: -18px;
}

.technology-category-section-slider-button-next {
  background: url(/technology/img/common/slider_icon_next.png) no-repeat center center/cover;
  right: -18px;
}

.technology-category-section-slider-button-prev::after,
.technology-category-section-slider-button-next::after {
  display: none;
}
