/*  #contents
----------------------------------------*/
#contents .inner {
  padding-bottom: 7%;
}

#contents .message {
  margin: 1.2% auto 0;
  width: 95%;
  max-width: 980px;
}

.news .title {
  text-align: center;
  margin-bottom: 24px;
}

.news ul > li {
  padding: 1em 0;
  border-top: 2px solid #eee;
}

.news ul > li:last-child {
  border-bottom: 2px solid #eee;
}


.news ul > li .category {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 20px;
  border-radius: 4px;
}

.news ul > li .company_info {
  background-color: #ff8e06;
  color: #fff;
}

.news ul > li .society {
  background-color: #00a0e9;
  color: #fff;
}

.news ul > li .information {
  background-color: #da261e;
  color: #fff;
}

.news ul > li .date {
  margin-right: 24px;
}

.news .more {
  text-align: right;
  padding-top: 2em;
}

.news .more a {
  display: inline-block;
  background: #0180c9;
  color: #fff;
  padding: 0.75em 2em;
  border-radius: 4px;
}

.introductions ul {
  display: flex;
  justify-content: space-between;
}

.introductions ul > li {
  width: 30%;
  flex: 0 1 auto;
}

.introductions ul > li img {
  margin: 0 auto;
  width: auto;
}

.introductions ul > li a {
  display: block;
  border: 2px solid #027fc9;
  text-align: center;
  padding: 20.5% 12% 13.8%;
  color: #0180c9;
}

.introductions ul > li a:hover,
.introductions ul > li a:hover .inner_title,
.introductions ul > li a:hover .inner_title .em {
  color: #fff;
  opacity: 1;
}

.introductions ul .company:hover {
  background: url(../img/bg-company_on.jpg) no-repeat;
  background-size: cover;
}

.introductions ul .technical:hover {
  background: url(../img/bg-tech_on.jpg) no-repeat;
  background-size: cover;
}

.introductions ul .recruit:hover {
  background: url(../img/bg-recruit_on.jpg) no-repeat;
  background-size: cover;
}

.introductions ul > li a .inner_text {
  position: relative;
  margin-top: 2em;
}

.introductions ul > li a .inner_text::before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  top: calc(100% - 19px);
  left: calc(50% - 5px);
  transform: rotate(-45deg);
}

.introductions ul > li a .inner_text::after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid;
  margin: 1.5em auto 0;
  border-radius: 999px;
}


.introductions ul > li a .inner_title {
  margin-bottom: 40px;
  color: #000;
}

.introductions ul > li a .inner_title .em {
  font-size: 150%;
}

.introductions .en {
  font-size: 162.5%;
}

