@charset "utf-8";

/*----------------------------------------
    information pc共通
----------------------------------------*/

/*  .information_title
----------------------------------------*/
#article .information_title {
  padding-top: 50px;
}
#article .information_title h1 {
  font-size: 2.2rem;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 25px;
}
#article .information_title h1 .en {
  font-family: webFont;
  display: block;
}
#article .information_title h1 .jp {
  display: block;
  font-size: 1.5rem;
  margin-top: 2px;
}
#article .information_title h2 {
  height: 400px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 0 60px;
  line-height: 1;
}
#article .information_title h2 .en {
  display: block;
  width: 100%;
  font-family: webFont;
  font-size: 6rem;
  letter-spacing: 4px;
}
#article .information_title h2 .jp {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  margin-top: 20px;
}

/*  .information_bottom
----------------------------------------*/
.information_bottom {
  background-color: #fafafa;
  padding: 50px 0 60px 0;
  border-top: 1px solid #eeeeee;
}
.information_bottom ul {
  display: flex;
  justify-content: space-between;
}
.information_bottom ul li {
  width: 32%;
}
.information_bottom ul li a {
  display: flex;
  height: 130px;
  padding-left: 20px;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  letter-spacing: 3px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.information_bottom ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #bf1a20;
  border-right: 2px solid #bf1a20;
  transform: rotate(45deg);
}
.information_bottom ul li.company a {
  background-image: url(/jp/information/img/share/bg-bottom_company.jpg);
}
.information_bottom ul li.history a {
  background-image: url(/jp/information/img/share/bg-bottom_history.jpg);
  color: #fff;
}
.information_bottom ul li.message a {
  background-image: url(/jp/information/img/share/bg-bottom_message.jpg);
}
.information_bottom ul li.network a {
  background-image: url(/jp/information/img/share/bg-bottom_network.jpg);
  color: #fff;
}
.information_bottom ul li a .en {
  font-size: 2.0rem;
  font-family: webFont;
  display: block;
  width: 100%;
}
.information_bottom ul li a .jp {
  font-size: 1.2rem;
  display: block;
  width: 100%;
  font-weight: 500;
}
.information_bottom ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 979px){
.information_bottom ul li a {
  height: 100px;
}
}