@charset "UTF-8";
html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 2;
  color: #222222;
  background-attachment: fixed;
  word-break: break-all;
  overflow-y: scroll;
  overflow-x: hidden; }

@media only screen and (max-width: 767px) {
  a[href^="tel:"] {
    cursor: default; } }
a img {
  border: none; }

img {
  max-width: 100%;
  vertical-align: middle; }

area {
  outline: none;
  border: none; }

p {
  margin: 1em 0; }
  @media only screen and (max-width: 767px) {
    p {
      margin: 1em 5px; } }

hr {
  border: 0;
  border-top: 1px solid #cccccc;
  border-collapse: collapse; }

h1 {
  margin: 0;
  padding: 0;
  text-align: center; }

h2 {
  font-size: 40px;
  letter-spacing: 0.2ex;
  color: #000000;
  text-align: center;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 M", "TsukuMinPr6-RB", "メイリオ";
  font-weight: normal;
  line-height: 1.1;
  margin: 80px auto 20px;
  padding: 0; }
  h2 small {
    font-size: 28px; }
  @media only screen and (max-width: 767px) {
    h2 {
      margin: 1.2em auto;
      font-size: 30px; }
      h2 small {
        font-size: 18px; } }

.alignLeft {
  text-align: left; }

.alignCenter {
  text-align: center; }
  .alignCenter > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em; }

.alignRight {
  text-align: right; }

.caution {
  color: #ff3300; }

.notice {
  color: #17930e; }

.clear {
  clear: both; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

iframe {
  width: 100%;
  border: none;
  position: relative; }

@media only screen and (min-width: 768px) {
  .pc_none {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .sp_none {
    display: none !important; } }

.text-focus-in > span {
  -webkit-animation: text-focus-in 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

.text-focus-in > span:nth-of-type(0) {
  animation-delay: 0s; }

.text-focus-in > span:nth-of-type(1) {
  animation-delay: 0.1s; }

.text-focus-in > span:nth-of-type(2) {
  animation-delay: 0.2s; }

.text-focus-in > span:nth-of-type(3) {
  animation-delay: 0.3s; }

.text-focus-in > span:nth-of-type(4) {
  animation-delay: 0.4s; }

.text-focus-in > span:nth-of-type(5) {
  animation-delay: 0.5s; }

.text-focus-in > span:nth-of-type(6) {
  animation-delay: 0.6s; }

.text-focus-in > span:nth-of-type(7) {
  animation-delay: 0.7s; }

.text-focus-in > span:nth-of-type(8) {
  animation-delay: 0.8s; }

.text-focus-in > span:nth-of-type(9) {
  animation-delay: 0.9s; }

.text-focus-in > span:nth-of-type(10) {
  animation-delay: 1s; }

.text-focus-in > span:nth-of-type(11) {
  animation-delay: 1.1s; }

.text-focus-in > span:nth-of-type(12) {
  animation-delay: 1.2s; }

.text-focus-in > span:nth-of-type(13) {
  animation-delay: 1.3s; }

.text-focus-in > span:nth-of-type(14) {
  animation-delay: 1.4s; }

.text-focus-in > span:nth-of-type(15) {
  animation-delay: 1.5s; }

.text-focus-in > span:nth-of-type(16) {
  animation-delay: 1.6s; }

.text-focus-in > span:nth-of-type(17) {
  animation-delay: 1.7s; }

.text-focus-in > span:nth-of-type(18) {
  animation-delay: 1.8s; }

.text-focus-in > span:nth-of-type(19) {
  animation-delay: 1.9s; }

.text-focus-in > span:nth-of-type(20) {
  animation-delay: 2s; }

/* ----------------------------------------------
 * Generated by Animista on 2018-11-27 15:52:19
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
.background {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #ffffff url(../img/body_bg.jpg) 50% 50%/cover no-repeat;
  opacity: 0.4; }
  @media only screen and (max-width: 767px) {
    .background {
      background-image: url(../img/body_sp_bg.jpg); } }

.root {
  width: 1000px;
  margin: auto;
  padding: 50px 0; }
  @media only screen and (max-width: 767px) {
    .root {
      width: auto;
      padding: 0 0 0; } }

.main {
  background: url(../img/main_bg.jpg) 50% 50% repeat;
  box-sizing: border-box;
  padding: 30px 30px 100px;
  z-index: 10;
  position: relative;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 767px) {
    .main {
      padding: 60px 10px 10px; } }

.header_sp {
  display: none; }
  @media only screen and (max-width: 767px) {
    .header_sp {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 50px;
      background: #ffffff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      z-index: 100; }
      .header_sp img {
        height: 30px;
        display: block;
        margin: 10px auto; } }

.letter_logo {
  margin: 0 0 20px; }
  @media only screen and (max-width: 767px) {
    .letter_logo {
      display: none; } }
  .letter_logo img {
    height: 40px;
    display: block; }

.letter_content {
  margin: 1.5em auto;
  font-size: 24px;
  letter-spacing: 0.2ex;
  color: #000000;
  text-align: center;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 M", "TsukuMinPr6-RB", "メイリオ";
  font-weight: normal;
  line-height: 2.5; }
  @media only screen and (max-width: 767px) {
    .letter_content {
      font-size: 16px;
      letter-spacing: 0.1ex; } }

.base_form {
  padding: 0 80px; }
  @media only screen and (max-width: 767px) {
    .base_form {
      padding: 0; } }
  .base_form button {
    background: #171c61;
    border: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 1ex;
    cursor: pointer;
    transition: 0.2s all; }
    .base_form button img {
      height: 55px;
      vertical-align: middle; }
    .base_form button:hover, .base_form button:active {
      background: #b90083; }

.form_table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  width: 100%;
  margin: 0 auto; }
  .form_table th {
    width: 240px; }
  .form_table th,
  .form_table td {
    border: 0;
    font-size: 18px;
    letter-spacing: 0.1ex;
    color: #000000;
    text-align: left;
    font-family: "FOT-筑紫Aオールド明朝 Pr6 M", "TsukuMinPr6-RB", "メイリオ";
    line-height: 1.8;
    font-weight: normal;
    padding: 10px;
    vertical-align: top; }
  .form_table .input_max {
    width: 100%;
    display: block; }
  .form_table .input_half {
    width: 50%;
    display: block; }
  .form_table textarea,
  .form_table select,
  .form_table input[type="text"] {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    padding: 0 1ex;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    line-height: 38px;
    height: 38px;
    vertical-align: middle; }
  .form_table .zip1 {
    width: 5em;
    text-align: center; }
  .form_table .zip2 {
    width: 7em;
    text-align: center; }
  .form_table .tel {
    width: 7em;
    text-align: center; }
  .form_table textarea {
    line-height: 1.8;
    height: auto; }
  .form_table .caution ul {
    line-height: 1.5; }
    .form_table .caution ul > li {
      margin: 0; }
  @media only screen and (max-width: 767px) {
    .form_table {
      display: block; }
      .form_table tbody,
      .form_table tr,
      .form_table th,
      .form_table td {
        width: auto;
        display: block;
        font-size: 16px; }
      .form_table th {
        padding: 1em 5px 0.5ex; }
      .form_table td {
        padding: 0 5px 1em; }
      .form_table textarea,
      .form_table select,
      .form_table input[type="text"] {
        padding: 0 0.5ex;
        font-size: 16px;
        line-height: 38px;
        height: 38px;
        vertical-align: middle; }
      .form_table textarea {
        line-height: 1.8;
        height: auto; } }

.base_form_note {
  border: 0;
  font-size: 21px;
  letter-spacing: 0.1ex;
  text-align: left;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 M", "TsukuMinPr6-RB", "メイリオ";
  line-height: 1.8;
  font-weight: normal;
  padding: 10px;
  vertical-align: top; }
  @media only screen and (max-width: 767px) {
    .base_form_note {
      font-size: 16px; } }

.jobtype_other_wrapper {
  margin-top: 10px;
  display: none; }

.th_notice {
  font-size: 80%;
  letter-spacing: 0;
  margin: 1ex 0;
  line-height: 1.5; }

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