@charset "UTF-8";
/* CSS Document */

body{
  background: url(../refer/bg_corp.png) no-repeat 100% 140px;
}
.Category{
  text-align: center;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 2.5rem;
}
.Category .Sub{
  font-size: 1.4rem;
  color: #00baae;
  font-weight: 400;
}
.NavCorp ul{
  display: flex;
  justify-content: center;
}
.NavCorp ul li{
  width: 175px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #FFF;
}
.NavCorp ul li a{
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  background-color: #FFF;
}
.NavCorp ul li a:hover{
  color: #FFF;
  background-color: #000;
}
.ActiveMessage .NavMessage a,
.ActiveIR .NavIR a,
.ActiveInfo .NavInfo a{
  color: #FFF;
  background-color: #000;
  position: relative;
}
.ActiveMessage .NavMessage a:hover,
.ActiveIR .NavIR a:hover,
.ActiveInfo .NavInfo a:hover{
  cursor: default;
}
.ActiveMessage .NavMessage a::after,
.ActiveIR .NavIR a::after,
.ActiveInfo .NavInfo a::after{
  display: block;
  width: 13px;
  height: 7px;
  content: "";
  background: url(../refer/ic_nav.png) no-repeat 50% 50%;
  background-size: 13px;
  position: absolute;
  left: 81px;
  bottom: -9px;
}
.Article h1,
.Article h2{
  font-size: 2.4rem;
  padding-bottom: 4px;
  margin-top: 5rem;
  margin-bottom: 2rem;
  border-bottom: 4px solid #f2f2f2;
  position: relative;
}
.Article h1::before,
.Article h2::before{
  display: block;
  width: 48px;
  height: 4px;
  content: "";
  background-color: #00baae;
  position: absolute;
  left: 0;
  bottom: -4px;
}

/*AboutCorp*/
.AboutCorp dt{
  float: left;
  font-weight: 600;
}
.AboutCorp dd{
  padding-left: 10em;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
  border-bottom:1px solid #f2f2f2 ;
}
.History{
  padding: 1.6rem 0 0.6rem 1.6rem;
  margin-left: 1em;
  border-left: 1px solid #00baae;
}
.History li{
  padding-left: 5rem;
  margin-bottom: 1.6rem;
  position: relative;
}
.History li::before{
  content: "●";
  color: #00baae;
  position: absolute;
  left: -1.5em;
  top: 0;
}
.History li .Year{
  font-weight: 600;
  color: #00baae;
  position: absolute;
  left: 0;
  top: 0;
}
/*Message*/
.MessageFlex{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.MessageFlex .Message{
  margin-right: 40px;
}
.MessageFlex .PresidentBox figcaption{
  color: #FFF;
  font-weight: 400;
  text-align: center;
  padding: 10px 0;
  background-color: #006b99;
}
.MessageFlex .PresidentBox figcaption strong{
  font-weight: 400;
  font-size: 2.4rem;
}
.MessageFlex .PresidentBox img{
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
body{
  background: url(../refer/bg_corp.png) no-repeat 100% 45vw;
  background-size: 80vw;
}
.Article h1,
.Article h2{
    font-size: 2rem;
    margin-top: 3rem;
}
.NavCorp ul{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ActiveMessage .NavMessage a::after,
.ActiveIR .NavIR a::after,
.ActiveInfo .NavInfo a::after{
  position: absolute;
  left: 20vw;
  bottom: -9px;
}
.NavCorp ul li{
  width: 44vw;
  margin-right: 1.5vw;
  margin-left: 1.5vw;
  margin-bottom: 20px;
}
/*AboutCorp*/
.AboutCorp dd{
  padding-left: 6em;
}
.History{
  margin-left: 7vw;
}
.History li::before {
    position: absolute;
    left: -2.3rem;
    top: 0;
}
.Map{
  height: 96vw;
}
/*Message*/
.MessageFlex{
  display: block;
}
.MessageFlex .Message{
  margin-right: 0;
}
.MessageFlex .PresidentBox figcaption{
  width: 60vw;
  margin: 0 auto;
} 
.MessageFlex .PresidentBox figcaption strong{
  font-weight: 600;
  font-size: 1.6rem;
}
.MessageFlex .PresidentBox img{
  width: 60vw;
  height: auto;
}

}