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;
}

.info {
  --bg: #ececec;
  --color: #000;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: var(--bg);
  color: var(--color);
}
@media screen and (max-width: 768px) {
  .info {
    grid-template-columns: 1fr;
  }
}
.info.bg-bl {
  --bg: #0e1452;
  --color: #fff;
}
.info__img {
  padding-right: 13%;
}
@media screen and (max-width: 768px) {
  .info__img {
    padding: 0;
    aspect-ratio: 4/3;
  }
}
.info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info__content {
  padding-block: 30px;
  padding-right: 5vw;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .info__content {
    order: -1;
    padding: 25px 0;
  }
}
.info__content-inner {
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .info__content-inner {
    width: 90%;
    max-width: 100%;
    margin-inline: auto;
  }
}
.info__name {
  padding-top: 20px;
  grid-column: 1/-1;
  background: #fff;
  text-align: right;
}
.info__name img {
  max-width: 95%;
}
.info__text {
  margin: 70px 0 30px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .info__text {
    margin: 35px 0 20px;
    font-size: 16px;
  }
}
.info__access {
  padding: 30px 40px;
  background: #fff;
  color: #000;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .info__access {
    padding: 20px 5%;
  }
}
@media screen and (max-width: 600px) {
  .info__access {
    flex-direction: column;
  }
}
.info__place {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .info__place {
    font-size: 16px;
  }
}
.info__tel, .info__fax, .info__address {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .info__tel, .info__fax, .info__address {
    font-size: 14px;
  }
}
.info__tel:not(:first-child), .info__fax:not(:first-child), .info__address:not(:first-child) {
  margin-top: 10px;
}
.info__btn {
  --c1: #0e1452;
  --c2: #fff;
  position: relative;
  width: 100%;
  max-width: 215px;
  margin-top: 30px;
  padding: 20px 0;
  text-align: center;
  background: var(--c1);
  border: 1px solid #0e1452;
  color: var(--c2);
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .info__btn {
    margin-top: 20px;
    padding: 15px 0;
    font-size: 14px;
  }
}
.info__btn:hover {
  --c1: #fff;
  --c2: #0e1452;
}

.equipment {
  --bg1: #fff;
  --bg2: #0d1356;
  --color1: #fff;
  --color2: #0d1356;
  --order: 0;
  --justify-content: flex-end;
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .equipment {
    margin-bottom: 90px;
  }
}
.equipment__block {
  padding: 140px 0;
  background: var(--bg1);
}
@media screen and (max-width: 768px) {
  .equipment__block {
    padding: 70px 0;
  }
}
.equipment__block:nth-of-type(even) {
  --bg1: #ececec;
  --bg2: #fff;
  --color1: #000;
  --color2: #000;
  --order: 2;
  --justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .equipment__block:nth-of-type(even) {
    --order: 0;
    --justify-content: flex-end;
  }
}
.equipment__header {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .equipment__header {
    margin-bottom: 30px;
  }
}
.equipment__header [class*=__ttl] {
  font-size: 40px;
  margin-bottom: 5px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .equipment__header [class*=__ttl] {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .equipment__header [class*=__ttl] {
    font-size: 20px;
  }
}
.equipment__header [class*=__sub] {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .equipment__header [class*=__sub] {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .equipment__header [class*=__sub] {
    font-size: 14px;
  }
}
.equipment__info {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .equipment__info {
    flex-direction: column;
  }
}
.equipment__content {
  width: 50%;
  padding: 60px 4%;
  background: var(--bg2);
  color: var(--color1);
  order: var(--order);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .equipment__content {
    width: 100%;
    padding-block: 30px;
  }
}
.equipment__lead {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .equipment__lead {
    font-size: 16px;
  }
}
.equipment__list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.equipment__machine {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.equipment__machine-name {
  background: var(--bg1);
  color: var(--color2);
  font-size: 16px;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .equipment__machine-name {
    font-size: 14px;
  }
}
.equipment__machine-spec {
  padding-left: 2em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .equipment__machine-spec {
    font-size: 14px;
  }
}
.equipment__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .equipment__img {
    width: 100%;
  }
}
.equipment__btn {
  --c1: #0e1452;
  --c2: #fff;
  position: relative;
  margin-top: 130px;
  margin-inline: auto;
  width: 90%;
  max-width: 400px;
  padding: 20px 0;
  text-align: center;
  background: var(--c1);
  border: 1px solid #0e1452;
  color: var(--c2);
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s;
}
.equipment__btn.btn-inv {
  --c1: #fff;
  --c2: #0e1452;
}
.equipment__btn.btn-inv:hover {
  --c1: #0e1452;
  --c2: #fff;
}
.equipment__btn.mt0 {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .equipment__btn {
    margin-top: 70px;
    padding: 15px 0;
    font-size: 14px;
  }
}
.equipment__btn:hover {
  --c1: #fff;
  --c2: #0e1452;
}
.equipment__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  display: block;
  width: 7px;
  aspect-ratio: 7/15;
  background: var(--c2);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition: inherit;
}

.slick-dots {
  position: absolute;
  padding-top: 10px;
  width: 100%;
  display: flex;
  justify-content: var(--justify-content);
  gap: 10px;
}
.slick-dots li {
  font-size: 0;
}
.slick-dots li.slick-active button {
  background: #676767;
}
.slick-dots li button {
  border: none;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50px;
  background: #b5b5b5;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */
