#mind .main {
  padding-top: 0;
}
#mind .main .inner {
  padding: 0;
}
#mind .mind_mainVisual {
  height: 100dvh;
  height: -webkit-fill-available;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#mind .mind_wrap.fixedBottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
#mind .mind_wrap-craftsmanship .mind_mainVisual {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(/assets/img/top/img_thoughts_wood_sp.jpg) center center no-repeat;
  background-size: cover;
}
@media (width > 960px) {
  #mind .mind_wrap-craftsmanship .mind_mainVisual {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(/assets/img/mind/mind_01_craftsmanship.jpg) center center no-repeat;
    background-size: cover;
  }
}
#mind .mind_wrap-symbiosis .mind_mainVisual {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(/assets/img/top/img_thoughts_Earthquakeresistance_sp.jpg) center center no-repeat;
  background-size: cover;
}
@media (width > 960px) {
  #mind .mind_wrap-symbiosis .mind_mainVisual {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(/assets/img/top/img_thoughts_Earthquakeresistance.jpg) center center no-repeat;
    background-size: cover;
  }
}
#mind .mind_wrap-philosophy .mind_mainVisual {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(/assets/img/top/img_thoughts_maintenance_sp.jpg) center center no-repeat;
  background-size: cover;
}
@media (width > 960px) {
  #mind .mind_wrap-philosophy .mind_mainVisual {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(/assets/img/mind/mind_03_philosophy.jpg) center center no-repeat;
    background-size: cover;
  }
}
#mind .mind_wrap-maintenance .mind_mainVisual {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(/assets/img/top/img_thoughts_safety_sp.jpg) center center no-repeat;
  background-size: cover;
}
@media (width > 960px) {
  #mind .mind_wrap-maintenance .mind_mainVisual {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(/assets/img/mind/mind_04_maintenance.jpg) center center no-repeat;
    background-size: cover;
  }
}
#mind .mind_titleMotif {
  width: 150px;
  height: auto;
  aspect-ratio: 150/243;
  display: block;
}
#mind .mind_head {
  color: #fff;
  width: 205px;
}
#mind .mind_title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2.4;
  font-weight: 500;
  text-align: center;
}
#mind .mind_explain {
  display: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: justify;
}
#mind .mind_contents {
  position: relative;
  padding: 40px 20px 0;
  background: #FFF8F0;
}
#mind .mind_detailTitle {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 60px;
}
#mind .mind_detailText {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  padding-bottom: 140px;
  font-weight: 400;
}
#mind .mind_detailText br {
  display: none;
}
#mind .footer_inner {
  background: #FFF8F0;
}
@media (width > 960px) {
  #mind .mind_wrap {
    position: relative;
  }
  #mind .mind_mainVisual {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  #mind .mind_titleMotif {
    width: 170px;
    position: relative;
    top: 0;
    left: 0;
  }
  #mind .mind_head {
    position: relative;
    right: 0;
    bottom: 0;
    width: auto;
    margin-left: 60px;
  }
  #mind .mind_title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
  }
  #mind .mind_explain {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    width: 400px;
  }
  #mind .mind_contents {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  #mind .mind_detail {
    display: flex;
  }
  #mind .mind_detailTitle {
    flex: 1;
    padding-left: 130px;
  }
  #mind .mind_detailText {
    flex: 1;
    margin-bottom: 155px;
    padding-left: 62px;
    padding-right: 100px;
    line-height: 2.4;
    font-weight: 400;
  }
  #mind .mind_detailText br {
    display: inline;
  }
}