/* CSS Document */
/* CSS Document */
@import url(../../recruit/css/cimg.css);
/* line 7, style.scss */
.content {
  background: #E1FBF3; }

/* line 11, style.scss */
.recruit_form_lead {
  width: fit-content;
  margin: 0 auto; }

/* line 16, style.scss */
.form_flow {
  display: grid;
  color: #007dd5;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 2px solid #007dd5;
  margin: 30px auto 0;
  max-width: 540px;
  width: 100%;
  line-height: 1.2; }
  /* line 41, style.scss */
  .form_flow > div {
    padding: 12px 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 41, style.scss */
      .form_flow > div {
        padding: 5px 0; } }
    @media screen and (max-width: 350px) {
      /* line 41, style.scss */
      .form_flow > div {
        padding: 5px 0; } }
    /* line 54, style.scss */
    .form_flow > div:nth-of-type(1) {
      margin-right: -5px;
      padding-right: 8px; }
    /* line 59, style.scss */
    .form_flow > div:nth-of-type(2) {
      background: #fff;
      transform: skewX(-20deg);
      border-left: 2px solid #007dd5;
      border-right: 2px solid #007dd5;
      margin: 0 -3px; }
      /* line 66, style.scss */
      .form_flow > div:nth-of-type(2) > span {
        transform: skewX(20deg);
        display: inline-block; }
    /* line 72, style.scss */
    .form_flow > div:nth-of-type(3) {
      margin-left: -5px;
      padding-left: 8px; }
    /* line 78, style.scss */
    .form_flow > div.thisPage {
      color: #fff;
      background: #007dd5; }
    /* line 83, style.scss */
    .form_flow > div > span {
      font-weight: 600; }

/* line 89, style.scss */
.recruit_form_kome {
  width: fit-content;
  margin: 15px auto 0; }

/* line 94, style.scss */
.imp {
  display: inline-block;
  background: #d51f1f;
  color: #fff;
  padding: 3px 10px;
  line-height: 1.1;
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px; }
  /* line 104, style.scss */
  .recruit_form_kome .imp {
    margin-left: 0;
    margin-right: 5px; }

/* line 110, style.scss */
.form_area {
  margin: 40px 0 0 0; }

/* line 114, style.scss */
.form_areab {
  max-width: 900px;
  margin: 0 auto; }
  /* line 118, style.scss */
  .form_areab table {
    width: 100%;
    border-top: 1px solid #7fbeea; }
    /* line 122, style.scss */
    .form_areab table th, .form_areab table td {
      vertical-align: top;
      border-bottom: 1px solid #7fbeea;
      padding: 20px 10px; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 122, style.scss */
        .form_areab table th, .form_areab table td {
          display: block; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 122, style.scss */
        .form_areab table th, .form_areab table td {
          display: block; } }
      @media screen and (max-width: 350px) {
        /* line 122, style.scss */
        .form_areab table th, .form_areab table td {
          display: block; } }
    /* line 141, style.scss */
    .form_areab table th {
      white-space: nowrap;
      width: 270px;
      font-weight: 500; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 141, style.scss */
        .form_areab table th {
          border-bottom: none;
          padding: 20px 0 0;
          text-align: center;
          width: auto;
          font-weight: bold; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 141, style.scss */
        .form_areab table th {
          border-bottom: none;
          padding: 20px 0 0;
          text-align: center;
          width: auto;
          font-weight: bold; } }
      @media screen and (max-width: 350px) {
        /* line 141, style.scss */
        .form_areab table th {
          border-bottom: none;
          padding: 20px 0 0;
          text-align: center;
          width: auto;
          font-weight: bold; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 173, style.scss */
      .form_areab table td {
        padding: 10px 0 20px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 173, style.scss */
      .form_areab table td {
        padding: 10px 0 20px; } }
    @media screen and (max-width: 350px) {
      /* line 173, style.scss */
      .form_areab table td {
        padding: 10px 0 20px; } }

/* line 193, style.scss */
.error {
  color: #d51f1f; }

/* line 197, style.scss */
.ssl_txt {
  width: fit-content;
  padding-left: 1em;
  text-indent: -1em;
  margin: 50px auto 0; }

/*
---------------------------------------------------------------*/
/* line 207, style.scss */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

/* line 221, style.scss */
textarea {
  resize: vertical; }

/* line 225, style.scss */
input[type='checkbox'],
input[type='radio'] {
  display: none; }

/* line 230, style.scss */
input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

/* line 238, style.scss */
select::-ms-expand {
  display: none; }

/*
---------------------------------------------------------------*/
/* line 244, style.scss */
input,
select,
textarea {
  font-size: 14px;
  background: #fafafc; }

/* line 250, style.scss */
button {
  font-size: 14px;
  background: #ffffff; }

/* line 255, style.scss */
input, textarea {
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fafafc; }

/* line 261, style.scss */
input {
  padding: 5px; }

/* line 265, style.scss */
.radio label {
  position: relative;
  padding-left: 25px;
  margin-right: 30px; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 265, style.scss */
    .radio label {
      display: block; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 265, style.scss */
    .radio label {
      display: block; } }
  @media screen and (max-width: 350px) {
    /* line 265, style.scss */
    .radio label {
      display: block; } }

/* line 284, style.scss */
.radio label::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff; }

/* line 297, style.scss */
.radio input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #007dd5;
  border-radius: 50%; }

/* line 308, style.scss */
.privacy label {
  position: relative;
  padding-left: 25px;
  margin-right: 15px; }

/* line 314, style.scss */
.privacy label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff; }

/* line 327, style.scss */
.privacy input:checked + label::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #27aece;
  border-left: 2px solid #27aece;
  content: "";
  display: block;
  height: 7px;
  left: 2px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 14px; }

/* line 342, style.scss */
select {
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 5px;
  background: #f9f9f9; }

/* line 349, style.scss */
textarea {
  margin: 0;
  padding: 5px;
  width: 80%; }

/* line 355, style.scss */
.contact-btn {
  margin: 40px 0 0;
  text-align: center; }
  /* line 358, style.scss */
  .contact-btn p.pass_img {
    max-width: 290px;
    width: 100%;
    margin: auto;
    border: 1px solid #cccccc; }
  /* line 364, style.scss */
  .contact-btn.confirm_area {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 364, style.scss */
      .contact-btn.confirm_area {
        flex-direction: column;
        gap: 20px 0;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 364, style.scss */
      .contact-btn.confirm_area {
        flex-direction: column;
        gap: 20px 0;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 350px) {
      /* line 364, style.scss */
      .contact-btn.confirm_area {
        flex-direction: column;
        gap: 20px 0;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto; } }

/* line 395, style.scss */
.form_box_btn {
  max-width: 340px;
  width: 100%;
  margin: auto; }
  /* line 399, style.scss */
  .confirm_area .form_box_btn {
    margin: 0;
    max-width: 300px; }
  /* line 403, style.scss */
  .form_box_btn button {
    display: block;
    text-decoration: none;
    color: #fff;
    max-width: 360px;
    width: 100%;
    margin: 0 auto 0;
    font-size: 18px;
    padding: 13px 0;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    background: #007dd5;
    border-radius: 100px; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 403, style.scss */
      .form_box_btn button {
        font-size: 16px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 403, style.scss */
      .form_box_btn button {
        font-size: 16px; } }
    @media screen and (max-width: 350px) {
      /* line 403, style.scss */
      .form_box_btn button {
        font-size: 16px; } }
    /* line 432, style.scss */
    .form_box_btn button:hover {
      opacity: 0.7; }
    /* line 437, style.scss */
    .form_box_btn button[type="submit"] span {
      padding-left: 45px;
      background: url("../../images/cmn/icon_mail.png") 0 50% no-repeat;
      background-size: 30px auto; }
  /* line 444, style.scss */
  .form_box_btn.form_box_btn_back {
    margin-right: 20px; }
    /* line 447, style.scss */
    .form_box_btn.form_box_btn_back button {
      color: #AFD9FF; }

/* line 452, style.scss */
.w100 {
  width: 70%; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 452, style.scss */
    .w100 {
      width: 90%; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 452, style.scss */
    .w100 {
      width: 95%; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 452, style.scss */
    .w100 {
      width: 95%; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 452, style.scss */
    .w100 {
      width: 95%; } }
  @media screen and (max-width: 350px) {
    /* line 452, style.scss */
    .w100 {
      width: 95%; } }

/* line 470, style.scss */
.w40 {
  width: 27%; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 470, style.scss */
    .w40 {
      width: 35%; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 470, style.scss */
    .w40 {
      width: 40%; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 470, style.scss */
    .w40 {
      width: 40%; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 470, style.scss */
    .w40 {
      width: 35%; } }
  @media screen and (max-width: 350px) {
    /* line 470, style.scss */
    .w40 {
      width: 35%; } }

/* line 488, style.scss */
.w30 {
  width: 6.0em; }

/* line 491, style.scss */
.uword {
  max-width: 400px;
  width: 100%; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 491, style.scss */
    .uword {
      max-width: 300px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 491, style.scss */
    .uword {
      max-width: 280px; } }
  @media screen and (max-width: 350px) {
    /* line 491, style.scss */
    .uword {
      max-width: 260px; } }

/* line 508, style.scss */
.section {
  max-width: 800px;
  width: 100%;
  margin: 30px auto;
  border: 1px solid #cccccc;
  padding: 50px;
  text-align: left; }

/* line 519, style.scss */
.errer_box .form_areab,
.finish_box .form_areab {
  text-align: center; }
  /* line 521, style.scss */
  .errer_box .form_areab p,
  .finish_box .form_areab p {
    display: inline-block;
    text-align: left; }

/* line 528, style.scss */
.address_form {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px 20px; }

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