@charset "UTF-8";

/* common */
.dept-inner {
  width: 90%;
  margin: 0 auto;
}
.dept-title-wrap {
  display: flex;
  align-items: center;
}
.dept-icon {
  width: 80px;
  margin: 0;
}
.dept-title {
  font-size: 3em;
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 0 20px;
}
.dept-txt {
  font-size: 1.5em;
  line-height: 30px;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
  .dept-title {
    font-size: 2em;
    line-height: 32px;
  }
  .dept-txt {
    font-size: 1.4em;
    line-height: 28px;
  }
}