@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  line-height: normal;
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


/* ==========================================================================
   #base
   ========================================================================== */

/* #reset
   ----------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, th { font-weight: 600; }

ul { list-style: none; }

strong { font-weight: 600; }


/* #default
   ----------------------------------------------------------------- */
body {
  color: #222;
  font-size: 16px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  font-weight: 300;
}


/* ==========================================================================
   #alliance(PC)
   ========================================================================== */
@media (min-width: 576px) {
  .pc-none { display: none; }
  .pc-img { display: block; }
  .sp-img { display: none; }

  .alliance-wrap {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 90px 0 0;
  }

  /* #導入
     ----------------------------------------------------------------- */
  .alliance-ttl {
    margin-bottom: 50px;
    padding: 0 70px;
    font-size: 30px;
    font-weight: bold;
    font-weight: 600;
    line-height: 1;
  }

  .alliance-web {
    margin-bottom: 53px;
    padding: 60px 70px;
    text-align: center;
    border-radius: 5px;
    background-color: #f9fbfd;
  }

  .alliance-web-v2 {
    margin-bottom: 53px;
    padding: 0;
    text-align: center;
    border-radius: 5px;
  }

  .alliance-web img ,
  .alliance-web-v2 img {
    width: 100%;
  }

  .alliance-intro {
    margin-bottom: 100px;
    padding: 0 70px;
  }

  .alliance-intro p {
    margin-bottom: 34px;
    font-size: 18px;
    line-height: 1.6666666667;
  }

  .alliance-intro ul {
    margin: 34px 0;
    padding: 47px 40px;
    border: 2px solid #d84c3e;
    border-radius: 5px;
  }

  .alliance-intro ul li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 18px;
    color: #d84c3e;
    font-size: 18px;
    line-height: 1.3333333333;/* 24 */
  }

  .alliance-intro ul li:last-child { margin-bottom: 0; }

  .alliance-intro ul li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }

  /* #フォーム
     ----------------------------------------------------------------- */
  .l-alliance-form {
    overflow: hidden;
    padding: 0 70px;
  }

  /* レイアウト
     ---------------------------- */
  .alliance-form-item01 {
    clear: both;
    margin-bottom: 50px;
  }

  /* 横並び */
  .alliance-form-item02 {
    clear: both;
    float: left;
    width: 48.75%;
    margin-bottom: 50px;
  }
  .alliance-form-item02 + .alliance-form-item02 {
    clear: none;
    float: right;
  }

  /* 作業可能業種、対応エリア */
  .alliance-form-item03 {
    overflow: hidden;
    margin: 100px -70px 0;
    padding: 70px 70px 0;
    background-color: #f9fbfd;
    border-radius: 5px 5px 0 0;
  }

  .alliance-form-item03 + .alliance-form-item03 {
    margin: 0 -70px 100px;
    padding: 30px 70px 30px;
    border-radius: 0 0 5px 5px;
  }

  /* 各項目 */
  .alliance-form-item-category {
    clear: both;
  }

  .alliance-form-float {
    clear: none;
    float: left;
    padding-right: 40px;
  }


  /* 大見出し
     ---------------------------- */
  .alliance-form-item-name {
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    font-weight: 600;
    line-height: 1.1666666667;
  }

  .alliance-form-item-name .hissu {
    display: block;
    float: left;
    margin-right: 20px;
    padding: 6px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-weight: 300;
    border-radius: 5px;
    background-color: #d84c3e;
  }

  .alliance-form-item-name .nini {
    display: block;
    float: left;
    margin-right: 20px;
    padding: 6px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-weight: 300;
    border-radius: 5px;
    background-color: #a4a6ab;
  }

  .alliance-form-item-name .multi {
    display: inline-block;
    margin-left: 50px;
    font-size: 14px;
    font-weight: normal;
    font-weight: 300;
  } 

  /* 小見出し
     ---------------------------- */
  .alliance-form-item-category-ttl {
    overflow: hidden;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: bold;
    font-weight: 600;
    line-height: 1;
  }

  .alliance-form-item-category-ttl strong { color: #244ea4; }


  .alliance-form-item-category-ttl-sub {
    float: left;
    margin-right: 40px;
    font-size: 16px;
    font-weight: bold;
    font-weight: 600;
    line-height: 2.5;
  }

  /* (地域) */
  .alliance-form-item-category-ttl-area {
    float: left;
    display: block;
    padding: 6px 0;
    margin-right: 40px;
  }

  /* (全てチェック) */
  .js-category-all-check {
    float: left;
    display: block;
    padding: 7px 15px;
    color: #2058b3;
    font-size: 14px;
    font-weight: normal;
    font-weight: 300;
    border: 1px solid #2058b3;
    border-radius: 15px;
    background-color: #fff;
    cursor: pointer;
    transition: 0.3s;
  }

  .js-category-all-check:active {
    color: #fff;
    background-color: #2058b3;
  }

  /* テキストボックス
     ---------------------------- */
  .alliance-form-item-box01 {
    width: 100%;
    height: 80px;
    padding: 0 30px;
    font-size: 20px;
    line-height: normal;
    background-color: #f9f9f9;
    outline: none;
    border: 2px solid #2058b3;
    border-radius: 5px;
    -webkit-appearance: none;
    appearance: none;
  }

  .alliance-form-item-box01::placeholder,
  .alliance-form-item-box02::placeholder {
    color: #c1c1c1;
  }

  /* テキストエリア
     ---------------------------- */
  .alliance-form-item-box02 {
    width: 100%;
    height: 300px;
    padding: 30px;
    font-size: 20px;
    line-height: normal;
    background-color: #f9f9f9;
    outline: none;
    border: 2px solid #2058b3;
    border-radius: 5px;
    -webkit-appearance: none;
    appearance: none;
  }


  /* チェックボッックス
     ---------------------------- */
  .alliance-checkbox-wrap {
    overflow: hidden;
    margin-bottom: 40px;
  }

  .alliance-checkbox-wrap input[type="checkbox"] { display: none; }

  .checkbox1 {
    position: relative;
    float: left;
    display: block;
    height: 40px;
    margin: 0 10px 10px 0;
    padding: 11px 25px 11px 40px;
    font-size: 14px;
    line-height: 1.2857142857;
    background-color: #e1e4e9;
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: background 0.5s;
  }

  .checkbox1:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 3px;
  }

  .checkbox1:after {
    content: "";
    position: absolute;
    top: 18px;
    left: 19px;
    width: 11px;
    height: 7px;
    border-left: 3px solid #e1e4e9;
    border-bottom: 3px solid #e1e4e9;
    transform-origin: left bottom;
    transform: rotate(-45deg);
    transition: border 0.5s;
  }

  .alliance-checkbox-wrap input[type="checkbox"]:checked + .checkbox1 {
    color: #fff;
    background-color: #244ea4;
  }

  .alliance-checkbox-wrap input[type="checkbox"]:checked + .checkbox1:after {
    border-color: #244ea4;
  }

  .checkbox1 input[type="text"] {
    display: inline-block;
    height: 18px;
    margin-left: 10px;
    padding: 0 5px;
    font-size: 12px;
    line-height: normal;
    border-radius: 3px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
  }


  /* ラジオボタン
     ---------------------------- */
  .alliance-radio-wrap {
    overflow: hidden;
  }

  .alliance-radio-wrap input[type="radio"] { display: none; }

  .checkbox2 {
    position: relative;
    float: left;
    display: block;
    height: 40px;
    margin: 0 10px 10px 0;
    padding: 11px 60px 11px;
    font-size: 14px;
    line-height: 1.2857142857;
    background-color: #e1e4e9;
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
  }

  .checkbox2:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 9px;
  }

  .checkbox2:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 10px;
    height: 10px;
    background-color: #2058b3;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.5s;
  }

  .alliance-radio-wrap input[type="radio"]:checked + .checkbox2:after {
    opacity: 1;
  }

  /* 送信ボタン
     ---------------------------- */
  .alliance-form-item-validation {
    margin: 120px 0;
    font-size: 0;
    text-align: center;
  }

  .js-submit-contact-btn {
    display: inline-block;
    width: 100%;
    max-width: 420px;
    padding: 39px 0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-weight: 600;
    line-height: 1;
    background-color: #d84c3e;
    border-radius: 5px;
  }

  .js-submit-contact-btn.form-entry-btn-error { background-color: #999; }



  .copy {
    padding: 10px 0;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #254c97;
  }
  
}


/* ==========================================================================
   #alliance(SP)
   ========================================================================== */
@media (max-width: 576px) {
  
  strong { font-weight: bold; }
  
  .pc-none { display: block; }
  .pc-img { display: none; }
  .sp-img { display: block; }
  
  .alliance-wrap {
    padding: 6.667vw 0 0;
  }

  /* #導入
     ----------------------------------------------------------------- */
  .alliance-ttl {
    margin-bottom: 8vw;
    padding: 0;
    font-size: 5.6vw;
    font-weight: bold;
    line-height: 1.4761904762;
    text-align: center;
  }

  .alliance-web {
    margin-bottom: 12vw;
    padding: 0 5.333vw;
    background-color: transparent;
  }
  
  .alliance-web-v2 {
    margin-bottom: 12vw;
    padding: 0;
    background-color: transparent;
  }
  
  .alliance-web img ,
  .alliance-web-v2 img {
    width: 100%;
  }

  .alliance-intro {
    margin-bottom: 13.333vw;
    padding: 0 5.333vw;
  }

  .alliance-intro p {
    font-size: 4vw;
    line-height: 1.7333333333;
  }

  .alliance-intro ul {
    margin: 6.667vw 0;
    padding: 5.867vw 5.333vw;
    border: 1px solid #d84c3e;
    border-radius: 0.533vw;
  }

  .alliance-intro ul li {
    position: relative;
    margin-bottom: 3.467vw;
    padding-left: 3.733vw;
    color: #d84c3e;
    font-size: 3.733vw;
    line-height: 1.4285714286;/* 20 */
  }

  .alliance-intro ul li:last-child { margin-bottom: 0; }

  .alliance-intro ul li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }

  /* #フォーム
     ----------------------------------------------------------------- */
  .l-alliance-form {
    overflow: hidden;
    padding: 0 5.333vw;
  }

  /* レイアウト
     ---------------------------- */
  .alliance-form-item01 {
    margin-bottom: 8vw;
  }

  /* 横並び */
  .alliance-form-item02 {
    margin-bottom: 8vw;
  }

  /* 作業可能業種、対応エリア */
  .alliance-form-item03 {
    
  }

  /* 各項目 */
  .alliance-form-item-category {
    
  }

  .alliance-form-float {
    
  }


  /* 大見出し
     ---------------------------- */
  .alliance-form-item-name {
    overflow: hidden;
    margin-bottom: 4vw;
    font-size: 4.533vw;
    font-weight: bold;
    line-height: 1.2352941176;
  }

  .alliance-form-item-name .hissu {
    display: block;
    float: left;
    margin-right: 2.667vw;
    padding: 0.8vw 1.6vw 1.067vw;
    color: #fff;
    font-size: 3.2vw;
    font-weight: normal;
    border-radius: 0.533vw;
    background-color: #d84c3e;
  }

  .alliance-form-item-name .nini {
    display: block;
    float: left;
    margin-right: 2.667vw;
    padding: 0.8vw 1.6vw 1.067vw;
    color: #fff;
    font-size: 3.2vw;
    font-weight: normal;
    border-radius: 0.533vw;
    background-color: #a4a6ab;
  }

  .alliance-form-item-name .multi {
    float: right;
    display: block;
    font-size: 3.467vw;
    font-weight: normal;
    line-height: 1.6153846154;
  }
  
  .alliance-form-item-name.sp-design {
    margin: 16vw -5.333vw 9.333vw;
    padding: 7.2vw 5.333vw;
    background-color: #f1f6fa;
  }

  /* 小見出し
     ---------------------------- */
  .alliance-form-item-category-ttl {
    overflow: hidden;
    margin-bottom: 4vw;
    font-size: 4.533vw;
    font-weight: bold;
    line-height: 1;
  }

  .alliance-form-item-category-ttl strong { color: #2058b3; }


  .alliance-form-item-category-ttl-sub {
    margin-bottom: 4vw;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1;
  }

  /* (地域) */
  .alliance-form-item-category-ttl-area {
    float: left;
    display: block;
    padding: 1.333vw 0 1.6vw;
    margin-right: 10.667vw;
  }

  /* (全てチェック) */
  .js-category-all-check {
    float: right;
    display: block;
    padding: 1.867vw 3.2vw;
    color: #2058b3;
    font-size: 3.2vw;
    font-weight: normal;
    font-weight: 300;
    border: 1px solid #2058b3;
    border-radius: 4vw;
    background-color: #fff;
    cursor: pointer;
    transition: 0.3s;
  }

  .js-category-all-check:active {
    color: #fff;
    background-color: #2058b3;
  }

  /* テキストボックス
     ---------------------------- */
  .alliance-form-item-box01 {
    width: 100%;
    height: 16vw;
    padding: 0 5.333vw;
    font-size: 4vw;
    line-height: normal;
    background-color: #f9f9f9;
    outline: none;
    border: 1px solid #2058b3;
    border-radius: 1.067vw;
    -webkit-appearance: none;
    appearance: none;
  }

  .alliance-form-item-box01::placeholder,
  .alliance-form-item-box02::placeholder {
    color: #c1c1c1;
  }

  /* テキストエリア
     ---------------------------- */
  .alliance-form-item-box02 {
    width: 100%;
    height: 53.333vw;
    padding: 5.333vw;
    font-size: 4vw;
    line-height: normal;
    background-color: #f9f9f9;
    outline: none;
    border: 1px solid #2058b3;
    border-radius: 1.067vw;
    -webkit-appearance: none;
    appearance: none;
  }


  /* チェックボッックス
     ---------------------------- */
  .alliance-checkbox-wrap {
    overflow: hidden;
    margin-bottom: 6.667vw;
    margin-right: -2.667vw;
  }

  .alliance-checkbox-wrap input[type="checkbox"] { display: none; }

  .checkbox1 {
    position: relative;
    float: left;
    display: block;
    height: 10.667vw;
    margin: 0 2.667vw 2.667vw 0;
    padding: 2.933vw 5.333vw 2.933vw 8.8vw;
    font-size: 3.733vw;
    line-height: 1.2857142857;
    background-color: #e1e4e9;
    border-radius: 1.067vw;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: background 0.5s;
  }
  
  .checkbox1.w100per {
    width: 89.333vw;
    padding-right: 0;
  }
  
  .checkbox1.w50per {
    width: 43.2vw;
    padding-right: 0;
  }
  
  .checkbox1.w30per {
    width: 28vw;
    padding-right: 0;
  }

  .checkbox1:before {
    content: "";
    position: absolute;
    top: 3.2vw;
    left: 2.667vw;
    width: 4vw;
    height: 4vw;
    background-color: #fff;
    border-radius: 0.533vw;
  }

  .checkbox1:after {
    content: "";
    position: absolute;
    top: 4.5333333333vw;
    left: 4.5333333333vw;
    width: 2.6666666667vw;
    height: 1.8666666667vw;
    border-left: 0.8vw solid #e1e4e9;
    border-bottom: 0.8vw solid #e1e4e9;
    transform-origin: left bottom;
    transform: rotate(-45deg);
    transition: border 0.5s;
  }

  .alliance-checkbox-wrap input[type="checkbox"]:checked + .checkbox1 {
    color: #fff;
    background-color: #2058b3;
  }

  .alliance-checkbox-wrap input[type="checkbox"]:checked + .checkbox1:after {
    border-color: #2058b3;
  }

  .checkbox1 input[type="text"] {
    position: absolute;
    top: 2.667vw;
    right: 2.667vw;
    display: block;
    width: 42.667vw;
    height: 5.333vw;
    padding: 0 1.333vw;
    font-size: 3.2vw;
    line-height: normal;
    border-radius: 0.533vw;
    border: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
  }


  /* ラジオボタン
     ---------------------------- */
  .alliance-radio-wrap {
    overflow: hidden;
  }

  .alliance-radio-wrap input[type="radio"] { display: none; }

  .checkbox2 {
    position: relative;
    float: left;
    display: block;
    height: 10.667vw;
    margin: 0 2.667vw 2.667vw 0;
    padding: 2.933vw 12vw 2.933vw 8.8vw;
    font-size: 3.733vw;
    line-height: 1.2857142857;
    background-color: #e1e4e9;
    border-radius: 1.333vw;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
  }

  .checkbox2:before {
    content: "";
    position: absolute;
    top: 3.2vw;
    left: 2.667vw;
    width: 4vw;
    height: 4vw;
    background-color: #fff;
    border-radius: 2.4vw;
  }

  .checkbox2:after {
    content: "";
    position: absolute;
    top: 4vw;
    left: 3.467vw;
    width: 2.4vw;
    height: 2.4vw;
    background-color: #2058b3;
    border-radius: 1.333vw;
    opacity: 0;
    transition: opacity 0.5s;
  }

  .alliance-radio-wrap input[type="radio"]:checked + .checkbox2:after {
    opacity: 1;
  }

  /* 送信ボタン
     ---------------------------- */
  .alliance-form-item-validation {
    margin: 10.667vw 0;
    font-size: 0;
    text-align: center;
  }

  .js-submit-contact-btn {
    display: inline-block;
    width: 66.667vw;
    padding: 6.4vw 0;
    color: #fff;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1;
    background-color: #d84c3e;
    border-radius: 0.533vw;
  }

  .js-submit-contact-btn.form-entry-btn-error { background-color: #999; }

  .copy {
    padding: 2.667vw 0;
    font-size: 3.2vw;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #254c97;
  }
}


/* ==========================================================================
   #バリデーション
   ========================================================================== */
.err { background: #FFE6E4!important; }

.err input { background: #FAC4C0!important; }

.formError .formErrorContent,
.formError .formErrorArrow div {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  background: #AD3A2F!important;
}


