@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
#pagettl {
  margin-bottom: 20px;
  background: url("/img/recruit/ttlimg-sp.jpg") center/cover no-repeat; }

.state_message {
  margin-bottom: 20px;
  text-align: center; }
  .state_message .ng {
    color: #D50000; }
  .state_message b {
    font-weight: bold;
    font-size: clamp(1.5rem, 1.630988787vw, 1.8rem); }

#entry {
  margin: clamp(3rem, 6.1162079511vw, 10rem) 0 clamp(3rem, 3.5677879715vw, 4rem);
  text-align: center; }
  #entry .entry__ttl {
    margin-bottom: 10px;
    font-size: clamp(1.9rem, 2.8542303772vw, 3.5rem);
    font-weight: 400;
    font-family: "あおとゴシック DB", "Aoto Gothic DemiBold"; }
  #entry .entry__copy {
    color: #3B0256;
    font-size: clamp(1.1rem, 1.5290519878vw, 2rem); }

#form {
  padding-bottom: 10px; }
  #form .required {
    color: #C10000; }
  #form .form__wrap {
    max-width: 800px;
    margin: 0 auto 40px;
    padding: clamp(1.5rem, 1.5290519878vw, 1.5rem) clamp(2rem, 3.0581039755vw, 4rem) clamp(1rem, 2.5484199796vw, 4.5rem);
    box-sizing: border-box;
    background: #FFF;
    letter-spacing: 0; }
    #form .form__wrap li {
      padding: clamp(1.5rem, 2.5484199796vw, 3.5rem) clamp(0.5rem, 1.5290519878vw, 2rem);
      border-top: 1px solid #E8E8E8; }
      #form .form__wrap li:first-of-type {
        border: none; }
      #form .form__wrap li.kana {
        padding-top: 0;
        border: none; }
    #form .form__wrap .from__ttl {
      font-size: clamp(1.4rem, 1.5290519878vw, 1.6rem); }
      #form .form__wrap .from__ttl span {
        display: inline-block;
        margin-right: .8em;
        padding: 3px .65em;
        background: #F18D5F;
        border-radius: 4px;
        color: #FFF;
        font-size: clamp(1.2rem, 1.2232415902vw, 1.3rem);
        line-height: 1.4; }
        #form .form__wrap .from__ttl span.optional {
          background: #A2A2A2; }
    #form .form__wrap .from__box {
      margin-top: 5px; }
      #form .form__wrap .from__box.name {
        display: flex;
        align-items: center; }
        #form .form__wrap .from__box.name .from__box-s {
          display: flex;
          align-items: center;
          margin-left: 1.7em; }
          #form .form__wrap .from__box.name .from__box-s:first-of-type {
            margin-left: 0; }
          #form .form__wrap .from__box.name .from__box-s input {
            max-width: 170px;
            margin-left: .5em; }
      #form .form__wrap .from__box input::-webkit-input-placeholder {
        color: #A2A2A2;
        font-family: "あおとゴシック R", "Aoto Gothic Regular", Hiragino Sans, ヒラギノ角ゴシック, Meiryo, "sans-serif"; }
      #form .form__wrap .from__box input:-moz-placeholder {
        color: #A2A2A2;
        font-family: "あおとゴシック R", "Aoto Gothic Regular", Hiragino Sans, ヒラギノ角ゴシック, Meiryo, "sans-serif"; }
      #form .form__wrap .from__box input::-moz-placeholder {
        color: #A2A2A2;
        font-family: "あおとゴシック R", "Aoto Gothic Regular", Hiragino Sans, ヒラギノ角ゴシック, Meiryo, "sans-serif"; }
      #form .form__wrap .from__box input:-ms-input-placeholder {
        color: #A2A2A2;
        font-family: "あおとゴシック R", "Aoto Gothic Regular", Hiragino Sans, ヒラギノ角ゴシック, Meiryo, "sans-serif"; }
      #form .form__wrap .from__box label {
        vertical-align: middle; }
      #form .form__wrap .from__box.form__check {
        display: flex;
        flex-wrap: wrap; }
        #form .form__wrap .from__box.form__check input[type="checkbox"] {
          position: relative;
          width: clamp(1.5rem, 1.8348623853vw, 2.2rem);
          height: clamp(1.5rem, 1.8348623853vw, 2.2rem);
          margin: 0 clamp(0.3rem, 0.5096839959vw, 0.8rem) 0 0;
          box-sizing: border-box;
          background: #FFF;
          border: 1px solid;
          border-radius: 3px;
          transition: .3s; }
          #form .form__wrap .from__box.form__check input[type="checkbox"]::after {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -70%) rotate(-45deg);
            width: 10px;
            height: 5px;
            border-left: 2px solid #FFF;
            border-bottom: 2px solid #FFF;
            border-radius: 1px;
            opacity: 0;
            content: ''; }
          #form .form__wrap .from__box.form__check input[type="checkbox"]:checked {
            background: #3B0256; }
            #form .form__wrap .from__box.form__check input[type="checkbox"]:checked::after {
              opacity: 1; }
          #form .form__wrap .from__box.form__check input[type="checkbox"] + label {
            margin-right: .8em; }
      #form .form__wrap .from__box input[type="text"], #form .form__wrap .from__box input[type="tel"], #form .form__wrap .from__box input[type="email"], #form .form__wrap .from__box textarea {
        width: 100%;
        padding: .4em 1em;
        background: #FFF;
        box-sizing: border-box;
        outline: 1px solid #9B9B9B;
        border-radius: 10px; }
        #form .form__wrap .from__box input[type="text"]:focus, #form .form__wrap .from__box input[type="tel"]:focus, #form .form__wrap .from__box input[type="email"]:focus, #form .form__wrap .from__box textarea:focus {
          outline: 2px solid #2F4FD6; }
      #form .form__wrap .from__box input[type="radio"] {
        position: relative;
        width: clamp(1.5rem, 1.8348623853vw, 2.2rem);
        height: clamp(1.5rem, 1.8348623853vw, 2.2rem);
        margin-top: 0;
        box-sizing: border-box;
        border-radius: 22px;
        background: #FFF;
        border: 1px solid;
        transition: .3s; }
        #form .form__wrap .from__box input[type="radio"]::after {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -55%);
          width: 40%;
          aspect-ratio: 1/1;
          background: #000;
          border-radius: 22px;
          opacity: 0;
          transition: .3s;
          content: ''; }
        #form .form__wrap .from__box input[type="radio"]:checked::after {
          opacity: 1; }
        #form .form__wrap .from__box input[type="radio"] + label {
          margin-right: clamp(1rem, 2.0387359837vw, 3rem); }
      #form .form__wrap .from__box textarea {
        height: 10em;
        max-height: 250px; }
        #form .form__wrap .from__box textarea::placeholder {
          color: #A2A2A2;
          font-family: "あおとゴシック R", "Aoto Gothic Regular", Hiragino Sans, ヒラギノ角ゴシック, Meiryo, "sans-serif"; }
  #form .submit__btn button {
    max-width: 450px; }
  #form .btn_wrap .btn {
    margin-bottom: 20px; }
    #form .btn_wrap .btn.back a {
      color: #333; }
      #form .btn_wrap .btn.back a:before, #form .btn_wrap .btn.back a:after {
        right: auto;
        left: 4%; }
      #form .btn_wrap .btn.back a:before {
        content: '\f060'; }
      #form .btn_wrap .btn.back a:after {
        background: #333; }

#result .result__ttl {
  margin-bottom: clamp(1rem, 1.5290519878vw, 2rem);
  font-size: clamp(1.8rem, 2.2426095821vw, 2.4rem);
  text-align: center; }
#result .result__txt {
  margin-bottom: clamp(3rem, 4.0774719674vw, 5rem);
  font-size: clamp(1.3rem, 1.4271151886vw, 1.5rem);
  text-align: center;
  line-height: 2; }
#result .result__wp {
  padding: 10px 1em;
  box-sizing: border-box;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-weight: 500;
  font-family: "あおとゴシック B", "Aoto Gothic Bold"; }
#result .result__btn a {
  width: 80%;
  max-width: 450px;
  margin: 0 auto clamp(3rem, 4.0774719674vw, 5rem); }
  #result .result__btn a::before, #result .result__btn a::after {
    right: auto;
    left: 4%; }
  #result .result__btn a::before {
    transform: translateY(-50%) rotate(180deg); }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #form .form__wrap li {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #form .form__wrap li.textarea {
      border: none; }
  #form .form__wrap .from__ttl {
    width: 25%; }
    #form .form__wrap .from__ttl span {
      margin-right: 1.4em; }
  #form .form__wrap .from__box {
    width: 70%;
    margin: 0; }
    #form .form__wrap .from__box.form__check {
      display: block; }
      #form .form__wrap .from__box.form__check .form__check-box {
        margin-bottom: 2px; }
    #form .form__wrap .from__box textarea {
      height: 20em; }
  #form .submit__btn button {
    max-width: 260px;
    height: 70px;
    line-height: 70px; }
  #form .btn_wrap {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    max-width: 480px;
    margin: auto; }
    #form .btn_wrap .btn {
      width: 48%;
      margin-bottom: 0px; }
      #form .btn_wrap .btn a {
        widows: 100%;
        max-width: 100%; }
      #form .btn_wrap .btn.back a:hover {
        color: #fff;
        background: #333; }
        #form .btn_wrap .btn.back a:hover:after {
          background: #fff; } }
/*------------------------------
		981px以上
------------------------------*/
/*------------------------------
		1201px以上
------------------------------*/

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