@charset "UTF-8";
#pageTitle {
  width: 100%;
  height: 300px;
  background: url(../img/career/pic_main.jpg) no-repeat right top;
  text-align: left;
}
#pageTitle h2{
  font-size: 55px;
  font-family: "Roboto";
  line-height: 1em;
  font-weight: 600;
  text-align: left;
  display: inline-block;
  margin-top: 125px;
}
#pageTitle h2 span {
  font-size: 22px;
  display: block;
  line-height: 1em;
  width: 100%;
  text-align: center;
}
/* pageContent */
#pageContent {
  text-align: left;
  padding: 60px 0;
}
#pageContent h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
  color: #00246f;
  text-align: left;
  margin-bottom: 40px;
}
#pageContent h3 span {
  display: block;
  line-height: 1em;
  font-size: 22px;
  padding: 20px 0 30px;
}
#pageContent h3::after {
  content: " ";
  width: 50px;
  height: 5px;
  display: block;
  background: #b80000;
  margin: 20px 0 0;
}
#pageContent #careerList ul li {
  width: 32%;
  float: left;
  margin-left: 2%;
}
#pageContent #careerList ul li.ml0 {
  margin-left: 0;
}
#pageContent #careerList li a,
#pageContent #careerList li a img  {
  width: 100%;
  height: auto;
  display: block;
}

#pageContent #careerDetail .col{
  margin-bottom: 40px;
}
#pageContent #careerDetail .col p.title{
  font-size: 22px;
  font-weight: bold;
  color: #00246f;
  line-height: 1em;
  text-align: center;
  margin-bottom: 30px;
}
#pageContent #careerDetail .col #infoNav {
  margin: 0 auto 60px;
  text-align: center;
}
#pageContent #careerDetail .col #infoNav ul{
  width: 100%;
}
#pageContent #careerDetail .col #infoNav li {
  display: inline-block;
  width: 32%;
  margin: 0;
  padding: 0;
}
#pageContent #careerDetail .col #infoNav li a{
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  color:#00246f;
  font-weight: bold;
  font-size: 18px;
}
#pageContent #careerDetail .col #infoNav li a:hover ,
#pageContent #careerDetail .col #infoNav li a.current {
  color:#00246f;
  text-decoration: none;
}
#pageContent #careerDetail .col #infoNav li a:hover span,
#pageContent #careerDetail .col #infoNav li a.current span{
  border-bottom: 2px solid #00246f;
}
#pageContent #careerDetail .col table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#pageContent #careerDetail .col table tr th {
  padding: 20px 20px 20px 0;
  text-align: left;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
#pageContent #careerDetail .col table tr td {
  padding: 20px 0;
  text-align: left;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
#pageContent #careerDetail .col table tr td a img {
  vertical-align: baseline;
  margin-left: 5px;
}

#pageContent #careerDetail .col #flow table tr {
  border-top: 1px solid #e2e2e2;
}
#pageContent #careerDetail .col table#flow tr th {
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  padding: 10px 20px;
}
#pageContent #careerDetail .col table#flow tr td{
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  padding: 10px 20px;
}
#pageContent #careerDetail .col #flow 
#pageContent #careerDetail .col p.btn {
  width: 364px;
  height: 55px;
  background: #001a69;
  margin: 20px 0 0;
  text-align: center;
}
#pageContent #careerDetail .col p.note {
  text-align: right;
  margin-top: 10px;
}
/* entry */
#entry {
  padding: 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_window.png) no-repeat right center #b80000;
  background-position-x: 490px;
}
#entry .banner p.ricBtn a:hover {
  text-decoration: none;
  background: url(../img/common/icon_window.png) no-repeat right center #ec3b3b;
  background-position-x: 490px;
}

/* sp */
@media screen and (max-width: 769px) {
  #pageTitle {
    width: 100%;
    height: 150px;
    background: url(../img/career/pic_main_sp.jpg) no-repeat right center;
    background-size: auto 150px;
    text-align: left;
  }
  #pageTitle h2{
    font-size: 30px;
    font-weight: 400;
    margin-top: 50px;
  }
  #pageTitle h2 span {
    font-size: 14px;
    display: block;
    line-height: 1em;
    width: 100%;
    text-align: center;
  }
  #pageContent #careerDetail .col #infoNav {
    margin-bottom: 30px;
  }
  #pageContent #careerDetail .col #infoNav li {
    display: block;
    text-align: left;
    margin-bottom: 0.5em;
  }
  #pageContent #careerDetail .col #infoNav li a{
    font-size: 16px;
  }
  #pageContent h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    color: #00246f;
    text-align: left;
    margin-bottom: 20px;
  }
  #pageContent h3 span {
    display: block;
    line-height: 1em;
    font-size: 12px;
    padding: 10px 0 15px;
  }
  #pageContent h3::after {
    content: " ";
    width: 25px;
    height: 2px;
    display: block;
    background: #b80000;
    margin: 10px 0 0;
  }

#pageContent #careerDetail .col table tr th,
#pageContent #careerDetail .col table#flow tr th {
  padding: 10px 5% 0;
  text-align: left;
  border-top:none;
  border-bottom: none;
  border-right: none;
  border-left: none;
  display: block;
  font-size: 14px;
}
#pageContent #careerDetail .col table tr td,
#pageContent #careerDetail .col table#flow tr td {
  padding: 0 5% 10px;
  text-align: left;
  border-top:none;
  border-bottom: none;
  border-right: none;
  border-left: none;
  display: block;
  font-size: 14px;
}
#pageContent #careerDetail .col table tr,
#pageContent #careerDetail .col table#flow tr {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-right: none;
  border-left: none;
}
#pageContent #careerDetail .col p.note {
  font-size: 14px;
}
  /* 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_window.png) no-repeat right center #b80000;
    background-position-x: 95%;
  }
  #entry .banner p.ricBtn a:hover {
    text-decoration: none;
    background: url(../img/common/icon_window.png) no-repeat right center #ec3b3b;
    background-position-x: 95%;
  }

}
@media screen and (max-width: 321px) {
  #entry .banner p.ricBtn a {
    font-size: 14px;
  }
}

.modal_pop{
  width: 100vw;
  height: 100vh;
  position:fixed;
  top: 0;
  left:0;
  z-index:9997!important;
}
.bg{
  background-color: #1119;
  width: 100%;
  height: 100%;
  position:fixed;
  z-index:9998!important;
}
.modal_pop .text{
  background: #fff;
  height:90vh;
  width: 70vw;
  position: absolute;
  left: 50vw;
  top: 0;
  transform: translate(-35vw,5vh);
  z-index:9999!important;
  padding: 2em;
  box-sizing: border-box;
  overflow-y: auto;
}
.modal_pop .text p {
  line-height: 1.8em;
  margin-bottom: 1.5em;
}
.modal_pop .text p.title {
  font-weight: bold;
}
.close.js-modal-close {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 5vh;
  right: 7.5vw;;
  z-index:9999!important;
}
.close.js-modal-close span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.close.js-modal-close:after {
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  transform: rotate(45deg);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.close.js-modal-close:before {
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  transform: rotate(-45deg);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 769px) {
  .modal_pop .text{
    background: #fff;
    height:80vh;
    width: 80vw;
    position: absolute;
    left: 50vw;
    top: 0;
    transform: translate(-40vw,10vh);
    z-index:9999!important;
    padding: 2em;
    box-sizing: border-box;
  }
  .close.js-modal-close {
    right: 5vw;;
  }
}
