@charset "UTF-8";

/* =====================
  共通
===================== */
.tecs .title-wrapper span::before {
  background: var(--white);
}
/* =====================
  mv
===================== */
.main .mv {
  background: var(--black);
  padding-top: 64.966667vw;
  position: relative;
}
.main .mv .mv-bg {
  background-image: url('/assets/image/technology/tec_bg_2x.png');
  min-height: 66.8vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 2;
}
.main .mv h1 {
  font-family: var(--mincho);
  font-size: 10.666666666666666vw;
  color: var(--white);
  margin-top: 3.4vw;
  padding-inline: 4.666666666666667vw;
  position: relative;
  z-index: 2;
  line-height: 1;
}
.main .about-container {
  position: relative;
}
.main .about {
  display: flex;
  flex-direction: column;
  padding-inline: 4.666666666666667vw;
  align-items: center;
  gap: 10.266667vw;
  margin-top: 28vw;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.main .about::before {
  content: attr(data-text);
  display: block;
  font-family: var(--mincho);
  font-size: 13.333333333333334vw;
  white-space: nowrap;
  color: var(--white);
  position: absolute;
  top: -8vw;
  opacity: 0.08;
}
.main .about::after {
  content: '';
  background-image: url('/assets/image/technology/book_2x.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30.266666666666666vw;
  height: 24.666666666666668vw;
  display: block;
  position: absolute;
  right: 5vw;
  top: -22vw;
  opacity: 0.5;
}
.main .about-container .about .kv01 {
  width: 65.33333333333333vw;
  padding-top: 6vw;
}
.main .mv .about p {
  color: var(--white);
  padding-top: 5.7vw;
  line-height: 1.895;
}
.bg {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('/assets/image/common/bg.png');
  width: 100%;
  height: 209vw;
  transform: skewY(-10deg);
}
/* =====================
  設備一覧
===================== */
.tec-list {
  background: var(--black);
  color: var(--white);
  padding-top: 13.4vw;
  padding-bottom: 26.133333333333333vw;
}
.tec-list .tecs {
  position: relative;
  padding-top: 18.666666666666668vw;
  padding-bottom: 18.933333333333334vw;
  margin-inline: auto;
}
.tec-list .tecs::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 90.66666666666667vw) / 2 + 90.66666666666667vw);
  height: 100%;
  background: var(--red);
}
.tec-list .tecs .tecs-inner {
  position: relative;
  width: 90.66666666666667vw;
  margin-inline: auto;
  padding-left: 4.933333333333334vw;
  color: #fff;
}
.tec-list .tecs.tecs-inner *::selection {
  background: #0d0602;
}
.tec-list .tecs .tecs-wrapper {
  margin-bottom: 15vw;
}
.tec-list .tecs .tecs-wrapper ul {
  display: flex;
  flex-direction: column;
  margin-top: 7.733333vw;
  gap: 4.533333333333333vw;
}
.tec-list .tecs .tecs-wrapper ul li {
  position: relative;
}
.tec-list .tecs .tecs-wrapper h3 {
  font-family: var(--mincho);
  font-size: 4.533333333333333vw;
  padding-top: 6.433333vw;
  line-height: 2.1;
}
.tec-list .tecs .tecs-wrapper p {
  padding-top: 2.866667vw;
}
.tec-list .tecs .tecs-wrapper .last {
  padding-top: 0;
}
/* =====================
  to-link
===================== */
.tec-list .tecs .to-link {
  margin-top: -5vw;
  text-align: right;
}
.to-link a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
.to-link span {
  display: block;
  font-size: 3.7333333333333334vw;
  font-family: var(--mincho);
}
