body .wrap .main-img {
  height: 320px;
  background: url(../images/company/main.jpg) no-repeat left top;
}
body .wrap .main-img h2 {
  line-height: 300px;
  letter-spacing: 0.2em;
}
body .wrap .content .breadcrumbs {
  line-height: 2;
  padding-bottom: 50px;
}
body .wrap .content .profile {
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  padding: 20px 0 70px 0;
}
body .wrap .content .profile a.blackbelt {
  display: block;
  width: 520px;
  height: 100px;
  text-align: center;
  font-weight: 700;
  line-height: 98px;
  font-size: 125%;
  background: url(../images/company/blackbelt-icon.png) no-repeat right center #000;
  color: #fff;
  letter-spacing: 0.3em;
  margin: 0 0 30px 0;
}
body .wrap .content .profile a.blackbelt:hover {
  background-color: #7f7f7f;
  text-decoration: none;
}
body .wrap .content .datum {
  width: 1000px;
  margin: 60px auto;
}
body .wrap .content .datum h3 {
  background: #bc3129;
  color: #fff;
  padding: 0.3em 0 0.3em 1em;
  margin-bottom: 30px;
  font-size: 150%;
}
body .wrap .content .datum h4 {
  padding-left: 1.5em;
  background: url(../images/company/h4-icon.png) no-repeat left center;
  background-size: 20px 20px;
  font-size: 125%;
  margin-bottom: 20px;
}
body .wrap .content .datum .items {
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  padding: 40px 0;
}
body .wrap .content .datum .items .item {
  width: 470px;
  padding-bottom: 60px;
}
body .wrap .content .datum .items .item img {
  width: 95%;
  height: auto;
  margin: 0 auto;
}
body .wrap .content .datum .items .item .num {
  font-size: 300%;
  color: red;
  padding-left: 0.5em;
}
body .wrap .content .datum .items .item .item01 {
  padding-bottom: 36px;
}
body .wrap .content .datum .items .item .num span {
  font-size: 70%;
  color: #333;
}
body .wrap .content .datum .items .item .num span.s {
  font-size: 50%;
}
body .wrap .content .datum .items .item p {
  text-align: center;
  padding-top: 10px;
}
body .wrap .content .datum .items .item p.r {
  color: red;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  body .wrap .main-img {
    padding-top: 25%;
  }
  body .wrap .main-img h2 {
    top: 32%;
  }
  body .wrap .content .breadcrumbs {
    line-height: 2;
    padding: 1% 0 5% 2%;
  }
  body .wrap .content .profile {
    width: 89.33%;
    margin: 0 auto;
    padding: 20px 0 70px 0;
  }
  body .wrap .content .profile a.blackbelt {
    display: block;
    width: 45.76%;
    height: 30%;
    padding: 7% 2% 7% 0;
    line-height: 1;
    font-size: 3vw;
    margin: 0 0 30px 0;
    background-position: right -6% top 50%;
    letter-spacing: 0.1em;
  }
  body .wrap .content .datum {
    width: 89.33%;
    margin: 0 auto 5% auto;
  }
  body .wrap .content .datum h3 {
    background: #bc3129;
    color: #fff;
    padding: 0.3em 0 0.3em 1em;
    margin-bottom: 5%;
    font-size: 5vw;
  }
  body .wrap .content .datum h4 {
    padding-left: 6%;
    background: url(../images/company/h4-icon.png) no-repeat left .1rem;
    background-size: 5.37% auto;
    font-size: 4vw;
    margin-bottom: 2%;
  }
  body .wrap .content .datum .items {
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    padding: 10% 0 5% 0;
  }
  body .wrap .content .datum .items .item {
    width: 100%;
    padding-bottom: 10%;
  }
  body .wrap .content .datum .items .item img {
    width: 95%;
    height: auto;
    margin: 0 auto;
  }
  body .wrap .content .datum .items .item .num {
    font-size: 300%;
    color: red;
    padding-left: 0.5em;
  }
  body .wrap .content .datum .items .item .num span {
    font-size: 70%;
    color: #333;
  }
  body .wrap .content .datum .items .item .num span.s {
    font-size: 50%;
  }
  body .wrap .content .datum .items .item p {
    text-align: center;
    padding-top: 10px;
  }
  body .wrap .content .datum .items .item p.r {
    color: red;
  }
}

/*中途採用の表*/
.w100{
  width:100%;
}
.table_chuto {
  width: 88%;
  margin: 20px auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.table_chuto th {
  padding: 1rem;
  background-color: #bccae8;
  border:1px solid #ccc;
  text-align: center;
}
.table_chuto th:not(:last-of-type) {
  border-right:1px solid #fff;
}
.table_chuto td {
  border: 1px solid #ccc;
  border-top:none;
  text-align: center;
  padding: 1rem;
}
.table_chuto_sub{
  width:80%;
  text-align:right;
  margin: 20px auto;
}
.table_chuto_td2{
  background-color:#f7f7f7;
  font-weight:bold;
}
.mgb40{
  margin-bottom:40px;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  /*中途採用の表*/
.table_chuto {
  width: 100%;
  margin: 0 auto;
}
.table_chuto th {
  padding: .2rem;
  font-size:.8rem;
}
.table_chuto td {
  padding: .2rem;
  font-size:.8rem;
}
.table_chuto_sub{
  width:100%;
  text-align:right;
  margin: 10px auto 40px auto;
}

}