@charset "UTF-8";

/* =====================
  変数
===================== */
:root {
  --inner-width: 1120px;
  --header-height: 100px;
}

/* =====================
  共通
===================== */
.inner {
  width: var(--inner-width);
  margin-inline: auto;
}

.tecs .title-wrapper span::before {
  background: var(--white);
}
/* =====================
  mv
===================== */
.main .mv {
  background: var(--black);
  padding-top: 310px;
  position: relative;
}
.main .mv .mv-bg {
  background-image: url('/assets/image/technology/tec_bg.png');
  min-height: 424px;
  height: 32.61538461538461vw;
  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: 80px;
  color: var(--white);
  margin-top: 21px;
  padding-inline: 50px;
  position: relative;
  z-index: 2;
  line-height: 1;
}
.main .about-container {
  position: relative;
}
.main .about {
  display: flex;
  width: 1200px;
  padding-inline: 48px;
  gap: 89px;
  margin-top: 187px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.main .about::before {
  content: attr(data-text);
  display: block;
  font-family: var(--mincho);
  font-size: 100px;
  white-space: nowrap;
  color: var(--white);
  position: absolute;
  top: -86px;
  opacity: 0.08;
  right: 140px;
}
.main .about::after {
  content: '';
  background-image: url('/assets/image/technology/book.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 227px;
  height: 186px;
  display: block;
  position: absolute;
  right: 0;
  top: -180px;
  opacity: 0.5;
}
.main .mv .about-wrapper {
  width: 480px;
  padding-top: 70px;
}
.main .mv .about p {
  font-size: 15px;
  color: var(--white);
  padding-top: 52px;
  line-height: 1.8;
}
.bg {
  pointer-events: none;
  position: absolute;
  top: 20px;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('/assets/image/common/bg.png');
  width: 100%;
  height: 693px;
  transform: skewY(-10deg);
}
/* =====================
  製品一覧
===================== */
.tec-list {
  background: var(--black);
  color: var(--white);
  padding-top: 110px;
  padding-bottom: 164px;
}
.tec-list .tecs {
  min-width: 1200px;
  position: relative;
  padding-top: 95px;
  padding-bottom: 100px;
  margin-inline: auto;
}
.tec-list .tecs::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 1200px) / 2 + 1200px);
  height: 100%;
  background: var(--red);
}
.tec-list .tecs .tecs-inner {
  position: relative;
  width: 1200px;
  margin-inline: auto;
  padding-inline: 41px;
  color: #fff;
}
.tec-list .tecs.tecs-inner *::selection {
  background: #0d0602;
}
.tec-list .tecs .tecs-wrapper ul {
  display: flex;
  margin-top: 58px;
  gap: 36px;
}
.tec-list .tecs .tecs-wrapper ul li {
  position: relative;
}
.tec-list .tecs .tecs-wrapper h3 {
  font-family: var(--mincho);
  font-size: 17px;
  padding-top: 36px;
}
.tec-list .tecs .tecs-wrapper p {
  font-size: 15px;
  padding-top: 18px;
}
.tec-list .tecs .tecs-wrapper .last {
  padding-top: 56px;
}
/* =====================
  to-link
===================== */
.tec-list .tecs .to-link {
  margin-top: 54px;
  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: 16px;
  font-family: var(--mincho);
}
