table.std {
  background-color: #FFF;
  border-spacing: 0;
  border-bottom: solid 1px #f0c7d2;
  table-layout: fixed;
}
table.std th, table.std td {
  font-size: 1.5rem;
  width: 100%;
  padding: 1em;
  display: block;
  border: solid 1px #f0c7d2;
  border-bottom: none;
}
table.std th {
  font-weight: 400;
  line-height: 1;
  width: 100%;
  display: block;
  background-color: #fffafd;
}
table.std td a {
  color: #005bac;
  font-size: inherit;
  text-decoration: underline;
}
table.std td a.map {
  font-size: 0.87em;
}
table.std td ul.hall {
  padding-left: 2em;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
table.std td ul.hall li {
  font-size: 1.5rem;
  text-indent: -0.3em;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 0.5em;
  list-style-type: disc;
}
table.std td ul.group {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
table.std td ul.group li {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  table.std {
    border-bottom: none;
  }
  table.std th, table.std td, table.std li {
    font-size: 16px;
  }
  table.std th, table.std td {
    padding: 1em 2em;
    border: solid 1px #f0c7d2;
  }
  table.std th {
    width: 24%;
    display: table-cell;
  }
  table.std td {
    width: 76%;
    display: table-cell;
  }
  table.std td ul.hall li {
    width: 50%;
  }
  table.std td ul.group li {
    width: 180px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  table.std td ul.hall li {
    width: 30%;
  }
}
.recruit main p {
  font-size: 1.4rem;
}
.recruit main p.lead {
  font-size: 1.5rem;
}
.recruit #intro {
  padding: 0;
}
.recruit #intro .inner-box {
  padding: 3rem 2rem 0;
  background-image: url("../img/recruit/mainimg_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.recruit #intro .mainImg {
  width: 140%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.recruit #intro ul {
  width: 100%;
  margin-bottom: 2.5rem;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.recruit #intro ul li {
  width: 42%;
  margin: 0 0.5rem;
}
.recruit #intro ul li a {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  padding: 0.7em 0 1.3em;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  border: solid 1px #FFF;
  position: relative;
}
.recruit #intro ul li a::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  border: solid 0.7rem transparent;
  border-top: solid 0.4rem #FFF;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.recruit #pro {
  padding-bottom: 0;
  background-color: #fafafa;
}
.recruit #need .col2 h3 {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
.recruit #voice {
  background-color: #fafafa;
}
.recruit #voice .voiceItem:not(:last-child) {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: dashed 2px #e3e3e3;
}
.recruit #voice p.name {
  margin-bottom: 0;
}
.recruit #data .tableWrap {
  margin-bottom: 2rem;
}
.recruit #data .jeciaWrap {
  padding: 1.5rem;
  border: solid 1px #f0c7d2;
}
.recruit #data .jeciaWrap h3 {
  font-size: 1.7rem;
  margin-bottom: 0.6em;
}
.recruit #data .jeciaWrap h4 {
  font-size: 1.5rem;
  margin-bottom: 0.3em;
}
.recruit #data .jeciaWrap .imgBox img {
  width: 70%;
  margin: 0 auto;
}
.recruit #graduates {
  background-color: #fafafa;
}
.recruit #career {
  background-color: #fafafa;
}
@media print, screen and (min-width: 768px) {
  .recruit main p {
    font-size: 18px;
  }
  .recruit #intro .inner-box {
    padding: 40px 30px 0;
  }
  .recruit #intro .secHeader.common h2 {
    font-size: 36px;
  }
  .recruit #intro .mainImg {
    width: 100%;
  }
  .recruit #intro ul li a {
    font-size: 28px;
    padding: 1em 0 1.6em;
  }
  .recruit #intro ul li a::after {
    width: 20px;
    height: 20px;
    border-width: 10px;
    bottom: 10px;
  }
  .recruit #need .col2 h3 {
    font-size: 22px;
  }
  .recruit #data .jeciaWrap {
    padding: 40px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .recruit #data .jeciaWrap .textBox {
    padding-right: 30px;
    flex: 1;
  }
  .recruit #data .jeciaWrap h3 {
    font-size: 24px;
  }
  .recruit #data .jeciaWrap h4 {
    font-size: 20px;
  }
  .recruit #data .jeciaWrap p {
    margin: 0;
  }
  .recruit #data .jeciaWrap .imgBox {
    width: 30%;
    max-width: 300px;
    margin: 0;
  }
  .recruit #data .jeciaWrap .imgBox img {
    width: 100%;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit #intro p {
    text-align: center;
  }
  .recruit #intro ul li {
    width: 400px;
    margin: 0 15px;
  }
  .recruit #pro .textBox {
    padding-bottom: 130px;
    position: relative;
  }
  .recruit #pro .textBox p {
    width: 60%;
  }
  .recruit #pro .textBox img {
    width: 518px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .recruit #need .col2 {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .recruit #need .col2 > div {
    width: 48.4%;
  }
  .recruit #need .col2 h3 {
    font-size: 24px;
  }
  .recruit #voice .voiceItem {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .recruit #voice .voiceItem .textBox {
    width: 50%;
  }
  .recruit #voice .voiceItem .imgBox {
    width: 44.4%;
  }
  .recruit #voice .voiceItem:not(:last-child) {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .recruit #voice .voiceItem:nth-of-type(2n) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
