@charset "UTF-8";

/* #mainImg 下層ページ
================================================ */
body {
  background: #262626;
}

#contents {
  position: relative;
}

#contents:before {
  position: absolute;
  content: '';
  top: -93px;
  right: 0;
  width: 100%;
  height: 1800px;
  background: url(../img/common/bg_contents01_sp.png) no-repeat top right;
  background-size: contain;
}

#contents:after {
  position: absolute;
  content: '';
  top: calc((100vw * 0.855) - 109px);
  right: 0;
  width: 100%;
  height: 100%;
  background: #262626;
  background-size: contain;
  z-index: -1;
}

@media screen and (min-width: 600px) {
  #contents:before {
    display: none;
  }

  #contents:after {
    display: none;
  }
}

#main {
  position: relative;
}

/*  #tell
================================================ */
#tell {
  margin-top: 15px;
}

#tell .tit {
  margin-bottom: 18px;
}

#tell .box {
  color: #fff;
  border: 1px solid #fff;
  padding: 18px 0 19px;
  text-align: center;
  margin-bottom: 33px;
}

#tell .box .number {
  font-weight: bold;
  font-size: 3rem;
  padding-left: 43px;
  display: inline-block;
  background: url(../img/contact/ico_tel01.png) no-repeat left 8px;
  background-size: 38px auto;
  line-height: 1.1;
  margin-bottom: 10px;
}

#tell .box .txt {
  font-size: 1.2rem;
}

#tell .box .txt em {
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  #tell {
    margin-top: 0;
  }

  #tell .tit {
    margin-bottom: 26px;
  }

  #tell .box {
    padding: 71px 0 77px;
    margin-bottom: 67px;
  }

  #tell .box .number {
    font-size: 5rem;
    padding-left: 76px;
    background-position: left 10px;
    background-size: 65px auto;
    margin-bottom: 10px;
  }

  #tell .box .txt {
    font-size: 1.6rem;
  }
}

/*  #form
================================================ */
#form .white {
  background: #fff;
  margin: 0 -20px;
  padding: 15px 20px 35px;
}

#form table,
#form th,
#form td,
#form tbody,
#form tr {
  display: block;
}

#form input[type="text"],
#form input[type="button"],
#form input[type="submit"],
#form select,
#form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

#form select::-ms-expand {
  display: none;
}

#form input[type="text"],
#form textarea {
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 1.5rem;
  border: 0;
  background: #f0f0f0;
  resize: vertical;
}

#form input[type="text"].is_on {
  box-shadow: 0 0 0 1px #262626 inset;
  background: #fff;
}

#form textarea.is_on {
  background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
  border: 1px #262626 solid;
  background: #fff;
}

#form input[type="text"],
#form textarea {
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #f0f0f0);
}

#form textarea {
  height: 250px;
  border-radius: 0;
  box-shadow: unset;
}

#form textarea:placeholder-shown,
#form input:placeholder-shown {
  color: #bebebe;
}

#form textarea::-webkit-input-placeholder,
#form input::-webkit-input-placeholder {
  color: #bebebe;
}

#form textarea:-moz-placeholder,
#form input:-moz-placeholder {
  color: #bebebe;
}

#form textarea:-ms-input-placeholder,
#form input:-ms-input-placeholder {
  color: #bebebe;
}

#form .mwform-radio-field label,
#form .agree .mwform-checkbox-field {
  padding: 2px 0;
  display: inline-block;
}

#form .mwform-radio-field label {
  margin-bottom: 8px;
}

#form .mwform-radio-field label:last-of-type {
  margin-bottom: 0;
}

#form input[type="radio"] {
  display: none;
}

#form input[type="radio"]+span {
  display: inline-block;
  position: relative;
  padding-left: 31px;
}

#form input[type="radio"]+span:before {
  content: '';
  background: #dcdcdc;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 50%;
  box-sizing: border-box;
}

#form input[type="radio"]:checked+span:before {
  background: #fff;
  box-shadow: 0 0 0 4px #fff inset;
  border: 1px solid #131313;
  background: #e60012;
}

#form input[type="checkbox"] {
  display: none;
}

#form input[type="checkbox"]+span {
  display: inline-block;
  position: relative;
  padding: 9px 0 13px 70px;
  line-height: 1.8;
}

#form input[type="checkbox"]+span:before {
  content: '';
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 25px;
  box-sizing: border-box;
  border: 1px solid #262626;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#form input[type="checkbox"]:checked+span:before {
  background: url(../img/contact/ico_check01.png) no-repeat center #fff;
  background-size: 14px auto;
}

#form .table {
  letter-spacing: .06em;
}

#form .table th {
  padding: 14px 0 5px;
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
}

#form .table th em {
  position: absolute;
  right: 0;
  top: 18px;
  background: #9ecb3a;
  color: #fff;
  font-size: .8rem;
  padding: 2px 7px;
  box-sizing: border-box;
  line-height: 1.5;
}

#form .table th em.any {
  background: #fff;
  border: 1px solid #bebebe;
  color: #9a9a9a;
}

#form .table td {
  padding: 0 0 19px;
  border-bottom: 1px solid #e8e6e7;
}

#form .table tr:last-of-type td {
  border-bottom: 0;
}

#form .em {
  position: relative;
  top: -2px;
  background: #3fbbb9;
  color: #fff;
  font-size: .8rem;
  padding: 1px 8px;
  box-sizing: border-box;
  line-height: 1.6;
}

#form .privacy {
  font-size: 1.5rem;
  padding: 0 0 5px;
  line-height: 1.8;
}

#form .privacy a {
  color: #9ecb3a;
  text-decoration: underline;
}

#form .agree {
  background: #f0f0f0;
}

#form .agree span {
  font-size: 1.5rem;
}

#form .submitArea {
  text-align: center;
}

#form .submitArea .btn {
  padding-right: 0;
  padding-left: 0;
}

#form .contactBtn {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  padding: 16px 18px;
  background: #9ecb3a url(../img/common/ico_arrow01_white.png) no-repeat right 18px center/30px 10px;
  color: #fff;
  font-size: 1.7rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#form.is-checked .btn:before {
  display: none;
}

#form.is-checked .btn a {
  background: #9ecb3a;
}

#form .mw_wp_form .horizontal-item+.horizontal-item {
  margin: 0;
}

@media screen and (min-width: 600px) {
  #form .white {
    margin: 0;
    padding: 60px 80px 80px;
  }

  #form table {
    display: table;
  }

  #form tr {
    display: table-row;
  }

  #form tbody {
    width: 100%;
    display: table-row-group;
  }

  #form th,
  #form td {
    display: table-cell;
    box-sizing: border-box;
  }

  #form input[type="text"],
  #form textarea,
  #form select {
    padding: 12px 19px;
    font-size: 1.7rem;
  }

  #form input[type="text"] {
    width: 520px;
  }

  #form textarea {
    width: 100%;
    max-width: 100%;
  }

  #form select {
    background-position: right 15px bottom 16px;
    background-size: 10px auto;
  }

  #form textarea {
    height: 240px;
  }

  #form .mwform-radio-field label,
  #form .agree .mwform-checkbox-field {
    padding: 0;
    cursor: pointer;
  }

  #form .mwform-radio-field label {
    margin: 13px 40px 0 0;
  }

  #form input[type="radio"]+span {
    padding-left: 32px;
  }

  #form input[type="radio"]+span:before {
    width: 24px;
    height: 24px;
    top: 0px;
  }

  #form input[type="radio"]:checked+span:before {
    box-shadow: 0 0 0 4px #fff inset;
  }

  #form input[type="checkbox"]+span {
    display: block;
    padding: 0 0 0 34px;
    text-align: center;
  }

  #form input[type="checkbox"]+span:before {
    width: 18px;
    height: 18px;
    top: 4px;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  #form input[type="checkbox"]:checked+span:before {
    background-size: 12px auto;
  }

  #form .table {
    letter-spacing: .1em;
    width: 100%;
  }

  #form .table th {
    padding: 32px 90px 32px 9px;
    font-size: 1.8rem;
    width: 245px;
    border-bottom: 1px solid #e5e5e5;
  }

  #form .table th em {
    position: absolute;
    top: 34px;
    font-size: 1.3rem;
    padding: 3px 7px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  #form .table td {
    padding: 21px 10px 21px 40px;
  }

  #form .table tr:last-of-type th,
  #form .table tr:last-of-type td {
    border-bottom: 0;
  }

  #form .privacy {
    font-size: 1.6rem;
    padding: 13px 0 0 0;
    text-align: center;
  }

  #form .privacy a:hover {
    text-decoration: none;
  }

  #form .agree {
    display: block;
    padding: 15px 0 15px 0;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: .06em;
  }

  #form .submitArea {
    margin-top: 40px;
  }

  #form .submitArea .btn a {
    cursor: pointer;
  }

  #form .contactBtn {
    width: 440px;
    padding-top: 27px;
    padding-bottom: 27px;
  }

  #form .contactBtn:hover {
    background-position: right 10px center;
  }
}

/*  #recruit
================================================ */
#recruit {
  padding: 30px 0;
}

#recruit .border {
  padding: 19px;
  border: 1px solid #fff;
  text-align: center;
}

@media (max-width: 360px) {
  #recruit .border {
    text-align: left;
  }
}

#recruit .border .btn a {
  padding-left: 0;
  padding-right: 0;
}

#recruit .border .btn a:hover {
  color: #9ecb3a;
}

@media screen and (min-width: 600px) {
  #recruit {
    padding: 70px 0 120px;
  }

  #recruit .border {
    padding: 60px;
    border: 1px solid #fff;
    text-align: center;
  }

  #recruit .border .btn a:hover {
    color: #fff;
  }
}