@charset "UTF-8";
body {
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
}

h2 {
  background: -webkit-linear-gradient(left, #FFA700, #E96300);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 21px;
  display: inline-block;
  font-weight: 600;
}

.hidden {
  overflow: hidden;
}

.header {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 100000000000000
}

.header__all {
  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;
  border-bottom: 1px solid #fff;
}

.header__all h1 {
  width: 150px;
}

.header__all h1 a {
  display: inline-block;
  width: 100%;
}

.header__all h1 a img {
  width: 100%;
  height: auto;
}

.header__all__right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 85px;
}

.header__all__right ul li {
  height: 100%;
}

.header__all__right ul a {
  display: inline-block;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  margin: 0 20px;
  position: relative;
}

.header__all__right ul li:not(:last-child) a::before {
  opacity: 0;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__all__right ul li:not(:last-child) a.hover::before {
  opacity: 1;
}

.header__all__right ul li:last-child a {
  margin-right: 0;
  padding: 8px 24px;
  border-radius: 20px;
  border: 1px solid #fff;
  line-height: 1.6;
}

.error_list {
  padding: 10px 30px;
  color: #ff2e5a;
  font-size: 86%;
  text-align: left;
  border: 1px solid #ff2e5a;
  border-radius: 5px;
}

.top {
  width: 100%;
  height: 650px;
  overflow: hidden;
  position: relative;
}

.top::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.top__back {
  width: 100%;
  height: auto;
}

.top__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 350px;
  height: auto;
}

.contents {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  margin-top: -60px;
  padding: 70px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000000;
}

.contents__thanks {
  text-align: center;
}

.contents__thanks p {
  font-size: 16px;
}

.contents__thanks a {
  display: inline-block;
  font-size: 14px;
  margin-top: 30px;
}

.contents .img {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.contents__content {
  margin: 0 auto;
  width: 85%;
  text-align: center;
}

.contents__about::before {
  content: url(./../img/arrow.png);
  display: inline-block;
  width: 100px;
  position: absolute;
  top: -4%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.contents__about__title {
  padding: 50px 0;
}

.contents__about__title span {
  font-size: 14px;
  color: #c8c9c7;
}

.contents__about p {
  font-size: 12px;
}

.contents__about__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contents__about__block {
  width: 31.5%;
  background: #f9f9f8;
  padding: 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents__about__block h3 {
  color: #f3a406;
  padding-bottom: 25px;
  font-size: 15px;
}

.contents__about__block img {
  width: 65px;
  height: auto;
}

.contents__about__block .img {
  padding: 0;
}

.contents__about__block p {
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

.contents__about__block__jobz {
  width: 48%;
  background: #f9f9f8;
  padding: 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents__about__block__jobz h3 {
  color: #f3a406;
  padding-bottom: 25px;
  font-size: 15px;
}

.contents__about__block__jobz img {
  width: 65px;
  height: auto;
}

.contents__about__block__jobz .img {
  padding: 0;
}

.contents__about__block__jobz p {
    text-align: center;
    padding: 10px;
    font-size: 14px;
}


.contents__abouts {
  text-align: center;
  position: relative;
}

.contents__abouts::before {
  content: url(../img/arrow.png);
  display: inline-block;
  width: 100px;
  position: absolute;
  top: -4%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.contents__abouts__title {
  padding: 50px 0;
  text-align: center;
}

.contents__abouts__title span {
  font-size: 14px;
  color: #c8c9c7;
}

.contents__abouts p {
  font-size: 12px;
}

.contents__service {
  text-align: center;
}

.contents__service__title {
  padding: 50px 0;
}

.contents__service__title span {
  font-size: 14px;
  color: #c8c9c7;
}

.contents__service__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 0;
}

.contents__service__block {
  width: calc(50% - 10px);
  height: 240px;
  position: relative;
  display: inline-block;
}

.contents__service__block::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s;
  transition: .3s;
}

.contents__service__block.show::before {
  background: rgba(0, 0, 0, 0.6);
}

.contents__service__block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contents__service__block span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 15px;
  color: #fff;
}

.contents__service__block p {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
  color: #fff;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.contents__service__block p::after {
  content: '\f054';
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  margin-left: 5px;
}

.contents__service__block p.show {
  top: 60%;
  opacity: 1;
}

.contents__recommend {
  text-align: center;
  padding-bottom: 50px;
}

.contents__recommend__title {
  padding: 50px 0;
}

.contents__recommend__title span {
  font-size: 14px;
  color: #c8c9c7;
}

.contents__recommend__blocks {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contents__recommend__block {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  width: 31%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
}

.contents__recommend__block h3 {
  color: #f3a406;
  padding-bottom: 20px;
  font-size: 15px;
}

.contents__recommend__block img {
  width: 100%;
  height: auto;
}

.contents__recommend__block__icon {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 12px;
  margin-bottom: 10px;
}

.contents__recommend__block:not(:last-child) {
  border-right: 1px solid #f9f9f8;
}

.contents__aboutservice {
  text-align: center;
  padding-bottom: 50px;
}

.contents__aboutservice__title {
  padding: 50px 0;
}

.contents__aboutservice__title span {
  font-size: 14px;
  color: #c8c9c7;
}

.contents__aboutservice__contents {
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
}

.contents__aboutservice__content {
  text-align: center;
  width: calc(100% / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px;
}

.contents__aboutservice__content__jobz {
  text-align: center;
  width: calc(100% / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
}

.contents__aboutservice__content__jobz h3 {
  color: #f3a406;
  padding-bottom: 20px;
  font-size: 15px;
}


.contents__aboutservice__content__block {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 12px;
  margin-bottom: 10px;
  background: #f9f9f8;
  border-radius: 15px;
}

.contents__aboutservice__content h3 {
  color: #f3a406;
  padding-bottom: 20px;
  font-size: 15px;
}

.contents__aboutservice__content:not(:last-of-type) {
  border-right: 1px solid #f9f9f8;
}

.contents__step {
  text-align: center;
  padding-bottom: 50px;
}

.contents__step__title {
  padding: 50px 0;
}

.contents__step__title span {
  font-size: 14px;
  color: #c8c9c7;
}

.contents__step__contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contents__step__content {
  width: calc(100% / 5);
  text-align: center;
  position: relative;
}

.contents__step__content h3 {
  color: #f3a406;
  padding-bottom: 20px;
  font-size: 15px;
}

.contents__step__content__img {
  width: 45px;
  height: 60px;
  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: 0 auto;
}

.contents__step__content__img img {
  width: 100%;
  height: auto;
}

.contents__step__content p {
  font-size: 12px;
  padding-top: 20px;
}

.contents__step__content:not(:last-child) {
  border-right: 1px dotted #a2a3a2;
}

.contents__step__content:not(:last-child)::before {
  display: none;
}

.contents__step__content:not(:last-child)::after {
  content: '\f054';
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: -17px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  color: #a2a3a2;
  height: 35px;
  width: 30px;
  background: #fff;
  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;
  z-index: 100;
}

.contents__faq {
  text-align: center;
  padding-bottom: 50px;
}

.contents__faq__title {
  padding: 50px 0;
}

.contents__faq__title span {
  font-size: 14px;
  color: #c8c9c7;
}

.contents__faq__content__question {
  padding: 25px;
  font-size: 14px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.contents__faq__content__question.change {
  background: #f9f9f8;
}

.contents__faq__content__question::before {
  content: 'Q.';
  font-size: 16px;
  color: #f3a406;
  margin-right: 25px;
}

.contents__faq__content__question__plus {
  height: 23px;
  width: 23px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.contents__faq__content__question__plus span:nth-of-type(1) {
  width: 100%;
  height: 2px;
  display: block;
  background: #a2a3a2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contents__faq__content__question__plus span:nth-of-type(2) {
  height: 100%;
  width: 2px;
  display: block;
  background: #a2a3a2;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.contents__faq__content__question__plus.change span:nth-of-type(2) {
  -webkit-transform: translate(-50%, 0%) rotate(90deg);
          transform: translate(-50%, 0%) rotate(90deg);
}

.contents__faq__content__answers {
  display: none;
}

.contents__faq__content__answer {
  padding: 25px;
  font-size: 12px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contents__faq__content__answer::before {
  content: 'A.';
  font-size: 16px;
  color: #a2a3a2;
  margin-right: 25px;
}

.contents__contact {
  text-align: center;
  padding-bottom: 50px;
  margin: 0 auto;
  width: 85%;
}

.contents__contact__arrow {
  position: relative;
}

.contents__contact__arrow::before {
  content: url(../img/arrow.png);
  display: inline-block;
  width: 100px;
  position: absolute;
  top: -1%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.contents__contact__title {
  padding: 50px 0;
}

.contents__contact__title span {
  font-size: 14px;
  color: #c8c9c7;
}

.contents__contact__contents {
  width: 100%;
  background: #f9f9f8;
  padding: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents__contact__content {
  width: 100%;
}

.contents__contact__content form > input {
  font-size: 14px;
  color: #fff;
  background: #505050;
  padding: 15px 100px;
  border: none;
  margin-top: 45px;
  cursor: pointer;
}

.contents__contact__content__block {
  text-align: left;
  margin-bottom: 20px;
}

.contents__contact__content__kiyaku {
  text-align: left;
  width: 80%;
  margin: auto;
}

.contents__contact__content__kiyaku h3 {
  font-size: 15px;
  margin-top: 20px;
}

.contents__contact__content__kiyaku p {
  font-size: 13px;
}

.contents__contact__content__block label {
  font-size: 14px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contents__contact__content__block label span {
  padding-left: 10px;
  font-size: 12px;
  color: red;
}

.contents__contact__content__block input {
  width: 100%;
  padding: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 12px;
}

.contents__contact__content__block input::-webkit-input-placeholder {
  color: #BEBEBE;
}

.contents__contact__content__block input:-ms-input-placeholder {
  color: #BEBEBE;
}

.contents__contact__content__block input::-ms-input-placeholder {
  color: #BEBEBE;
}

.contents__contact__content__block input::placeholder {
  color: #BEBEBE;
}

.contents__contact__content__block textarea {
  width: 100%;
  padding: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 12px;
}

.contents__contact__content__block textarea::-webkit-input-placeholder {
  color: #BEBEBE;
}

.contents__contact__content__block textarea:-ms-input-placeholder {
  color: #BEBEBE;
}

.contents__contact__content__block textarea::-ms-input-placeholder {
  color: #BEBEBE;
}

.contents__contact__content__block textarea::placeholder {
  color: #BEBEBE;
}

.footer {
    display: flex;
    flex-flow: column;
    align-items: center;
    background: #333433;
    color: #fff;
    padding: 130px 0 70px 0;
    margin-top: -50px;
}

.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 30px;
}

.footer__menu ul li {
  height: 100%;
}

.footer__menu ul a {
  display: inline-block;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  margin: 0 20px;
  position: relative;
}

.footer__menu ul li a::before {
  opacity: 0;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer__menu ul li a.hover::before {
  opacity: 1;
}

.footer__menu {
  display: flex;
}

.footer__menu nav {
  margin: 5px;
}


.footer img {
  width: 150px;
  padding-bottom: 15px;
  margin-right: 20px;
}

.footer small {
  font-size: 10px;
}

.sub {
  width: 100%;
  height: 470px;
  overflow: hidden;
  position: relative;
}

.sub::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.sub__back {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sub p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
  z-index: 100;
}

.error {
  font-size: 12px;
  color: red;
  padding-top: 5px;
}

.signup__main {
  max-width: 1100px;
  width: 60%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  padding-top: 30px;
}

.signup__jobs h2 {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #505050;
  margin-bottom: 20px;
}

.signup__jobfull__content__bottom .back {
    font-size: 14px;
    color: #fff;
    background: #aaaaaa;
    padding: 15px 50px;
    border: none;
    margin-top: 10px;
    cursor: pointer;
}

.signup__jobfull__content__bottom .send {
    font-size: 14px;
    color: #fff;
    background: #505050;
    padding: 15px 50px;
    border: none;
    margin-top: 10px;
    cursor: pointer;
}

.signup__jobfull__content__bottom p {
  text-align: center;
  font-size: 13px;
}

.signup__jobfull__content__bottom a {
  text-decoration: none;
  color: #E96300;
}

.signup__jobs h2::before {
  content: '';
  width: 5px;
  height: 24px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#4899E4), to(#2147AF));
  background: linear-gradient(#4899E4, #2147AF);
  border-radius: 10px;
  margin-right: 13px;
  margin-top: 2px;
}

.signup__jobs__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: auto;
  width: 70%;
}

.signup__jobs__content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #505050;
  padding-right: 20px;
}

.signup__jobs__content h3::before {
  content: '';
  width: 4px;
  height: 15px;
  display: inline-block;
  background: #505050;
  border-radius: 10px;
  margin-right: 10px;
  margin-top: -1px;
}

.signup__jobs__content__table {
  width: 100%;
  border: 1px solid #E6E6E6;
  margin-bottom: 30px;
}

.signup__jobs__content__table p {
  font-size: 13px;
  text-align: left;
}

.signup__jobs__content__table.plan p {
  font-size: 11px;
  margin-top: 10px;
}


.signup__jobs__content__table tr {
  border-bottom: 1px solid #E6E6E6;
}

.signup__jobs__content__table th {
  border-right: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 12px;
  color: #505050;
  font-weight: 600;
  background: #F2F2F2;
  text-align: left;
  width: 30%;
  vertical-align: middle;
  position: relative;
}

.signup__jobs__content__table td {
  border-right: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  color: #505050;
  vertical-align: middle;
  border: 1px solid #E6E6E6;
  color: #505050;
}

.signup__jobs__content__table td select {
  padding: 6px;
  width: 100%;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #E6E6E6;
}

.signup__jobs__content__table td textarea {
  padding: 6px;
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #E6E6E6;
  font-size: 13px;
  box-sizing: border-box;
  resize: vertical;
}


.signup__jobs__content__table td input[type="text"], .signup__jobs__content__table td input[type="url"], .signup__jobs__content__table td input[type="tel"], .signup__jobs__content__table td input[type="date"], .signup__jobs__content__table td input[type="email"]{
  padding: 6px;
  width: 100%;
  border: 1px solid #E6E6E6;
  color: #505050;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
}

/* フィールド選択時のデザイン */
.signup__jobs__content__table td input:focus{
  outline: 0;
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  border: 1px solid #5fbaef;
}

/* フィールド選択時のデザイン */
.signup__jobs__content__table td textarea:focus{
  outline: 0;
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  border: 1px solid #5fbaef;
}

.signup__jobs__content__table__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.signup__jobs__content__table__flex p {
  font-size: 12px;
  color: #505050;
  padding-right: 3px;
}

.signup__jobs__content__table__flex span {
  font-size: 12px;
  color: #505050;
  padding: 0 3px;
}

.signup__jobs__content__table__flex span {
  font-size: 12px;
  color: #505050;
  padding: 0 3px;
}

.signup__jobs__content__table__flex input {
  width: 100px !important;
}

.signup__jobs__content__table__seven td > input {
  margin-top: 15px;
}

.signup__jobs__content__table__seven .center {
  margin-top: 15px;
}

.signup__jobs__content__texts {
  display: flex;
  align-items: center;
}

.signup__jobs__content__texts p {
  color: #505050;
  font-size: 12px;
}dding-left: 20px;
}

.signup__jobs__content__bottom {
  text-align: center;
}

.signup__jobs__content__bottom input {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  padding: 7px 40px;
  width: 180px;
  text-decoration: none;
  background: #F48500;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  border: none;
  margin: 30px;
}

.signup__jobs__content .error {
  font-size: 12px;
  color: #f43042;
  display: none;
}

.signup__jobs__content .error.false {
  display: block;
}

.signup__jobs__content .erro {
  font-size: 12px;
  color: #f43042;
  display: none;
}

.signup__jobs__content .erro.false {
  display: block;
}

.signup__jobs__content__tables__first__three p {
  text-align: left;
}

.signup__jobs__content__flexs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.signup__jobs__content__flexs__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
}

.signup__jobs__content__flexs__flex input {
  margin-right: 5px;
}

.signup__jobs__content__flexs__flex label {
  font-size: 12px;
  color: #505050;
}

.signup__jobs__must {
  font-size: 10px;
  padding: 1px 6px;
  margin-left: 15px;
  background: #f43042;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.signup__jobs__any {
  font-size: 10px;
  padding: 1px 6px;
  margin-left: 15px;
  background: #505050;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.signup__jobz h2 {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #505050;
  margin-bottom: 20px;
}

.signup__jobz h2::before {
  content: '';
  width: 5px;
  height: 24px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#1ED58E), to(#17985C));
  background: linear-gradient(#1ED58E, #17985C);
  border-radius: 10px;
  margin-right: 13px;
  margin-top: 2px;
}

.signup__jobz__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.signup__jobz__content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.signup__jobz__content__flex p {
  font-size: 12px;
  color: #505050;
  padding: 0 3px;
}

.signup__jobz__content h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #505050;
  margin-bottom: 15px;
}

.signup__jobz__content h3::before {
  content: '';
  width: 4px;
  height: 15px;
  display: inline-block;
  background: #505050;
  border-radius: 10px;
  margin-right: 10px;
  margin-top: -1px;
}

.signup__jobz__content__table {
  width: 100%;
  border: 1px solid #E6E6E6;
  margin-bottom: 15px;
}

.signup__jobz__content__table tr {
  border-bottom: 1px solid #E6E6E6;
}

.signup__jobz__content__table th {
  border-right: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 12px;
  color: #505050;
  font-weight: 600;
  background: #F2F2F2;
  text-align: left;
  width: 25%;
  vertical-align: middle;
  position: relative;
}

.signup__jobz__content__table td {
  border-right: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 12px;
  color: #505050;
  width: 75%;
  vertical-align: middle;
}

.signup__jobz__content__table td input[type="text"], .signup__jobz__content__table td input[type="url"], .signup__jobz__content__table td input[type="tel"], .signup__jobz__content__table td input[type="date"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px;
  width: 100%;
  border: 1px solid #E6E6E6;
  color: #505050;
  font-size: 12px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
}

.signup__jobz__content__table td input[type="text"].false, .signup__jobz__content__table td input[type="url"].false, .signup__jobz__content__table td input[type="tel"].false, .signup__jobz__content__table td input[type="date"].false {
  border: 2px solid #f43042;
  background: rgba(244, 48, 66, 0.2);
}

.signup__jobz__content__table td input[type="text"]::-webkit-input-placeholder, .signup__jobz__content__table td input[type="url"]::-webkit-input-placeholder, .signup__jobz__content__table td input[type="tel"]::-webkit-input-placeholder, .signup__jobz__content__table td input[type="date"]::-webkit-input-placeholder {
  color: #BEBEBE;
}

.signup__jobz__content__table td input[type="text"]:-ms-input-placeholder, .signup__jobz__content__table td input[type="url"]:-ms-input-placeholder, .signup__jobz__content__table td input[type="tel"]:-ms-input-placeholder, .signup__jobz__content__table td input[type="date"]:-ms-input-placeholder {
  color: #BEBEBE;
}

.signup__jobz__content__table td input[type="text"]::-ms-input-placeholder, .signup__jobz__content__table td input[type="url"]::-ms-input-placeholder, .signup__jobz__content__table td input[type="tel"]::-ms-input-placeholder, .signup__jobz__content__table td input[type="date"]::-ms-input-placeholder {
  color: #BEBEBE;
}

.signup__jobz__content__table td input[type="text"]::placeholder, .signup__jobz__content__table td input[type="url"]::placeholder, .signup__jobz__content__table td input[type="tel"]::placeholder, .signup__jobz__content__table td input[type="date"]::placeholder {
  color: #BEBEBE;
}

.signup__jobz__content__table td input[type="date"] {
  width: auto;
}

.signup__jobz__content__table td textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 100%;
  border: 1px solid #E6E6E6;
  color: #505050;
  font-size: 12px;
  line-height: 12px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
}


.signup__jobz__content__table__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.signup__jobz__content__table__flex p {
  font-size: 12px;
  color: #505050;
  padding-right: 3px;
}

.signup__jobz__content__table__flex span {
  font-size: 12px;
  color: #505050;
  padding: 0 3px;
}

.signup__jobz__content__table__flex input {
  width: 100px !important;
}

.signup__jobz__content__table__five td > input {
  margin-top: 15px;
}

.signup__jobz__content__table__five .center {
  margin-top: 15px;
}

.signup__jobz__content__tables {
  width: 100%;
  border: 1px solid #E6E6E6;
  margin-bottom: 15px;
}

.signup__jobz__content__tables tr {
  border-bottom: 1px solid #E6E6E6;
}

.signup__jobz__content__tables th {
  border-right: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 12px;
  color: #505050;
  font-weight: 600;
  background: #F2F2F2;
  text-align: left;
  width: 20%;
  vertical-align: middle;
  position: relative;
}

.signup__jobz__content__tables td {
  border-right: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 12px;
  color: #505050;
  width: 30%;
  vertical-align: middle;
}

.signup__jobz__content__tables__right {
  text-align: right;
}

.signup__jobz__content__texts {
  margin-bottom: 15px;
}

.signup__jobz__content__texts p {
  color: #505050;
  font-size: 12px;
}

.signup__jobz__content__bottom {
  text-align: center;
}

.signup__jobz__content__bottom input {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  padding: 7px 40px;
  width: 180px;
  text-decoration: none;
  background: #F48500;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  border: none;
  margin: 30px;
}

.signup__jobz__content .error {
  font-size: 12px;
  color: #f43042;
  display: none;
}

.signup__jobz__content .error.false {
  display: block;
}

.signup__jobz__content .erro {
  font-size: 12px;
  color: #f43042;
  display: none;
}

.signup__jobz__content .erro.false {
  display: block;
}

.signup__jobz__content__flexs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.signup__jobz__content__flexs__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
}

.signup__jobz__content__flexs__flex input {
  margin-right: 5px;
}

.signup__jobz__content__flexs__flex label {
  font-size: 12px;
  color: #505050;
}

.signup__jobz__must {
  font-size: 10px;
  padding: 1px 6px;
  margin-left: 15px;
  background: #f43042;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.signup__jobz__any {
  font-size: 10px;
  padding: 1px 6px;
  margin-left: 15px;
  background: #505050;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.signup__jobz__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.signup__jobz__list__sub {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.signup__jobz__list__sub h2 {
  font-size: 16px;
  color: #505050;
  font-weight: 600;
  margin-bottom: 20px;
}

.signup__jobz__list__sub__serch {
  position: relative;
  margin-bottom: 15px;
}

.signup__jobz__list__sub__serch input:nth-of-type(1) {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-radius: 3px;
  font-size: 12px;
  border: 1px solid #E6E6E6;
  color: #505050;
}

.signup__jobz__list__sub__serch input::-webkit-input-placeholder {
  color: #BEBEBE;
}

.signup__jobz__list__sub__serch input:-ms-input-placeholder {
  color: #BEBEBE;
}

.signup__jobz__list__sub__serch input::-ms-input-placeholder {
  color: #BEBEBE;
}

.signup__jobz__list__sub__serch input::placeholder {
  color: #BEBEBE;
}

.signup__jobz__list__sub__serch input:nth-of-type(2) {
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  color: #E6E6E6;
  border: none;
  background: none;
}

.signup__jobz__list__sub__selects {
  text-align: left;
  margin-bottom: 25px;
}

.signup__jobz__list__sub__selects table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.signup__jobz__list__sub__selects tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.signup__jobz__list__sub__selects td {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  font-size: 15px;
  color: #7a7a7a;
}

.signup__jobz__list__sub__selects td:nth-of-type(1) {
  width: 55%;
}

.signup__jobz__list__sub__selects td:nth-of-type(2) {
  width: 45%;
}

.signup__jobz__list__sub h3 {
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
  color: #505050;
}

.signup__jobz__list__sub ul {
  padding: 5px 0;
}

.signup__jobz__list__sub li {
  padding: 7px 0;
  font-size: 15px;
  font-weight: bold;
}

.signup__jobz__list__sub__submit {
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #505050;
  padding: 8px 0;
  width: 100%;
  border: none;
  border-radius: 3px;
  margin-bottom: 15px;
}

.signup__jobz__list__sub__question {
  cursor: pointer;
  width: 100%;
  position: relative;
  background: #fff;
}

.signup__jobz__list__sub__question__text {
  border: 1px solid #c2c2c2;
  font-size: 15px;
  padding: 7px 0;
  padding-left: 16px;
  height: 38px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.signup__jobz__list__sub__question__plus {
  height: 100%;
  width: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #c2c2c2;
  position: relative;
}

.signup__jobz__list__sub__question__plus::before {
  position: absolute;
  line-height: 1;
  color: #7d7d7d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '\f078';
  font-size: 15px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.signup__jobz__list__sub__questions {
  cursor: pointer;
  width: 90px;
  position: relative;
}

.signup__jobz__list__sub__questions__text {
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 15px;
  padding: 9px 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.signup__jobz__list__sub__questions__plus {
  height: 13px;
  width: 13px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.signup__jobz__list__sub__questions__plus span:nth-of-type(1) {
  height: 100%;
  width: 3px;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.signup__jobz__list__sub__questions__plus span:nth-of-type(2) {
  width: 100%;
  height: 3px;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.signup__jobz__list__sub__none {
  border-top: 0;
}

.signup__jobz__list__sub__answer {
  padding: 9px 18px;
  font-size: 15px;
  color: #7a7a7a;
  display: none;
  border: 1px solid #c2c2c2;
  border-top: none;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #fff;
  z-index: 10;
}

.signup__jobz__list__sub__answer p {
  font-size: 15px;
  color: #7a7a7a;
  padding: 3px 0;
  text-decoration: none;
  display: block;
  text-align: left;
}

.signup__jobz__list__main {
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}

.signup__jobz__list__main table {
  width: 100%;
  border: 1px solid #E6E6E6;
  margin-bottom: 30px;
}

.signup__jobz__list__main tr {
  border-bottom: 1px solid #E6E6E6;
  background: #fff;
}

.signup__jobz__list__main tr:nth-child(odd) {
  background: #F2F2F2;
}

.signup__jobz__list__main th, .signup__jobz__list__main td {
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-right: 1px solid #E6E6E6;
}

.signup__jobz__list__main th {
  font-weight: 600;
  text-align: left;
  color: #fff;
  background: #505050;
}

.signup__jobz__list__main td {
  cursor: pointer;
  color: #505050;
}

.signup__jobz__list__main td:last-child {
  width: 170px;
}

.signup__jobz__list__main td a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  height: auto;
}

.signup__jobz__list__main__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.signup__jobz__list__main__top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.signup__jobz__list__main__top__left h2 {
  font-size: 20px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #505050;
}

.signup__jobz__list__main__top__left h2::before {
  content: '';
  width: 5px;
  height: 24px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#1ED58E), to(#17985C));
  background: linear-gradient(#1ED58E, #17985C);
  border-radius: 10px;
  margin-right: 13px;
  margin-top: 2px;
}

.signup__jobz__list__main__top__left p {
  font-size: 12px;
  color: #505050;
}

.signup__jobz__list__main__to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.signup__jobz__list__main__to__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.signup__jobz__list__main__to__left a {
  padding: 7px 21px;
  margin-right: 40px;
  font-size: 12px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#4899E4), to(#2147AF));
  background: linear-gradient(left, #4899E4, #2147AF);
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
}

.signup__jobz__list__main__to__left > p {
  font-size: 12px;
  color: #505050;
}

.signup__jobz__list__main__que {
  cursor: pointer;
  width: 200px;
  background: #fff;
  position: relative;
}

.signup__jobz__list__main__que__text {
  border: 1px solid #c2c2c2;
  font-size: 15px;
  padding: 7px 0;
  padding-left: 16px;
  height: 38px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.signup__jobz__list__main__que__plus {
  height: 100%;
  width: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #c2c2c2;
  position: relative;
}

.signup__jobz__list__main__que__plus::before {
  position: absolute;
  line-height: 1;
  color: #7d7d7d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '\f078';
  font-size: 15px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.signup__jobz__list__main__none {
  border-top: 0;
}

.signup__jobz__list__main__answer {
  padding: 9px 18px;
  font-size: 15px;
  color: #7a7a7a;
  display: none;
  border: 1px solid #c2c2c2;
  border-top: none;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #fff;
  z-index: 10;
}

.signup__jobz__list__main__answer p {
  font-size: 15px;
  color: #7a7a7a;
  padding: 3px 0;
  text-decoration: none;
  display: block;
  text-align: left;
}

.signup__jobz__list__main__numbers {
  text-align: right;
}

.signup__jobz__list__main__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  margin-bottom: 40px;
  border-radius: 3px;
}

.signup__jobz__list__main__number a {
  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;
  height: 100%;
  width: 36px;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #E6E6E6;
  color: #505050;
}

.signup__jobz__list__main__number a.check {
  background: #505050;
  color: #fff;
}

.signup__jobz__list__main__number a:not(:last-child) {
  margin-right: 5px;
}

.one__selects, .two__selects, .three__selects {
  text-align: left;
}

.one__selects__flex, .two__selects__flex, .three__selects__flex {
  border-bottom: 1px solid #E6E6E6;
}

.one__selects__flex__a, .two__selects__flex__a, .three__selects__flex__a {
  color: #505050;
  cursor: pointer;
  font-size: 12px;
}

.one__selects__flex__ul li, .two__selects__flex__ul li, .three__selects__flex__ul li {
  display: none;
}

.one__selects__flex__ul li.show, .two__selects__flex__ul li.show, .three__selects__flex__ul li.show {
  display: block;
}

.one__selects__flex__se, .two__selects__flex__se, .three__selects__flex__se {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 0;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.one__selects__flex__se > span, .two__selects__flex__se > span, .three__selects__flex__se > span {
  color: #666666;
}

.one__selects__flex__se p, .two__selects__flex__se p, .three__selects__flex__se p {
  color: #4583E5;
  cursor: pointer;
}

.one__selects__flex__contents, .two__selects__flex__contents, .three__selects__flex__contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 13px;
}

.one__selects__flex__contents h4, .two__selects__flex__contents h4, .three__selects__flex__contents h4 {
  font-size: 15px;
  color: #000;
}

.one__selects__flex__content__check, .two__selects__flex__content__check, .three__selects__flex__content__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
  display: none;
}

.one__selects__flex__content__check.show, .two__selects__flex__content__check.show, .three__selects__flex__content__check.show {
  display: block;
}

.one__selects__flex__content__check input, .two__selects__flex__content__check input, .three__selects__flex__content__check input {
  margin-right: 5px;
}

.one__selects__flex__content__check label, .two__selects__flex__content__check label, .three__selects__flex__content__check label {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}

.one__selects__flex__content__check label span, .two__selects__flex__content__check label span, .three__selects__flex__content__check label span {
  font-size: 10px;
  padding-left: 5px;
  color: #7a7a7a;
  font-weight: normal;
}

.one__drawers, .two__drawers, .three__drawers {
  width: 960px;
  background: #fff;
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.one__drawers__flex, .two__drawers__flex, .three__drawers__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.one__drawers__flex h2, .two__drawers__flex h2, .three__drawers__flex h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.one__drawers__flex p, .two__drawers__flex p, .three__drawers__flex p {
  font-size: 15px;
  font-weight: 600;
}

.one__drawers__flex p .red, .two__drawers__flex p .red, .three__drawers__flex p .red {
  color: red;
  font-size: 1.4em;
  padding: 0 3px;
  font-weight: 600;
}

.one__drawers__contents, .two__drawers__contents, .three__drawers__contents {
  padding: 30px 40px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.one__drawers__contents__left, .two__drawers__contents__left, .three__drawers__contents__left {
  width: 55%;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.one__drawers__contents__left h3, .two__drawers__contents__left h3, .three__drawers__contents__left h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.one__drawers__contents__left__content, .two__drawers__contents__left__content, .three__drawers__contents__left__content {
  height: 300px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: scroll;
  white-space: nowrap;
  overflow-x: hidden;
}

.one__drawers__contents__left__content__check, .two__drawers__contents__left__content__check, .three__drawers__contents__left__content__check {
  font-size: 10px;
  color: #000;
  background: #fff;
  font-weight: 600;
  padding: 4px 6px;
  margin-left: 10px;
  border: 1px solid #000;
  line-height: 1;
  display: none;
}

.one__drawers__contents__left__content ul, .two__drawers__contents__left__content ul, .three__drawers__contents__left__content ul {
  width: 100%;
}

.one__drawers__contents__left__content li, .two__drawers__contents__left__content li, .three__drawers__contents__left__content li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.one__drawers__contents__left__content li a, .two__drawers__contents__left__content li a, .three__drawers__contents__left__content li a {
  text-decoration: none;
}

.one__drawers__contents__left__content li h4, .two__drawers__contents__left__content li h4, .three__drawers__contents__left__content li h4 {
  font-size: 12px;
  color: #000;
  display: inline-block;
}

.one__drawers__contents__left__content li h4 span, .two__drawers__contents__left__content li h4 span, .three__drawers__contents__left__content li h4 span {
  font-size: 10px;
  padding-left: 5px;
  color: #7a7a7a;
}

.one__drawers__contents__left__content li:hover, .two__drawers__contents__left__content li:hover, .three__drawers__contents__left__content li:hover {
  background: #f2f9ff;
}

.one__drawers__contents__left__content li.acrive, .two__drawers__contents__left__content li.acrive, .three__drawers__contents__left__content li.acrive {
  background: #f2f9ff;
}

.one__drawers__contents__left__content li.show div, .two__drawers__contents__left__content li.show div, .three__drawers__contents__left__content li.show div {
  display: block;
}

.one__drawers__contents__left__content li:not(:last-child), .two__drawers__contents__left__content li:not(:last-child), .three__drawers__contents__left__content li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.one__drawers__contents__right, .two__drawers__contents__right, .three__drawers__contents__right {
  width: 45%;
}

.one__drawers__contents__right h3, .two__drawers__contents__right h3, .three__drawers__contents__right h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.one__drawers__contents__right__content, .two__drawers__contents__right__content, .three__drawers__contents__right__content {
  height: 300px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: scroll;
  overflow-x: hidden;
}

.one__drawers__contents__right__content__none, .two__drawers__contents__right__content__none, .three__drawers__contents__right__content__none {
  width: 100%;
  height: 100%;
  position: relative;
  background: #f7f7f7;
  display: block;
}

.one__drawers__contents__right__content__none h4, .two__drawers__contents__right__content__none h4, .three__drawers__contents__right__content__none h4 {
  font-size: 12px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.one__drawers__contents__right__content__none.none, .two__drawers__contents__right__content__none.none, .three__drawers__contents__right__content__none.none {
  display: none;
}

.one__drawers__contents__right__content li, .two__drawers__contents__right__content li, .three__drawers__contents__right__content li {
  list-style: none;
  display: none;
}

.one__drawers__contents__right__content li.show, .two__drawers__contents__right__content li.show, .three__drawers__contents__right__content li.show {
  display: block;
}

.one__drawers__contents__right__content__block, .two__drawers__contents__right__content__block, .three__drawers__contents__right__content__block {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.one__drawers__contents__right__content__block__flex, .two__drawers__contents__right__content__block__flex, .three__drawers__contents__right__content__block__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.one__drawers__contents__right__content__block__flex input, .two__drawers__contents__right__content__block__flex input, .three__drawers__contents__right__content__block__flex input {
  margin-right: 5px;
}

.one__drawers__contents__right__content__block__flex p, .two__drawers__contents__right__content__block__flex p, .three__drawers__contents__right__content__block__flex p {
  font-size: 12px;
}

.one__drawers__contents__right__content__block__flex p span, .two__drawers__contents__right__content__block__flex p span, .three__drawers__contents__right__content__block__flex p span {
  font-size: 10px;
  padding-left: 5px;
  color: #7a7a7a;
}

.one__drawers__contents__right__content__block__content, .two__drawers__contents__right__content__block__content, .three__drawers__contents__right__content__block__content {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.one__drawers__contents__right__content__block__content__flex, .two__drawers__contents__right__content__block__content__flex, .three__drawers__contents__right__content__block__content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.one__drawers__contents__right__content__block__content__flex input, .two__drawers__contents__right__content__block__content__flex input, .three__drawers__contents__right__content__block__content__flex input {
  margin-right: 5px;
}

.one__drawers__contents__right__content__block__content__flex p, .two__drawers__contents__right__content__block__content__flex p, .three__drawers__contents__right__content__block__content__flex p {
  font-size: 12px;
}

.one__drawers__contents__right__content__block__content__flex p span, .two__drawers__contents__right__content__block__content__flex p span, .three__drawers__contents__right__content__block__content__flex p span {
  font-size: 10px;
  padding-left: 5px;
  color: #7a7a7a;
}

.one__drawers__contents__right__content__block__content__flex:not(:last-child), .two__drawers__contents__right__content__block__content__flex:not(:last-child), .three__drawers__contents__right__content__block__content__flex:not(:last-child) {
  margin-bottom: 6px;
}

.one__drawers__contents__right__content__block__content:not(:last-child), .two__drawers__contents__right__content__block__content:not(:last-child), .three__drawers__contents__right__content__block__content:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.one__drawers__bottom, .two__drawers__bottom, .three__drawers__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 40px;
  position: relative;
}

.one__drawers__bottom a, .two__drawers__bottom a, .three__drawers__bottom a {
  font-size: 12px;
  text-decoration: none;
}

.one__drawers__bottom span, .two__drawers__bottom span, .three__drawers__bottom span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #000;
  padding: 7px 21px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
}

.one__drawers__cross, .two__drawers__cross, .three__drawers__cross {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(190, 190, 190, 0.5);
  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;
}

.one__drawers i, .two__drawers i, .three__drawers i {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}

.one__drawers.active, .two__drawers.active, .three__drawers.active {
  display: block;
}

.one__select, .two__select, .three__select {
  text-align: left;
}

.one__select__flex, .two__select__flex, .three__select__flex {
  border-bottom: 1px solid #E6E6E6;
}

.one__select__flex__a, .two__select__flex__a, .three__select__flex__a {
  color: #505050;
  cursor: pointer;
  font-size: 12px;
}

.one__select__flex__ul li, .two__select__flex__ul li, .three__select__flex__ul li {
  display: none;
}

.one__select__flex__ul li.show, .two__select__flex__ul li.show, .three__select__flex__ul li.show {
  display: block;
}

.one__select__flex__se, .two__select__flex__se, .three__select__flex__se {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 0;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.one__select__flex__se > span, .two__select__flex__se > span, .three__select__flex__se > span {
  color: #666666;
}

.one__select__flex__se p, .two__select__flex__se p, .three__select__flex__se p {
  color: #4583E5;
  cursor: pointer;
}

.one__select__flex__contents, .two__select__flex__contents, .three__select__flex__contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 13px;
}

.one__select__flex__contents h4, .two__select__flex__contents h4, .three__select__flex__contents h4 {
  font-size: 15px;
  color: #000;
}

.one__select__flex__content__check, .two__select__flex__content__check, .three__select__flex__content__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
  display: none;
}

.one__select__flex__content__check.show, .two__select__flex__content__check.show, .three__select__flex__content__check.show {
  display: block;
}

.one__select__flex__content__check input, .two__select__flex__content__check input, .three__select__flex__content__check input {
  margin-right: 5px;
}

.one__select__flex__content__check label, .two__select__flex__content__check label, .three__select__flex__content__check label {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}

.one__select__flex__content__check label span, .two__select__flex__content__check label span, .three__select__flex__content__check label span {
  font-size: 10px;
  padding-left: 5px;
  color: #7a7a7a;
  font-weight: normal;
}

.one__drawer, .two__drawer, .three__drawer {
  width: 960px;
  background: #fff;
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.one__drawer__flex, .two__drawer__flex, .three__drawer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.one__drawer__flex h2, .two__drawer__flex h2, .three__drawer__flex h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.one__drawer__flex p, .two__drawer__flex p, .three__drawer__flex p {
  font-size: 15px;
  font-weight: 600;
}

.one__drawer__flex p .red, .two__drawer__flex p .red, .three__drawer__flex p .red {
  color: red;
  font-size: 1.4em;
  padding: 0 3px;
  font-weight: 600;
}

.one__drawer__contents, .two__drawer__contents, .three__drawer__contents {
  padding: 30px 40px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.one__drawer__contents__left, .two__drawer__contents__left, .three__drawer__contents__left {
  width: 55%;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.one__drawer__contents__left h3, .two__drawer__contents__left h3, .three__drawer__contents__left h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.one__drawer__contents__left__content, .two__drawer__contents__left__content, .three__drawer__contents__left__content {
  height: 300px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: scroll;
  white-space: nowrap;
  overflow-x: hidden;
}

.one__drawer__contents__left__content__check, .two__drawer__contents__left__content__check, .three__drawer__contents__left__content__check {
  font-size: 10px;
  color: #000;
  background: #fff;
  font-weight: 600;
  padding: 4px 6px;
  margin-left: 10px;
  border: 1px solid #000;
  line-height: 1;
  display: none;
}

.one__drawer__contents__left__content ul, .two__drawer__contents__left__content ul, .three__drawer__contents__left__content ul {
  width: 100%;
}

.one__drawer__contents__left__content li, .two__drawer__contents__left__content li, .three__drawer__contents__left__content li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.one__drawer__contents__left__content li a, .two__drawer__contents__left__content li a, .three__drawer__contents__left__content li a {
  text-decoration: none;
}

.one__drawer__contents__left__content li h4, .two__drawer__contents__left__content li h4, .three__drawer__contents__left__content li h4 {
  font-size: 12px;
  color: #000;
  display: inline-block;
}

.one__drawer__contents__left__content li h4 span, .two__drawer__contents__left__content li h4 span, .three__drawer__contents__left__content li h4 span {
  font-size: 10px;
  padding-left: 5px;
  color: #7a7a7a;
}

.one__drawer__contents__left__content li:hover, .two__drawer__contents__left__content li:hover, .three__drawer__contents__left__content li:hover {
  background: #f2f9ff;
}

.one__drawer__contents__left__content li.acrive, .two__drawer__contents__left__content li.acrive, .three__drawer__contents__left__content li.acrive {
  background: #f2f9ff;
}

.one__drawer__contents__left__content li.show div, .two__drawer__contents__left__content li.show div, .three__drawer__contents__left__content li.show div {
  display: block;
}

.one__drawer__contents__left__content li:not(:last-child), .two__drawer__contents__left__content li:not(:last-child), .three__drawer__contents__left__content li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.one__drawer__contents__right, .two__drawer__contents__right, .three__drawer__contents__right {
  width: 45%;
}

.one__drawer__contents__right h3, .two__drawer__contents__right h3, .three__drawer__contents__right h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.one__drawer__contents__right__content, .two__drawer__contents__right__content, .three__drawer__contents__right__content {
  height: 300px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: scroll;
  overflow-x: hidden;
}

.one__drawer__contents__right__content__none, .two__drawer__contents__right__content__none, .three__drawer__contents__right__content__none {
  width: 100%;
  height: 100%;
  position: relative;
  background: #f7f7f7;
  display: block;
}

.one__drawer__contents__right__content__none h4, .two__drawer__contents__right__content__none h4, .three__drawer__contents__right__content__none h4 {
  font-size: 12px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.one__drawer__contents__right__content__none.none, .two__drawer__contents__right__content__none.none, .three__drawer__contents__right__content__none.none {
  display: none;
}

.one__drawer__contents__right__content li, .two__drawer__contents__right__content li, .three__drawer__contents__right__content li {
  list-style: none;
  display: none;
}

.one__drawer__contents__right__content li.show, .two__drawer__contents__right__content li.show, .three__drawer__contents__right__content li.show {
  display: block;
}

.one__drawer__contents__right__content__block, .two__drawer__contents__right__content__block, .three__drawer__contents__right__content__block {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.one__drawer__contents__right__content__block__flex, .two__drawer__contents__right__content__block__flex, .three__drawer__contents__right__content__block__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.one__drawer__contents__right__content__block__flex input, .two__drawer__contents__right__content__block__flex input, .three__drawer__contents__right__content__block__flex input {
  margin-right: 5px;
}

.one__drawer__contents__right__content__block__flex p, .two__drawer__contents__right__content__block__flex p, .three__drawer__contents__right__content__block__flex p {
  font-size: 12px;
}

.one__drawer__contents__right__content__block__flex p span, .two__drawer__contents__right__content__block__flex p span, .three__drawer__contents__right__content__block__flex p span {
  font-size: 10px;
  padding-left: 5px;
  color: #7a7a7a;
}

.one__drawer__contents__right__content__block__content, .two__drawer__contents__right__content__block__content, .three__drawer__contents__right__content__block__content {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.one__drawer__contents__right__content__block__content__flex, .two__drawer__contents__right__content__block__content__flex, .three__drawer__contents__right__content__block__content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.one__drawer__contents__right__content__block__content__flex input, .two__drawer__contents__right__content__block__content__flex input, .three__drawer__contents__right__content__block__content__flex input {
  margin-right: 5px;
}

.one__drawer__contents__right__content__block__content__flex p, .two__drawer__contents__right__content__block__content__flex p, .three__drawer__contents__right__content__block__content__flex p {
  font-size: 12px;
}

.one__drawer__contents__right__content__block__content__flex p span, .two__drawer__contents__right__content__block__content__flex p span, .three__drawer__contents__right__content__block__content__flex p span {
  font-size: 10px;
  padding-left: 5px;
  color: #7a7a7a;
}

.one__drawer__contents__right__content__block__content__flex:not(:last-child), .two__drawer__contents__right__content__block__content__flex:not(:last-child), .three__drawer__contents__right__content__block__content__flex:not(:last-child) {
  margin-bottom: 6px;
}

.one__drawer__contents__right__content__block__content:not(:last-child), .two__drawer__contents__right__content__block__content:not(:last-child), .three__drawer__contents__right__content__block__content:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.one__drawer__bottom, .two__drawer__bottom, .three__drawer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 40px;
  position: relative;
}

.one__drawer__bottom a, .two__drawer__bottom a, .three__drawer__bottom a {
  font-size: 12px;
  text-decoration: none;
}

.one__drawer__bottom span, .two__drawer__bottom span, .three__drawer__bottom span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #000;
  padding: 7px 21px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
}

.one__drawer__cross, .two__drawer__cross, .three__drawer__cross {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(190, 190, 190, 0.5);
  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;
}

.one__drawer i, .two__drawer i, .three__drawer i {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}

.one__drawer.active, .two__drawer.active, .three__drawer.active {
  display: block;
}

.hamburger {
  display: none;
}

.globalMenuSp {
  display: none;
}

@media screen and (max-width: 900px) {
  h2 {
    font-size: 24px;
  }


/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #fff;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background : #fff;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background : #fff;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
}

  .top {
    height: 83vh;
  }
  .top__back {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top__icon {
    width: 60%;
    max-width: 300px;
  }
  .header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95vw;
  }
  .header__all {
    padding: 12px 0;
  }
  .header__all h1 {
    width: 125px;
  }
  .header__all__right {
    display: none;
  }
  .contents {
    margin-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .contents__content {
    width: 90%;
  }
  .contents__about::before {
    top: -10px;
  }
  .contents__about__title span {
    font-size: 15px;
  }
  .contents__about p {
    font-size: 13px;
  }
  .contents__about__blocks {
    display: block;
  }
  .contents__about__block {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 320px;
  }
  .contents__about__block h3 {
    font-size: 16px;
  }
  .contents__about__block img {
    width: 70px;
  }

  .contents__about__block__jobz {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 320px;
  }
  .contents__about__block__jobz h3 {
    font-size: 16px;
  }
  .contents__about__block__jobz img {
    width: 70px;
  }

  .contents__service__title span {
    font-size: 15px;
  }
  .contents__service__blocks {
    display: block;
  }
  .contents__service__block {
    width: 100%;
    max-width: 500px;
    height: 48vw;
    max-height: 280px;
  }
  .contents__service__block span {
    font-size: 17px;
  }
  .contents__service__block:not(:last-child) {
    margin-bottom: 20px;
  }
  .contents__abouts__title span {
    font-size: 15px;
  }
  .contents__abouts p {
    font-size: 13px;
  }
  .contents__recommend__blocks {
    display: block;
  }
  .contents__recommend__block {
    width: 100%;
    margin: 0 auto;
    max-width: 320px;
    margin-bottom: 20px;
  }
  .contents__aboutservice__contents {
    display: block;
    padding: 0;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .contents__aboutservice__content {
    width: 100%;
    padding: 25px;
  }
  .contents__aboutservice__content h3 {
    font-size: 16px;
  }

  .contents__aboutservice__content__jobz {
    width: 100%;
    padding: 25px;
  }
  .contents__aboutservice__content__jobz h3 {
    font-size: 16px;
  }

  .contents__aboutservice__content__block {
    font-size: 13px;
  }
  .contents__aboutservice__content:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #f9f9f8;
  }
  .contents__aboutservice__content__jobz:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #f9f9f8;
  }  
  .contents__step__contents {
    display: block;
  }
  .contents__step__content {
    margin: 0 auto;
    padding: 30px 0;
    width: 165px;
  }
  .contents__step__content:not(:last-child) {
    border-right: none;
    border-bottom: 1px dotted #a2a3a2;
  }
  .contents__step__content:not(:last-child)::after {
    display: none;
  }
  .contents__step__content:not(:last-child)::before {
    content: '\f078';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    color: #a2a3a2;
    height: 30px;
    width: 35px;
    background: #fff;
    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;
    z-index: 100;
  }
  .contents__faq__content__question {
    padding: 20px;
  }
  .contents__faq__content__question p {
    width: 70%;
  }
  .contents__faq__content__question__plus {
    height: 20px;
    width: 20px;
  }
  .contents__faq__content__answer {
    padding: 20px;
  }
  .contents__contact {
    width: 100%;
  }
  .contents__contact__contents {
    padding: 65px 0;
  }
  .contents__contact__content {
    width: 90%;
    margin: 0 auto;
  }
  .footer {
    margin-top: 0;
    padding: 25px 0;
  }
  .footer img {
    padding-bottom: 5px;
    width: 140px;
  }

.footer__menu ul a {
  font-size: 12px;
}
  .sub {
    height: 45vw;
    min-height: 280px;
  }
  .sub img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }  
}
/*# sourceMappingURL=style.css.map */