@charset "UTF-8";
/* ------------------------------------------------------------
common 制度・環境を知る
------------------------------------------------------------ */
.page-ttl-wrap .about-ttl .en {
  font-size: 50px;
  line-height: 0.84;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .page-ttl-wrap .about-ttl .en {
    font-size: 32px;
  }
}

.page-subtitle-icon .icon img {
  width: 48px;
}
@media screen and (max-width: 767px) {
  .page-subtitle-icon .icon img {
    width: 28px;
  }
}

.page-item-ttl {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.page-item-ttl span {
  color: #0092e6;
}
@media screen and (max-width: 767px) {
  .page-item-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.page-subcategory-bottom-wrap ul li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .page-subcategory-bottom-wrap ul li {
    width: 50%;
  }
}

main .line {
  width: 100%;
  max-width: 1100px;
  margin: 100px auto 0;
  border-bottom: 1px solid #313c4d;
}
@media screen and (max-width: 767px) {
  main .line {
    margin: 60px auto 0;
  }
}