@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
.link-text {
  text-decoration: underline;
  color: #057df7;
}
.link-text:hover {
  color: #023161;
  text-decoration: none;
}

.bg-white, .bg-white .content_header .subtitle, .bg-white .content_header h2 {
  color: #004986;
}

.bg-keycolor {
  color: #ffffff;
  background: #004986;
}

.bg-pattern {
  background: #004986 url("../images/pattern.png");
}
@media screen and (max-width: 768px) {
  .bg-pattern {
    background-image: url("../images/pattern_40x40.png");
  }
}

.bg-pattern2 {
  background: #ffffff url("../images/pattern.png");
  background-size: 20px;
}
@media screen and (max-width: 768px) {
  .bg-pattern2 {
    background-image: url("../images/pattern_40x40.png");
  }
}

.bg-pattern_dot {
  background: #ffffff url("../images/pattern_dot.gif");
}

.bg-gradient-blue {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), color-stop(120%, rgba(0, 0, 0, 0.2))), #2277d8 url("../images/pattern.png");
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 120%), #2277d8 url("../images/pattern.png");
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 120%), #2277d8 url("../images/pattern.png");
}
@media screen and (max-width: 768px) {
  .bg-gradient-blue {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), color-stop(120%, rgba(0, 0, 0, 0.2))), #2277d8 url("../images/pattern_40x40.png");
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 120%), #2277d8 url("../images/pattern_40x40.png");
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 120%), #2277d8 url("../images/pattern_40x40.png");
  }
}

.breadcrumbs {
  padding-top: 3em;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding-top: 1em;
  }
}

.recruit {
  width: 100%;
  margin: 3em 0 4em;
  border: 2px solid #004986;
}
.recruit .recruit-header {
  margin: 0;
  padding: 1em 2.4em;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f0f5f7;
}
.recruit .recruit-header .job-title,
.recruit .recruit-header .company-name {
  margin: 0;
  padding: 0;
  display: table-row;
}
.recruit .recruit-header .job-title dt,
.recruit .recruit-header .company-name dt {
  display: table-cell;
  vertical-align: middle;
  width: 4em;
  padding-right: 1em;
  color: #004986;
  font-size: 14px;
  font-weight: 300;
}
.recruit .recruit-header .job-title dt::after,
.recruit .recruit-header .company-name dt::after {
  float: right;
  content: ":";
}
@media screen and (max-width: 768px) {
  .recruit .recruit-header .job-title dt,
  .recruit .recruit-header .company-name dt {
    font-size: 1.2em;
    font-size: 3.8vw;
  }
}
@media screen and (orientation: landscape) and (max-height: 720px) {
  .recruit .recruit-header .job-title dt,
  .recruit .recruit-header .company-name dt {
    font-size: 14px;
  }
}
.recruit .recruit-header .job-title dd,
.recruit .recruit-header .company-name dd {
  display: table-cell;
  vertical-align: middle;
  color: #004986;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-header .job-title dd,
  .recruit .recruit-header .company-name dd {
    font-size: 1.4em;
    font-size: 4.4vw;
  }
}
@media screen and (orientation: landscape) and (max-height: 720px) {
  .recruit .recruit-header .job-title dd,
  .recruit .recruit-header .company-name dd {
    font-size: 20px;
  }
}
.recruit .recruit-header .job-title dd {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-header .job-title dd {
    font-size: 3em;
    font-size: 4.4vw;
  }
}
@media screen and (orientation: landscape) and (max-height: 720px) {
  .recruit .recruit-header .job-title dd {
    font-size: 21px;
  }
}
.recruit .recruit-header .company-name dd {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-header .company-name dd {
    font-size: 1.4em;
    font-size: 4.2vw;
  }
}
@media screen and (orientation: landscape) and (max-height: 720px) {
  .recruit .recruit-header .company-name dd {
    font-size: 20px;
  }
}
.recruit .recruit-treatment {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 2.4em;
  padding: 0 0 1em;
  border-bottom: 2px solid #004986;
}
.recruit .recruit-treatment::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-treatment {
    padding: 0;
  }
}
.recruit .recruit-treatment > dl {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-treatment > dl {
    width: 100%;
    float: none;
  }
}
.recruit .recruit-treatment dt {
  /*float: left;*/
  width: 28%;
  padding: .5em 0;
  background: #f0f5f7;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-treatment dt {
    font-size: 1.2em;
    font-size: 3.8vw;
  }
}
@media screen and (orientation: landscape) and (max-height: 720px) {
  .recruit .recruit-treatment dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit-treatment dt {
    width: 35.9375%;
    float: none;
  }
}
.recruit .recruit-treatment dd {
    margin: 0;
    padding: .4em 0;
    font-size: 14px;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-treatment dd {
    font-size: 1.2em;
    font-size: 3.8vw;
  }
}
@media screen and (orientation: landscape) and (max-height: 720px) {
  .recruit .recruit-treatment dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit-treatment dd {
    margin: .5em 0;
    float: none;
  }
}
.recruit .recruit-body {
  margin: 1em 2.4em;
  padding: 0;
}
.recruit .recruit-body::after {
  content: "";
  display: block;
  clear: both;
}
.recruit .recruit-body > dl {
  margin: 0;
  width: 100%;
  float: left;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-body > dl {
    width: 100%;
    float: none;
  }
}
.recruit .recruit-body dt {
  width: 28%;
  padding: .5em 0;
  background: #004986;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-body dt {
    font-size: 1.2em;
    font-size: 3.8vw;
  }
}
@media screen and (orientation: landscape) and (max-height: 720px) {
  .recruit .recruit-body dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit-body dt {
    width: 35.9375%;
  }
}
.recruit .recruit-body dd {
  margin: 0;
  padding: 0 1em 0 0;
}
.recruit .recruit-body dd p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-body dd p {
    font-size: 1.2em;
    font-size: 3.8vw;
  }
}
@media screen and (orientation: landscape) and (max-height: 720px) {
  .recruit .recruit-body dd p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.recruit .recruit-more {
  margin: 0 0 2em;
  text-align: center;
}
.recruit .recruit-more .button {
  padding-top: .8em;
  padding-bottom: .8em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-more .button {
    font-size: 1.4em;
    font-size: 3.8vw;
  }
}
@media screen and (orientation: landscape) and (max-height: 720px) {
  .recruit .recruit-more .button {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  /* チャットボット用スタイル */
  .wc-webchat-ctn {
      bottom: 53px !important;
  }
}

