/* default settings */
.c-form {
  text-align: left;
}
.c-form dl {
  margin-bottom: 16px;
  display: block;
  width: 100%;
}
.c-form dl dt {
  margin-bottom: 5px;
}
.c-form dl dt span {
  color: #ff0909;
}
.c-form input,
.c-form textarea,
.c-form .file-control,
.c-form select {
  font-family: SVN-Gilroy, sans-serif;
  font-style: normal;
  background-color: #fff;
  border: 1px solid #a7a7a7;
  padding: 0.3125rem 0.875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.875rem;
  outline: none;
}
.c-form input::-webkit-input-placeholder,
.c-form textarea::-webkit-input-placeholder,
.c-form .file-control::-webkit-input-placeholder,
.c-form select::-webkit-input-placeholder {
  color: #aeabab;
}
.c-form input::-moz-placeholder,
.c-form textarea::-moz-placeholder,
.c-form .file-control::-moz-placeholder,
.c-form select::-moz-placeholder {
  color: #aeabab;
}
.c-form input:-ms-input-placeholder,
.c-form textarea:-ms-input-placeholder,
.c-form .file-control:-ms-input-placeholder,
.c-form select:-ms-input-placeholder {
  color: #aeabab;
}
.c-form input::-ms-input-placeholder,
.c-form textarea::-ms-input-placeholder,
.c-form .file-control::-ms-input-placeholder,
.c-form select::-ms-input-placeholder {
  color: #aeabab;
}
.c-form input::placeholder,
.c-form textarea::placeholder,
.c-form .file-control::placeholder,
.c-form select::placeholder {
  color: #aeabab;
}
.c-form select {
  /* width: 12.625rem; */
  height: 2.1875rem;
  width: 100%;
}
.form-upload {
  display: none;
}
.form-upload + label {
  display: block;
}
.c-form input {
  width: 100%;
  height: 2.1875rem;
}
.c-form textarea {
  display: block;
  width: 100%;
  height: 11.25rem;
  padding: 0.625rem 0.875rem;
  resize: none;
}
.c-form label.error {
  display: block;
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-style: italic;
  color: red;
}
.c-form .file-control {
  display: none;
}
.c-form .file-control + label {
  display: block;
  border-radius: 0;
  cursor: pointer;
  padding: 0.625rem 1.25rem 1.0625rem;
  font-family: SVN-Gilroy, sans-serif;
  font-style: normal;
  background-color: #fff;
  border: 1px solid #a7a7a7;
  padding: 0.3125rem 0.875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.875rem;
  outline: none;
  color: #888;
  /* text-align: center; */
  background-image: url(../img/common/icon_file.svg);
  background-repeat: no-repeat;
  background-position: center right 12px;
}
.c-form .file-control small {
  font-family: SVN-Gilroy, sans-serif;
  font-style: normal;
  color: #aeabab;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  display: block;
}
.c-form .btn-send {
  background-color: #807653;
  font-family: SVN-GilroyBold, sans-serif;
  font-style: normal;
  border-radius: 50px;
  margin: auto;
  margin-top: 1.5625rem;
  /* padding-top: 0.1875rem; */
  width: 9.9375rem;
  height: 2.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.875rem;
  font-size: 1.25rem;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #fff;
}
.c-form .btn-send:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .c-form input,
  .c-form textarea,
  .c-form .file-control {
    padding: 0.3125rem 0.875rem;
  }
  .c-form textarea {
    height: 6.25rem;
  }
  .c-form .file-control {
    height: auto;
  }
  .c-form .c-btn {
    margin-top: 0.625rem;
  }
}

.key.key-page {
  background-image: url(../img/recruit/key-recruit.jpg);
}
@media (min-width: 768px) {
  .key.key-page {
    height: 35.625rem;
  }
}
.key .wrap {
  height: 100%;
}
.key .group {
  position: absolute;
  bottom: 2.625rem;
  left: 0;
}
.key h2 {
  font-size: 4.9375rem;
  line-height: 1;
  color: #fff;
}
.key .btn-contact {
  margin-top: 0.625rem;
  padding-top: 0.5rem;
  display: block;
  width: 23.125rem;
  height: 4.25rem;
  background-color: #fff;
  border-radius: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #10623a;
}
@media (max-width: 767px) {
  .key h2 {
    font-size: 2.25rem;
  }
  .key .btn-contact {
    width: 11.25rem;
    height: 2.5rem;
    font-size: 1rem;
    padding-top: 0;
  }
}

.recruit-category {
  padding: 3.75rem 0 9.25rem;
}
.recruit-category .row01 {
  margin-top: 2.5rem;
}
.recruit-category .row02 {
  margin-top: 8.125rem;
}
.recruit-category h3:before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #807653;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.3125rem;
  margin-right: 0.625rem;
  border-radius: 50%;
}
.recruit-category .group {
  margin-top: 2.5rem;
}
.recruit-category .group dl {
  padding: 0.625rem 0;
  border-bottom: 1px solid #10623a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.recruit-category .group dl dt {
  font-size: 1.75rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #10623a;
}
.recruit-category .group dl dd a {
  border: 1px solid #807653;
  background-color: #807653;
  border-radius: 1.125rem;
  font-size: 1.25rem;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-right: 0.9375rem;
  padding-bottom: 3px;
  /* padding-top: 0.3125rem; */
  width: 12.5rem;
  height: 38px;
  color: #fff;
}
.recruit-category .group dl dd a:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.25rem;
  background: url("../img/recruit/icon-arrow-right-white.png") no-repeat center/cover;
  width: 0.625rem;
  height: 0.8125rem;
}
.recruit-category .group dl dd a:hover {
  background-color: #10623a;
  /* color: #fff; */
}
/* .recruit-category .group dl dd a:hover:before {
  background-image: url("../img/recruit/icon-arrow-right-white.png");
} */
.recruit-category .group dl ~ dl {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  /* .recruit-category h3 {
    margin-left: 4.375rem;
  } */
  .recruit-category .group dl {
    margin-left: 4.375rem;
  }
}
@media (max-width: 767px) {
  .recruit-category {
    padding: 3.125rem 0 5rem;
  }
  .recruit-category .row01 {
    margin-top: 1.25rem;
  }
  .recruit-category .row02 {
    margin-top: 3.75rem;
  }
  .recruit-category .group {
    margin-top: 0.575rem;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .recruit-category .group dl {
    padding: 0.4375rem 0;
  }
  .recruit-category .group dl ~ dl {
    margin-top: 0.875rem;
  }
  .recruit-category .group dl dt {
    font-size: 1rem;
    width: 58%;
  }
  .recruit-category .group dl dd {
    width: 30%;
  }
  .recruit-category .group dl dd a {
    padding: 0.375rem 1.25rem 0.375rem 0.625rem;
    font-size: 0.75rem;
    width: 100%;
  }
  .recruit-category .group dl dd a:before {
    right: 0.875rem;
    width: 0.3125rem;
    height: 0.3125rem;
  }
}

.recruit-single {
  position: relative;
  background-image: url(../img/about/about-bg1.jpg);
  background-repeat: no-repeat;
  background-position: bottom 45% center;
  background-size: 100%;
}
.recruit-single .heading {
  text-align: center;
  padding: 60px 0 8px;
  background-color: #f7f7f7;
}
/* .recruit-single:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  background-color: #eeeeee;
} */
.recruit-single .content {
  padding: 4.25rem 0 8.4375rem;
  width: calc(50% - 30px);
}
.recruit-single .content > h4 {
  margin-bottom: 4px;
}
.recruit-single .content > ul {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .recruit-single .content .c-title--sm {
    font-size: 1.875rem;
  }
}
.recruit-single .content h4 {
  font-family: SVN-GilroySemiBold, sans-serif;
  font-style: normal;
  /* margin-top: 1.25rem; */
  /* margin-bottom: 32px; */
}
.recruit-single .content ul li {
  margin-left: 1.25rem;
  position: relative;
}
.recruit-single .content ul li:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #807653;
  border-radius: 50%;
  margin-right: 0.625rem;
  position: relative;
  top: -0.125rem;
}
.recruit-single .content .c-form textarea {
  height: 8.375rem;
}
.recruit-single .content .c-form .btn-send {
  border-radius: 1.5625rem;
  width: 100%;
}
.recruit-single .content .row02 {
  margin-top: 4.875rem;
}
.recruit-single .col-right {
  padding-top: 4.0625rem;
  width: calc(50% - 30px);
}
.recruit-single .col-right .btn01 {
  font-size: 1.5rem;
  width: 18.9375rem;
  max-width: 100%;
  height: 2.9375rem;
  border-radius: 1.5625rem;
  margin: 0 auto;
  background-color: #10623a;
}
.recruit-single .col-right .btn02 {
  font-size: 1.5rem;
  width: 27.8125rem;
  max-width: 100%;
  height: 2.9375rem;
  border-radius: 1.5625rem;
  margin: 3.3125rem auto 0;
  display: block;
}
/* .recruit-single .col-right dl {
  border-bottom: 1px solid #10623a;
  padding: 0.9375rem 0;
} */
.recruit-single .col-right .dl01 {
  margin-top: 1.25rem;
}
.recruit-single .col-right .dl01 dl dt {
  font-family: SVN-Gilroy, sans-serif;
  font-style: normal;
}
.recruit-single .col-right .dl01 dl dd {
  font-family: SVN-GilroySemiBold, sans-serif;
  font-style: normal;
}
.recruit-single .col-right .dl02 {
  margin-top: 1.5625rem;
  margin-left: 5.625rem;
}
.recruit-single .col-right .dl02 h4 {
  font-family: SVN-GilroySemiBold, sans-serif;
  font-style: normal;
  margin-bottom: 0.625rem;
}
.recruit-single .col-right .dl02 dl dt {
  font-family: SVN-GilroySemiBold, sans-serif;
  font-style: normal;
}
.recruit-single .col-right .dl02 dl dd {
  font-family: SVN-Gilroy, sans-serif;
  font-style: normal;
}
.recruit-single .col-right .photo {
  margin-top: 8.125rem;
}
.recruit-single .news-sharesns {
  margin-bottom: 2.625rem;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #10623a;
}
.recruit-single .news-sharesns h4 {
  display: inline-block;
  font-size: 0.875rem;
  color: #707070;
}
.recruit-single .news-sharesns ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.recruit-single .news-sharesns ul li {
  margin-left: 0.875rem;
  width: 1.25rem;
}
.recruit-single .news-sharesns ul li a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .recruit-category {
    padding: 60px 0;
  }
  .recruit-single .news-sharesns {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 767px) {
  .recruit-single:before {
    display: none;
  }
  .recruit-single .wrap1180 {
    display: block;
  }
  .recruit-single .content {
    /* padding: 3.125rem 0 2.5rem; */
    width: 100%;
    padding: 30px 0;
  }
  .recruit-single .content .row02 {
    margin-top: 3.75rem;
  }
  .recruit-single .content .row02 .c-title--xs {
    font-size: 1.125rem;
  }
  .recruit-single .col-right {
    background-color: #eeeeee;
    padding: 2.5rem 1.25rem 1.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: auto;
  }
  .recruit-single .col-right .btn01 {
    font-size: 1.25rem;
  }
  .recruit-single .col-right .btn02 {
    font-size: 1.25rem;
  }
  .recruit-single .col-right .dl02 {
    margin-left: 1.25rem;
  }
  .recruit-single .col-right .photo {
    margin-top: 3.125rem;
  }
}
.news-related {
}
