@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* -------------------------------------------------------------
基本設定
--------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  font-family: helvetica, arial, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7; }

a {
  color: #06355D; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

p {
  margin-bottom: 1em; }

ul {
  margin-left: 1.5em;
  margin-bottom: 1em; }
  ul li {
    list-style: disc outside; }

ol {
  margin-left: 1.5em;
  margin-bottom: 1em; }
  ol li {
    list-style: decimal outside; }

/* -------------------------------------------------------------
PC
--------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  /*　recruit（フォーム）　*/
  .recruit {
    max-width: 900px;
    margin: 0 auto; }
    .recruit__header {
      padding: 20px;
      border-bottom: 2px solid #dadada; }
      .recruit__header .logo {
        width: 168px;
        height: 30px;
        background: url(../img/img_logo.png) 0 0 no-repeat;
        background-size: cover;
        text-indent: -9999px; }
        .recruit__header .logo a {
          display: inline-block; }
    .recruit__body {
      padding: 20px; }
    .recruit__footer {
      padding: 20px;
      border-top: 2px solid #dadada; }
      .recruit__footer small {
        display: block;
        text-align: center; }
    .recruit__title {
      margin-bottom: 1em; }
      .recruit__title--1 {
        color: #02345e;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4; }
    .recruit__btn a {
      color: #fff;
      text-align: center;
      text-decoration: none;
      background-color: #02345e;
      display: block;
      width: 100%;
      height: 100%;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .recruit__btn a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -webkit-opacity: 0.7;
        opacity: 0.7; }
    .recruit__btn--disagree {
      width: calc((100% - 10px) / 2); }
    .recruit__btn--agree {
      width: calc((100% - 10px) / 2);
      position: relative; }
      .recruit__btn--agree:after {
        color: #fff;
        content: "\f14a";
        font-family: "FontAwesome";
        position: absolute;
        top: calc(50% - 11px);
        right: 20px; }
    .recruit__manager {
      text-align: right; }
    .recruit__info {
      margin-left: 0; }
      .recruit__info li {
        list-style: none; }
    .recruit__confirmation {
      padding: 10px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .recruit__confirmation a {
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .recruit__inner {
      margin-bottom: 20px; }
      .recruit__inner--globalsign {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .recruit .globalsign {
      width: 100px;
      height: 50px;
      margin-left: 20px; }
    .recruit__flow {
      width: 80%;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 50px; }
      .recruit__flow ol {
        margin-left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .recruit__flow li {
        color: #02345e;
        font-weight: bold;
        text-align: center;
        list-style: none;
        padding: 10px 20px;
        width: calc((100% - 40px) / 3);
        background-color: #dadada;
        margin-right: 20px;
        position: relative; }
        .recruit__flow li:after {
          position: absolute;
          content: "";
          width: 30px;
          height: 30px;
          background-color: #dadada;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          top: calc(50% - 15px);
          right: 0; }
        .recruit__flow li.is-active {
          color: #fff;
          background-color: #02345e; }
          .recruit__flow li.is-active:after {
            background-color: #02345e; }
        .recruit__flow li:last-child {
          margin-right: 0; }
          .recruit__flow li:last-child:after {
            content: none; }
    .recruit__form .form {
      max-width: 500px;
      margin-right: auto;
      margin-left: auto; }
      .recruit__form .form__title {
        font-size: 15px;
        font-weight: bold;
        padding-left: 50px;
        margin-bottom: 5px;
        position: relative; }
        .recruit__form .form__title--required:after {
          color: #fff;
          font-size: 10px;
          text-align: center;
          position: absolute;
          content: "必須";
          width: 40px;
          padding: 1px 3px;
          background-color: #ff8282;
          top: 0;
          left: 0; }
        .recruit__form .form__title--any:after {
          color: #fff;
          font-size: 10px;
          text-align: center;
          position: absolute;
          content: "任意";
          width: 40px;
          padding: 1px 3px;
          background-color: #c4c4c4;
          top: 0;
          left: 0; }
      .recruit__form .form dd {
        margin-bottom: 30px; }
        .recruit__form .form dd input[type="text"] {
          margin: 0;
          padding: 0;
          background: none;
          border: solid 1px #b3b3b3;
          outline: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          width: 100%;
          max-width: 500px;
          padding: 10px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .recruit__form .form dd input[type="text"].size--s {
            width: 30%; }
          .recruit__form .form dd input[type="text"].size--m {
            width: 50%; }
        .recruit__form .form dd textarea {
          margin: 0;
          padding: 0;
          background: none;
          border: solid 1px #b3b3b3;
          outline: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          width: 100%;
          max-width: 500px;
          padding: 10px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
        .recruit__form .form dd p {
          margin-bottom: 0; }
          .recruit__form .form dd p.note {
            color: #ff8282;
            font-size: 12px; }
      .recruit__form .form .mb-0 {
        margin-bottom: 0; }
    .recruit__form input[type="reset"] {
      margin: 0;
      padding: 0;
      background: none;
      border: solid 1px #b3b3b3;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%;
      padding: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .recruit__form input[type="reset"]:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -webkit-opacity: 0.7;
        opacity: 0.7; }
    .recruit__form input[type="submit"] {
      color: #fff;
      margin: 0;
      padding: 0;
      background: #02345e;
      border: none;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%;
      padding: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .recruit__form input[type="submit"]:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -webkit-opacity: 0.7;
        opacity: 0.7; } }

/* -------------------------------------------------------------
スマホ
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  /*　recruit（フォーム）　*/
  .recruit__header {
    padding: 10px;
    border-bottom: 2px solid #dadada; }
    .recruit__header .logo {
      width: 168px;
      height: 30px;
      background: url(../img/img_logo.png) 0 0 no-repeat;
      background-size: cover;
      text-indent: -9999px; }
      .recruit__header .logo a {
        display: inline-block; }
  .recruit__body {
    padding: 20px 10px; }
  .recruit__footer {
    padding: 10px;
    border-top: 2px solid #dadada; }
    .recruit__footer small {
      display: block;
      text-align: center; }
  .recruit__title {
    margin-bottom: 1em; }
    .recruit__title--1 {
      color: #02345e;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.4; }
    .recruit__title--2 {
      font-weight: bold;
      line-height: 1.4; }
  .recruit__btn a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #02345e;
    display: block;
    width: 100%;
    height: 100%; }
  .recruit__btn--disagree {
    width: calc((100% - 10px) / 2); }
  .recruit__btn--agree {
    width: calc((100% - 10px) / 2);
    position: relative; }
    .recruit__btn--agree:after {
      color: #fff;
      content: "\f14a";
      font-family: "FontAwesome";
      position: absolute;
      top: calc(50% - 11px);
      right: 20px; }
  .recruit__manager {
    text-align: right; }
  .recruit__list li {
    margin-bottom: 1em; }
  .recruit__info {
    margin-left: 0; }
    .recruit__info li {
      list-style: none; }
  .recruit__confirmation {
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .recruit__confirmation a {
      padding: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .recruit__inner {
    margin-bottom: 20px; }
    .recruit__inner--globalsign {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .recruit .globalsign {
    width: 100px;
    height: 50px;
    margin-left: 20px; }
  .recruit__flow {
    margin-bottom: 20px; }
    .recruit__flow ol {
      margin-left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .recruit__flow li {
      color: #02345e;
      font-weight: bold;
      text-align: center;
      list-style: none;
      padding: 10px 20px;
      width: calc((100% - 40px) / 3);
      background-color: #dadada;
      margin-right: 20px;
      position: relative; }
      .recruit__flow li:after {
        position: absolute;
        content: "";
        width: 30px;
        height: 30px;
        background-color: #dadada;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 15px);
        right: 0; }
      .recruit__flow li.is-active {
        color: #fff;
        background-color: #02345e; }
        .recruit__flow li.is-active:after {
          background-color: #02345e; }
      .recruit__flow li:last-child {
        margin-right: 0; }
        .recruit__flow li:last-child:after {
          content: none; }
  .recruit__form .form {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto; }
    .recruit__form .form__title {
      font-size: 15px;
      font-weight: bold;
      padding-left: 50px;
      position: relative; }
      .recruit__form .form__title--required:after {
        color: #fff;
        font-size: 10px;
        text-align: center;
        position: absolute;
        content: "必須";
        width: 40px;
        padding: 1px 3px;
        background-color: #ff8282;
        top: 0;
        left: 0; }
      .recruit__form .form__title--any:after {
        color: #fff;
        font-size: 10px;
        text-align: center;
        position: absolute;
        content: "任意";
        width: 40px;
        padding: 1px 3px;
        background-color: #c4c4c4;
        top: 0;
        left: 0; }
    .recruit__form .form dd {
      margin-bottom: 20px; }
      .recruit__form .form dd input[type="text"] {
        margin: 0;
        padding: 0;
        background: none;
        border: solid 1px #b3b3b3;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        max-width: 500px;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; }
        .recruit__form .form dd input[type="text"].size--s {
          width: 30%; }
        .recruit__form .form dd input[type="text"].size--m {
          width: 50%; }
      .recruit__form .form dd textarea {
        margin: 0;
        padding: 0;
        background: none;
        border: solid 1px #b3b3b3;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        max-width: 500px;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; }
      .recruit__form .form dd p {
        margin-bottom: 0; }
        .recruit__form .form dd p.note {
          color: #ff8282;
          font-size: 12px; }
  .recruit__form input[type="reset"] {
    margin: 0;
    padding: 0;
    background: none;
    border: solid 1px #b3b3b3;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .recruit__form input[type="submit"] {
    color: #fff;
    margin: 0;
    padding: 0;
    background: #02345e;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
