.kv_bg {
  background: url(../img/recruit_fv.jpg) no-repeat center;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .kv_bg {
      background: url(../img/sp_recruit_fv.jpg) no-repeat center;
      background-size: cover; } }

/* messageBox
=========================================== */
.messageBox .messageBox_inner {
  width: 100%;
  height: 100%;
  background-color: #eff2f9; }
  .messageBox .messageBox_inner .messageBox_left {
    width: 50%;
    padding: 60px 60px 0 120px; }
  .messageBox .messageBox_inner .messageBox_right {
    width: 50%; }
    .messageBox .messageBox_inner .messageBox_right figure img {
      vertical-align: bottom; }

@media only screen and (max-width: 767px) {
  .messageBox .messageBox_inner {
    display: block; }
    .messageBox .messageBox_inner .messageBox_left {
      width: 100%;
      padding: 30px 20px; }
    .messageBox .messageBox_inner .messageBox_right {
      width: 100%; } }

/* interview
=========================================== */
.interview ul {
  width: 100%;
  justify-content: space-between; }
  .interview ul li {
    width: 48%; }
    .interview ul li figure img {
      vertical-align: bottom; }
    .interview ul li .ttl {
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 18px;
      line-height: 1.6; }
  @media only screen and (max-width: 767px) {
    .interview ul {
      display: block; }
      .interview ul li {
        width: 100%;
        margin-bottom: 30px; }
        .interview ul li:last-child {
          margin-bottom: 0; } }

/* process
=========================================== */
.process dl {
  width: 100%;
  margin-bottom: 65px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #eff2f9; }
  .process dl dt {
    width: 25%;
    color: #092875; }
    .process dl dt p {
      padding-left: 40px;
      font-size: 18px;
      display: flex;
      align-items: center; }
      .process dl dt p span {
        font-size: 40px;
        margin-right: 10px; }
  .process dl dd {
    width: 75%;
    padding: 0; }
    .process dl dd p {
      font-size: 14px;
      display: flex;
      align-items: center; }
      .process dl dd p a {
        color: #092875; }
  .process dl:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #092875;
    position: absolute;
    left: 50%;
    bottom: -40px; }
  .process dl:last-of-type:after {
    content: none; }
  .process dl:last-of-type {
    margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .process dl {
      display: block;
      margin-bottom: 45px; }
      .process dl dt {
        width: 100%;
        padding: 0; }
        .process dl dt p {
          padding-left: 0;
          justify-content: center;
          font-size: 16px; }
          .process dl dt p span {
            font-size: 30px; }
      .process dl dd {
        width: 100%;
        display: block;
        padding: 10px;
        background-color: #fff; }
        .process dl dd p {
          display: block; }
      .process dl:after {
        left: 45%;
        bottom: -20px; } }

.process .small {
  font-size: 12px;
  line-height: 1.8;
  margin-left: 40px; }
  @media only screen and (max-width: 767px) {
    .process .small {
      margin-left: 0; } }

/* conBtn
=========================================== */
.conBtn {
  width: 100%;
  max-width: 1024px;
  margin: 120px auto 0;
  padding: 40px 212px;
  background: url(../img/cta.jpg) no-repeat center;
  background-size: cover;
  text-align: center; }
  .conBtn a {
    width: 100%;
    display: block;
    color: #fff; }
    .conBtn a p {
      width: 100%;
      padding: 35px;
      background-color: #092875;
      font-size: 30px;
      line-height: 1.0em;
      position: relative; }
      .conBtn a p span {
        font-size: 15px; }
      .conBtn a p:after {
        content: '';
        width: 8px;
        height: 8px;
        margin-top: -5px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 10%; }
  @media only screen and (max-width: 767px) {
    .conBtn {
      padding: 10% 10%;
      background: url(../img/sp_cta.jpg) no-repeat center; }
      .conBtn a p {
        padding: 20px;
        font-size: 18px;
        line-height: 1.2em; }
        .conBtn a p span {
          font-size: 12px; }
        .conBtn a p:after {
          content: '';
          width: 8px;
          height: 8px;
          margin-top: -5px;
          border-top: solid 1px #fff;
          border-right: solid 1px #fff;
          transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right: 10%; } }

/*# sourceMappingURL=page.css.map */