@import url("./common.css");

.company-fmic-way__section-title {
  color: var(--color-black);
  font-size: var(--font-size-page-title);
  font-weight: var(--font-weight-bold);
  margin: 0px;
}

.company-fmic-way__image {
  margin-top: 20px;
}

.company-fmic-way__image img {
  width: 100%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: var(--color-white);
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
}

.modal__img {
  max-width: var(--max-content-width);
  width: 100%;
}

.modal__img img {
  width: 100%;
}

/*  ~ 768px */
@media (768px > width) {
  .modal__close {
    top: 10px;
    right: 20px;
    font-size: 30px;
  }
}
