@charset "utf-8";

.caption {
  color: #333333;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.caption-title {
  font-size: 4rem;
  font-weight: bold;
  color: #333333;
}

.caption-subtitle {
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0;
  margin-bottom: 50px;
}

.first-view {
  color: #fff;
  background-image: url(images/background-black.jpeg);
  background-size: cover;
  height: 100vh;
  padding-top: 7rem;
  padding-left: 5rem;
  display: flex;
  align-items: center;
}

.first-view-container {
  display: block;
}

.catch-copy-english {
  font-size: 3rem;
}

.catch-copy-english h1 {
  margin-bottom: 1rem;
}

.catch-copy-text {
  font-size: 1.5rem;
  margin-top: 7rem;
}

.catch-copy-text h1 {
  margin-bottom: 1rem;
}

.about {
  padding: 12rem 0;
  text-align: center;
}

.about-content {
  margin-top: 50px;
}

.about-title {
  margin: 4rem 0;
}

.about-title h2 {
  margin-bottom: 3rem;
}

.about-text {
  margin-top: 5rem;
  font-weight: bold;
}

.about-text p {
  margin-bottom: 10px;
}

.business {
  background-color: #fafafa;
  padding: 0 5rem;
  padding-top: 12rem;
  padding-bottom: 5rem;
  text-align: center;
}

.business-content {
  margin: 40px 0;
}

.business-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 40px;
  margin-top: 100px;
}

.list-box {
  color: #fff;
  background: #333333;
  border-right: 10px;
  border-radius: 15px;
  box-shadow: 0px 15px 15px -6px rgba(0, 0, 0, 0.3);
}

.list-text {
  padding: 50px 20px;
}

.list-img {
  width: 100%;
  max-height: 450px;
  object-fit: contain;
  border-radius: 15px;
}

.business-list-title {
  margin-bottom: 40px;
}

.business-list-text {
  line-height: 1.5;
  text-align: left;
}

.product {
  margin-top: 10rem;
  width: 100%;
}

.product-title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}

.product-subtitle {
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}

.product-nomity {
  text-align: center;
  max-width: 70rem;
  margin-top: 7rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 3rem;
  border-radius: 1.5rem;
  background-color: #333333;
  box-shadow: 0px 1rem 1rem -0.6rem rgba(0, 0, 0, 0.3);
}

.nomity-title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

.nomity-subtitle {
  margin-top: 10px;
  font-weight: bold;
  color: #fff;
}

.nomity-subject {
  font-weight: bold;
  margin: 4rem 0;
  display: inline-block;
  border-radius: 20px;
  padding: 1rem 2rem;
  background: #fff;
  color: #333333;
}

.nomity-caption {
  font-weight: bold;
  font-size: 2.5rem;
  color: #fff;
}

.nomity-caption-text {
  line-height: 1.5;
  margin-top: 4rem;
  color: #fff;
  font-weight: bold;
}

.coming-text {
  margin-top: 3rem;
  font-size: 2rem;
}

.news {
  padding: 12rem 0;
  max-width: 60rem;
  text-align: center;
}

.news-box {
  width: 40rem;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: block;
  text-align: center;
}

.newslist {
  margin-bottom: 1.5rem;
  list-style-type: none;
  display: flex;
}

.date {
  padding: 0 20px 0 0;
  font-size: 15px;
  font-weight: bold;
  color: #aaaaaa;
}

.title {
  font-size: 15px;
  font-weight: bold;
  color: black;
}

.company {
  background-image: url(images/background-white.jpeg);
  background-size: cover;
  padding: 12rem 0;
}

table {
  width: 100%;
  border-spacing: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 30%;
  padding-right: 30%;
}

table th {
  text-align: left;
  padding: 20px 0;
  padding-right: 30px;
  border-bottom: solid 1px #333333;
}

table td {
  display: block;
  border-bottom: solid 1px #333333;
  padding: 3rem 0;
}

/**************************/
/* BELOW 944px (Tablets) */
/* (1em = 16px, 944px = 59em) */
/**************************/

@media (max-width: 59em) {
  .caption-title {
    font-size: 2.5rem;
  }

  .first-view {
    padding: 0 2rem;
  }

  .catch-copy-english {
    font-size: 3rem;
  }

  .catch-copy-text {
    margin-top: 10rem;
    font-size: 1.2rem;
  }

  .catch-copy-text h1 {
    margin-bottom: 2rem;
  }

  .about-title h2 {
    font-size: 2rem;
    line-height: 1.5;
  }

  .about {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-text p {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .business {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .business-list-title {
    font-size: 2rem;
  }

  .nomity-title {
    font-size: 3rem;
  }

  .nomity-caption {
    line-height: 1.5;
    text-align: left;
  }

  .nomity-caption-text {
    font-size: 1.5rem;
    font-weight: 100;
    text-align: left;
  }

  .list-text {
    padding: 3rem 2rem;
  }

  .list-img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
  }

  .business-list-title {
    margin-bottom: 3rem;
  }

  .business-list-text {
    font-size: 1.5rem;
  }

  .product-title {
    font-size: 2.5rem;
  }

  table {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  table tr td {
    font-size: 1.5rem;
  }

  .news-box {
    margin-left: 2rem;
  }

  .newslist {
    align-items: flex-end;
  }

  .date {
    font-size: 1.2rem;
  }

  .title {
    font-size: 1.5rem;
  }
}
