@charset "UTF-8";
/* common */
.bgEee{
  background: #eeeeee;
}

p.btn a{
position: relative;
display: inline-block;
padding: 0;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 16px;
}
p.btn a::after{
position: absolute;
top: 0;
bottom: 0;
margin: auto;
content: "";
vertical-align: middle;
}
p.btn a::after{
right: 5%;
width: 8px;
height: 8px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

h2 {
  font-size: 55px;
  font-family: "Roboto";
  font-weight: 600;
  line-height: 1em;
}
h2 span {
  display: block;
  line-height: 1em;
  font-size: 22px;
  padding: 20px 0 30px;
}
h2 span::after {
  content: " ";
  width: 50px;
  height: 5px;
  display: block;
  background: #b80000;
  margin: 20px auto 0;
}
/* mainPic */
#mainPic{
  text-align: center;
}
#mainPic img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* news */
#news {
  height: auto;
  overflow-y: hidden;
}
#news .rapper {
  width: 100%;
  max-width: 1020px;
  padding: 0;
}
#news .rapper h2{
  line-height: 1.4;
  max-width: 126px;
  width: 16%;
  font-size: 42px;
  font-weight: 600;
  font-family: "Roboto";
  display: table-cell;
  vertical-align: middle;
  min-height: 50px;
}
#news .rapper ul {
  width: 80%;
  padding:20px 0 20px 20px;
  display: table-cell;
  vertical-align: middle;
  min-height: 50px;
}
#news .rapper ul li {
  padding: 0;
  text-align: left;
  margin-left: 6em;
  text-indent: -6em;
}
#news .rapper ul li span.date {
  font-size: 16px;
  font-weight: bold;
  color: #001a69;
  margin-right: 20px;
}
#news .rapper ul li span.text {
  text-indent: -20px;
}
/* ourbusiness */
#ourbusiness {
  padding: 70px 0;
}
#ourbusiness .contentBox {
  width: 45%;
  float: left;
}
#ourbusiness p.lead {
  margin-bottom: 25px;
}
#ourbusiness p.btn {
  width: 280px;
  height: 55px;
  margin: 0 auto;
}
#ourbusiness p.btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 55px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: bold;
  background: #001a69;
}
#ourbusiness p.btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#ourbusiness p.pic {
  width: 50%;
  float: right;
}
#ourbusiness p.pic img {
  width: 100%;
  height: auto;
}
/* interview */
#interview {
  padding: 70px 0;
}
#interview p.lead {
  margin-bottom: 40px;
}
#interview ul {
  display: table-row;
  margin-right: -15px;
}
#interview ul li {
  width: 50%;
  max-width: 510px;
  display: table-cell;
  text-align: left;
  padding: 0 0;
}
#interview ul li.left {
  padding-right: 30px;
}
#interview ul li a:hover{
  text-decoration: none;
}
#interview ul li .pic {
  width: 47.5%;
  max-width: 228px;
  display: block;
  margin: 0;
  float: left;
}
#interview ul li .pic img {
  width: 100%;
  height: auto;
}
#interview ul li a.inner {
  background: #eee;
  display: block;
}
#interview ul li a.inner .text {
  display: block;
  height: auto;
  padding: 50px 1% 0px 3%;
  float: left;
  vertical-align: middle;
  width: 47%;
}
#interview ul li a.inner .text .title {
  color: #001a69;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4em;
}
#interview ul li a.inner .text .title.min {
  font-size: 13px;
}
#interview ul li a.inner .text .name {
font-weight: bold;
line-height: 1.8em;
width: 100%;
position: relative;
display: inline-block;
padding: 0;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 14px;
}

#interview ul li a.inner .text .name::after{
position: absolute;
bottom: 5px;
right: 6px;
margin: auto;
content: "";
vertical-align: middle;
width: 6px;
height: 6px;
border-top: 2px solid #001a69;
border-right: 2px solid #001a69;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#interview ul li a.inner .text .name span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5em;
}

/* crosstalk */
#crosstalk {
  padding: 70px 0;
}
#crosstalk .contentBox {
  width: 40%;
  float: right;
}
#crosstalk p.lead {
  margin-bottom: 25px;
}
#crosstalk p.btn {
  width: 280px;
  height: 55px;
  background: #001a69;
  margin: 0 auto;
}
#crosstalk p.btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 55px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: bold;
}
#crosstalk p.btn a:hover {
  text-decoration: none;
}
#crosstalk p.pic {
  width: 50%;
  float: left;
}
#crosstalk p.pic img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

/* company */
#company {
  padding: 70px 0;
}
#company .contentBox {
  width: 45%;
  float: right;
}
#company p.lead {
  margin-bottom: 25px;
  width: 100%;
}
#company p.btn {
  width: 280px;
  height: 55px;
  margin: 0 auto;
}
#company p.btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 55px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: bold;
  background: #001a69;
}
#company p.btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#company p.pic {
  width: 50%;
  float: left;
}
#company p.pic img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

/* entry */
#entry {
  padding: 70px 0;
}
#entry .banner p.ricBtn {
  width: 90%;
  max-width: 530px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: -0.04em;
}
#entry .banner p.ricBtn a {
  display: block;
  padding: 40px 50px 40px 30px;
  height: auto;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  background: url(../img/common/icon_mail.gif) no-repeat right center #b80000;
  background-position-x: 450px;
}
#entry .banner p.ricBtn a:hover {
  text-decoration: none;
  background: url(../img/common/icon_mail.gif) no-repeat right center #ec3b3b;
  background-position-x: 450px;
}
@media screen and (max-width: 1023px) {
  #interview ul li {
    width: 485px;
    padding: 10px;
  }
  #interview ul li a.inner .text {
    padding: 40px 0 0 3%;
  }
  #interview ul li a.inner .text .title {
    letter-spacing: -0.1em;
  }
}
@media screen and (max-width: 896px) {
  #interview ul {
    display: block;
    margin-right: 0;
    padding: 60px 3% 0 5%;
  }
  #interview ul li {
    width: 100%;
    display: block;
    float: none;
    padding: 0;
    margin-bottom: 15px;
  }
  #interview ul li a.inner .text .title{
    font-size: 13px;
    letter-spacing: normal;
  }
  #interview ul li a.inner .text .name{
    font-size: 13px;
    letter-spacing: normal;
  }
}
/* sp */
@media screen and (max-width: 769px) {
  h2 {
    font-size: 30px;
    font-family: "Roboto";
    font-weight: 600;
    line-height: 1em;
  }
  h2 span {
    display: block;
    line-height: 1em;
    font-size: 14px;
    padding: 5px 0 10px;
  }
  h2 span::after {
    content: " ";
    width: 30px;
    height: 3px;
    display: block;
    background: #b80000;
    margin: 20px auto 0;
  }
  p.btn a{
  position: relative;
  display: inline-block;
  padding: 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
  }
  p.btn a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  }
  p.btn a::after{
  right: 8%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  }

  /* mainPic */
  #mainPic{
    text-align: center;
  }
  #mainPic img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  
  /* news */
  #news {
    height: auto;
    overflow-y: hidden;
  }
  #news .rapper {
    width: 100%;
    max-width: 1020px;
    padding: 0;
  }
  #news .rapper h2{
    font-size: 21px;
    font-weight: 600;
    font-family: "Roboto";
    display: inline-block;
    text-align: center;
    min-height: 0;
    line-height: 1em;
    margin: 15px 0 10px;
  }
  #news .rapper ul {
    display: block;
    margin: 0;
    padding: 0 5%;
    min-height: 0;
  }
  #news .rapper ul li {
    padding: 0;
    text-align: left;
    margin-left: 0em;
    text-indent: 0em;
  }
  #news .rapper ul li span.date {
    font-size: 14px;
    display: block;
    line-height: 1em;
    font-weight: bold;
    color: #001a69;
    margin-bottom:5px;
  }
  #news .rapper ul li span.text {
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom:15px;
    text-indent: 0;
  }

  #ourbusiness,#interview,#crosstalk,#entry {
    padding: 35px 0;
  }
  /* ourbusiness */
  #ourbusiness .contentBox {
    width: 100%;
    float: none;;
  }
  #ourbusiness p.lead {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #ourbusiness p.btn {
    width: 60%;
    height: 55px;
    background: #001a69;
    margin: 0 auto 35px;
  }
  #ourbusiness p.btn a {
    font-size: 14px;
  }
  #ourbusiness p.pic {
    width: 100%;
    float: none;
  }
  
  /* interview */
  #interview p.lead {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #interview ul {
    padding: 0;
  }
  #interview ul li .pic {
    width: 40%;
  }
  #interview ul li a.inner .text {
    padding: 30px 0 0 3%;
    font-size: 14px;
  }
  #interview ul li a.inner .text .title {
    font-size: 13px;
  }
  #interview ul li a.inner .text .name {
    font-size: 13px;
  }
  #interview ul li a.inner .text .name span {
    font-size: 12px;
  }
  /* crosstalk */
  #crosstalk .contentBox {
    width: 100%;
    float: none;
  }
  #crosstalk p.lead {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #crosstalk p.btn {
    width: 60%;
    height: 55px;
    background: #001a69;
    margin: 0 auto 15px;
  }
  #crosstalk p.pic {
    width: 100%;
    float: none;
  }

  /* company */
  #company {
    padding: 35px 0;
  }
  #company .contentBox {
    width: 100%;
    float: none;
  }
  #company p.lead {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #company p.btn {
    width: 60%;
    height: 55px;
    margin: 0 auto 35px;
  }
  #company p.pic {
    width: 100%;
    float: none;
  }

  /* entry */
  #entry .banner p {
    width: 100%;
    margin-bottom: 15px;
  }
  #entry .banner p.ricBtn {
    width: 90%;
    max-width: none;
  }
  #entry .banner p.ricBtn a {
    display: block;
    padding: 20px 25px 20px 15px;
    height: auto;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: url(../img/common/icon_mail.gif) no-repeat right center #b80000;
    background-position-x: 95%;
  }
  #entry .banner p.ricBtn a:hover {
    text-decoration: none;
    background: url(../img/common/icon_mail.gif) no-repeat right center #ec3b3b;
    background-position-x: 95%;
  }
}
@media screen and (max-width: 321px) {
  #interview ul li a.inner .pic {
    width: 33%;
  }
  #interview ul li a.inner .text {
    padding: 5px 0 0 1%;
    font-size: 13px;
  }
  #interview ul li a.inner .text .title {
    margin-bottom: 0;
  }
  #interview ul li a.inner .text .name {
    font-size: 13px;
  }
  #interview ul li a.inner .text .name span {
    font-size: 11px;
  }
  #entry .banner p.ricBtn a {
    font-size: 14px;
  }
}
