.news ul > li .text {
  display: block;
  margin-top:5px;
}

.news .more {
  text-align: center;
}

.news .more a {
  padding: 0.75em 4em;
}

.introductions ul {
  display: block;
}

.introductions ul > li {
  width: 100%;
}

.introductions ul > li img {
  width: 56px;
}

.introductions ul > li a {
  display: block;
  border: 2px solid #027fc9;
  text-align: center;
  padding: 7.5% 0 4%;
  margin-bottom: 20px;
}

.introductions ul > li a .inner_title {
  margin-bottom: 20px;
  color: #fff;
}

.introductions ul > li a .inner_title .em {
  color: #fff;
}

.introductions ul > li a .inner_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 12px;
}

.introductions ul > li a .inner_comment {
  font-size: 125%;
}

.introductions ul .company {
  background: url(../img/bg-company_on_sp.jpg) center top / 100% auto no-repeat;
}

.introductions ul .technical {
  background: url(../img/bg-tech_on_sp.jpg) center top / 100% auto no-repeat;
}

.introductions ul .recruit {
  background: url(../img/bg-recruit_on_sp.jpg) center top / 100% no-repeat;
}

