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

.sp-inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-inline {
    display: inline;
  }
}

.technology-detail-section-image video {
  border-radius: 16px;
  max-width: 100%;
}

#section2 .technology-detail-section-image {
  max-width: 670px;
  margin-inline: auto;
}

.technology-detail-mv {
  background: #F5F5F5;
  padding: 34px 0;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .technology-detail-mv {
    padding: 0;
  }
}

.technology-detail-mv-inner {
  max-width: 976px;
  margin: auto;
}

.technology-experiment-history {
  background: #F5F5F5;
  border-radius: 16px;
  padding: 30px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .technology-experiment-history {
    padding: 30px 10px;
    margin-top: 30px;
  }
}

.technology-experiment-history-image > picture {
  display: block;
  overflow-x: scroll;
  overflow-y: auto;
}
.technology-experiment-history-image img {
  width: 2367px;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .technology-experiment-history-image img {
    width: 2218px;
  }
}
.technology-experiment-history-image::after {
  content: "";
  display: block;
  background: url(/technology/img/common/comonn_icon_scroll.png) no-repeat center center/cover;
  width: 66px;
  height: 12px;
  margin-top: 15px;
  margin-left: auto;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.technology-experiment-column {
  background: #F5F5F5;
  border-radius: 16px;
  padding: 30px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .technology-experiment-column {
    padding: 30px 20px;
    margin-top: 40px;
  }
}

.technology-experiment-column-heading {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .technology-experiment-column-heading {
    text-align: left;
  }
}

.technology-experiment-column-text {
  margin-top: 28px;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .technology-experiment-column-text {
    text-align: left;
  }
}

.technology-experiment-column-image {
  margin-top: 41px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .technology-experiment-column-image {
    margin-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .technology-experiment-column-image img {
    width: 924px;
  }
}

.technology-detail-section-row-item .technology-detail-section-row-item-heading {
  margin-top: 3.7735849057%;
}
@media screen and (max-width: 768px) {
  .technology-detail-section-row-item .technology-detail-section-row-item-heading {
    margin-top: 0;
  }
}
.technology-detail-section-row-item:last-child .technology-detail-section-row-item-heading {
  margin-top: 5.6603773585%;
}
@media screen and (max-width: 768px) {
  .technology-detail-section-row-item:last-child .technology-detail-section-row-item-heading {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .technology-detail-section-row-item-heading {
    position: relative;
    padding-top: 23px;
    font-size: 24px;
    line-height: 1.6;
  }
}
.technology-detail-section-row-item-heading::before {
  content: "";
  background: url(/technology/img/common/common_heading_deco.png) no-repeat center center/cover;
  width: 53px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .technology-detail-section-row-item-heading::before {
    display: block;
  }
}

.technology-experiment-image-wrap {
  max-width: 976px;
  margin: 48px auto 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .technology-detail-block-image img {
    width: 100%;
  }
}

.technology-experiment-image {
  position: relative;
}
@media screen and (max-width: 768px) {
  .technology-experiment-image img {
    width: 100%;
  }
}

.technology-experiment-image-heading {
  background: #F26A02;
  border-radius: 16px 16px 0 0;
  padding: 5px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.technology-experiment-slider {
  position: relative;
}

.technology-experiment-slider-tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .technology-experiment-slider-tab {
    display: block;
  }
}

.technology-experiment-slider-tab > button.technology-experiment-slider-tab-button {
  position: absolute;
  margin: 0;
  display: inline-block;
  background: #3B8E48;
  border-radius: 100px;
  padding: 14px 17px 14px 43px;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 15px;
  text-align: left;
  line-height: 1.2;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .technology-experiment-slider-tab > button.technology-experiment-slider-tab-button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .technology-experiment-slider-tab > button.technology-experiment-slider-tab-button {
    padding: 0.7633587786vw 2.5445292621vw 0.7633587786vw 6.6157760814vw;
    font-size: 3.3078880407vw;
  }
}
.technology-experiment-slider-tab > button.technology-experiment-slider-tab-button::before {
  content: "";
  background: url(/technology/comfortable/floor/img/slider_icon_search.png) no-repeat center center/cover;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .technology-experiment-slider-tab > button.technology-experiment-slider-tab-button::before {
    width: 3.3078880407vw;
    height: 3.3078880407vw;
    left: 2.2900763359vw;
  }
}
.technology-experiment-slider-tab > button.technology-experiment-slider-tab-button.swiper-pagination-bullet-active {
  background: #F98A34;
}
.technology-experiment-slider-tab > button.technology-experiment-slider-tab-button.is-01 {
  top: 35%;
  left: 59%;
}
.technology-experiment-slider-tab > button.technology-experiment-slider-tab-button.is-02 {
  top: 30%;
  left: 12%;
}
.technology-experiment-slider-tab > button.technology-experiment-slider-tab-button.is-03 {
  top: 43%;
  left: 8%;
}
.technology-experiment-slider-tab > button.technology-experiment-slider-tab-button.is-04 {
  top: 59%;
  left: 4%;
}
.technology-experiment-slider-tab > button.technology-experiment-slider-tab-button.is-05 {
  top: 82.5%;
  left: 15%;
}
.technology-experiment-slider-tab > button.technology-experiment-slider-tab-button.is-05 {
  top: 82.5%;
  left: 15%;
}
.technology-experiment-slider-tab > button.technology-experiment-slider-tab-button.is-06 {
  top: 66%;
  left: 53%;
}

.technology-experiment-slider-button-prev {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -10px;
  background: url(/technology/img/common/slider_icon_prev.png) no-repeat center center/cover;
  width: 30px;
  height: 30px;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.technology-experiment-slider-button-prev.swiper-button-disabled {
  opacity: 0.7;
}

.technology-experiment-slider-button-next {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -10px;
  background: url(/technology/img/common/slider_icon_next.png) no-repeat center center/cover;
  width: 30px;
  height: 30px;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.technology-experiment-slider-button-next.swiper-button-disabled {
  opacity: 0.7;
}

.technology-experiment-image-inner {
  display: none;
}
@media screen and (max-width: 768px) {
  .technology-experiment-image-inner {
    display: block;
    background: #2F4E70;
    border-radius: 0 0 16px 16px;
    padding: 30px 20px;
  }
}

.technology-experiment-slide {
  background: #fff;
  border-radius: 16px;
  padding: 20px 0;
  min-height: 178px;
}

.technology-experiment-slide-heading {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.technology-experiment-slide-text {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  min-height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.technology-experiment-image-text {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 30px 20px;
  margin-top: 30px;
}
.technology-experiment-image-text > p {
  font-size: 20px;
  font-weight: 500;
}
.technology-experiment-image-text > ul {
  margin-top: 24px;
}
.technology-experiment-image-text > ul li {
  font-size: 15px;
  line-height: 1.8;
}
.technology-experiment-image-text > ul + p {
  margin-top: 30px;
}

.technology-detail-section-video {
  max-width: 976px;
  margin: 40px auto 0;
}
.technology-detail-section-video > video {
  width: 100%;
}

.technology-detail-link {
  width: 100%;
}

.technology-detail-link-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .technology-detail-link-inner {
    flex-direction: column-reverse;
  }
}

.technology-detail-link-text-wrap {
  width: 42.45%;
}
@media screen and (max-width: 768px) {
  .technology-detail-link-text-wrap {
    width: 100%;
  }
}

.technology-detail-link-image {
  width: 44.24%;
}
@media screen and (max-width: 768px) {
  .technology-detail-link-image {
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */