section.mv {
  background: url(/factory/img/mv_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  section.mv {
    background-position: left center;
  }
}

hgroup [class*=__ttl] {
  margin-bottom: 15px;
  font-size: 45px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  hgroup [class*=__ttl] {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  hgroup [class*=__ttl] {
    font-size: 25px;
  }
}
hgroup [class*=__sub] {
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  hgroup [class*=__sub] {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  hgroup [class*=__sub] {
    font-size: 14px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.factory {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .factory {
    margin-bottom: 70px;
  }
}
.factory__lead {
  margin-bottom: 110px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .factory__lead {
    margin-bottom: 60px;
  }
}
.factory__lead-text {
  width: 90%;
  max-width: 850px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .factory__lead-text {
    font-size: 16px;
  }
}
.factory__detail {
  --bg: #ececec;
  --btn_c1: #0e1452;
  --btn_c2: #fff;
  --btn_c1_hover: #fff;
  --btn_c2_hover: #0e1452;
  background: var(--bg);
  padding-top: 80px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .factory__detail {
    padding-top: 40px;
  }
}
.factory__detail.bg-bl {
  --bg: #171c58;
  --btn_c1: #fff;
  --btn_c2: #0e1452;
  --btn_c1_hover: #0e1452;
  --btn_c2_hover: #fff;
  color: #fff;
}
.factory__detail-inner {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 7.5%;
}
@media screen and (max-width: 768px) {
  .factory__detail-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.factory__detail-ttl {
  margin-bottom: 55px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .factory__detail-ttl {
    margin-bottom: 25px;
    font-size: 30px;
  }
}
.factory__detail-desc {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .factory__detail-desc {
    font-size: 16px;
  }
}
.factory__detail-btn {
  position: relative;
  width: 90%;
  max-width: 290px;
  padding: 20px 0;
  text-align: center;
  background: var(--btn_c1);
  border: 1px solid #fff;
  color: var(--btn_c2);
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .factory__detail-btn {
    padding: 15px 0;
    font-size: 14px;
  }
}
.factory__detail-btn:hover {
  --btn_c1: var(--btn_c1_hover);
  --btn_c2: var(--btn_c2_hover);
}
.factory__detail-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  display: block;
  width: 7px;
  aspect-ratio: 7/15;
  background: var(--btn_c2);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition: inherit;
}
.factory__deco {
  margin-top: 30px;
  width: 100%;
}
.factory__deco.ta-r {
  text-align: right;
}
.factory__deco img {
  max-width: 95%;
  position: relative;
  translate: 0 20%;
}
/*# sourceMappingURL=style.css.map */
