@charset "UTF-8";
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-style: normal;
  vertical-align: baseline;
  line-break: strict; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

img {
  vertical-align: top; }

blockquote, q {
  quotes: none; }

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

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

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

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px; }

.both {
  clear: both; }

h1,
h2,
h3,
h4,
p,
a,
span {
  white-space: normal;
  word-break: break-word; }

/* フォームのスタイル解除
------------------------------------------------------ */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
  outline: none;
  resize: none;
  border: none; }
  input:hover,
  button:hover,
  textarea:hover,
  select:hover {
    cursor: pointer; }

/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */
@use 'colors';
@use "mixin";
@use 'media';
@use 'font';
html {
  scroll-behavior: smooth; }

html,
body {
  margin: 0;
  font-weight: 400;
  /* regular */
  color: #000;
  counter-reset: number 0;
  font-size: 10px;
  font-family: 'Shippori Mincho', serif; }
  html a,
  html button,
  html .children,
  body a,
  body button,
  body .children {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }

body {
  width: 100%;
  overflow: scroll;
  font-weight: 400;
  /* regular */
  color: #000;
  position: relative;
  position: relative; }

ul,
li {
  list-style: none; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

.t-bold {
  font-weight: 700;
  /* bold */ }

.t-a-r {
  text-align: right; }

#intro {
  padding-top: 40px;
  padding-top: calc(40 / 375 * 100vw);
  padding-bottom: 80px;
  padding-bottom: calc(80 / 375 * 100vw); }

.intro-body {
  font-size: 15px;
  font-size: calc(15 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 37.5px;
  line-height: calc(37.5 / 375 * 100vw);
  width: auto;
  margin-left: auto;
  margin-right: auto; }

#formsection {
  padding-top: 20px;
  padding-top: calc(20 / 375 * 100vw);
  padding-bottom: 80px;
  padding-bottom: calc(80 / 375 * 100vw); }

.form-blk {
  width: 375px;
  width: calc(375 / 375 * 100vw);
  margin-left: auto;
  margin-right: auto;
  background: #FAFAFA;
  padding-top: 75px;
  padding-top: calc(75 / 375 * 100vw);
  padding-bottom: 60px;
  padding-bottom: calc(60 / 375 * 100vw);
  position: relative; }
  .form-blk:not(:last-of-type) {
    margin-bottom: 78px;
    margin-bottom: calc(78 / 375 * 100vw); }

.form-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-size: calc(20 / 375 * 100vw);
  letter-spacing: 0.05em;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -50%;
  white-space: nowrap; }
  .form-ttl .label {
    white-space: nowrap;
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.05em;
    color: #fff;
    height: 43px;
    height: calc(43 / 375 * 100vw);
    background: #DE412C;
    margin-left: 10px;
    margin-left: calc(10 / 375 * 100vw);
    margin-right: 10px;
    margin-right: calc(10 / 375 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10px;
    padding-left: calc(10 / 375 * 100vw);
    padding-right: 10px;
    padding-right: calc(10 / 375 * 100vw);
    padding-top: 7px;
    padding-top: calc(7 / 375 * 100vw); }

.form-desc {
  width: 315px;
  width: calc(315 / 375 * 100vw);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-bottom: calc(40 / 375 * 100vw);
  font-size: 15px;
  font-size: calc(15 / 375 * 100vw);
  letter-spacing: 0.05em; }
  .form-desc .green {
    color: #5DA804; }

.form-item {
  width: 315px;
  width: calc(315 / 375 * 100vw);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-bottom: calc(30 / 375 * 100vw);
  font-size: 15px;
  font-size: calc(15 / 375 * 100vw);
  letter-spacing: 0.05em;
  font-weight: 700;
  /* bold */ }
  .form-item label {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: 0.05em;
    font-weight: 700;
    /* bold */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 9px;
    margin-bottom: calc(9 / 375 * 100vw); }
    .form-item label .required {
      background: #DE412C;
      color: #fff;
      font-size: 13px;
      font-size: calc(13 / 375 * 100vw);
      letter-spacing: 0.05em;
      display: inline-block;
      width: 43px;
      width: calc(43 / 375 * 100vw);
      height: 23px;
      height: calc(23 / 375 * 100vw);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 10px;
      margin-left: calc(10 / 375 * 100vw); }
    .form-item label.workstyle {
      margin-bottom: 24px;
      margin-bottom: calc(24 / 375 * 100vw); }
    .form-item label.radio {
      margin-bottom: 4px;
      margin-bottom: calc(4 / 375 * 100vw); }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #848484;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.05em;
  font-family: 'Shippori Mincho', serif; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #848484;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.05em;
  font-family: 'Shippori Mincho', serif; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #848484;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.05em;
  font-family: 'Shippori Mincho', serif; }

input::placeholder, textarea::placeholder {
  color: #848484;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.05em;
  font-family: 'Shippori Mincho', serif; }

input[name="yourname"], input[name="address"], input[name="youremail"], input[name="yourtel"] {
  background: #fff;
  width: 100%;
  height: 50px;
  height: calc(50 / 375 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-left: calc(20 / 375 * 100vw);
  padding-right: 20px;
  padding-right: calc(20 / 375 * 100vw); }

input[name="yourage"] {
  background: #fff;
  width: 56px;
  width: calc(56 / 375 * 100vw);
  min-width: 3em;
  height: 50px;
  height: calc(50 / 375 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-left: calc(20 / 375 * 100vw);
  padding-right: 20px;
  padding-right: calc(20 / 375 * 100vw);
  margin-right: 10px;
  margin-right: calc(10 / 375 * 100vw); }

input[type="radio"] {
  display: none; }
  input[type="radio"] + label {
    position: relative;
    font-weight: 400;
    /* regular */
    cursor: pointer; }
    input[type="radio"] + label:before {
      content: "";
      width: 15px;
      width: calc(15 / 375 * 100vw);
      height: 15px;
      height: calc(15 / 375 * 100vw);
      border: 1px solid #848484;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #fff;
      border-radius: 50%;
      margin-right: 5px;
      margin-right: calc(5 / 375 * 100vw); }
    input[type="radio"] + label:after {
      content: "";
      width: 9px;
      width: calc(9 / 375 * 100vw);
      height: 9px;
      height: calc(9 / 375 * 100vw);
      background: #5DA804;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 3px;
      left: calc(3 / 375 * 100vw);
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      z-index: 2;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  input[type="radio"]:checked + label:after {
    opacity: 1; }

input.error {
  background-color: #fdd; }
  input.error#privacy + label:before {
    background-color: #fdd; }
  input.error[type="radio"] + label:before {
    background-color: #fdd; }

.form-sentence {
  width: 315px;
  width: calc(315 / 375 * 100vw);
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-size: calc(15 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 2.5; }
  .form-sentence:not(:last-of-type) {
    margin-bottom: 40px;
    margin-bottom: calc(40 / 375 * 100vw); }
  .form-sentence .green {
    color: #5DA804; }
  .form-sentence .sentence {
    position: relative;
    min-width: 70px;
    min-width: calc(70 / 375 * 100vw);
    cursor: pointer; }
    .form-sentence .sentence .progress:before {
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      pointer-events: none;
      background: #5DA804;
      font-size: 15px;
      font-size: calc(15 / 375 * 100vw);
      letter-spacing: 0.05em;
      position: absolute;
      left: 50%;
      top: 50%;
      translate: -50% -50%;
      min-width: 100px;
      min-width: calc(100 / 375 * 100vw);
      width: 100%;
      height: 30px;
      height: calc(30 / 375 * 100vw);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      opacity: 0;
      content: "入力中";
      color: #fff;
      z-index: 2; }
    .form-sentence .sentence.is-active .progress:before {
      opacity: 1; }
    .form-sentence .sentence.is-active:hover:after {
      opacity: 0; }
    .form-sentence .sentence:before {
      content: "　　　　　"; }
    .form-sentence .sentence.has-text:before {
      content: ""; }
    .form-sentence .sentence:after {
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      pointer-events: none;
      content: "入力する";
      font-size: 15px;
      font-size: calc(15 / 375 * 100vw);
      letter-spacing: 0.05em;
      position: absolute;
      left: 50%;
      top: 50%;
      translate: -50% -50%;
      min-width: 100px;
      min-width: calc(100 / 375 * 100vw);
      width: 100%;
      height: 30px;
      height: calc(30 / 375 * 100vw);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      opacity: 0;
      background: #dedede;
      color: #848484; }
    .form-sentence .sentence:hover:after {
      opacity: 1; }
    .form-sentence .sentence.error {
      background: #fdd; }

.modal-input {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
  height: calc(240 / 375 * 100vw);
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
  padding-top: calc(30 / 375 * 100vw);
  padding-left: 30px;
  padding-left: calc(30 / 375 * 100vw);
  padding-right: 30px;
  padding-right: calc(30 / 375 * 100vw);
  -webkit-transition: translate .6s ease-in-out;
  transition: translate .6s ease-in-out;
  translate: 0 100%; }
  .modal-input.is-show {
    translate: 0 0; }
  .modal-input .item {
    display: none; }
    .modal-input .item.is-show {
      display: block; }
  .modal-input .textarea {
    width: 100%;
    height: 100px;
    height: calc(100 / 375 * 100vw);
    background: #fff;
    margin-bottom: 30px;
    margin-bottom: calc(30 / 375 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1em;
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: 0.05em; }

.modal-close {
  width: 200px;
  width: calc(200 / 375 * 100vw);
  height: 50px;
  height: calc(50 / 375 * 100vw);
  color: #fff;
  background: #5DA804;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-size: calc(15 / 375 * 100vw);
  font-weight: 700;
  /* bold */
  letter-spacing: 0.05em;
  cursor: pointer; }

.motivation {
  margin-bottom: 60px;
  margin-bottom: calc(60 / 375 * 100vw);
  width: 315px;
  width: calc(315 / 375 * 100vw);
  margin-left: auto;
  margin-right: auto; }
  .motivation .ttl {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: 0.05em;
    font-weight: 700;
    /* bold */
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .motivation .ttl .optional {
      background: #423F9D;
      color: #fff;
      font-size: 13px;
      font-size: calc(13 / 375 * 100vw);
      letter-spacing: 0.05em;
      display: inline-block;
      width: 43px;
      width: calc(43 / 375 * 100vw);
      height: 23px;
      height: calc(23 / 375 * 100vw);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 15px;
      margin-left: calc(15 / 375 * 100vw); }
  .motivation .desc {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
    line-height: 1.75; }
  .motivation .motivation-txtarea {
    background: #FBFBFB;
    border: solid 1px #F2F2F2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 315px;
    width: calc(315 / 375 * 100vw);
    height: 150px;
    height: calc(150 / 375 * 100vw);
    padding: 1em;
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: 0.05em; }

.privacy {
  width: 315px;
  width: calc(315 / 375 * 100vw);
  margin-left: auto;
  margin-right: auto; }
  .privacy .blk {
    width: 100%;
    height: 130px;
    height: calc(130 / 375 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 1px #848484;
    overflow: scroll;
    padding-top: 17px;
    padding-top: calc(17 / 375 * 100vw);
    padding-left: 15px;
    padding-left: calc(15 / 375 * 100vw);
    padding-right: 15px;
    padding-right: calc(15 / 375 * 100vw);
    padding-bottom: 15px;
    padding-bottom: calc(15 / 375 * 100vw);
    margin-bottom: 30px;
    margin-bottom: calc(30 / 375 * 100vw); }
  .privacy .ttl {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    margin-bottom: calc(10 / 375 * 100vw);
    font-weight: 700;
    /* bold */ }
  .privacy .desc {
    font-size: 13px;
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 1em; }
    .privacy .desc a {
      color: #000;
      text-decoration: underline; }
  .privacy .check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: 0.05em;
    font-weight: 700;
    /* bold */
    margin-bottom: 30px;
    margin-bottom: calc(30 / 375 * 100vw); }
    .privacy .check label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      .privacy .check label:before {
        content: "";
        width: 20px;
        width: calc(20 / 375 * 100vw);
        height: 20px;
        height: calc(20 / 375 * 100vw);
        background-color: #F8F8F8;
        display: inline-block;
        margin-right: 10px; }
    .privacy .check input:checked + label:before {
      background-image: url(../../images/common/icon-check.svg);
      background-size: 12px auto;
      background-repeat: no-repeat;
      background-position: center center; }

#submit, #confirm, #back-to-top {
  width: 315px;
  width: calc(315 / 375 * 100vw);
  height: 80px;
  height: calc(80 / 375 * 100vw);
  background: #5DA804;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 15px;
  font-size: calc(15 / 375 * 100vw);
  font-weight: 700;
  /* bold */
  letter-spacing: 0.05em;
  cursor: pointer;
  position: relative; }
  #submit:after, #confirm:after, #back-to-top:after {
    content: "";
    width: 24px;
    width: calc(24 / 375 * 100vw);
    height: 3px;
    height: calc(3 / 375 * 100vw);
    background-image: url(../../images/common/icon-arrow-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    right: calc(10 / 375 * 100vw);
    translate: 0 -50%;
    pointer-events: none; }

#back {
  background: #DEDEDE;
  width: 315px;
  width: calc(315 / 375 * 100vw);
  height: 80px;
  height: calc(80 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 15px;
  font-size: calc(15 / 375 * 100vw);
  font-weight: 700;
  /* bold */
  letter-spacing: 0.05em;
  cursor: pointer;
  color: #848484;
  margin-right: 0px;
  margin-right: calc(0 / 375 * 100vw);
  position: relative; }
  #back:after {
    content: "";
    width: 24px;
    width: calc(24 / 375 * 100vw);
    height: 3px;
    height: calc(3 / 375 * 100vw);
    background-image: url(../../images/common/icon-arrow-3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 10px;
    left: calc(10 / 375 * 100vw);
    translate: 0 -50%; }

#confirm {
  margin-left: auto;
  margin-right: auto; }

#submit {
  margin-left: 0px;
  margin-left: calc(0 / 375 * 100vw);
  margin-bottom: 30px;
  margin-bottom: calc(30 / 375 * 100vw); }

.phase-confirm {
  display: none; }

#confirm-msg {
  display: none;
  padding-top: 100px;
  padding-top: calc(100 / 375 * 100vw);
  padding-bottom: 80px;
  padding-bottom: calc(80 / 375 * 100vw); }
  #confirm-msg .content {
    width: 315px;
    width: calc(315 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto; }
  #confirm-msg .ttl {
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.05em;
    font-weight: 600;
    /* semibold */
    color: #5DA804;
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
    display: block; }
  #confirm-msg .desc {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 2; }

#complete-msg {
  display: none;
  padding-top: 100px;
  padding-top: calc(100 / 375 * 100vw);
  padding-bottom: 100px;
  padding-bottom: calc(100 / 375 * 100vw); }
  #complete-msg .desc {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 2.5;
    text-align: center;
    margin-bottom: 2.5em;
    margin-bottom: 60px;
    margin-bottom: calc(60 / 375 * 100vw); }
    #complete-msg .desc a {
      color: #000;
      text-decoration: underline; }
  #complete-msg #back-to-top {
    margin-left: auto;
    margin-right: auto; }

body.confirm .l-subpage-kv, body.confirm #intro {
  display: none; }

body.confirm #confirm {
  display: none; }

body.confirm #confirm-msg {
  display: block; }

body.confirm .form-item {
  width: 315px;
  width: calc(315 / 375 * 100vw);
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 1px #DEDEDE; }
  body.confirm .form-item .required {
    display: none; }
  body.confirm .form-item label {
    width: 315px;
    width: calc(315 / 375 * 100vw); }
  body.confirm .form-item .workstyle {
    margin-bottom: 9px;
    margin-bottom: calc(9 / 375 * 100vw); }

body.confirm input::-webkit-input-placeholder, body.confirm textarea::-webkit-input-placeholder {
  color: transparent; }

body.confirm input::-moz-placeholder, body.confirm textarea::-moz-placeholder {
  color: transparent; }

body.confirm input::-ms-input-placeholder, body.confirm textarea::-ms-input-placeholder {
  color: transparent; }

body.confirm input::placeholder, body.confirm textarea::placeholder {
  color: transparent; }

body.confirm input {
  pointer-events: none;
  background: transparent;
  color: #000;
  padding: 0;
  font-size: 15px;
  font-size: calc(15 / 375 * 100vw); }
  body.confirm input[name="yourname"], body.confirm input[name="address"], body.confirm input[name="youremail"], body.confirm input[name="yourtel"] {
    width: 315px;
    width: calc(315 / 375 * 100vw); }
  body.confirm input[name="yourage"] {
    width: 1.2em; }
  body.confirm input[type="radio"] + label {
    display: none; }
  body.confirm input[type="radio"]:checked + label {
    padding-left: 0;
    display: block; }
    body.confirm input[type="radio"]:checked + label:before, body.confirm input[type="radio"]:checked + label:after {
      display: none; }
  body.confirm input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #FAFAFD inset;
            box-shadow: 0 0 0 1000px #FAFAFD inset; }

body.confirm .form-sentence .green {
  display: none; }

body.confirm .sentence {
  pointer-events: none;
  color: #5DA804; }

body.confirm .phase-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

body.confirm .motivation {
  width: 315px;
  width: calc(315 / 375 * 100vw);
  margin-left: auto;
  margin-right: auto; }
  body.confirm .motivation .optional, body.confirm .motivation .desc {
    display: none; }
  body.confirm .motivation .ttl {
    width: 315px;
    width: calc(315 / 375 * 100vw);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  body.confirm .motivation .motivation-txtarea {
    width: 315px;
    width: calc(315 / 375 * 100vw);
    height: 150px;
    height: calc(150 / 375 * 100vw);
    background: transparent;
    border: none;
    padding: 0; }

body.confirm .privacy {
  display: none; }

body.complete .l-subpage-kv, body.complete #intro {
  display: none; }

body.complete #confirm {
  display: none; }

body.complete #confirm-msg {
  display: none; }

body.complete #formsection {
  display: none; }

body.complete #complete-msg {
  display: block; }

@media screen and (min-width: 769px) {
  .setOrder {
    color: #000; }
  .l-subpage-kv .img {
    background-image: url(../../images/entry/kv-1__md.jpg); }
    #intro {
      padding-top: 120px;
      padding-top: calc(120 / 1366 * 100vw); }
    #intro {
      padding-bottom: 150px;
      padding-bottom: calc(150 / 1366 * 100vw); }
    .intro-body {
      font-size: 18px;
      font-size: calc(18 / 1366 * 100vw); }
    .intro-body {
      line-height: 36px;
      line-height: calc(36 / 1366 * 100vw); }
    .intro-body {
      width: 866px;
      width: calc(866 / 1366 * 100vw); }
    #formsection {
      padding-top: 23px;
      padding-top: calc(23 / 1366 * 100vw); }
    #formsection {
      padding-bottom: 150px;
      padding-bottom: calc(150 / 1366 * 100vw); }
    .form-blk {
      width: 966px;
      width: calc(966 / 1366 * 100vw); }
    .form-blk {
      padding-top: 90px;
      padding-top: calc(90 / 1366 * 100vw); }
    .form-blk {
      padding-bottom: 90px;
      padding-bottom: calc(90 / 1366 * 100vw); }
      .form-blk:not(:last-of-type) {
        margin-bottom: 124px;
        margin-bottom: calc(124 / 1366 * 100vw); }
    .form-ttl {
      font-size: 25px;
      font-size: calc(25 / 1366 * 100vw); }
      .form-ttl .label {
        font-size: 25px;
        font-size: calc(25 / 1366 * 100vw); }
      .form-ttl .label {
        height: 50px;
        height: calc(50 / 1366 * 100vw); }
      .form-ttl .label {
        margin-left: 7px;
        margin-left: calc(7 / 1366 * 100vw); }
      .form-ttl .label {
        margin-right: 10px;
        margin-right: calc(10 / 1366 * 100vw); }
      .form-ttl .label {
        padding-left: 10px;
        padding-left: calc(10 / 1366 * 100vw); }
      .form-ttl .label {
        padding-right: 10px;
        padding-right: calc(10 / 1366 * 100vw); }
      .form-ttl .label {
        padding-top: 6px;
        padding-top: calc(6 / 1366 * 100vw); }
    .form-desc {
      width: 766px;
      width: calc(766 / 1366 * 100vw); }
    .form-desc {
      margin-bottom: 48px;
      margin-bottom: calc(48 / 1366 * 100vw); }
    .form-desc {
      font-size: 15px;
      font-size: calc(15 / 1366 * 100vw); }
    .form-item {
      width: 766px;
      width: calc(766 / 1366 * 100vw); }
    .form-item {
      margin-bottom: 30px;
      margin-bottom: calc(30 / 1366 * 100vw); }
    .form-item {
      font-size: 15px;
      font-size: calc(15 / 1366 * 100vw); }
      .form-item label {
        font-size: 15px;
        font-size: calc(15 / 1366 * 100vw); }
      .form-item label {
        margin-bottom: 9px;
        margin-bottom: calc(9 / 1366 * 100vw); }
        .form-item label .required {
          font-size: 13px;
          font-size: calc(13 / 1366 * 100vw); }
        .form-item label .required {
          width: 43px;
          width: calc(43 / 1366 * 100vw); }
        .form-item label .required {
          height: 23px;
          height: calc(23 / 1366 * 100vw); }
        .form-item label .required {
          margin-left: 10px;
          margin-left: calc(10 / 1366 * 100vw); }
        .form-item label.workstyle {
          margin-bottom: 24px;
          margin-bottom: calc(24 / 1366 * 100vw); }
        .form-item label.radio {
          margin-bottom: 4px;
          margin-bottom: calc(4 / 1366 * 100vw); }
    input[name="yourname"], input[name="address"], input[name="youremail"], input[name="yourtel"] {
      height: 50px;
      height: calc(50 / 1366 * 100vw); }
    input[name="yourname"], input[name="address"], input[name="youremail"], input[name="yourtel"] {
      padding-left: 20px;
      padding-left: calc(20 / 1366 * 100vw); }
    input[name="yourname"], input[name="address"], input[name="youremail"], input[name="yourtel"] {
      padding-right: 20px;
      padding-right: calc(20 / 1366 * 100vw); }
    input[name="yourage"] {
      width: 56px;
      width: calc(56 / 1366 * 100vw); }
    input[name="yourage"] {
      height: 50px;
      height: calc(50 / 1366 * 100vw); }
    input[name="yourage"] {
      padding-left: 20px;
      padding-left: calc(20 / 1366 * 100vw); }
    input[name="yourage"] {
      padding-right: 20px;
      padding-right: calc(20 / 1366 * 100vw); }
    input[name="yourage"] {
      margin-right: 10px;
      margin-right: calc(10 / 1366 * 100vw); }
        input[type="radio"] + label:before {
          width: 15px;
          width: calc(15 / 1366 * 100vw); }
        input[type="radio"] + label:before {
          height: 15px;
          height: calc(15 / 1366 * 100vw); }
        input[type="radio"] + label:before {
          margin-right: 5px;
          margin-right: calc(5 / 1366 * 100vw); }
        input[type="radio"] + label:after {
          width: 9px;
          width: calc(9 / 1366 * 100vw); }
        input[type="radio"] + label:after {
          height: 9px;
          height: calc(9 / 1366 * 100vw); }
        input[type="radio"] + label:after {
          left: 3px;
          left: calc(3 / 1366 * 100vw); }
    .form-sentence {
      width: 766px;
      width: calc(766 / 1366 * 100vw); }
    .form-sentence {
      font-size: 15px;
      font-size: calc(15 / 1366 * 100vw); }
      .form-sentence:not(:last-of-type) {
        margin-bottom: 23px;
        margin-bottom: calc(23 / 1366 * 100vw); }
      .form-sentence .sentence {
        min-width: 70px;
        min-width: calc(70 / 1366 * 100vw); }
        .form-sentence .sentence .progress:before {
          font-size: 15px;
          font-size: calc(15 / 1366 * 100vw); }
        .form-sentence .sentence .progress:before {
          min-width: 100px;
          min-width: calc(100 / 1366 * 100vw); }
        .form-sentence .sentence .progress:before {
          height: 30px;
          height: calc(30 / 1366 * 100vw); }
        .form-sentence .sentence:after {
          font-size: 15px;
          font-size: calc(15 / 1366 * 100vw); }
        .form-sentence .sentence:after {
          min-width: 100px;
          min-width: calc(100 / 1366 * 100vw); }
        .form-sentence .sentence:after {
          height: 30px;
          height: calc(30 / 1366 * 100vw); }
    .modal-input {
      height: 240px;
      height: calc(240 / 1366 * 100vw); }
    .modal-input {
      padding-top: 30px;
      padding-top: calc(30 / 1366 * 100vw); }
    .modal-input {
      padding-left: 172px;
      padding-left: calc(172 / 1366 * 100vw); }
    .modal-input {
      padding-right: 30px;
      padding-right: calc(30 / 1366 * 100vw); }
      .modal-input .textarea {
        height: 100px;
        height: calc(100 / 1366 * 100vw); }
      .modal-input .textarea {
        margin-bottom: 30px;
        margin-bottom: calc(30 / 1366 * 100vw); }
      .modal-input .textarea {
        font-size: 15px;
        font-size: calc(15 / 1366 * 100vw); }
    .modal-close {
      width: 200px;
      width: calc(200 / 1366 * 100vw); }
    .modal-close {
      height: 50px;
      height: calc(50 / 1366 * 100vw); }
    .modal-close {
      font-size: 15px;
      font-size: calc(15 / 1366 * 100vw); }
    .modal-close {
      -webkit-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out; }
      .modal-close:hover {
        background: #4c8b04; }
    .motivation {
      margin-bottom: 90px;
      margin-bottom: calc(90 / 1366 * 100vw); }
    .motivation {
      width: 766px;
      width: calc(766 / 1366 * 100vw); }
      .motivation .ttl {
        font-size: 15px;
        font-size: calc(15 / 1366 * 100vw); }
      .motivation .ttl {
        margin-bottom: 20px;
        margin-bottom: calc(20 / 1366 * 100vw); }
        .motivation .ttl .optional {
          font-size: 13px;
          font-size: calc(13 / 1366 * 100vw); }
        .motivation .ttl .optional {
          width: 43px;
          width: calc(43 / 1366 * 100vw); }
        .motivation .ttl .optional {
          height: 23px;
          height: calc(23 / 1366 * 100vw); }
        .motivation .ttl .optional {
          margin-left: 15px;
          margin-left: calc(15 / 1366 * 100vw); }
      .motivation .desc {
        font-size: 15px;
        font-size: calc(15 / 1366 * 100vw); }
      .motivation .desc {
        margin-bottom: 20px;
        margin-bottom: calc(20 / 1366 * 100vw); }
      .motivation .motivation-txtarea {
        width: 766px;
        width: calc(766 / 1366 * 100vw); }
      .motivation .motivation-txtarea {
        height: 150px;
        height: calc(150 / 1366 * 100vw); }
      .motivation .motivation-txtarea {
        font-size: 15px;
        font-size: calc(15 / 1366 * 100vw); }
    .privacy {
      width: 766px;
      width: calc(766 / 1366 * 100vw); }
      .privacy .blk {
        height: 130px;
        height: calc(130 / 1366 * 100vw); }
      .privacy .blk {
        padding-top: 17px;
        padding-top: calc(17 / 1366 * 100vw); }
      .privacy .blk {
        padding-left: 20px;
        padding-left: calc(20 / 1366 * 100vw); }
      .privacy .blk {
        padding-right: 20px;
        padding-right: calc(20 / 1366 * 100vw); }
      .privacy .blk {
        padding-bottom: 15px;
        padding-bottom: calc(15 / 1366 * 100vw); }
      .privacy .blk {
        margin-bottom: 40px;
        margin-bottom: calc(40 / 1366 * 100vw); }
      .privacy .ttl {
        font-size: 15px;
        font-size: calc(15 / 1366 * 100vw); }
      .privacy .ttl {
        margin-bottom: 10px;
        margin-bottom: calc(10 / 1366 * 100vw); }
      .privacy .desc {
        font-size: 13px;
        font-size: calc(13 / 1366 * 100vw); }
      .privacy .check {
        font-size: 15px;
        font-size: calc(15 / 1366 * 100vw); }
      .privacy .check {
        margin-bottom: 40px;
        margin-bottom: calc(40 / 1366 * 100vw); }
          .privacy .check label:before {
            width: 20px;
            width: calc(20 / 1366 * 100vw); }
          .privacy .check label:before {
            height: 20px;
            height: calc(20 / 1366 * 100vw); }
    #submit, #confirm, #back-to-top {
      width: 400px;
      width: calc(400 / 1366 * 100vw); }
    #submit, #confirm, #back-to-top {
      height: 80px;
      height: calc(80 / 1366 * 100vw); }
    #submit, #confirm, #back-to-top {
      font-size: 15px;
      font-size: calc(15 / 1366 * 100vw); }
      #submit:after, #confirm:after, #back-to-top:after {
        width: 24px;
        width: calc(24 / 1366 * 100vw); }
      #submit:after, #confirm:after, #back-to-top:after {
        height: 3px;
        height: calc(3 / 1366 * 100vw); }
      #submit:after, #confirm:after, #back-to-top:after {
        right: 15px;
        right: calc(15 / 1366 * 100vw); }
    #submit, #confirm, #back-to-top {
      -webkit-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out; }
      #submit:hover, #confirm:hover, #back-to-top:hover {
        background: #4c8b04; }
    #back {
      width: 400px;
      width: calc(400 / 1366 * 100vw); }
    #back {
      height: 80px;
      height: calc(80 / 1366 * 100vw); }
    #back {
      font-size: 15px;
      font-size: calc(15 / 1366 * 100vw); }
    #back {
      margin-right: 33px;
      margin-right: calc(33 / 1366 * 100vw); }
      #back:after {
        width: 24px;
        width: calc(24 / 1366 * 100vw); }
      #back:after {
        height: 3px;
        height: calc(3 / 1366 * 100vw); }
      #back:after {
        left: 15px;
        left: calc(15 / 1366 * 100vw); }
    #back {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #back:after {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      #back:hover {
        color: #dedede;
        background: #848484; }
        #back:hover:after {
          -webkit-filter: brightness(1.4);
                  filter: brightness(1.4); }
    #submit {
      margin-left: 33px;
      margin-left: calc(33 / 1366 * 100vw); }
    #submit {
      margin-bottom: 0px;
      margin-bottom: calc(0 / 1366 * 100vw); }
    #confirm-msg {
      padding-top: 180px;
      padding-top: calc(180 / 1366 * 100vw); }
    #confirm-msg {
      padding-bottom: 110px;
      padding-bottom: calc(110 / 1366 * 100vw); }
      #confirm-msg .content {
        width: 866px;
        width: calc(866 / 1366 * 100vw); }
      #confirm-msg .ttl {
        font-size: 25px;
        font-size: calc(25 / 1366 * 100vw); }
      #confirm-msg .ttl {
        margin-bottom: 23px;
        margin-bottom: calc(23 / 1366 * 100vw); }
      #confirm-msg .desc {
        font-size: 18px;
        font-size: calc(18 / 1366 * 100vw); }
    #complete-msg {
      padding-top: 190px;
      padding-top: calc(190 / 1366 * 100vw); }
    #complete-msg {
      padding-bottom: 150px;
      padding-bottom: calc(150 / 1366 * 100vw); }
      #complete-msg .desc {
        font-size: 15px;
        font-size: calc(15 / 1366 * 100vw); }
      #complete-msg .desc {
        margin-bottom: 80px;
        margin-bottom: calc(80 / 1366 * 100vw); }
    body.confirm .form-item {
      width: 766px;
      width: calc(766 / 1366 * 100vw); }
    body.confirm .form-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      body.confirm .form-item label {
        width: 200px;
        width: calc(200 / 1366 * 100vw); }
      body.confirm .form-item .workstyle {
        margin-bottom: 9px;
        margin-bottom: calc(9 / 1366 * 100vw); }
    body.confirm input {
      font-size: 15px;
      font-size: calc(15 / 1366 * 100vw); }
      body.confirm input[name="yourname"], body.confirm input[name="address"], body.confirm input[name="youremail"], body.confirm input[name="yourtel"] {
        width: 566px;
        width: calc(566 / 1366 * 100vw); }
    body.confirm .phase-confirm {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    body.confirm .motivation {
      width: 766px;
      width: calc(766 / 1366 * 100vw); }
    body.confirm .motivation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      body.confirm .motivation .ttl {
        width: 200px;
        width: calc(200 / 1366 * 100vw); }
      body.confirm .motivation .motivation-txtarea {
        width: 566px;
        width: calc(566 / 1366 * 100vw); }
      body.confirm .motivation .motivation-txtarea {
        height: 150px;
        height: calc(150 / 1366 * 100vw); } }

@media screen and (min-width: 961px) {
  .setOrder {
    color: #000; } }

@media screen and (max-width: 768px) {
  .setOrder {
    color: #000; }
  .l-subpage-kv .img {
    background-image: url(../../images/entry/kv-1__sm.jpg); }
    .form-sentence {
      padding-left: 2em;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative; }
      .form-sentence .num {
        position: absolute;
        left: 0;
        top: 0; }
    body.confirm .phase-confirm {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

@media screen and (min-width: 1200px) {
    #intro {
      padding-top: 120px; }
    #intro {
      padding-bottom: 150px; }
    .intro-body {
      font-size: 18px; }
    .intro-body {
      line-height: 36px; }
    .intro-body {
      width: 866px; }
    #formsection {
      padding-top: 23px; }
    #formsection {
      padding-bottom: 150px; }
    .form-blk {
      width: 966px; }
    .form-blk {
      padding-top: 90px; }
    .form-blk {
      padding-bottom: 90px; }
      .form-blk:not(:last-of-type) {
        margin-bottom: 124px; }
    .form-ttl {
      font-size: 25px; }
      .form-ttl .label {
        font-size: 25px; }
      .form-ttl .label {
        height: 50px; }
      .form-ttl .label {
        margin-left: 7px; }
      .form-ttl .label {
        margin-right: 10px; }
      .form-ttl .label {
        padding-left: 10px; }
      .form-ttl .label {
        padding-right: 10px; }
      .form-ttl .label {
        padding-top: 6px; }
    .form-desc {
      width: 766px; }
    .form-desc {
      margin-bottom: 48px; }
    .form-desc {
      font-size: 15px; }
    .form-item {
      width: 766px; }
    .form-item {
      margin-bottom: 30px; }
    .form-item {
      font-size: 15px; }
      .form-item label {
        font-size: 15px; }
      .form-item label {
        margin-bottom: 9px; }
        .form-item label .required {
          font-size: 13px; }
        .form-item label .required {
          width: 43px; }
        .form-item label .required {
          height: 23px; }
        .form-item label .required {
          margin-left: 10px; }
        .form-item label.workstyle {
          margin-bottom: 24px; }
        .form-item label.radio {
          margin-bottom: 4px; }
    input[name="yourname"], input[name="address"], input[name="youremail"], input[name="yourtel"] {
      height: 50px; }
    input[name="yourname"], input[name="address"], input[name="youremail"], input[name="yourtel"] {
      padding-left: 20px; }
    input[name="yourname"], input[name="address"], input[name="youremail"], input[name="yourtel"] {
      padding-right: 20px; }
    input[name="yourage"] {
      width: 56px; }
    input[name="yourage"] {
      height: 50px; }
    input[name="yourage"] {
      padding-left: 20px; }
    input[name="yourage"] {
      padding-right: 20px; }
    input[name="yourage"] {
      margin-right: 10px; }
        input[type="radio"] + label:before {
          width: 15px; }
        input[type="radio"] + label:before {
          height: 15px; }
        input[type="radio"] + label:before {
          margin-right: 5px; }
        input[type="radio"] + label:after {
          width: 9px; }
        input[type="radio"] + label:after {
          height: 9px; }
        input[type="radio"] + label:after {
          left: 3px; }
    .form-sentence {
      width: 766px; }
    .form-sentence {
      font-size: 15px; }
      .form-sentence:not(:last-of-type) {
        margin-bottom: 23px; }
      .form-sentence .sentence {
        min-width: 70px; }
        .form-sentence .sentence .progress:before {
          font-size: 15px; }
        .form-sentence .sentence .progress:before {
          min-width: 100px; }
        .form-sentence .sentence .progress:before {
          height: 30px; }
        .form-sentence .sentence:after {
          font-size: 15px; }
        .form-sentence .sentence:after {
          min-width: 100px; }
        .form-sentence .sentence:after {
          height: 30px; }
    .modal-input {
      height: 240px; }
    .modal-input {
      padding-top: 30px; }
    .modal-input {
      padding-left: 172px; }
    .modal-input {
      padding-right: 30px; }
      .modal-input .textarea {
        height: 100px; }
      .modal-input .textarea {
        margin-bottom: 30px; }
      .modal-input .textarea {
        font-size: 15px; }
    .modal-close {
      width: 200px; }
    .modal-close {
      height: 50px; }
    .modal-close {
      font-size: 15px; }
    .motivation {
      margin-bottom: 90px; }
    .motivation {
      width: 766px; }
      .motivation .ttl {
        font-size: 15px; }
      .motivation .ttl {
        margin-bottom: 20px; }
        .motivation .ttl .optional {
          font-size: 13px; }
        .motivation .ttl .optional {
          width: 43px; }
        .motivation .ttl .optional {
          height: 23px; }
        .motivation .ttl .optional {
          margin-left: 15px; }
      .motivation .desc {
        font-size: 15px; }
      .motivation .desc {
        margin-bottom: 20px; }
      .motivation .motivation-txtarea {
        width: 766px; }
      .motivation .motivation-txtarea {
        height: 150px; }
      .motivation .motivation-txtarea {
        font-size: 15px; }
    .privacy {
      width: 766px; }
      .privacy .blk {
        height: 130px; }
      .privacy .blk {
        padding-top: 17px; }
      .privacy .blk {
        padding-left: 20px; }
      .privacy .blk {
        padding-right: 20px; }
      .privacy .blk {
        padding-bottom: 15px; }
      .privacy .blk {
        margin-bottom: 40px; }
      .privacy .ttl {
        font-size: 15px; }
      .privacy .ttl {
        margin-bottom: 10px; }
      .privacy .desc {
        font-size: 13px; }
      .privacy .check {
        font-size: 15px; }
      .privacy .check {
        margin-bottom: 40px; }
          .privacy .check label:before {
            width: 20px; }
          .privacy .check label:before {
            height: 20px; }
    #submit, #confirm, #back-to-top {
      width: 400px; }
    #submit, #confirm, #back-to-top {
      height: 80px; }
    #submit, #confirm, #back-to-top {
      font-size: 15px; }
      #submit:after, #confirm:after, #back-to-top:after {
        width: 24px; }
      #submit:after, #confirm:after, #back-to-top:after {
        height: 3px; }
      #submit:after, #confirm:after, #back-to-top:after {
        right: 15px; }
    #back {
      width: 400px; }
    #back {
      height: 80px; }
    #back {
      font-size: 15px; }
    #back {
      margin-right: 33px; }
      #back:after {
        width: 24px; }
      #back:after {
        height: 3px; }
      #back:after {
        left: 15px; }
    #submit {
      margin-left: 33px; }
    #submit {
      margin-bottom: 0px; }
    #confirm-msg {
      padding-top: 180px; }
    #confirm-msg {
      padding-bottom: 110px; }
      #confirm-msg .content {
        width: 866px; }
      #confirm-msg .ttl {
        font-size: 25px; }
      #confirm-msg .ttl {
        margin-bottom: 23px; }
      #confirm-msg .desc {
        font-size: 18px; }
    #complete-msg {
      padding-top: 190px; }
    #complete-msg {
      padding-bottom: 150px; }
      #complete-msg .desc {
        font-size: 15px; }
      #complete-msg .desc {
        margin-bottom: 80px; }
    body.confirm .form-item {
      width: 766px; }
      body.confirm .form-item label {
        width: 200px; }
      body.confirm .form-item .workstyle {
        margin-bottom: 9px; }
    body.confirm input {
      font-size: 15px; }
      body.confirm input[name="yourname"], body.confirm input[name="address"], body.confirm input[name="youremail"], body.confirm input[name="yourtel"] {
        width: 566px; }
    body.confirm .motivation {
      width: 766px; }
      body.confirm .motivation .ttl {
        width: 200px; }
      body.confirm .motivation .motivation-txtarea {
        width: 566px; }
      body.confirm .motivation .motivation-txtarea {
        height: 150px; } }
