@charset "UTF-8";
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
a {
  outline: none;
  opacity: 1;
}
a:hover {
  opacity: 0.8;
}
*:hover {
  transition: all .3s;
}
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  color: #FFFFFF;
  cursor: none;
  background-color: #594F44;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}
/*カーソルーーーーーーーーーーーーーーーーーーーーーーーー*/
#cursor {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #d6cda5;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  pointer-events: none;
  z-index: 9999;
}
#cursor.active {
  transform: scale(0);
}
#stalker {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #d6cda5;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.1s;
  opacity: .3;
  pointer-events: none;
  z-index: 9999;
}
#stalker.active {
  transform: scale(3);
}
/*トップーーーーーーーーーーーーーーーーーーーーーーーーー*/
.top {
  background-size: cover;
  width: 100%;
  height: 80vh;
  min-height: 500px;
  position: relative;
}
.top img {
  width: 100%;
}
.top figure {
  width: 500px;
  position: absolute;
  left: 5%;
  top: 50%;
  z-index: 9998;
}
.top .swiper-container {
  width: 100%;
  height: 100%;
  top: 7%;
}
.top .swiper-slide {
  background-position: center;
  background-size: cover;
}
.inner {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}
/*サービスーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.service {
  margin-top: 150px;
  margin-bottom: 100px;
}
.service h2 {
  font-family: imperial-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 4px;
  text-align: center;
  font-size: 36px;
  margin: 0 auto 30px;
}
.service h2 span {
  display: block;
  font-size: 14px;
}
.service .box {
  width: 300px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  margin: 0 2%;
  padding: 20px 0 5px;
}
.service i {
  font-size: 40px;
  color: #d6cda5;
  margin-bottom: 20px;
}
.service h3 {
  font-family: imperial-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
  font-size: 24px;
  margin: 0;
}
.service h3:first-letter {
  font-size: 34px;
  color: #d6cda5;
}
.service .box {
  position: relative;
  display: inline-block;
  border: 2px solid #535353;
  transition: all .2s;
}
.service .box::before, .service .box::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.service .box::before {
  top: -2px;
  left: -2px;
}
.service .box::after {
  bottom: -2px;
  right: -2px;
}
.service .box.active::before, .service .box.active::after {
  width: 100%;
  height: 100%;
}
.service .box.active::before {
  border-bottom-color: #d6cda5;
  border-left-color: #d6cda5;
  transition: height .3s, width .3s .3s;
}
.service .box.active::after {
  border-top-color: #d6cda5;
  border-right-color: #d6cda5;
  transition: height .3s, width .3s .3s;
}
/*ごあいさつーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.introduction {
  padding: 50px 0 70px;
  margin-bottom: 80px;
  background-color: #efecdf;
  color: #404040;
  border-top: solid 5px #d6cda5;
  border-bottom: solid 5px #d6cda5;
  background: url("../img/kabe.jpg");
  background-attachment: fixed;
}
.introduction h2 {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 4px;
  font-size: 30px;
}
.introduction p {
  font-size: 15px;
  line-height: 30px;
  width: 90%;
  margin: 0 auto;
  font-weight: 500;
}
/*会社概要ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.about-top {
  margin-bottom: 100px;
}
.about-top h2 {
  font-family: imperial-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 4px;
  text-align: center;
  font-size: 36px;
  margin: 0 auto 30px;
}
.about-top h2 span {
  display: block;
  font-size: 14px;
}
.about-top .inner {
  width: 1100px;
  margin: 0 auto;
}
#map_canvas {
  width: 100%;
  height: 400px;
}
.about-top p {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.about-top .btn a {
  font-family: imperial-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 4px;
  display: block;
  color: #d6cda5;
  text-decoration: none;
  width: 300px;
  border: solid 2px #d6cda5;
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
}
.about-top .btn a:hover {
  color: #fff;
  background-color: #C7B6A5;
}
/*第二階層ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.contents {
  margin-top: 150px;
  margin-bottom: 100px;
}
.contents h2 {
  font-family: imperial-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 4px;
  text-align: center;
  font-size: 36px;
  margin: 0 auto 30px;
}
.contents h2 span {
  display: block;
  font-size: 14px;
}
/*会社概要ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.about table {
  width: 100%;
  border-collapse: collapse;
  border: solid 2px #d6cda5;
  font-size: 14px;
}
.about table th {
  width: 20%;
  padding: 25px 5%;
  border: solid 1px #fff;
  background-color: #d6cda5;
  text-align: left;
  color: #666;
  font-weight: 500;
}
.about table td {
  padding: 25px 5%;
  border: solid 1px #d6cda5;
  text-align: left;
  background-color: #fff;
  color: #666;
  font-weight: 500;
}
.about table td a {
  color: #666;
}
/*リクルートーーーーーーーーーーーーーーーーーーーーー*/
.recruit ul {
  margin: 0 auto;
  padding: 0;
  background-image: url("../img/top1.jpg");
  background-size: cover;
}
.recruit ul li {
  padding: 30px 5% 15px;
  outline: solid 1px #938669;
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
  position: relative;
  background-color: rgba(240, 240, 240, 0.9);
  font-weight: 500;
  padding-bottom: 50px;
  color: #666;
}
.recruit ul li h3 {
  font-size: 20px;
}
.recruit ul li h3 .no {
  font-family: imperial-urw, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  display: inline-block;
  color: #b5ac88;
  font-size: 28px;
  line-height: 50px;
  margin-top: 30px;
  margin-right: 15px;
  margin: 50px 15px 10px 0;
  position: relative;
}
.recruit ul li h3 .no:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: '';
  margin: 0 auto;
  border-bottom: solid 2px #b5ac88;
  width: 100%;
}
.recruit ul li.step p {
  line-height: 28px;
}
.recruit ul li.step .contact {
  margin-top: 50px;
  font-size: 18px;
  position: relative;
}
.recruit ul li.step .contact h4 {
  font-weight: normal;
  margin: 20px auto;
  font-size: 18px;
}
.recruit ul li.step .contact .btn a {
  display: block;
  color: #fff;
  background-color: #b5ac88;
  text-decoration: none;
  width: 400px;
  padding: 25px 0;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  border-radius: 50px;
}
.recruit ul li.step figure {
  width: 120px;
  height: 80px;
  margin: 20px auto 0px;
}
.recruit ul li.step figure img {
  width: 100%;
}
/*お問い合わせーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.contact p {
  text-align: center;
  color: #d6cda5;
}
.contact p .sub {
  font-size: 14px;
}
.contact .radio-box {
  width: 30%;
  padding: 30px 0;
  margin: 0 auto;
  font-size: 20px;
}
.contact .radio-box span {
  display: inline-block;
  width: 48%;
  text-align: center;
}
.contact .radio-box input[type="radio"] {
  display: none;
}
.contact .radio-box label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.contact .radio-box label::before, .contact .radio-box label::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
}
.contact .radio-box label::before {
  left: 0;
  width: 21px;
  height: 21px;
  margin-top: -11px;
  border: 1px solid #d6cda5;
  background: #fff;
}
.contact .radio-box label:hover::before {
  background: #fff;
}
.contact .radio-box label::after {
  opacity: 0;
  left: 4px;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #d6cda5;
}
.contact .radio-box input[type="radio"]:checked + label::before {
  background: #666;
  border: 1px solid #d6cda5;
}
.contact .radio-box input[type="radio"]:checked + label::after {
  opacity: 1;
}
.contact table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.contact table th {
  width: 25%;
  text-align: left;
  color: #d6cda5;
  font-size: 14px;
}
.contact table th, .contact table td {
  padding: 15px 2%;
}
.contact .input {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  width: 96%;
  font-size: 16px;
  padding: 15px 2%;
  border: solid 1px #aaa;
  outline: none;
  border-radius: 5px;
  color: #222;
}
#f0_select {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  width: 100%;
  font-size: 16px;
  padding: 15px 2%;
  border: solid 1px #aaa;
  outline: none;
  border-radius: 5px;
  color: #222;
  margin: 0;
}
.contact textarea {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  width: 96%;
  font-size: 16px;
  padding: 10px 2%;
  border: solid 1px #aaa;
  outline: none;
  border-radius: 5px;
  color: #222;
}
.contact .required {
  color: #f00;
  font-size: 12px;
}
.contact .button_box {
  width: 80%;
  margin: 0 auto;
}
.contact .submit {
  width: 46%;
  color: #222;
  background-color: #d6cda5;
  border: none;
  padding: 20px 0;
  border-radius: 5px;
  text-align: center;
  margin: 0 2%;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  display: block;
  float: left;
}
.contact .submit:hover {
  opacity: 0.8;
}
.contact .submit.clear {
  background-color: #aaa;
}
.contact .btn a {
  width: 46%;
  font-size: 18px;
  padding: 20px 0;
  color: #222;
  background-color: #d6cda5;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  outline: none;
  display: block;
}
/*〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
@media screen and (max-width:1050px) {
  .top {
    width: 100%;
    height: 100vh;
    min-height: 400px;
    position: relative;
  }
  .top figure {
    width: 70%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 45%;
  }
  .top img {
    width: 80%;
  }
  .top nav.sub {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .top nav.sub ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .top nav.sub ul li {
    display: inline;
    margin: 0 1.5%;
  }
  .top nav.sub ul li a img {
    width: 70px;
  }
  .top nav.sub ul li a:hover {
    opacity: 1;
  }
  .inner {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .service {
    margin-bottom: 50px;
  }
  .service h2 {
    text-align: left;
    font-size: 30px;
    margin: 0 auto 20px;
  }
  .service h2 span {
    display: block;
    font-size: 14px;
  }
  .service .box {
    width: 90%;
    height: auto;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    display: block;
    margin: 0 auto 5px;
    padding: 10px 0 0;
  }
  .service i {
    font-size: 40px;
    color: #d6cda5;
    margin-bottom: 10px;
  }
  .service h3 {
    font-size: 20px;
    margin: 0 0 -5px;
  }
  .service h3:first-letter {
    font-size: 34px;
    color: #d6cda5;
  }
  .service .box {
    position: relative;
    display: inline-block;
    border: 3px solid #eee;
    transition: all .2s;
  }
  .service .box::before, .service .box::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 3px solid transparent;
  }
  .service .box::before {
    top: -3px;
    left: -3px;
  }
  .service .box::after {
    bottom: -3px;
    right: -3px;
  }
  .service .box.active::before, .service .box.active::after {
    width: 100%;
    height: 100%;
  }
  .service .box.active::before {
    border-bottom-color: #d6cda5;
    border-left-color: #d6cda5;
    transition: height .3s, width .3s .3s;
  }
  .service .box.active::after {
    border-top-color: #d6cda5;
    border-right-color: #d6cda5;
    transition: height .3s, width .3s .3s;
  }
  /*ごあいさつ〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
  .introduction {
    padding: 50px 0 70px;
    margin-bottom: 80px;
    background-color: #efecdf;
    color: #191919;
    border-top: solid 5px #d6cda5;
    border-bottom: solid 5px #d6cda5;
    background: url("../img/kabe.jpg");
    background-attachment: fixed;
  }
  .introduction h2 {
    font-size: 30px;
    text-align: left;
  }
  .introduction p {
    line-height: 30px;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  /*会社概要*/
  .about-top {
    margin-bottom: 50px;
  }
  .about-top h2 {
    text-align: left;
    font-size: 30px;
    margin: 0 auto 20px;
  }
  .about-top h2 span {
    display: block;
    font-size: 14px;
  }
  .about-top .inner {
    width: 80%;
    margin: 0 auto;
  }
  #map_canvas {
    width: 100%;
    height: 300px;
  }
  .about-top p {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
  .about-top .btn a {
    display: block;
    text-decoration: none;
    width: 90%;
    border: solid 2px;
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
  }
  .about-top .btn a:hover {
    color: #fff;
  }
  /*リクルート〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
  .recruit ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: left;
  }
  .recruit ul li.step {
    padding: 20px 5% 5px;
    outline: solid 2px #b5ac88;
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
  }
  .recruit ul li.step:last-child:after {
    position: static;
    border: none;
  }
  .recruit ul li.step h3 {
    font-size: 16px;
    margin-bottom: -5px;
  }
  .recruit ul li.step h3 .no {
    font-family: imperial-urw, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    display: block;
    color: #b5ac88;
    font-size: 24px;
    line-height: 46px;
    margin-right: 0;
    position: relative;
    margin-bottom: 25px;
  }
  .recruit ul li.step h3 .no:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
    margin: 0 auto;
    border-bottom: solid 2px #b5ac88;
  }
  .recruit ul li.step p {
    line-height: 20px;
  }
  .recruit ul li.step .contact {
    font-size: 18px;
    padding: 25px 5% 30px;
    position: relative;
  }
  .recruit ul li.step .contact h4 {
    font-weight: normal;
    margin: 0 auto 5px;
    font-size: 16px;
  }
  .recruit ul li.step .contact .btn a {
    display: block;
    color: #fff;
    text-decoration: none;
    width: 50%;
    border-radius: 50px;
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
  }
  /*.recruit ul li.step:first-child img.img01 {
    display: none;
  }
  .recruit ul li.step:first-child img.img02 {
    width: 70px;
    position: absolute;
    top: -50px;
    bottom: auto;
    right: 10px;
  }*/
  .recruit ul li.step figure {
    width: 100px;
    height: 70px;
    margin: 0 auto -15px;
  }
  .recruit ul li.step figure img {
    width: 100%;
  }
  .recruit ul li.step p {
    text-align: left;
  }
  /*第二階層〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
  .contents {
    margin-top: 110px;
    margin-bottom: 50px;
  }
  .contents h2 {
    text-align: left;
    font-size: 24px;
    margin: 0 auto 20px;
  }
  .contents h2 span {
    display: block;
    font-size: 14px;
  }
  /*会社概要〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
  .about table {
    width: 100%;
    border-collapse: collapse;
    border: solid 2px #d6cda5;
    font-size: 14px;
  }
  .about table th {
    width: auto;
    padding: 13px 5% 10px;
    border: none;
    background-color: #d6cda5;
    text-align: left;
    color: #666;
    display: block;
  }
  .about table td {
    width: auto;
    padding: 20px 5% 20px;
    border: solid 1px #fff;
    text-align: left;
    display: block;
    background-color: #fff;
    color: #666;
  }
  /*お問い合わせ*/
  .contact p {
    text-align: left;
    font-size: 15px;
  }
  .contact p .sub {
    font-size: 14px;
  }
  .contact .radio-box {
    width: 70%;
    padding: 20px 0;
    margin: 0 auto;
    font-size: 20px;
  }
  .contact .radio-box span {
    display: inline-block;
    width: 48%;
    text-align: center;
  }
  .contact table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
  }
  .contact table th {
    width: auto;
    text-align: left;
    color: #d6cda5;
    font-size: 14px;
    display: block;
    padding: 0 0 5px;
  }
  .contact table td {
    width: auto;
    padding: 0 0 25px;
    display: block;
  }
  .contact .input {
    width: 96%;
    font-size: 16px;
    padding: 15px 2%;
    border: solid 1px #aaa;
    outline: none;
    border-radius: 5px;
  }
  .contact textarea {
    width: 96%;
    font-size: 16px;
    padding: 10px 2%;
    border: solid 1px #aaa;
    outline: none;
    border-radius: 5px;
  }
  .contact .required {
    color: #f00;
    font-size: 12px;
  }
  .contact .button_box {
    width: 100%;
    margin: 0 auto;
  }
  .contact .submit {
    width: 46%;
    color: #fff;
    background-color: #d6cda5;
    border: none;
    padding: 20px 0;
    border-radius: 5px;
    text-align: center;
    margin: 0 2%;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    display: block;
    float: left;
  }
  .contact .btn a {
    width: 46%;
    font-size: 18px;
    padding: 20px 0;
    color: #fff;
    background-color: #d6cda5;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    outline: none;
    display: block;
  }
  input[type="reset"] {
    -webkit-appearance: none;
  }
  input[type="submit"] {
    -webkit-appearance: none;
  }
  input[type="button"] {
    -webkit-appearance: none;
  }
}