@charset "UTF-8";
/* 対応商品：全モデル（foundation 同型） */
@media screen and (min-width: 769px) {
  .technology-detail--antisepsis .technology-detail-header-lineup {
    max-width: none;
  }
}

.technology-detail--antisepsis .technology-detail-mv {
  padding: 0;
  max-width: 1440px;
  position: relative;
  overflow: hidden;
}

.technology-detail--antisepsis .technology-detail-mv-bg {
  display: block;
  aspect-ratio: 1440/650;
  overflow: hidden;
}
.technology-detail--antisepsis .technology-detail-mv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .technology-detail--antisepsis .technology-detail-mv-bg {
    aspect-ratio: auto;
  }
  .technology-detail--antisepsis .technology-detail-mv-bg img {
    width: 100%;
    height: auto;
  }
}

.technology-detail--antisepsis .technology-detail-header-text {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .technology-detail--antisepsis .technology-detail-nav-item {
    text-align: left;
  }
}

/* section1 */
@media screen and (max-width: 768px) {
  #section1 .antisepsis-scroll-label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
  }
}

#section1 .antisepsis-scroll-label-icon {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  background: #E57A7A;
}

@media screen and (min-width: 769px) {
  #section1 .technology-detail-section-image.js-scroll {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  #section1 .technology-detail-section-image.js-scroll img {
    width: 207%;
    max-width: none;
  }
}

@media screen and (min-width: 769px) {
  #section1 .technology-detail-section-blocks-02 {
    margin-top: 60px;
  }
}

#section1 .technology-detail-section-image + .technology-detail-section-content {
  margin-top: 70px;
}

.antisepsis-section1-column {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .antisepsis-section1-column {
    margin-top: 30px;
    padding: 30px 20px;
  }
}

/* section2 */
@media screen and (max-width: 395px) {
  #section2 .antisepsis-section2-heading-br {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  #section2 .technology-detail-section-image {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) {
  #section2 .technology-detail-block-image picture {
    display: block;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  #section2 .technology-detail-block-image img {
    width: 100%;
    height: auto;
  }
}

#section2 .technology-detail-section-column-02-link {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2C2B26;
  position: relative;
  padding-right: 30px;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #section2 .technology-detail-section-column-02-link:hover {
    opacity: 0.7;
  }
  #section2 .technology-detail-section-column-02-link:hover .technology-detail-section-column-02-link-arrow .icon-on {
    opacity: 1;
  }
  #section2 .technology-detail-section-column-02-link:hover .technology-detail-section-column-02-link-arrow .icon-off {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  #section2 .technology-detail-section-column-02-link {
    margin-top: 20px;
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
    width: fit-content;
  }
}

#section2 .technology-detail-section-column-02-link-arrow {
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}
#section2 .technology-detail-section-column-02-link-arrow .icon-on,
#section2 .technology-detail-section-column-02-link-arrow .icon-off {
  position: absolute;
  width: 20px;
  height: 20px;
  transition: opacity 0.3s;
  top: 0;
  left: 0;
}
#section2 .technology-detail-section-column-02-link-arrow .icon-on {
  opacity: 0;
}
#section2 .technology-detail-section-column-02-link-arrow .icon-off {
  opacity: 1;
}

/* section2 被害データパネル */
.antisepsis-damage-panel {
  margin-top: 60px;
  border: 2px solid #3B8E48;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .antisepsis-damage-panel {
    margin-top: 30px;
  }
}

.antisepsis-damage-panel-header {
  margin: 0;
  padding: 14px 20px;
  background: #3B8E48;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .antisepsis-damage-panel-header {
    padding: 12px 16px;
    font-size: 16px;
  }
}

.antisepsis-damage-panel-body {
  display: flex;
  gap: 60px;
  padding: 60px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .antisepsis-damage-panel-body {
    flex-direction: column;
    gap: 42px;
    padding: 23px 15px;
  }
}

.antisepsis-damage-panel-col {
  flex: 1;
  min-width: 0;
}
.antisepsis-damage-panel-col:first-of-type {
  display: flex;
  flex-direction: column;
}
.antisepsis-damage-panel-col:last-of-type .antisepsis-damage-panel-chart {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .antisepsis-damage-panel-col:last-of-type .antisepsis-damage-panel-chart {
    margin-top: 30px;
  }
}

.antisepsis-damage-panel-heading {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.antisepsis-damage-panel-text {
  margin: 15px 0 0;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .antisepsis-damage-panel-text {
    margin-top: 10px;
  }
}

.antisepsis-damage-panel-chart {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .antisepsis-damage-panel-chart {
    margin-top: 20px;
  }
}
.antisepsis-damage-panel-chart img {
  width: 100%;
  height: auto;
  display: block;
}

/* section2 AQ */
.antisepsis-aq-column-image img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .antisepsis-aq-column-image img {
    max-width: 160px;
  }
}

/* section3 一貫生産 */
.antisepsis-section--production .technology-detail-section-inner {
  padding-bottom: 0;
}

.antisepsis-production-box {
  margin-top: 48px;
  border: 2px solid #3B8E48;
  border-radius: 16px;
  background: #F4FAF5;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .antisepsis-production-box {
    margin-top: 30px;
  }
}

.antisepsis-production-box-inner {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 60px 73px;
}
@media screen and (max-width: 768px) {
  .antisepsis-production-box-inner {
    flex-direction: column;
    gap: 24px;
    padding: 33px 20px 30px;
  }
}

.antisepsis-production-box-text {
  flex: 1;
  min-width: 0;
}
.antisepsis-production-box-text .technology-detail-section-lead {
  text-align: left;
}
.antisepsis-production-box-text .technology-detail-section-text + .technology-detail-section-text {
  margin-top: 16px;
}

.antisepsis-production-box-image {
  flex: 0 0 48%;
  max-width: 48%;
}
@media screen and (max-width: 768px) {
  .antisepsis-production-box-image {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}
.antisepsis-production-box-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* section4 耐久性 */
.antisepsis-section--durability {
  padding-top: 0;
}
.antisepsis-section--durability .technology-detail-section-inner {
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .antisepsis-section--durability .technology-detail-section-inner {
    padding-top: 30px;
  }
}

.antisepsis-durability-bar {
  background: #3B8E48;
  padding: 14px 20px;
  text-align: center;
}

.antisepsis-durability-bar-text {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .antisepsis-durability-bar-text {
    font-size: 18px;
  }
}

.antisepsis-durability-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .antisepsis-durability-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
}
.antisepsis-durability-grid img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 769px) {
  .antisepsis-durability-grid-item--chart {
    grid-row: span 2;
  }
}

@media screen and (max-width: 768px) {
  .antisepsis-durability-grid-item--bar {
    order: 3;
  }
}

.antisepsis-photo-row {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .antisepsis-photo-row {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .antisepsis-photo-row .technology-detail-section-row-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .antisepsis-photo-row .technology-detail-section-row-item + .technology-detail-section-row-item {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .antisepsis-photo-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .antisepsis-photo-row .technology-detail-section-row-item + .technology-detail-section-row-item {
    margin-top: 0;
  }
}

/* 賞状画像の罫線・シャドウ */
.technology-detail--antisepsis .technology-detail-block-image picture.is-bordered img {
  border: 1px solid #E9E9E9;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px) {
  .technology-detail--antisepsis .technology-detail-block-image picture.is-bordered {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=index.css.map */