.ct-medical {
  background-color: #f28e1e;
  color: #fff;
  font-weight: bold;
  padding: 5px 8px;
  letter-spacing: 1px;
}

#medical {
  padding-bottom: 50px;
}

.main-img {
  margin-bottom: 30px;
}

.main-img img {
  width: 100%;
  height: auto;
}

.cover {
  position: relative;
  color: #fff;
  overflow: hidden;
  text-shadow: 0 0 3px #333;
  margin-bottom: 30px;
  width: 100%;
}

.cover .txts {
  z-index: 2;
  position: relative;
  width: 60%;
  padding: 50px 0 50px 50px;
}

@media screen and (max-width: 800px) {
  .cover .txts {
    width: 100%;
    padding: 30px;
  }
}

.cover h2 {
  font-weight: normal;
  font-size: 50px;
  margin-bottom: 30px;
  letter-spacing: 4px;
}

@media screen and (max-width: 500px) {
  .cover h2 {
    font-size: 40px;
  }
}

.cover h2 .en {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
}

@media screen and (max-width: 500px) {
  .cover h2 .en {
    font-size: 10px;
  }
}

.cover .catch {
  min-height: 200px;
}

.cover .catch p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.6;
}

@media screen and (max-width: 500px) {
  .cover .catch p {
    font-size: 12px;
    line-height: 1.8;
  }
}

.cover img {
  position: absolute;
  top: 0;
  left: 20%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 800px) {
  .cover img {
    left: 0;
  }
}

.cover .layer {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #059fe9), color-stop(70%, rgba(5, 159, 233, 0)));
  background: linear-gradient(to right, #059fe9 40%, rgba(5, 159, 233, 0) 70%);
  top: 0;
  left: 0;
}

@media screen and (max-width: 800px) {
  .cover .layer {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(5, 159, 233, 0.9)), color-stop(70%, rgba(5, 159, 233, 0.7)));
    background: linear-gradient(to right, rgba(5, 159, 233, 0.9) 40%, rgba(5, 159, 233, 0.7) 70%);
  }
}

.menu-list {
  text-align: center;
}

.menu-list a {
  display: block;
}

.menu-list a:hover {
  opacity: 0.8;
}

.menu-list .col {
  border: solid 1px #ddd;
  text-align: center;
  padding-bottom: 20px;
  width: 48%;
  margin: 0 1% 2%;
}

.menu-list p.p1 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 2px;
  padding: 30px 15px 10px;
}

.menu-list p.p2 {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.menu-list p.p2a {
  font-size: 16px;
  margin-bottom: 10px;
}

.menu-list .col .bn {
  max-width: 250px;
  display: block;
  margin: 0 auto;
}

.menu-list .bt {
  background-color: #29abe2;
  color: #fff;
  display: block;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  max-width: 250px;
  margin: 0 auto;
}

.menu-list .bt i {
  font-style: normal;
  font-size: 12px;
  margin-right: 5px;
}

@media screen and (max-width: 800px) {
  .menu-list p.p1 {
    font-size: 24px;
  }
  .menu-list p.p2 {
    font-size: 14px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 500px) {
  #hd-2 {
    display: none;
  }
  .menu-list a:hover {
    opacity: 1;
  }
  .menu-list .col {
    padding-bottom: 20px;
    width: 100% !important;
    margin: 0 0 2%;
  }
  .menu-list .wrap-img {
    height: 100px;
    overflow: hidden;
  }
  .menu-list p.p1 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 15px;
    padding-bottom: 10px;
  }
  .menu-list p.p2 {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .menu-list p.p2a {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .menu-list .col .bn {
    max-width: 250px;
    display: block;
    margin: 0 auto;
  }
  .menu-list .bt {
    padding: 10px;
    max-width: 250px;
  }
  .menu-list .bt i {
    font-style: normal;
    font-size: 12px;
    margin-right: 5px;
  }
}

.page-cont-01 {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.page-cont-01 h3.title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  padding: 20px 0;
}

.page-cont-01 .wrap-table table {
  width: 100%;
  border-spacing: 0;
}

.page-cont-01 .wrap-table table th {
  background-color: #eee;
  padding: 20px;
  text-align: right;
  vertical-align: top;
  border-bottom: solid 1px #ddd;
  width: 25%;
}

.page-cont-01 .wrap-table table td {
  background-color: #fff;
  padding: 20px;
  padding-left: 50px;
  border-bottom: solid 1px #ddd;
  line-height: 180%;
}

.page-cont-01 .block {
  padding-bottom: 60px;
}

.howto .col-1 {
  padding-right: 30px;
}

.howto .col-1 p {
  font-size: 16px;
  margin-bottom: 1em;
  letter-spacing: 1px;
  line-height: 160%;
}

.flow {
  position: relative;
}

.flow .cols-5 .col {
  text-align: center;
  background-color: #f7f7d2;
  padding: 15px;
  min-height: 250px;
  width: calc(100% / 5 - 1.5%);
  position: relative;
  margin-right: 1.5%;
}

.flow .cols-6 .col {
  width: calc(100% / 6 - 1.5%);
}

.flow .col span {
  font-weight: bold;
  font-size: 16px;
}

.flow .col p {
  margin-top: 2em;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}

.flow .col-1 {
  background-color: #b0dcf1 !important;
}

.flow .col-5 {
  background-color: #fbc1c0 !important;
}

.flow .col-5::after {
  content: "";
  background-image: url(../images/recruit/arrow-top.png);
  width: 30px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -25px;
}

.flow .col-1 p {
  text-align: left;
  font-size: 14px;
}

.flow::after {
  content: "";
  display: block;
  width: 90%;
  height: 30px;
  background-color: #0170b7;
  position: absolute;
  top: 50%;
  left: 1%;
  z-index: -1;
}

@media screen and (max-width: 500px) {
  .page-cont-01 h3.title {
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    padding: 20px 0;
  }
  .page-cont-01 .wrap-table table {
    width: 100%;
    border-spacing: 0;
  }
  .page-cont-01 .wrap-table table th {
    background-color: #eee;
    padding: 20px;
    text-align: left;
    vertical-align: top;
    border-bottom: solid 1px #ddd;
    width: 35%;
    font-size: 12px;
  }
  .page-cont-01 .wrap-table table td {
    background-color: #fff;
    padding: 20px;
    padding-left: 20px;
    border-bottom: solid 1px #ddd;
    line-height: 180%;
    font-size: 12px;
  }
  .page-cont-01 .block {
    padding-bottom: 60px;
  }
  .howto .col {
    width: 100%;
  }
  .howto .col-1 {
    padding-right: 30px;
  }
  .howto .col-1 p {
    font-size: 14px;
    margin-bottom: 1em;
    letter-spacing: 1px;
    line-height: 160%;
  }
  .flow {
    position: relative;
  }
  .flow .col {
    text-align: center;
    background-color: #f7f7d2;
    padding: 15px;
    min-height: inherit;
    width: 18%;
    margin: 2% 0;
    position: relative;
    width: 100%;
  }
  .flow .col span {
    font-weight: bold;
    font-size: 16px;
  }
  .flow .col p {
    margin-top: 2em;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .flow .col-1 {
    background-color: #b0dcf1;
  }
  .flow .col-5 {
    background-color: #fbc1c0;
  }
  .flow .col-5::after {
    display: none;
  }
  .flow .col-1 p {
    text-align: left;
    font-size: 14px;
  }
  .flow::after {
    content: "";
    display: block;
    width: 30px;
    height: 70%;
    background-color: #0170b7;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -15px;
    z-index: -1;
  }
}

/** **************************

COMPANY 

************************** **/
.sec-company {
  max-width: 1024px;
}

.company-1 .float {
  float: left;
  text-align: center;
  padding: 0 40px 20px 0;
  max-width: 325px;
}

.company-1 .float .cap {
  font-size: 14px;
  display: block;
  margin: 5px auto;
}

.company-1 p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 180%;
  margin-bottom: 1em;
}

.company-1 .imgs {
  margin-bottom: 1em;
  text-align: center;
}

.company-1 .imgs img {
  width: auto;
  height: 50px;
}

.company-1 .wrap-img {
  clear: both;
  margin-bottom: 3em;
  text-align: center;
}

.company-1 .wrap-img img {
  width: 46%;
  height: auto;
  display: inline-block;
  margin: 0 10px;
}

.company-1 .float2 {
  float: right;
  text-align: center;
  padding: 0 0 20px 40px;
  max-width: 50%;
}

.bt a {
  display: block;
  background-color: #29abe2;
  color: #fff;
  display: block;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  max-width: 350px;
  margin: 0 auto;
}

.bt i {
  font-style: normal;
  font-size: 12px;
  margin-right: 5px;
}

.list-com {
  text-align: center;
}

.list-com .col {
  padding: 0 5px;
  text-align: center;
  margin-bottom: 10px;
}

.list-com .col .cap {
  font-size: 14px;
  display: block;
  margin: 5px auto;
  word-break: break-all;
}

.list-com .col .cap .sm {
  font-size: 12px;
  display: block;
}

.list-com .col-7 {
  width: 39%;
}

.others {
  margin-top: 30px;
  margin-left: 30px;
}

.others li {
  margin-bottom: 5px;
  font-size: 14px;
}

@media screen and (max-width: 500px) {
  .company-1 .float {
    float: none;
    text-align: center;
    padding: 0 0 20px;
    margin: 0 auto;
    max-width: 300px;
  }
  .company-1 .float .cap {
    font-size: 12px;
  }
  .company-1 p {
    font-size: 14px;
    padding: 0 10px;
  }
  .company-1 .imgs {
    margin-bottom: 1em;
    text-align: center;
  }
  .company-1 .imgs img {
    width: auto;
    height: 50px;
  }
  .company-1 .wrap-img {
    clear: both;
    margin-bottom: 3em;
    text-align: center;
  }
  .company-1 .wrap-img img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .company-1 .float2 {
    float: none;
    text-align: center;
    padding: 0 0 20px 0px;
    max-width: 100%;
  }
  .bt a {
    display: block;
    background-color: #29abe2;
    color: #fff;
    display: block;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    max-width: 350px;
    margin: 0 auto;
  }
  .bt i {
    font-style: normal;
    font-size: 12px;
    margin-right: 5px;
  }
  .list-com {
    text-align: center;
  }
  .list-com .col {
    width: 50%;
    padding: 0 5px;
    text-align: center;
    margin-bottom: 10px;
  }
  .list-com .col .cap {
    font-size: 12px;
    display: block;
    margin: 5px auto;
    word-break: break-all;
  }
  .list-com .col .cap .sm {
    font-size: 10px;
    display: block;
  }
  .list-com .col-7 {
    width: 100%;
  }
  .others {
    margin-top: 20px;
    margin-left: 30px;
  }
  .others li {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

/** **************************

CONTACT

************************** **/
p.catch {
  margin-bottom: 20px;
  text-align: center;
}

#form {
  padding-top: 20px;
  max-width: 600px;
  margin: 0 auto;
}

#form input[type="text"],
#form input[type="email"] {
  width: 100%;
  padding: 3px;
  height: 30px;
  font-size: 16px;
  margin: 5px 0 0px;
}

#form textarea {
  width: 100%;
  padding: 3px;
  height: 250px;
  font-size: 16px;
  border: solid 1px #ddd;
  margin-top: 5px;
}

#form input[type="submit"] {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px;
  display: block;
  background-color: #eee;
  margin-top: 20px;
}

#form span.req {
  font-size: 12px;
  color: #de1c24;
}

#form label {
  font-weight: bold;
}

#form span.font14 {
  font-weight: normal;
}

#form p.error {
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  padding: 0;
  background-color: rgba(255, 128, 130, 0.2);
  padding: 5px;
  color: #de1c24;
  margin: 0;
}

@media screen and (max-width: 500px) {
  p.catch {
    font-size: 14px;
  }
  #form input[type="text"],
  #form input[type="email"] {
    width: 100%;
    font-size: 14px;
    border: solid 1px #ddd;
  }
  #form textarea {
    width: 100%;
    font-size: 14px;
  }
  #form label {
    font-size: 14px;
  }
}

.contact-2 {
  padding-top: 20px;
  max-width: 600px;
  margin: 0 auto;
}

.contact-2 p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 180%;
}

.contact-2 .info {
  padding: 10px;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  margin-bottom: 1em;
}
/*# sourceMappingURL=recruit.css.map */